/* CSS Document */

body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_page.jpg);
}
.ustmenu:link {
	color: #398CBE;
	font-weight: bold;	
	text-decoration: none;
}
.ustmenu:visited {
	color: #398CBE;
	font-weight: bold;	
	text-decoration: none;
}
.ustmenu:hover {
	color: #000000;
	font-weight: bold;	
	text-decoration: underline;
}
.ustmenu:active {
	color: #398CBE;
	font-weight: bold;	
	text-decoration: none;
}

.turkuazlink:link {
	color: #A2F5FF;
	font-weight: bold;		
	text-decoration: underline;
}
.turkuazlink:visited {
	color: #A2F5FF;
	font-weight: bold;		
	text-decoration: underline;
}
.turkuazlink:hover {
	color: #FFFFFF;
	font-weight: bold;		
	text-decoration: underline;
}
.turkuazlink:active {
	color: #A2F5FF;
	font-weight: bold;		
	text-decoration: underline;
}

.beyazlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.beyazlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.beyazlink:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
.beyazlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

.grilink:link {
	color: #7F7F7F;
	text-decoration: none;
}
.grilink:visited {
	color: #7F7F7F;
	text-decoration: none;
}
.grilink:hover {
	color: #000000;
	text-decoration: underline;
}
.grilink:active {
	color: #7F7F7F;
	text-decoration: none;
}

.pembelink:link {
	color: #ff1552;
	text-decoration: underline;
}
.pembelink:visited {
	color: #ff1552;
	text-decoration: underline;
}
.pembelink:hover {
	color: #398ec1;
	text-decoration: none;
}
.pembelink:active {
	color: #ff1552;
	text-decoration: underline;
}

.turunculink:link {
	color: #f5f5f5;
	text-decoration: none;
}
.turunculink:visited {
	color: #f5f5f5;
	text-decoration: none;
}
.turunculink:hover {
	color: #cccccc;
	text-decoration: none;
}
.turunculink:active {
	color: #f5f5f5;
	text-decoration: none;
}


.beyaztd {
	color: #FFFFFF;
}
.mavitd {
	color: #398CBE;
}
.beyazbaslik {
	color: #FFFFFF;
	font-weight: bold;	
}


body,td,th {
	font-size: 11px;
	color:#5c5c5c;
	font-family: Tahoma;
}
.yazifont {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #000000;	
}

/*----------------VERTICAL MENU STİL ÖZELLİKLERİ----------------------------*/

#dropmenudiv{
position:absolute;
background-color: #ffffff;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f5f5f5;
}