/* CSS Document */
a:link{
color:#000066;
text-decoration:underline;
}

a:hover{color:#990000;
background-color:#DDDDDD;
}

a:visited{color:#000066;
text-decoration:underline;}
legend{
border-color:#333366;
color:#660000;
font-family:century gothic;
font-size:13px;
font-weight:bold;
}
.yatay_yazi{
writing-mode: tb-rl;
filter: flipv fliph;
font-family:arial narrow;
font-size:11px;
font-style:italic;
}
table#golge {
	border-top-width: 0.3mm;
	border-right-width: 0.6mm;
	border-bottom-width: 0.6mm;
	border-left-width: 0.3mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;}

	
input#metin{
font-family:Arial Narrow;
font-size:13px;
font-weight:bolder;
background-color:#EEFFFF;}
select#metin{
font-family:Arial Narrow;
font-size:13px;
font-weight:bolder;
background-color:#EEFFFF;}
input#kilitli{
font-family:Arial Narrow;
font-size:13px;
font-weight:bolder;
background-color:#DDDDDD;}
textarea#metin{
font-family:Arial Narrow;
font-size:13px;
font-weight:bolder;
background-color:#EEFFFF;}
}
.form_basliklari{
font-family:century gothic;
font-size:17px;
font-weight:bold;
background-color:#DDDDDD;
padding-left:10px;
}
.etiket_basliklari{
font-family:century gothic;
font-size:12px;
font-weight:bold;
padding-left:18px;
vertical-align:middle;
background-image:url(images/bullet.gif);
background-position:left;
background-repeat:no-repeat;
}
.aciklama{
font-family:arial narrow;
font-size:11px;
font-style:italic;
}
.hata
{
font-family:century gothic;
font-size:14px;
font-weight:bold;
color:#CC0000;
}
.bilgi
{
font-family:century gothic;
font-size:14px;
font-weight:bold;
color:#00CC00;
}
.normal_yazi {font-family:Arial;
font-size:12px;
color:#000000;
font-weight:normal;
padding-left:10px;
padding-right:10px;
}
.normal_yazi_kilitli {font-family:Arial;
font-size:13px;
color:#000000;
background-color:#BBBBBB;
}
.basliklar{
font-family:century gothic;
font-size:14px;
font-weight:bold;
padding-left:0px;
padding-bottom:0px;
padding-top:0px;
color:#000000;}
.form_icerik{
font-family:century gothic;
font-size:14px;
font-weight:normal;
padding-left:0px;
padding-bottom:0px;
padding-top:0px;
line-height:40px;
text-align:justify;
color:#000000;
}
.tablobaslik
{
background-color:#DDDDDD;
border-top-width:thin;
border-top:thin;
border-top-color:#000000;
border-top-style:solid;
border-left-width:thin;
border-left:thin;
border-left-color:#000000;
border-left-style:solid;
border-right:thin;
border-right-color:#000000;
border-right-width:thin;
border-right-style:solid;
border-bottom:thin;
border-bottom-color:#000000;
border-bottom-width:thin;
border-bottom-style:solid;
}
.bildirim
{
line-height:23px; 
padding-left:10px; 
padding-right:10px; 
color:darkred; 
font-size:12px; 
font-family:century gothic;
}
.dilekce
{
line-height:23px; 
padding-left:10px; 
padding-right:10px; 
text-align:justify;
color:#000000;
font-size:13px; 
font-family:century gothic;
}
.dilekce_imza
{
line-height:23px; 
text-align:center;
color:#000000;
font-size:13px; 
font-weight:bold;
font-family:century gothic;
}
.linkaciklama
{background-color:#FADDCC;
}
.versiyon
{
font-family:arial narrow;
font-size:10px;
font-style:italic;
background-color:#BEE4E4;
padding-right:10px;
}
.versiyon#kullanici
{
font-family:arial narrow;
font-size:11px;
font-style:italic;
background-color:#00CCFF;
padding-left:10px;
}
.versiyon#hata_bildirimi
{
font-family:arial narrow;
font-size:10px;
font-style:italic;
background-color:#FFCCFF;
padding-right:10px;
}

.menu_basliklari{
font-family:century gothic;
font-size:12px;
font-weight:bold;
vertical-align:middle;
background:#FF9900;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
font-family: Arial;
margin-left:0px;
padding-left: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 13px;
margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#003300;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}