/* Class definition for background shading */ 

.system_template_innerWindow_init{
	visibility:hidden; 
	position:absolute; 
	z-index:90;
	border:12px solid #000000;
	background-color:#F5F5F5;
}

.system_template_innerWindow {
	visibility:hidden; 
	position:absolute; 
	z-index:90; 
	border-left:12px solid #000000;
	border-bottom:12px solid #000000;
	border-right:12px solid #000000;	
	background-color:#F5F5F5;
}

.system_template_content_shade {
	visibility:hidden; 
	position:absolute; 
	z-index:20;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-color:#000000;
}

.system_dynamic_content_www_link {
	text-decoration:none;
	color:#CCCC00;
	font-weight:bold;
}

.system_dynamic_content_email_link {
	text-decoration:none;
	color:#FF00FF;
	font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span{
	margin:0;
	padding:0;
	border: 0;
}

body{
	text-align: left;
	/*	font-family:tahoma, Arial, Helvetica, sans-serif;*/
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	color:#eee;
	font-size:70%;
	background-color:#b1b3b6;
	line-height:1.5 em;
}




tr,td{
	color:#1b1b1b;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

p{

}
h1 {
	font-size: 200%;
	font-weight:lighter;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
}
h2 {
	font-size: 180%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	}
h3{
	font-size: 160%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
	}

h4 {
	font-size: 140%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h5 {
	font-size: 100%;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: 600;

}

h6 {
	font-size: 100%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;

}

a{
	color:#565656;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

sup{
	font-size: 100%;
}

label{
	 font: bold 100% "tahoma", Verdana, Arial;
	 color: #334d55;
}

hr{
	border:0px solid #FFFFFF;
	height:0px;
}

fieldset{
	padding:10px;
	border:1px solid #fff;
}

.alternatif_fieldset{
	padding:5px;
	border:1px solid #fff;
}

legend{
	color:#2793B9;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
	
}
form{
	margin: 0;
	padding:0;
	}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
.error_message{
	color:#FF0000;
	font-weight:bold;
}


option {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	height:16px;
}

ul{
	list-style-type:square;
	margin-left:15px;
}
li{
	list-style-type:disc;
	margin-top:5px;
	list-style-position: outside;
}
ul li{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}


ol{
	list-style-type:decimal;
	margin-left:35px;
	list-style-position: outside;
}
ol li{
	margin-top:10px;
	font-size:8pt;
	list-style-type:decimal;
}

ol ol{
 list-style-type: disc;
}
ol ol ol{
 list-style-type: none;
}

a.tab_class {
	background-color:#CCCCCC;
}

a.tab_class_active {
	background-color:#F8FAA0;
	color:#FF0000;
}

/***************** mail form ************/



.input{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:100px;
	height:17px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}
.input_arama{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:140px;
	height:17px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}
.input_text{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:300px;
	height:40px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}
.input_mesaj{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:300px;
	height:100px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}

.button{
	border:0px;
	width:80px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	background-color:#670206;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;
}


.button:hover{
	border:0px #fd6b00 solid;
	width:80px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000;
	background-color:#a0a1a6;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;
}

.button01{
	border:1px #999999  solid;
	width:100px;
	height:25px;
	padding:0px;
	text-align:center;
	color:#000;
	background-color: #E8E8E8;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;

}
.button01:hover{
	border:1px #999999  solid;
	width:100px;
	height:25px;
	padding:0px;
	text-align:center;
	color:#000;
	background-color: #CCCCCC;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;

}

.button02{
	border:1px #999999  solid;
	width:125px;
	height:25px;
	padding:0px;
	text-align:center;
	color:#000;
	background-color: #E8E8E8;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;

}
.button02:hover{
	border:1px #999999  solid;
	width:125px;
	height:25px;
	padding:0px;
	text-align:center;
	color:#000;
	background-color: #CCCCCC;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma;

}

/*~~~~~~~~~~~~~~~~~~~~~~~Divler~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ana{
	width:950px;
	margin:0 auto;
	
	
}

#header{
	width:950px;
	height:218px;
	margin:0 auto;
	margin-bottom:8px;
}

#alt_bayraklar{
	width:950px;
	height:28px;
	margin:0 auto;
	padding:10px 0px 0px 0px;
	margin-bottom:2px;
	background-color:#000000;
}

#icerik{
	width:950px;
	margin:0 auto;
}

#sol{
	width:210px;
	margin:0 auto;
	padding:6px 0px 0px 0px;
	background-color:#e6e7e8;
	}
#dil{
	width:220px;
	height:30px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	color:#000000;
	
	}
	
#sol_menu{
	width:215px;
	height:422px;
	margin:0 auto;
	margin-top:5px;
	background-color:#cecece;
	padding-left:5px;

	
	}
	
#uyegiris{
	width:215px;
	height:120px;
	margin:0 auto;
	padding:5px 0px 0px 5px;
	background-color:#dcdddf;
	
	}
	
#arama{
	width:215px;
	height:60px;
	margin:0 auto;
	padding:5px 0px 0px 5px;
	background-color:#dcdddf;
	
	}
	
#fooder{
	width:945px;
	height:30px;
	margin:0 auto;
	padding:5px 0px 0px 5px;
	background-color:#c80000;
	margin-top:10px;
	text-align:center;
	color: #CCCCCC;;	
	}
	
#sir{
	width:100px;
	height:15px;
	margin:0 auto;
	float:right;
	
	}

/*********************************************************************************************/
.sol_tablo{
	background-color:#FFFFFF;
	border:5px solid #e6e7e8;}
.sag_tablo{
	background-color:#f1f2f2;
	padding:10px;
}
	
.menu_aktif{
	width:175px;
	padding:4px 0px 0px 15px;
	height:21px;
	background-image:url(../images/buton_bg01.gif);
	background-position:left top;
	float:left;
	margin:auto;
	color:#fff;
	font-size:13px;
	margin-top:2px;
	text-align:left;

	}
	
.menu_aktif:hover{
	width:170px;
	padding:4px 0px 0px 20px;
	height:21px;
	background-image:url(../images/buton_bg01.gif);
	background-position:left top;
	float:left;
	margin:auto;
	color:#fff;
	font-size:13px;
	margin-top:2px;
	text-align:left;

	}
	
.menu_pasif{
	width:175px;
	height:21px;
	padding:4px 0px 0px 15px;
	float:left;
	margin:auto;
	border-bottom:1px #9b9393 dashed;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:2px;
	text-align:left;

	}
.menu_pasif:hover{
	width:175px;
	height:21px;
	padding:4px 0px 0px 15px;
	float:left;
	margin:auto;
	border-bottom:1px #000 dashed;
	font-size:12px;
	font-weight:normal;	
	color:#000;
	margin-top:2px;
	background-color: #F5F5F5;
	text-align:left;

	}
	
.buton_uyegiris{
	width:59px;
	height:14px;
	background-image:url(../images/buton_uyegr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	border:0px;
	float:left;
	font-size:10px;
	padding-bottom:3px;
	}
.buton_uyegiris:hover{
	width:59px;
	height:14px;
	background-image:url(../images/buton_uyegr_hv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	border:0px;
	float:left;
	font-size:10px;
	padding-bottom:3px;
	}
	
	

.buton_arama{
	width:59px;
	height:14px;
	background-image:url(../images/buton_uyegr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	border:0px;
	font-size:10px;
	padding-bottom:3px;
	}
.buton_arama:hover{
	width:59px;
	height:14px;
	background-image:url(../images/buton_uyegr_hv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	border:0px;
	font-size:10px;
	padding-bottom:3px;
	}


.kenarlik_alt_dosh{
	border-bottom:1px #000000 dashed;}
	
.kenarlik01{
	border:1px solid #d7d7d7;}
.kenarlik_resim{
	border:3px solid #af6464;}


	
.baslik01{
	color:#000;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:13pt;
	padding:0px 0px 5px 0px;
}

.kenarlik_gecisli{
	background-image:url(../images/kenarlik_gecisli.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:220px;
	}
	
.baslik14px{
	font-size:14px;
	font-weight:bold;
	}
.link01{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	}
.link02{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	}
.link01:hover{
	color: #333333;
	font-size:12px;
	font-weight:bold;
	}

.baslik_basi{
	background-image:url(../images/baslik_basi.jpg);
	background-position: left;
	background-repeat:no-repeat;
	color:#5b5859;
	font-size:17pt;
	font-weight:normal;
	padding:0px 0px 0px 50px;
	border-bottom:1px #989393 dashed;	
	}
	
.background01{
	background-color:#CCCCCC;}
	
	
/******************* arama sonuç ********************/
.arama_bulunan{

	background-color: #CCFF99;}
/****************************sayfalama****************/
.page{
	font-weight:bold;
	}	
.page_aktif{
	font-weight:bold;
	color:#990000;
	}
/**********************/
.alt_sayfa{	
	width:150px;
	height:21px;
	padding:4px 0px 0px 15px;
	float:left;
	margin:auto;
	border-bottom:1px #CCCCCC dashed;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:2px;
	text-align:left;
	background-color:#FFFFFF;
	}
.alt_sayfa_sel{
		width:150px;
	height:21px;
	padding:4px 0px 0px 15px;
	float:left;
	margin:auto;
	border-bottom:1px #CCCCCC dashed;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:2px;
	text-align:left;
	background-color:#cccccc;

}
