html, body 
{
	margin: 0px;	
	color: #000000;	
	background-color: #ffffff;
  	font-family: Verdana, Tahoma;
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal; 
}

* 
{ 
	margin:0; 
	padding:0; 
	list-style: none;
} 

a img 
{
	border: 0;
}

a 
{
	color: #0071d0;
}

a:hover
{
	color: #FFFFFF;
	background-color: #0071d0;
}


#body {
	width: 1100px;
	margin: 0 auto;
}

#header {
	background-color: #6ebf26;
	height: 37px;
}

#content {
	min-height: 500px;
	height:auto !important;
	height:500px;
	padding:20px 0 10px 0;
}

#footer {
	background-color: #0d83dd;
	height: 30px;
	padding-top: 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	text-align:center;
	border-top: 2px solid #6ebf26;
}


#footer a 
{
	color: #ffffff;
}


#login {
	margin-top:30px;
	background-color: #fffbe1;
	border-top: 1px solid #d6ce95;
	border-bottom: 1px solid #efebd5;
	text-align:center;
	font-size:16px;
	padding:20px;
	line-height:25px;
}


#login input {
	font-size:16px;
}



#indexlogs {
	width:600px;
	margin-top:10px;
	background-color: #fffbe1;
	border-top: 1px solid #d6ce95;
	border-bottom: 1px solid #efebd5;
	padding:10px;
}


/* genel cssler */
.bold {
	font-weight:bold;
}

/* main menu */
ul#navlist
{
	padding:0;
	margin:0;
	background-color: #0075ce;
	color: White;
	float: left;
	width: 100%;
}

#navlist li { display: inline;  }

#navlist li a
{
	padding: 8px 10px;
	background-color: #0075ce;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #F0F8FF;
	/*border-bottom: 1px solid #fff;*/	
	font-weight: bold;
}

#navlist  li a:hover
{
	background-color: #6ebf26;
	color: #fff;
}

#navlist li a#current
{
	background:  #6ebf26;
	color: #fff;
}
/* sub menu */
ul#navlistsub
{
	padding:0;
	margin:0;
	background-color: #6ebf26;
	color: White;
	float: left;
	width: 100%;
}

#navlistsub li { display: inline;  }

#navlistsub li a
{
	padding: 4px 10px;
	background-color: #6ebf26;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

#navlistsub  li a:hover
{
	background-color: #fff;
	color: #000;
}

#navlistsub li a#current
{
	background:  #fff;
	color: #000;
}


.msg_box {
	background: #ffff99 url(../img/soru.gif) no-repeat 15px 13px;
	padding: 10px 15px 10px 70px;
	margin-top: 20px;
	width: 815px;
}

.msg_box.uyari {
	background: #ffc9bb url(../img/x.gif) no-repeat 15px 13px;
}


fieldset {
	padding:10px;
	margin-top:20px;
	border: 1px solid #EBEBEB;
}

legend {
	font-size: 14px;
	font-weight:bold;
	color: blue;
	margin-bottom:3px;
	padding: 0 5px 0 5px;
}

.table {
	font-size:12px;
	line-height: 25px;
	border-spacing: 0;
}

.table td {
	vertical-align:middle;
	padding-left:5px;
}

.table .tdheader {
	font-weight:bold;
	background:  #bfdcf3;
}

.table .tdcizgi {
	border-bottom: 1px dotted #C0C0C0;
}
.table .tr1 {
	background:  #F5F5F5;
}

.table .tr2 {
	background:  #fff;	
}

.formtable #sbt {
	font-size:14px;
	padding:0 5px 0 5px;
}

.sirket_selectbox {
	width:200px;
	font-size:14px;
	font-weight:bold;
	color:red;
}

.toplam {
	float: left;
	/*padding-top: -5px;  valid dešil*/
	margin-bottom: 10px;
}

.number {
	float: right;
	/*padding-top: -5px;  valid dešil*/
	margin-bottom: 10px;
}
.numnav li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.numnav a{
	text-decoration: none;
	color: black;
	padding: 3px 5px;
	border: 1px solid #cccccc;
	margin-left: 5px;
}
.numnav a:hover,
.numnav .open{
	padding: 3px 5px;
	border: 1px solid #cccccc;
	background-color: #BBE75E;
}


#kisayol
{	
margin: 0;
padding: 0
}

#kisayol li
{	
float: right;
list-style: none;
font-size:12px;
}

#kisayol li a
{	display: block;
background: #ffe70a;
padding: 2px 6px;
text-decoration: none;
width: 200px;
color: #000;
white-space: nowrap}

#kisayol li a:hover
{	background: #ffe70a}

#kisayol li ul
{	margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
}

#kisayol li ul li
{	float: none;
display: inline}

#kisayol li ul li a
{	
width: 200px;
background: #faf2a6
}

#kisayol li ul li a:hover
{	background: #ffe70a}
