/* CSS Document */

body 
{ 
	margin:0; 
	padding:0; 
	font: 11px Verdana, Arial, Sans-Serif;
}

ul,li,p,a,div,h1,h2,h3,h4,a,form { padding:0; margin:0;  }
ul, li { list-style:none; }
img { border:0px; }

a { text-decoration:none; color:#000; cursor:pointer; }
a:hover { text-decoration:underline; }

.clearfloat { clear: both; font-size:0; line-height:0; }


.bodyGlobal { margin:0 auto; width:1000px;  }

/** Üst kısım */
.bodyTop { margin:0; }

.bodyTop .left { float:left; width:18px; height:81px; background:url(images/topl.jpg) no-repeat; }
.bodyTop .center { float:left; width:964px; height:81px; background:url(images/top.jpg) repeat-x; }
.bodyTop .right { float:right; width:18px; height:81px; background:url(images/topr.jpg) no-repeat;}

.bodyTop .logo { float:left; }
.bodyTop .logo h1 { margin:5px; font-size:18px; color:#fff; text-shadow:0.5px 0.5px #000; }
.bodyTop .logo h2 { margin:0 5px; font-size:10px; color:#aaa; font-weight:normal; }
.bodyTop .logo h1 a { color:#fff; text-decoration:none;}

.bodyTopBottom { margin:5px 10px; padding:0 0 5px 0;  border-bottom:1px solid #ccc; }
.bodyMenu { float:left; line-height:20px; color:#0066B3; }
.bodyTop .find { float:right; }
.bodyTop .find form { margin:0 !important; margin-top:5px; }
.bodyTop .find input { border:1px solid #E2E2E2;  }

.topMenu { margin:0 10px; height:35px; line-height:35px; background:url(images/menu.jpg) repeat-x; }
.topMenu li { padding:0 10px 0 7px; float:left; background:url(images/sep.gif) no-repeat right; }
.topMenu li.left { padding:0; width:8px; height:35px; float:left; background:url(images/menul.jpg) no-repeat left; }
.topMenu li.right { padding:0; width:8px; height:35px; float:right; background:url(images/menur.jpg) no-repeat right; }
.topMenu li a { color:#fff; font-weight:bold; font-size:11px; }


/* Üst kısım sonu */

/* Orta kısım */
.bodyMiddle { margin:10px 10px 0 10px; }
.bodyMiddle div {  }
.bodyMiddle .leftBlock { margin:0 10px 0 0; float:left; width:220px; }
.bodyMiddle .middleBlock { float:left; width:750px; }

.bodyMiddle .middleBlock .middleBlockLeft { float:left;  width:370px; }
.bodyMiddle .middleBlock .middleBlockRight { float:right; width:370px; }
/* Orta kısım sonu */

/* Alt kısım */
.bodyFooter { margin:10px; padding:5px; height:46px; background:url(images/footer.jpg) repeat-x; text-shadow:0.5px 0.5px #ccc; }
/* Alt kısım sonu */


h2.boxtitle2 {
	font: bold 12px Arial, Arial, Sans-Serif; 
    background: #CDCDCD url(images/greyc.gif) no-repeat top right;
	height: 18px;
	padding: 3px;
	font-weight:bold;
	color: #333;
	text-shadow:0.5px 0 #666;
}

h2.boxtitle {
	padding:5px; 
	font: bold 12px Arial, Arial, Sans-Serif;  
	border:1px solid #eaeaea; border-bottom:0; background:url(images/menuback.jpg); 
}

div.box { margin-bottom:10px; padding:5px; border:1px solid #eaeaea;  }
div.box ul li { padding:3px 2px; border-bottom:1px solid #F8F8F8;  list-style-position:inside; }


.box2 {
	background: #efefef;
	margin-bottom: 10px; border:1px solid #eaeaea;
	padding: 5px;
	color: #666;
}


form input, form textarea, form select {font-family:Arial, Helvetica, sans-serif; border:1px solid #ccc; font-size:12px; }

form input.frmButton {  font-size:12px; font-weight:bold; padding:2px; }

/** Uyarı kutuları */
.bilgiKutusu .mesajBasligi { color: #598abb; }

.errorbig {
	background: #fbe3e4 url("images/simgeHata.png") 1.2em center no-repeat;
	border-color: #e0011b;
}

.errorbig .mesajBasligi { color: #cc0000; }

.errorbig ul, .warningbig ul, .applybig ul, .bilgiKutusu ul { list-style: square inside none; }

.errorbig, .warningbig, .bilgiKutusu, .applybig {
	padding: 15px 15px 15px 60px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	color: #333;
}

.applybig {
	background: #e9ffdd url("images/simgeOnay.png") 1.2em center no-repeat;
	border-color: #72c868;
}

.warningbig {
	background: #fff6bf url("images/simgeUyari.png") 1.2em center no-repeat;
	border-color: #ffd324;
}

.warningbig .mesajBasligi { color: #996600; }

/** Uyarı kutuları sonu */
