﻿* {
    margin:0;
    padding:0;
}

body {
    background:#94c051 url('zmnBodya.gif') repeat-x;
	font-family: Verdana, Helvetica, Geneva, Arial, Sans-Serif;
	font-size:80%;
	color: #555;
}

#divGovde {
    width:981px;
    margin: 0 auto;
}

#divUst {
    background:#2e7aa2 url('zmnUst.jpg') no-repeat top left;
    height:199px;
}

#divOrta {
    background:#fff url('zmnOrta.jpg') repeat-y;
}

#divSayfaYan {
    float:left;
    width:172px;
    margin:0;
}

#divSayfaSayfa {
    float:right;
    width:800px;
    margin:0 3px 0 3px;
}

#divSayfaTemizle {
    background:#f9e6a4 url('zmnOrta.jpg') repeat-y;
    clear:both;
    width:100%;
    font-size:.1em;
}

#divAlt {
    background:url('zmnAlt.jpg') no-repeat left top;
    padding:20px;
}

/* ############################################################### MENU new*/
/* ############################################################### MENU new */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 172px; /* Width of Menu Items */
background:#f9eec7 url('zmnMenuAcilirHover.jpg') repeat-y;
}
	
.suckerdiv ul li{
position: relative; margin:0; padding:0;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 220px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
padding:.3em .7em;
border-bottom:solid 1px #fff; margin:0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
 background:#f9eec7 url('zmnMenuAcilir.jpg') repeat-y;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End *//* ############################################################### MENU new*/
/* ############################################################### MENU new */










#divYanMenu {
    width:160px;
    text-align:left;
}

/* ___________________ MENU yan */
#divYanMenu ul {
    list-style:none;
    margin:0;
	}
#divYanMenu ul li {
    margin:0 0 0 0;
    display:block;
    line-height:16px;
}
	
* html #divYanMenu ul li a {width:166px;} /*ie6*/
#divYanMenu ul li a {
    display:block;
    text-decoration:none;
    margin:0;
    padding:.5em 2px;
    width:166px;
    font-size:1.1em;
    color:#52482a;
    border:solid 1px #f0d992;
    border-color:#f0d992 #f7f1dd #fff #f5d462;
	}
#divYanMenu ul li a:hover {
    line-height:16px;
    color:#3c758e;
    background-color:#f6f2f3;
	}

#divYanMenu ul li ul li ul {
    display:none;
}

/* ############################# ACILIR MENU */
.menuAnaAc{
    position:absolute;
    top: 0;
    margin:-33px 0 0 172px;
    z-index:100;
    visibility: hidden;
    border:solid 2px #94c051;
}
/* __________________________________ acilir list */
.menuAnaAc ul {
    list-style:none;
    margin:0;
	}
.menuAnaAc ul li {
    margin:0 0 0 0;
    display:block;
    font-size:1em;
}
	
.menuAnaAc ul li a {
    display:block;
    text-decoration:none;
    margin:0;
    padding:.2em .3em;
    width:190px;
    color:#3c2f12;
    border:solid 1px #f0d992;
    border-color:#f0d992 #f7f1dd #fff #f5d462;
    background:#f9eec7 url('zmnMenuAcilir.jpg') repeat-y;
	}
.menuAnaAc ul li a:hover {
    color:#3c2f12;
    background-color:#f6f2f3;
    background:#f9eec7 url('zmnMenuAcilirHover.jpg') repeat-y;
	}

.mnSI {
    font-size:.9em !important;
    font-weight:bold;
    line-height:26px;
    background-color:#fef9e6;
    margin-right:-.2em;
    padding:.1em .3em;
    border:solid 1px #f5d159;
}

.selecteds {
    background-color:#f5d159;
    color:#000;
    font-size:.9em !important;
    font-weight:bold;
    line-height:26px;
    margin-right:-.2em;
    padding:.1em .3em;
    border:solid 1px #f5d159;
}

/* ############################################################### HTML */
a {
	color: #2e7aa2;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

p {
    margin:0 .5em 1.4em 0;
    text-align:justify;
    line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 {
    margin:1em .5em .2em 0;
    font-size:1.3em;
    font-weight:normal;
}

h1 {color:#385b83;}
h2 {color:#59880e;}
h3 {color:#dbac1f;}

abbr {
    color:#e60e13;
    cursor:help;
    font-size:.8em;
    font-style:italic;
    }

img {
    border:0;
    }

/* ------------------------------------------------ liste ul */
ul {
    list-style:none;
    list-style-type:square;
    margin:8px 0 15px 16px;
	}

 ul li {
     line-height:16px;
     margin:0 0 .14em 0;
}

ul li ul {
	}

ul li ul li {
    margin-left:8px;
	}

ul li ul li ul {
	}

ul li ul li ul li {
    margin-left:16px;
	}    
/* ------------------------------------------------ liste ol */
ol {
    list-style:none;
    list-style-type:decimal;
    margin:8px 0 15px 32px;
	}

 ol li {
     line-height:16px;
     margin:0 0 .5em 0;
}

ol li ol {
	}

ol li ol li {
    margin-left:8px;
	}

ol li ol li ol {
	}

ol li ol li ol li {
    margin-left:16px;
	}    


/* ------------------------------------------------  text */
table.tbText {width:100%; border-collapse:separate; margin:1em 0; border-spacing:.16em;}
table.tbText thead th {text-align:center;}
table.tbText th {background-color:#edf7dd; border:solid 1px #bedc8c; padding:.2em; color:#525e3e; vertical-align:middle; text-align:left; font-size:.86em;}
table.tbText td {border:solid 1px #ddedc3; padding:.2em; text-align:left; vertical-align:middle; font-size:.9em;}
.tbText td img {
    margin:0 !important;
    padding:0 !important;
}

/* ------------------------------------------------  text 2 */
table.tbText2 {width:100%; border-collapse:separate; margin:1em 0; border-spacing:.16em;}
table.tbText2 thead th {text-align:center;}
table.tbText2 th {background-color:#edf7dd; border-bottom:solid 1px #bedc8c; padding:.2em; color:#525e3e; vertical-align:middle; text-align:left; font-size:.86em;}
table.tbText2 td {border-bottom:solid 1px #ddedc3; padding:.2em; text-align:left; vertical-align:middle; font-size:.9em;}
.tbText2 td img {
    margin:0 !important;
    padding:0 !important;
}

/* ------------------------------------------------  num */
table.tbNum {width:100%; border-collapse:separate; margin:1em 0; border-spacing:.16em;}
table.tbNum thead th {text-align:center;}
table.tbNum th {background-color:#edf7dd; border:solid 1px #bedc8c; padding:.2em; color:#525e3e; vertical-align:middle; text-align:left; font-size:.86em;}
table.tbNum td {border:solid 1px #ddedc3; padding:.2em; text-align:right; vertical-align:middle; font-size:.9em;}
.tbNum td img {
    margin:0 !important;
    padding:0 !important;
}

/* ############################################################### BASLIK */
.sayfaBaslik {
    color:#385b83;
    border-bottom:solid 4px #385b83;
    margin:0 0 .3em 0;
    padding:0 0 0 6px;
}

/* ############################################################### HTML */
.renk1 {
    color:#cc0000;
}

.renk2 {
    color:#385b83;
}

.kucult1 {
        font-size:.8em !important;
}

.buyut1 {
        font-size:1.1em !important;
}

.renkMax {
    color:#dd4747 !important;
}

.renkMin {
    color:#437ec1 !important;
}

.ortala {
    text-align:center !important;
}

.sola {
    text-align:left !important;
}

.saga {
    text-align:right !important;
}

.kalin {
        font-weight:bold;
}


#dhtmltooltip {
        position: absolute;
        width: 350px;
        border: 2px solid #0000c0;
        padding: 1px 1px;
        background-color: #fff;
        visibility: hidden;
        z-index:100;
}

