/* Default CSS Stylesheet for a new Web Application project */

/* GENEL SAYFA YAPILANDIRMA CSSLERI */
/*  genel body,html css  */
html,body{
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	background-color: #E0E0E0;
	margin: 0px;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
	line-height:1.4em;
}

/*  ilgili tagler icin css  */
table,span,td{	 
	font-family: Tahoma, verdana,Arial;
	font-size: 11px;
	color: #666666;	
	line-height:1.4em;}
	




/* 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_table {background-color: #E0E0E0;}
.bg_body_content{background-color: #EFEFEF;}

.bg_top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height:67px;
}
.bg_banner{
	background-image: url(../images/bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height:200px;
}

.bg_shadow{
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height:20px;
}

.bg_dotted_vertical{
	background-image: url(../images/dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 21px;
}

.bg_dotted  /* Ayrac */
{
	background-image:url(../images/standart/dotted_horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
	}
	
.bg_solid  /* Ayrac */
{
	background-image:url(../images/standart/solid_horizontal.gif);
	background-repeat:repeat-x;
	background-position:center;
	}


/***************************************/
/*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;
}




/* COLORS CSS  */
.red {color: #FF0000;}
.blue{color:#0099FF;}
.orange{color:#FF9900}
.dark_orange{color:#FF6600;}
.green{color:#99CC00}
.purple{color:#9933CC}
.white {
	color:#FFFFFF;
	font-weight: bold;
}
.gray {color:#333333;}
.yellow {color:#FFCC00;}
.black {color:#000000;}




/* 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:#333333;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.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;}

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:solid;
	border-color:#CCCCCC;
	width: 160px;
	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: #E9E9E9;
	border-width:1px; 
	border-style:solid;
	border-color:#CCCCCC;
	width: 140px;
	width: 200px;
	padding-left:2px;
	padding-right:2px;
}




/*  combobox, list menu icin css   */
.select {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #E9E9E9;
	border-width:1px; 
	border-style:solid;
}

/*  combobox, list menu icin css   */
.select_long {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-width:1px; 
	border-style:solid;
}





/*  genel buttonlar icin css   */
.button {
	cursor:pointer;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#0066FF;
	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:#FF9900;
	border: 1px ridge #DDDDDD;
	height: 20px;
	width: 50px;
}

li { list-style-image:url(../images/li_circle.gif); margin:0px;;}

.header {
clear:both;
height:45px;
margin:0pt 180pt;
width:760px;
}
.content {
border-top:1px solid #FEFEFE;
border-top-width: 0px;
color: #000000;
}
#articles {
margin:0pt auto 10px;
padding:0px 0pt 0pt 0px;
}
#left {
float:left;
padding:0pt 10px 0pt 0pt;
width:510px;
}
#right {
	float:left;
	width:240px;
	background-color: #D4D4D4;
}

.rightarticle {
background:#D4D4D4 none repeat scroll 0%;
color:#808080;
line-height:1.4em;
margin:10px 10pt;
}

.articlebreak {
background: url(../images/horizontaldotted.gif) repeat-x scroll left bottom;
color:#808080;
margin:0px 0pt;
padding:0px 5px 5px 0pt;
text-align:right;
}

#wholepage {
background: #E0E0E0 url(images/contentbg.gif) repeat-x scroll left top;
padding:0pt 10px 0pt 0pt;
width:760px;
}

#rightmenu {
margin:0pt;
padding:0pt;
}

#rightmenu a:hover {
	color:#FFFFFF;
	background-attachment: scroll;
	background-color: #1C74D5;
	background-image: url(images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightmenu a {
background:#4DA0DF url(images/vmenuarrow.gif) no-repeat scroll left center;
color:#FFFFFF;
display:block;
margin:0pt 0pt 1px;
padding:5px 0pt 5px 19px;
text-decoration:none;
}

a {
background-color:inherit;
color:#3C6491;
}

a:hover {
background-color:inherit;
color:#BF3E17;
}

.main_login {
background:#A9D4F2 none repeat scroll 0%;
clear:both;
border-bottom:1px solid #4A8EBC;
border-top:1px solid #4A8EBC;
height:200px;
color:#246088;
padding:10px 0 0 5px;
}

.login_input {
float:left;
width:180px;
}

.right_query {
margin:13px 0pt;
float:left;
}

.right_query_warn {
float:right;
width:200px;
}

.login {
background:transparent url(../images/logininput.gif) repeat scroll 0%;
border:medium none;
padding:4px;
width:150px;
}

input.subbut {
background:#FC3307 none repeat scroll 0%;
border-color:#FF7800 rgb(105, 19, 0) rgb(105, 19, 0) rgb(255, 120, 0);
border-style:solid;
border-width:1px;
color:#FFFFFF;
cursor:pointer;
font-family:verdana,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:400;
height:18px;
line-height:normal;
padding:1px;
width:60px;
}
