/* Default CSS Stylesheet for a new Web Application project */

/* GENEL SAYFA YAPILANDIRMA CSSLERI */
/*  genel body,html css  */
body,html{
	font-size: 11px;
	color: #333333;
	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.3em;
}

/*  ilgili tagler icin css  */
table,p,span,div,td{	 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height:1.3em;	}

/* 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;}
#inline p {display:inline;}

/* BACKGROUND CSS'LERI */
.bg_top {
	background-image: url(../images/standart/bg_lines.jpg);
	background-repeat:repeat;
	background-position: left top;
	height:50px;}
.bg_left {
	background-image: url(../images/standart/bg_hand.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}	
.bg_corner {
	background-image: url(../images/standart/login_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	margin:0px;
}	
.bg_login {
	background-image: url(../images/standart/bg_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:149px;
	width:220px;
}
.bg_vetical {
	background-image: url(../images/standart/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: center center;
}	
.bg_table {background-color: #FFFFFF;}
.bg_body_content{
	background-image: url(../images/standart/bg_content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_purple{
	background-image: url(../images/standart/bg_purple.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:185px}
.bg_blue{
	background-image: url(../images/standart/bg_blue_yellow.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:185px}
.bg_dotted {background-image:url(../images/standart/dotted_light.gif);
	background-repeat:repeat-x; background-position:left;height:3px;}
.bg_logged{background-image:url(../images/standart/loged_in.gif);
	background-repeat:no-repeat; background-position:center center; height:105px;}	
	

/* GRID için Style */	
.grid_title {
	background-image: url(../images/standart/bg_grid_title.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#F113C0;
	vertical-align: bottom;
	height:11px;
}
.grid_title th {padding-bottom:2px; color:#F113C0; padding-right:4px; background-image: url(../images/standart/dotted_item.gif);background-repeat: repeat-x;background-position: left bottom;}
.grid_title a{color:#F113C0; text-decoration:none;}
.grid_title a:link {color:#F113C0; text-decoration:none;}
.grid_title a:active {color:#F113C0; text-decoration:none;}
.grid_title a:visited {color:#F113C0; text-decoration:none;}
.grid_title a:hover {color:#F113C0; text-decoration:underline;}

.grid_item td{padding:2px; padding-left:4px; background-image: url(../images/standart/dotted_item.gif);background-repeat: repeat-x;background-position: left bottom; height:20px;}	
.grid_item a:link {color:#333333; text-decoration:underline;}
.grid_item a:active {color:#333333; text-decoration:underline;}
.grid_item a:visited {color:#333333; text-decoration:underline;}
.grid_item a:hover {color:#F113C0; text-decoration:none; }




/***************************************/
/*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;
}

.border_alt_dotted {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

.border_alt_dotted_indent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	text-indent: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}


/* COLORS CSS  */
.red {color: #FF0000;}
.blue{color:#2CBBF5}
.orange{color:#FF9900}
.green{color:#99CC00}
.purple{color:#F211C0}
.white {color:#FFFFFF;}




/* TITLE CSS'LERI */
/*  Baslik tablolar için css */
h1, h1 span{font-size:12px; color:#F211C0; display:inline;}
h2, h2 span{font-size:11px; color:#0099CC;display:inline;}
h3, h3 span{font-size:11px; color:#F211C0;display:inline;}
h4, h4 span{font-size:10px; color:#0099CC;display:inline;}
h5, h5 span{font-size:10px; color:#F211C0;display:inline;}
h6, h6 span{font-size:10px; color:#999999;display:inline;}

.title_list {
	font-size: 11px;
	font-weight: bold;
	color: #FF5EFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D8D8D8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
}

.title_dotted{
	font-size: 11px;
	font-weight: bold;
	color: #F211C0;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D8D8D8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
}



/* 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;}




/*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:hand;}
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:#F211C0;}


A.small {cursor:hand; 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{cursor:hand;font-size:12px; color:#000000; text-decoration:none;}
#ust A:link{}
#ust A:active{}
#ust A:visited{}
#ust A:hover{color:#F56600;}

/* login  Css'i */
#beyaz { color:#ffffff;}
#beyaz  a{cursor:hand;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;}

/* left.ascx  Css'i */
#left { color:#999999}
#left td {padding-left:2px;}
#left  a{ font-size:10px;cursor:hand; color:#999999; font-weight:bold; height:16px;}
#left a:link {text-decoration:none;}
#left a:active {text-decoration:none;}
#left a:visited {text-decoration:none;}
#left a:hover {color:#F211C0; text-decoration:none;}

/* Footerx.ascx  Css'i */
#bottom { color:#858585;}
#bottom  a{cursor:hand;color:#858585;}
#bottom a:link {text-decoration:none;}
#bottom a:active {text-decoration:none;}
#bottom a:visited {text-decoration:none;}
#bottom a:hover {color:#F211C0; text-decoration:underline;}


/* FORM CSS'LERI  */
/*  textbox icin css   */
.input{
	font-family: tahoma;
	font-size: 11px;
	color:#333333;
	background-color: #EEEEEE;
	border-width:1px; 
	border-style:groove;
	width: 120px;
}


.input_login{
	font-family: tahoma;
	font-size: 11px;
	color:#333333;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:1px; 
	border-style:groove;
	width: 120px;
	height: 12px;
}


/*  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;
	width: 140px;
}

/*  combobox, list menu icin css   */
.select_long {
	font-family: tahoma;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #F211C0;
}

/*  zorunlu textbox icin css   */
.input_necessary {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFD5;
	width: 120px;
	border-width:1px; 
	border-style:groove;
}

.input_necessary_long {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFD5;
	width: 200px;
	border-width:1px; 
	border-style:groove;
}


/*  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: #FF00FF;
	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;
}

