/* Default CSS Stylesheet for a new Web Application project  written by Oztecnic @ 10.11.2005*/

/* GENEL SAYFA YAPILANDIRMA CSSLERI */
/*  genel body,html css  */
html,body{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffffff;
	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,div,td{	 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #333333;	}
	
th { font-weight:bold; text-align:left; color:Blue;}	

/* 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_top {
	background-image: url(../images/standart/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 64px;
}

.bg_body { background-image:url(../images/standart/bg_body_shadow.jpg); background-repeat:repeat-x; background-position:top;}
.bg_bottom{}
.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  /* Ayrac */
{
	background-image:url(../images/standart/dotted_horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
	height: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: 1px dotted #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:#333333;}
.yellow {color:#FFCC00;}




/* 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   */
.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}


/*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:underline; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:hover {text-decoration:underline; color:#3989B0;}

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.header {cursor:pointer;}
a.header:link {text-decoration:none;color:#0099FF}
a.header:active {text-decoration:none; color:#0099FF;}
a.header:visited {text-decoration:none; color:#0099FF;}
a.header:hover {text-decoration:underline; color:#0099FF;}

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;}


a.sss {cursor:pointer;}
a.sss :link {text-decoration:none;color:#333333}
a.sss :active {text-decoration:none; color:#333333;}
a.sss :visited {text-decoration:none; color:#333333;}
a.sss :hover {text-decoration:underline; color:#0099FF;}

A.small {cursor:pointer; font-size:10px;}
a.small:link {text-decoration:none;color:#333;}
a.small:active {text-decoration:none; color:#333;}
a.small:visited {text-decoration:none; color:#333;}
a.small:hover {text-decoration:underline; color:#FF0000;}



/* Headerx.ascx link Css'i */
#ust a{font-size:12px; color:#000000; text-decoration:none;}
#ust A:link{}
#ust A:active{}
#ust A:visited{}
#ust A:hover{color:#F56600;}

/* Footerx.ascx  Css'i */
#beyaz a{color:#ffffff;}
#beyaz a:link {text-decoration:none;}
#beyaz a:active {text-decoration:none;}
#beyaz a:visited {text-decoration:none;}
#beyaz a:hover {text-decoration:underline;}


/* FORM CSS'LERI  */
/*  textbox icin css   */
.input{
	font-family: tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #6699FF;
	border-width:1px; 
	border-style:inset;
	width: 120px;
	padding-left:2px;
	padding-right:2px;
}


.input_login{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #E65959;
	border-color:#FFFFFF;
	border-width:1px; 
	border-style:inset;
	width: 140px;
	height: 14px;
	padding-left:2px;
	padding-right:2px;
}


/*  textbox icin css   */
.input_long{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-width:1px; 
	border-style:inset;
	width: 200px;
	padding-left:2px;
	padding-right:2px;
}

/*  combobox, list menu icin css   */
.select {
	font-family: tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #6699FF;
	border-width:1px;
	border-style:inset;
	height:18px;
	width: 150px;
}

/*  combobox, list menu icin css   */
.select_long {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-width:1px; 
	border-style:groove;
	width: 200px;
}

/*  zorunlu textbox icin css   */
.input_necessary {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFD5;
	width: 120px;
	border-width:1px; 
	border-style:inset;
	padding-left:2px;
	padding-right:2px;
}

.input_necessary_long {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFD5;
	width: 200px;
	border-width:1px; 
	border-style:inset;
	padding-left:2px;
	padding-right:2px;
}


/*  zorunlu combo box  etc. icin css   */
.select_necessary {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFD5;
	width: 120px;
	border-width:1px; 
	border-style:groove;
}

/*  genel buttonlar icin css   */
.button {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0F61AD;
	border: 1px ridge #DDDDDD;
	height: 20px;
	width: 50px;
}

/*  herhangi bir buton grubu icinde basilmasi mutlaka zorunlu bir buton varsa css   */
.button_necessary {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #F00000;
	background-color: #FFFFD5;
	border: 1px ridge #DDDDDD;
	height: 20px;
	width: 50px;
}

/*  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;
}



/* CSS TABS */
.shadetabs{
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 8px;
}

.shadetabs ul{
padding: 6px 0 0 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 7px 8px;
margin-right: 1px; /* Tab Boslugu */
background-color:#FF0000;
color: #fff;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
background-color:#FF6900;
color: #fff;
}


.shadetabs li.selected a{ /*selected main tab style */
padding: 7px 7px;
background-color:#FF6900;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



/* TAG SELECTORS */
textarea {
}

hr {
}
iframe {
}
ul{ 
display:inline;
margin:0px;
padding:0px;

}
li {
margin-left:20px;
list-style-type:circle;
}




/*CSS TAB  written by Oztecnic*/
#Navigation { /*div */
	height:40px; /* ilgili Tab Alani yuksekligi*/
	width:100%; /* ilgili Tab Alani genisligi*/
	text-align:left; /* tablarin align i */
	vertical-align:bottom;
	/*background-color:#CCCCCC; /* ilgili Tab Alani bg rengi genisligi*/
	/*border-bottom:1px  #00CCFF solid; /*TAb in altindaki çizgi */
	margin-bottom:0px; /* Tablar ile içerik arasi*/
	padding-left:5px;
}

#Navigation ul {
margin:0px;
padding:0px;
list-style-type:none;
padding-top:8px;
padding-left:0px;
}


#Navigation ul li {
margin-left:0px;
margin-right:2px;
float:left;
background-image:url(../images/icons/orange_tab_left.jpg);
background-repeat:no-repeat;
background-position:left bottom;
text-align:center;
list-style-type:none;

}


#Navigation ul li a {
	display:block;
	margin-left:5px;
	background-image:url(../images/icons/orange_tab_body.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:8px;
	padding-top:20px;
	padding-left:5px;
	padding-right:11px;
	text-decoration:none;
}

#Navigation ul li a:link, #Navigation ul li a:visited,#Navigation ul li a:active{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


#Navigation ul li a:hover {
	color:#F5F5F5;
	text-decoration:underline;
	
}


#Navigation ul li.selected {
	background-image:url(../images/icons/blue_tab_left.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#Navigation ul li.selected a, #Navigation ul li.selected a:link{
	background-image:url(../images/icons/blue_tab_body.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	
}


/* 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:#FFFFFF;
	height:35px;
	vertical-align: bottom;
	font-size:10px;
	}
.grid_title th {padding-bottom:3px; color:#FFFFFF;}
.grid_title th {padding-bottom:3px; color:#FFFFFF;height:35px; vertical-align: bottom;}
.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{background-image: url(../images/standart/dotted_item.gif);background-repeat: repeat-x;background-position: left bottom; height:25px;}	
.grid_item td a:link {color:#000000; text-decoration:underline;}
.grid_item td a:active {color:#000000; text-decoration:underline;}
.grid_item td a:visited {color:#000000; text-decoration:underline;}
.grid_item td a:hover {color:#FF0000; text-decoration:none;}