﻿html,body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	margin: 0px;
	font-size: 12px;
	color:#000000;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:0px;
}


/*  ilgili tagler icin css  */
table,p,span,div,td{	 
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;	
	border-collapse:collapse;}
	
	

/* BACKGROUND CSS'LERI */
.bg_table {background-color: #FFFFFF;}

/* LINK CSS'LERI */



form, select, option, input, button, textarea {
	margin: 0px;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
}




/* COLORS CSS  */
.red {color: #FF0000;}
.darkred {color: #CC0000;}
.lghtred{color: #ff3300;}
.blue{color:#0099FF;}
.orange{color:#FF9900}
.green{color:#99CC00}
.purple{color:#9933CC}
.white {color:#FFFFFF;}
.gray {color:#333333;}
.black{color:#000000;}

form{display:inline;}


/* TITLE CSS'LERI */
/*  Baslik tablolar için css */
h1{font-size:15px; color:#003399; display:inline;}
h2{font-size:12px; color:#CC0000;display:inline;}
h3{font-size:11px; color:#CC0000;display:inline;}
h4{font-size:10px; color:#666666;display:inline;}
h5{font-size:10px; color:#CC0000;display:inline;}
h6{font-size:9px; color:#CC0000;display:inline;}
h1 span{font-size:15px; color:#003399; font-family: 'Century Gothic'; display:inline;}
h2 span{font-size:12px; color:#CC0000; font-family: 'Century Gothic'; display:inline;}
h3 span{font-size:11px; color:#CC0000; font-family: 'Century Gothic'; display:inline;}
h4 span{font-size:10px; color:#666666; font-family: 'Century Gothic'; display:inline;}
h5 span{font-size:10px; color:#CC0000; font-family: 'Century Gothic'; display:inline;}
h6 span{font-size:9px; color:#CC0000; font-family: 'Century Gothic'; display:inline;}





/* 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;
}


.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;
}


/*  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;
}

.Seperator {
	background-image: url(../images/standart/dotted_hor.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 10px;
	font-size:0;
}

.Seperator01 {background-image: url(../images/standart/dotted_hor_01.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator02 {background-image: url(../images/standart/dotted_hor_02.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator03 {background-image: url(../images/standart/dotted_hor_03.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator04 {background-image: url(../images/standart/dotted_hor_04.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator05 {background-image: url(../images/standart/dotted_hor_05.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator06 {background-image: url(../images/standart/dotted_hor_06.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator66 {background-image: url(../images/standart/dotted_hor_66.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator67 {background-image: url(../images/standart/dotted_hor_67.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator68 {background-image: url(../images/standart/dotted_hor_68.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator69 {background-image: url(../images/standart/dotted_hor_69.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}
.Seperator99 {background-image: url(../images/standart/dotted_hor_99.gif); background-repeat: repeat-x; background-position: center center; height: 10px; font-size:0;}

.kategori01 { color:#333333;}
.kategori02 { color:#006600;}
.kategori03 { color:#660066;}
.kategori04 { color:#003399;}
.kategori05 { color:#663300;}
.kategori06 { color:#cc0000;}
.kategori66 { color:#666666;}
.kategori67 { color:#cc3399;}
.kategori68 { color:#ff3300;}
.kategori69 { color:#0066cc;}
.kategori09 { color:#000066;}

/* 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 12px Verdana;
list-style-type: none;
text-align: left; /*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 Boşluğu */
background-color:#E0E0E0;
color: #696969;
}
.shadetabs li a.li_1:hover{background-color:#333333;} /* Koyu Kırmızı */
.shadetabs li a.li_2:hover{background-color:#006600;} /* Yeşil */
.shadetabs li a.li_3:hover{background-color:#660066;} /* Mor */
.shadetabs li a.li_4:hover{background-color:#003399;} /* Lacivert */
.shadetabs li a.li_5:hover{background-color:#663300;} /* Kahve */
.shadetabs li a.li_6:hover{background-color:#cc0000;} /* Açık Gri */
.shadetabs li a.li_66:hover{background-color:#666666;} /* Koyu Gri */
.shadetabs li a.li_67:hover{background-color:#cc3399;} /* Koyu Pembe */
.shadetabs li a.li_68:hover{background-color:#ff3300;} /* Turuncu */
.shadetabs li a.li_69:hover{background-color:#0066cc;} /* Mavi */
.shadetabs li a.li_99:hover{background-color:#000066;} /* Laci */

.shadetabs li a:visited{
color: #696969;
}

.shadetabs li a:hover{
text-decoration: underline;
background-color:#000000;
color: #fff;
}


.shadetabs li.selected a{padding: 8px 8px;} /*selected main tab style */
.shadetabs li.selected01 a{padding: 8px 8px; background-color:#333333; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected02 a{padding: 8px 8px; background-color:#006600; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected03 a{padding: 8px 8px; background-color:#660066; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected04 a{padding: 8px 8px; background-color:#003399; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected05 a{padding: 8px 8px; background-color:#663300; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected06 a{padding: 8px 8px; background-color:#cc0000; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected66 a{padding: 8px 8px; background-color:#666666; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected67 a{padding: 8px 8px; background-color:#cc3399; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected68 a{padding: 8px 8px; background-color:#ff3300; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected69 a{padding: 8px 8px; background-color:#0066cc; color: #fff;} /*selected 01 tab style */
.shadetabs li.selected99 a{padding: 8px 8px; background-color:#000066; color: #fff;} /*selected 01 tab style */

 
.shadetabs li.selected a:hover{text-decoration: none;}/*selected main tab style */

/* bir tane de ben ekledim*/
.shadetabs_left{
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 8px;
}

.shadetabs_left 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: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_left li{
display: inline;
margin: 0;
}

.shadetabs_left li a{
text-decoration: none;
padding: 7px 8px;
margin-right: 1px; /* Tab Boşluğu */
background-color:#666666;
color: #fff;
}

.shadetabs_left li a:visited{
color: #fff;
}

.shadetabs_left li a:hover{
text-decoration: underline;
background-color:#FF6900;
color: #fff;
}


.shadetabs_left li.selected a{ /*selected main tab style */
padding: 8px 8px;
background-color:#FF6900;
}

.shadetabs_left li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* redp_submenu */
.redp_submenu{
	color: #ffffff;
	font-weight:bold;
}
a.redp_submenu:link {
	color: #ffffff;
	text-decoration: none;
}
a.redp_submenu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.redp_submenu:hover
{
    color: #333333;
}

.redp_dmenu{
	color: #000066;
	font-weight:bold;
}
a.redp_dmenu:link {
	color: #000066;
	text-decoration: none;
}
a.redp_dmenu:visited {
	color: #000066;
	text-decoration: none;
}
a.redp_dmenu:hover
{
    color: #333333;
    text-decoration:underline;
}

.spdr{display:none;}

ul.sm {display:inline;margin:0px;padding:0px;}
li.sm {margin-left:20px;list-style-type:circle; margin-top:5px;}
li.sm a{font-weight:bold; text-decoration:none;}
