﻿body
{
    margin: 0px;
    padding: 0px;
    font: 12px/19px arial, verdana, sans-serif;
}
#header
{
    width: 100%;
}
#leftcolumn
{
    float: left;
    width: 15%;   
    height: 700px;    
}
#content
{
    float: left;
    width: 85%;
    height: 700px;    
	color: #666;
}
#footer
{
    clear: both;
    width: 100%;
}

.textbox 
{
	font: 11px arial, verdana, sans-serif;
	padding: 3px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.button 
{
	font: 11px arial, verdana, sans-serif;
	padding: 3px;
	cursor:hand;
	background: url(../../images/btn_bg.gif) 0 0 repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #FF6600;
}

.border 
{
	border: 1px solid #f5f5f5;
	padding: 5px;
}

.serit 
{
	background: #005dab;
}

.sayfaBaslik 
{
	 color: white;
	 font-size: 13px;
	 font-weight: bold;
	 padding-right: 20px;
}

.hoverPanel 
{
	 color: #000;
	 font-size: 12px;
	 border: solid 1px black;
	 background-color : #E7E7E7;	
	 visibility:hidden;
	 z-index:1;	
	 padding:5px;
}

h1 
{
	color: #709cc5;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	padding: 0;
}
.cikis {
	background: url(../../images/cikis.gif) no-repeat top right;
	text-decoration: none;
	padding-right:  20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right:10px;
	color:#ff0000;
	font-weight:bold;
	float:right;
}

.girisKutu 
{
	background: #004d8a;
	color: white;
	padding-right: 20px;
}
.girisKutu a {
	color: white;
	background: url(../../images/cikis.gif) no-repeat top right;
	text-decoration: none;
	padding-right:  20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.logo {
	padding: 10px 20px 10px 20px;
}

.errorTable 
{
	width:95%;
	border: 0;
	text-align: left;
	padding:5px 5px 5px 40px;
	color:#000000;
	background:#FEEE97 url(../../images/uyari.jpg) 5px 5px no-repeat;
}

.uygulamaAdi, .tarih 
{
	color: #709cc5;
}
.uygulamaAdi {
	font-size: 12px;
}
.menu01 a {
	background: #d8e4f0 url(../../images/menu.gif) no-repeat 0px 3px;
}
.menu02 a {
	font-size: 12px; color:#000; padding-left:20px; background:url(/images/bullet.png) 0px 6px no-repeat; border-bottom:1px solid #dbdaec; margin:0px 13px 0px 3px; display:block; padding:2px 0px 2px 20px;
}
.menu02 a:hover {
	font-size: 12px; color:#FEB92E; padding-left:20px; background:url(/images/bullet.png) 0px 6px no-repeat; border-bottom:1px solid #dbdaec; margin:0px 13px 0px 3px;display:block; padding:2px 0px 2px 20px;
}
.menu01 {
	background: #d8e4f0;
}
.menu02 { background-color:#F1F1F1}

.menu01, .menu02 {
	color: #2e5272;
	width: 150px;
	border-bottom:1px solid #dbdaec;
}
.menu03 { font-weight:bold; }


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #F1F1F1;
	color : windowtext;
	border:1px solid #D4D4D4;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    position:relative;
	z-index:99;
	padding:3px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #FF9226;
	color: #fff;
	padding: 1px;
	cursor:hand;
	position:relative;
	z-index:99;
		font-size:10px;
	border-bottom:1px solid #fff;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #D4D4D4;
	color : #000;
	padding : 1px;
	cursor:hand;
	font-size:10px;
	border-bottom:1px solid #fff;
}