/* Default CSS Stylesheet for a new Web Application project */

/* GENEL SAYFA YAPILANDIRMA CSSLERI */
/*  genel body,html css  */
body,html{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
	line-height:1.2em;
}

/*  ilgili tagler icin css  */
table,p,span,td{	 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #000000;	}
th {

}	

/* Sayfalarda içerik bolumu için padding */
.content_area {padding-top:4px; padding-left:6px;padding-right:6px;padding-bottom:4px;}
.position_checkbox {left:-5px;position: relative;}
.position_radio {left:-5px;position: relative;}


/* BACKGROUND CSS'LERI */
.bg_left{
	background-image: url(../images/standart/bg_sol.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_right{
	background-image: url(../images/standart/bg_sag.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_bottom{
	background-image: url(../images/standart/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height:30px;}
.bg_table {background-color: #FFFFFF;}
.bg_body_content{background-color: #EFEFEF;}
	
	
.bg_login{ /* Login tablosu */
	background-image: url(../images/login_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:244px;
	width:370px;}
.bg_dotted 
{
	background-image:url(../images/standart/dotted_horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
	}


.img 
{margin-right:5px; }


/***************************************/
/*Anket Sorusu CSS'i */
.anket{
	font-size: 11px;
	color: #FF0000;
	font-family: Tahoma,Verdana,Arial;
	font-weight:bold;
}



/* BORDER CSS'leri */
.bordercevre {border: 1px solid #DDDDDD;}
.bordercevre_dotted {
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.border_sag_sol {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}

.border_bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
}
.border_top_dotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E5E5E5;
}



/* COLORS CSS  */
.red {color: #FF0000;}
.blue{color:#2CBBF5}
.orange{color:#FF9900}
.green{color:#99CC00}
.purple{color:#9933CC}
.white {color:#FFFFFF;}
.gray {color:#999999;}




/* TITLE CSS'LERI */
/*  Baslik tablolar için css */
h1{font-size:13px; color:#666666; display:inline;}
h2{font-size:12px; color:#FF3300;display:inline;}
h3{font-size:11px; color:#FF3300;display:inline;}
h4{font-size:10px; color:#666666;display:inline;}
h5{font-size:10px; color:#FF3300;display:inline;}
h6{font-size:9px; color:#FF3300;display:inline;}
h1 span{font-size:13px; color:#666666; display:inline;}
h2 span{font-size:12px; color:#FF3300;display:inline;}
h3 span{font-size:11px; color:#FF3300;display:inline;}
h4 span {font-size:10px; color:#666666;display:inline;}
h5 span{font-size:10px; color:#FF3300;display:inline;}
h6 span{font-size:9px; color:#FF3300;display:inline;}




/* FONT SIZE CSS'leri */
/*  kucuk yazi tipi css   */
.xsmallfont {font-size: 9px;text-decoration: none}
.smallfont{font-size: 10px;text-decoration: none;}
.mediumfont{font-size: 11px;text-decoration: none;}
.largefont{font-size: 12px;text-decoration: none;}
.xlargefont{font-size: 13px;text-decoration: none;}
.xzlargefont{font-size: 15px;text-decoration: none;}




/*HATA, UYARI VE YARDIM CSS'LERI   */
/*  genel hata-uyari css   */
.error{font-weight: bold;color: #FF0000;}

/*  alternatif genel hata-uyari css   */
.error_alternative{font-weight: bold;color:#0F61AD;}

/* alert CSS */
.alert{font-weight: normal;color: #FF0000;}
.alert_alternative{font-weight: normal;color: #0F61AD;}

/*  genel yardim css   */
.help{color:#3399ff;}

/*  alternatif genel yardim css   */
.help_alternative{color:#99CC00;}


/*LINK CSS'leri */
/* Genel link Css'i */
A {cursor:pointer;}
a:link {text-decoration:none;color: #000000;}
a:active {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline; color:#666;}

A.red {cursor:pointer;}
a.red:link {text-decoration:underline;color:#FF0000;}
a.red:active {text-decoration:underline; color:#FF0000;}
a.red:visited {text-decoration:underline; color:#FF0000;}
a.red:hover {text-decoration:none; color:#F56600;}

A.blue {cursor:pointer;}
a.blue:link {text-decoration:underline;color:#0099FF;}
a.blue:active {text-decoration:underline; color:#0099FF;}
a.blue:visited {text-decoration:underline; color:#0099FF;}
a.blue:hover {text-decoration:none; color:#FF0000;}

a.rednoline:link {text-decoration:none;color:#FF0000;}
a.rednoline:active {text-decoration:none; color:#FF0000;}
a.rednoline:visited {text-decoration:none; color:#FF0000;}
a.rednoline:hover {text-decoration:underline; color:#FF0000;}

A.small {cursor:pointer; font-size:10px;}
a.small:link {text-decoration:underline;color:#0099FF;}
a.small:active {text-decoration:underline; color:#0099FF;}
a.small:visited {text-decoration:underline; color:#0099FF;}
a.small:hover {text-decoration:none; color:#666666;}


A.beyaz {cursor:pointer;}
a.beyaz:link {text-decoration:underline;color:#ffffff;}
a.beyaz:active {text-decoration:underline; color:#ffffff;}
a.beyaz:visited {text-decoration:underline; color:#ffffff;}
a.beyaz:hover {text-decoration:none; color:#ffffff;}


/* FORM CSS'LERI  */
/*  textbox icin css   */
.input{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #E9E9E9;
	border-width:1px; 
	border-style:groove;
	width: 120px;
	text-indent:2px;
	margin-right:2px;
}


.input_2{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099FF;
	border-width:1px; 
	border-style:groove;
	width: 150px;
	padding-left:3px;
	padding-right:3px;
	margin-right:2px;
}

.input_login{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E65959;
	border-color:#FFFFFF;
	border-width:1px; 
	border-style:groove;
	width: 140px;
	height: 14px;
}


/*  textbox icin css   */
.input_long{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-width:1px; 
	border-style:groove;
	width: 200px;
}

/*  combobox, list menu icin css   */
.select {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #E9E9E9;
	border-width:1px; 
	border-style:groove;
	width: 120px;
}



/*  genel buttonlar icin css   */
.button {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#0099FF;
	height: 20px;
	width: 50px;
	margin-right:2px;
}

.button_2 {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#6AC4FF;
	height: 20px;
	width: 50px;
	margin-right:2px;
}


/*  alternative buttonlar icin css   */
.button_alternative {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #F76B30;
	border: 1px ridge #DDDDDD;
	height: 20px;
	width: 50px;
	margin-right:2px;
}
/* GRID için Style  written by Oztecnic*/	
.grid_title {
	background-image: url(../images/standart/bg_grid_title.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#0099FF;
	height:28px;
	vertical-align: bottom;
	font-size:10px;
}
.grid_title th {padding-bottom:2px; color:#0099FF; padding-right:4px; text-transform:uppercase;}
.grid_title th a:link {color:#FFFFFF; text-decoration:none;}
.grid_title th a:active {color:#FFFFFF; text-decoration:none;}
.grid_title th a:visited {color:#FFFFFF; text-decoration:none;}
.grid_title th a:hover {color:#FFFFFF; text-decoration:underline;}

.grid_item td{padding:2px; padding-left:4px; background-image: url(../images/dotted_item.gif);background-repeat: repeat-x;background-position: left bottom; height:20px;}	
.grid_item td a:link {color:#FF0000; text-decoration:underline;}
.grid_item td a:active {color:#FF0000; text-decoration:underline;}
.grid_item td a:visited {color:#FF0000; text-decoration:underline;}
.grid_item td a:hover {color:#FF0000; text-decoration:none;}



/* TAG SELECTORS */
textarea {
}

hr {
}
iframe {
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
ul {
}
img{border:none;}