/* CSS Document 4 AZIZCE.COM --- DOJO part by ALIHAN CETIN */
/***********************************************************/

/*  V A L I D A T I O N  */

/* INPUT alanların yanında info mesajı */
.noticeMessage {
		font-weight: normal;
		font-family:"trebuchet ms", verdana, arial, helvetica;
		color: #663;
		font-size:12px;
	   }
	
/* INPUT alanların doğru - boş - geçersiz olduğu */
/* durumların info mesajı */	
   /*span.invalid, */span.missing {
		display: inline;
		margin-left: 1em;
		/*font-weight: bold;*/
		font-style: normal;
		font-family: "trebuchet ms", verdana, arial, helvetica;
		color: #6699FF; /*#f66;*/
		font-size:12px;
	   }
	   
   span.invalid {
        display: inline;
		margin-left: 1em;
		/*font-weight: bold;*/
		font-style: normal;
		font-family: "trebuchet ms", verdana, arial, helvetica;
		color: #FF0000;
		font-size: 12px;
   }

/* INPUT alanların doğru - boş - geçersiz olduğu */
/* durumlarda input alanının iç rengi */

.azizValidateColorValid {
		background-color: #F3F5F7;
	}
.azizValidateColorInvalid {
	    background-color: #FF0000;
		color:#FFFFFF;
		/*font-weight:bold;*/
	}
.azizValidateColorEmpty {
		background-color: #F3F5F7;
	}
	

/*  F I S H E Y E   M E N U  */

/* Üzerine gelince çıkacak YAZI */
#linkler .dojoHtmlFisheyeListItemLabel {

	font-family: "trebuchet ms", verdana, arial, helvetica;
	font-weight:bold;
	color: #0066CC;
	font-size: 14px;
	background-color: #BBE3F4;
	border: 1px solid #BBE3F4;
	padding: 2px;
	text-align: center;
	position: absolute;
	white-space: nowrap;
   }

/* Görsel Menü alanı */
.outerbar {
	text-align: center;
	position:absolute;
	margin-top: 25px;
	width: 100%;
}

/* Görsel Menü alanı 2 */
.dojoHtmlFisheyeListBar {
	margin: 0 auto;
	text-align: center;
	margin-left: 40%;
} 

/* T O O L T I P   S T Y L E */

/* Çıkacak Açıklayıcı Yazının Renk,font,vs. */
body .dojoTooltip {
	color: #000000;
	font-family: "trebuchet ms", verdana, arial, helvetica;
	font-size: 12px;
	background-color: #BBE3F4;
}


/* A C C O R D I O N   C O N T A I N E R */


#main {
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0%;
	position: relative;
	background-color: #F3F5F7;
}
.label {
	border: 1px solid #BBE3F4;
	font-weight:normal;
	color:#000000;
	font-style:italic;
	cursor:pointer;
}

.label a:hover {
	cursor:pointer;
}

.accBody {
	background: #F3F5F7;
	overflow: auto;
}


/* Y O R U M L A R  T I T L E  P A N E */

/*div.container {
	background-color: #FF9900;
	border: 2px solid black;
	width: 400px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}*/

/*.labeltitle , .contentitle {
	width: 400px;
/*	padding:5px 0 0 20px;
}*/

.labeltitle {
	/*color: #FF9900;*/
	width: 379px;
	color: #FFFFFF;
	font-weight:bold;
	/*height: 20px;*/
	/*border-top: 1px dashed #999999;*/
	border-bottom: 2px solid #0094D5;
	vertical-align:middle;
	padding:5px 0px 0px 20px;
	height: 18px;	
	background:url(../images/yorum_button.gif) repeat-x center center #0094D5;
	cursor:pointer;
}

.contentitle {
	width: 400px;
	/*background-color: #FF9900;*/
	/*border: 1px dashed #FF0000;*/
/*	border-top: 1px solid #D9E8FF;	*/ /* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}


/* D I A L O G */

.dojoDialog {
	background : #F3F5F7;
	border : 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	-moz-border-radius : 5px;
	padding : 4px;
}
