﻿/* 
    Document   : style
    Created on : 14.Eki.2011, 18:00:29
    Author     : SERHAT
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
a{
    color:#0066ff;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body{
    background-color: #d0dee1 !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size:11px !important;
    margin:0 !important;
    padding:0 !important;
}
#govde{
    border: 5px solid #ccc;
    padding: 10px;
    /*background-image: url('../images/gbg3.jpg');*/
    background-repeat: repeat;
    background-position: left top;
    padding-bottom: 20px;
}
#ust{
    position: relative;
    padding-bottom: 5px;
}

#isim{

    text-transform: uppercase;
    background-image: url('../images/hbg2.jpg');
    background-repeat: repeat;
    background-position: left top;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 2px #ff6633;
}
.menu{
    background-image: url('../images/hbg2.jpg');
    background-repeat: repeat;
    background-position: left top;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 10px;
    font-size: 12px;
    border-left: solid 2px #333333;
}
.menu a{
    color:#000000;
    text-decoration: none;
    padding: 5px;
    display: block;
}
.menu a:hover{
    color:#0000ff;
    border-left: solid 3px #333333;
    border-right: dashed 1px #cccccc;
    background-color: #ffffff;
    
}
#orta{
    padding-bottom: 20px;
    padding-top: 0px;
}

/*.form{
    width:100%;
    padding-bottom: 20px;
    text-align: left;
	float:left;
}
.form p{
    font-weight: bold;
    border: dashed 1px #cccccc;
    padding:5px;
    width: 400px;
    margin-left: 20px;
    float: left;
}
.form p:hover{
    background-color: #fefeec;
}
.form p span{
    font-weight: normal;
}*/

/*.form .btn{
    background-color: #ccff99;
    border:1px solid #666600;
    color:#333333;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}*/
.muv{
    padding: 5px;
    border-bottom: dashed 1px #cccccc;
}
.muv:hover{
    background-color:#e3e0e0;
}
.muv b{
    text-transform: uppercase;    
}
/*h1{
    background-image: url('../images/hbg2.jpg');
    background-repeat: repeat;
    background-position: left top;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border-left: solid 8px #663300;
}*/
.textbox{
    padding:5px;
    border:1px solid #cccccc;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    width:380px;
}
.buton{
    background-image: url('../images/kaydet3.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #ffffff;
    border:1px solid #666600;
    color:#333333;
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    cursor:pointer;
}
.buton:hover{
    background-color: #ccff99;
}
.altbar{
    border-top:2px solid #CCC;
    padding-top: 10px;
    text-align: right;
	margin-top:10px;
}
.ayrac{
    clear: both;
    height: 5px;
}
#durum{
    display:none;
    float: left;
    text-align: left;
    padding:5px;
}
.ok{
    background-image: url('../images/ok.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top:5px;
    font-weight: bold;
    color:#087f1e;
	text-align:left
}
.hata{
    color:#FFF;
}
.bilgi{
    background-image: url('../images/bilgi.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top:5px;
    padding-right: 5px;
    font-weight: normal;
    color:#2662b4;
    border:dashed 1px #6699d5;
    position:absolute;
    right: 20px;
    top:60px;
    width:220px;
    background-color: #ffffff;
}
/* SOL MENU */
#sm{
    padding: 5px;
	margin:0 10px 10px 0;
    font-size:11px;
	border:1px solid #758c95;
	background-color:#FFF;
}
#sm a{
    display:block;
	color:#666;
}
#sm .baslik{
    font-weight: bold;
    background-color:#1d353f;
	color:#f7941e;
    padding-left:10px;
    line-height:25px;
    background-repeat: no-repeat;
    background-position: left top;  
}
#sm li{
    list-style: none;
    padding: 0px;
    margin:0px;
    background-repeat: no-repeat;
    background-position: left top; 
    margin-bottom: 10px;
}
#sm li ul{
    padding:0px;
    margin:0px;
    margin-top:5px;
    padding-left:5px;
}
#sm li ul li{
    padding:0px;
    margin:0px;
    font-weight: normal;
    padding-left:25px;
	line-height:25px;
	background-position:left center;}
	
#sm li ul li a:hover{font-weight:bold;color:#1D353F;}

#sm li ul li:hover{
	background-color:#fcdab0;
	padding-left:30px}
	
h1{
	background-color: #1D353F;
    background-position: left top;
    background-repeat: no-repeat;
    color: #F7941E !important;
    line-height: 25px !important;
    padding-left: 10px;
	font-size:13px !important;
	margin:0 0 10px 0 !important;}
	
#header{
	background-color:#1d353f;
	float:left;
	width:100%;
	margin-bottom:10px;
	border-bottom:5px solid #f7941e;}
	
#header_container{
	padding:20px 10px;
	display:block;}
	
#header span{
	color:#f7941e;
	float:right;
	text-shadow:0 0 1px #000;
	font-weight:bold;
	background-image:url(../images/tarih.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;}
	
.site_adi{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-shadow:0 0 1px #000;}
	
a.siteye_git{
	font-weight:bold;
	color:#f7941e;
	text-shadow:0 0 1px #000;}
	
a.cikis{
	float:right;
	text-shadow:0 0 1px #000;
	font-weight:bold;
	background-image:url(../images/cikis.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	color:#FFF;
	text-decoration:underline;}
/* GİRİŞ İŞLEMLERİ */
/*#giris{
    width:577px;
    height:100px;
    margin:auto;
    background-image: url('../images/giris-zemin.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 40px;
    position:relative;
}
#giris .pass{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color:#333333;
    padding:5px;
    left:130px;
    top:18px;
    width: 250px;
}
#giris .gbtn{
    position: absolute;
    font-size: 22px;
    color:#333333;
    padding:0px;
    margin:0px;
    right:30px;
    top:18px;
    height:45px;
    width:120px;
    background-image: url('../images/oturum-ac.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    border:0px;
}*/
.bilgiserbest{
    background-image: url('../images/bilgi.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top:5px;
    padding-right: 5px;
    font-weight: normal;
    color:#2662b4;
    border:1px solid #758c95;
    background-color: #ffffff;
    width:153px;
    margin-top: 10px;
}

#listeT{
	padding:10px;border:none;font-size:10px;
}
#listeT tr:hover{
	background-color:#eef32e;
}
#giris{
	margin:auto;
	width:360px;
	padding:10px;
	line-height:20px;
	margin-top:30px;
	border:1px solid #a4b5bc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	text-align:center;
	font-size:11px;
	box-shadow: 0 0 50px #FFFFFF;}
#giris hr{color:#cccccc;}
#giris a{color:#7e7c7a;font-weight:bold;}
#giris a:hover{text-decoration:none;}
#ayranci{
	font-family: Tahoma, Geneva, sans-serif;
	position: fixed;
	border-top: 5px solid #f7941e;
	left:0px;
	width: 100%;
	bottom:0px;
	padding:10px 0;
	background-color: #1d353f;
	background-image: url('yonet/images/arn_logo_smll.png');
	background-repeat: no-repeat;
	background-position: 5px top;
	color:#fff;
	text-align: right;
	line-height: 20px;
	z-index: 500;}
	
#ayranci span{
	font-weight:bold;
	color:#F7941E;}
	
.ayrac{
	float:left;
	width:100%;
	background-image:url(../images/ayrac1.jpg);
	background-position:center;
	margin:10px 0;
	height:1px;}
	
#container{
	float:left;
	width:1000px;
	margin-left:10px;}
	
#content{
	float:right;
	background-color:#FFF;
	border:1px solid #758c95;
	padding:5px;
	width:788px;
	min-height:360px;
	margin-bottom:10px;}
	
select option{
	padding:5px;
	border-bottom:1px solid #DDD;
	font-size:12px;}