body {
	background-color: #0c0c0c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #1C1C1C;
	scrollbar-highlight-color: #1C1C1C;
	scrollbar-3dlight-color: #666666;
	scrollbar-shadow-color: #2A2A2A;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #7A7476;
	scrollbar-track-color: #444444;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #e2e0d2;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.yazisari{
	color: #FFFF00;
}

#sayfalandirma{
	width:100%;
	float:left;
	height:40px;
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
}
#onceki{
	width:100px;
	float:left;
	font-size:11px;
}
#sayfalar{
	text-align:center;
	width:300px;
	float:left;
	font-size:11px;
}
#sonraki{
	text-align:right;
	width:100px;
	float:left;
	font-size:11px;
}




/*----------------VERTICAL MENU STİL ÖZELLİKLERİ----------------------------*/

#dropmenudiv{
position:absolute;
background-color: #000000;
border: 1px #3b3b3b dashed;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:22px;
z-index:100;
filter:alpha(opacity=95);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px #3b3b3b dashed;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #600d42;
}
