@charset "utf-8";
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, table, tr, td, h2, h3, form   {
	padding:0;
	margin:0;
}



h1 {
	margin-bottom:10px;
	padding-bottom:5px;
	font-size:15px;
	border-bottom: 1px solid #d7e1f8;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*
input.text:focus,
input[type=text]:focus,
input[type=file]:focus,
input.file:focus,
input[type=password]:focus,
textarea:focus,
select:focus          { 
border: 1px solid #000000;
background: #FFFFD9; color: #000 !important; 
}


input.text:hover,
input[type=text]:hover,
input[type=file]:hover,
input.file:hover,
input[type=password]:hover,
textarea:hover,
select:hover          { 
background: #f8f8f8; color: #000 !important; 
}
*/


#container {
	width: 95%; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
}
#header {
	background: #ffffff;
	padding: 0; 
	height: 70px;
	/*background-image: url(../img/headerbg.gif);*/
}
#header h1 {
	margin: 0; 
	padding: 0;
}


#ad_header {
	background: #ffffff;
	padding: 0; 
	height: 90px;
	/*background-image: url(../img/ad_headerbg.gif);*/
}
#ad_header h1 {
	margin: 0; 
	padding: 0;
}


#mainContent {
	padding: 0 ;
	min-height: 400px;
}
#footer {
	padding: 0; 
	background:#eaeaea;
	color:#ffffff;
	height: 30px;
	/*background-image: url(../img/footerbg.gif);*/
} 
#footer p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

#ad_footer {
	padding: 0; 
	background:#00acd6;
	color:#ffffff;
	height: 30px;
	/*background-image: url(../img/ad_footerbg.gif);*/
} 
#ad_footer p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}


.tabmenu{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black;*/
background: #eaeaea;
background-image:url(/resim/ust_buton_arka.gif);
}

.tabmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
}

.tabmenu li{
display: inline;
margin: 0;
}

.tabmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #88a5d6; /*right divider between tabs*/
color: #1743a3;
background-image:url(/resim/ust_buton_arka.gif);
}

.tabmenu li.active a {
	background: #61c5df;
	color:#fff;
}

.tabmenu li a:hover, .tabmenu li.selected a{
background: #61c5df;
color:#fff;
}

.tabmenu_sub{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black;*/
background: #61c5df;
}

.tabmenu_sub ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
}

.tabmenu_sub li{
display: inline;
margin: 0;
}

.tabmenu_sub li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background: #61c5df; /*background of tabs (default state)*/
}

.tabmenu_sub li.active a {
	background: #fff;
	color:#000;
}


.tabmenu_sub li a:hover, .tabmenu_sub li.selected a{
background: #EFEFEF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#000;
}


.tabmenu_ad{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black;*/
background: #00acd6;
}

.tabmenu_ad ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
}

.tabmenu_ad li{
display: inline;
margin: 0;
}

.tabmenu_ad li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #88a5d6; /*right divider between tabs*/
color: #1743a3;
background-image:url(/resim/ust_buton_arka.gif);
}

.tabmenu_ad li.active a {
	background: #00acd6;
	color:#fff;
}

.tabmenu_ad li a:hover, .tabmenu li.selected a{
background: #00acd6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#fff;
}


.tabmenu_sub_ad{
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black;*/
background: #ed151c;
}

.tabmenu_sub_ad ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
}

.tabmenu_sub_ad li{
display: inline;
margin: 0;
}

.tabmenu_sub_ad li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
background: #ed151c; /*background of tabs (default state)*/
}

.tabmenu_sub_ad li.active a {
	background: #fff;
	color:#000;
}


.tabmenu_sub_ad li a:hover, .tabmenu_sub li.selected a{
background: #EFEFEF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#000;
}



.cssform {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
.cssform div {
	height: 25px;
	padding: 0.2em 0.5em;
}
 
.cssform div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
.cssform p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}

.uyari {
	background-color: red;
	color: white;
	padding: 3px;
	font-weight: bold;
	line-height: 25px;
}

.clear {
	clear: both;
}


.urllisttd {
	padding:0px;
	margin:0px;
	height:25px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}

.tableheader {
	background-color: #efefef;
	font-size:12px;
	font-weight: bold;
	padding-left: 5px;
}


.statslist {
	line-height: 25px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	width:200px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.statslist span {
	width: 120px;
	float: left;
	font-weight: normal;
	margin-left: 3px;
	text-align: left;
}

.kutu {
	float:left;
	margin:10px;
	width:200px;	
}

.tablekodal {
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
.tdkodal {
	font-weight: bold;
	width: 300px;
	height:30px;
}

.tdreklamal {
	font-weight: bold;
	width: 180px;
	height:30px;
}

.tduyelikbil {
	font-weight: bold;
	width: 180px;
	height:30px;
}


.tdadim {
	color : #2b3b5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.tdodeme {
	font-weight: bold;
	width: 200px;
	text-align:right;
	padding-right:5px;
}


.ub_fieldset {
	border: 1px solid #C0C0C0; 
	padding: 10px; 
	color: #000000;
}
.ub_legend {
	font-size:12px;
	font-weight: bold;
	color: #000080;
}

.iframe { 
  height: 150px; 
  width: 95%; 
  overflow: auto; 
  border: 1px solid #cfd6e8;
  padding: 1px; 
  font-weight:normal; 
}  

/* sayfalama */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.csswindow {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
}
 
 .csswindow div {
	padding: 10px 0 10px 10px;
}
 
.msgwindow {
	width: 100%;
	background: #FFFFD2;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	margin-bottom:10px;
}
 
 .msgwindow div {
	padding: 10px 0 10px 10px;
}
 
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}



.y1 {
	color: 000000; 
	font: 12px Arial, Helvetica, sans-serif;
}
.y1:hover {
	color: 000000; 
	font: 12px Arial, Helvetica, sans-serif;
}


.textbox {
	height:22px;
	border: 1px solid #a4b4d7;
	color: 000000; 
	font: 12px Arial, Helvetica, sans-serif;
}
.buton {
	height:22px;
	border: 1px solid #154594;
	background-color:#2d63bc;
	color: ffffff; 
	font: 12px Arial, Helvetica, sans-serif;
}
.textarea {
	border: 1px solid #a4b4d7;
	color: 000000; 
	font: 12px Arial, Helvetica, sans-serif;
}

