/* COLORS and FONTS */
/* COLORS CSS  */
.red {color: #FF0000;}
.blue{color:#2CBBF5}
.orange{color:#FF9900}
.green{color:#99CC00}
.purple{color:#9933CC}
.white {color:#FFFFFF;}
.gray {color:#CCCCCC;}
.yellow {color:#FFCC00;}
.black {color:#000000;}
.brown {color:#333333;}
.maroon {color:#AA0957;}
.cercevemetin {
	color:#333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-variant: normal;
	padding-left:18px;
}
.icindekiler {
	color:#333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
}
.arabaslik {
	color:#333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-variant: normal;
	font-weight:bold;
	line-height:25px;
}




/* TITLE CSS'LERI */
h1,h1 span{font-size:12px; color:#FF9900; display:inline;}
h2,h2 span{font-size:11px; color:#0099FF;display:inline;}
h3,h3 span{font-size:11px; color:#AA0957;display:inline;}
h4,h4 span {font-size:11px; color:#333333;display:inline;}
h5,h5 span{font-size:10px; color:#FF3300;display:inline;}
h6,h6 span{font-size:9px; color:#FF3300;display:inline;}


/* FONT SIZE CSS'leri */
.xzlargefont{font-size: 15px;text-decoration: none;}
.xlargefont{font-size: 13px;text-decoration: none;}
.largefont{font-size: 12px;text-decoration: none;}
.mediumfont{font-size: 11px;text-decoration: none;}
.smallfont{font-size: 10px;text-decoration: none;}
.xsmallfont {font-size: 9px;text-decoration: none}

.justified { text-align:justify;}


/*HATA, UYARI VE YARDIM CSS'LERI   */
/*  genel hata-uyari css   */
.error{font-weight: bold;color: #FF0000;}
.error_alternative{font-weight: bold;color:#0F61AD;}

/* alert CSS */
.alert{font-weight: bold;color: #FF0000;}
.alert_alternative{font-weight: bold;color: #0F61AD;}

/*  genel yardim css   */
.help{font-weight: bold;color:#3399ff;}
.help_alternative{font-weight: bold;color:#99CC00;}
