/* HEADER */
html {
	height:100%;
	margin:0px;
	padding:0px;
}

.Standart {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: none;
}

body {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#FFFFFF;
}


/* INPUTS */
.GenelButton
{
	font-family: verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-style: outset;
	border-width: 1;
	background-color: #000066;
	width: 100px;
	height: 22px;
	cursor: hand;
}

.GenelInput
{
	border-style: inset;
	width:110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1;
}





/* LINKS */
a:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a:hover {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#990000;
}

.Sari:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.Sari:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.Sari:hover {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#886C00;
}

.MenuBaglanti:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.MenuBaglanti:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.MenuBaglanti:Hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#990000;
}


.MenuBaglantiOzel:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.MenuBaglantiOzel:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.MenuBaglantiOzel:hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}


.Manset:Link {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.Manset:Visited {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.Manset:hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#990000;
}


.YorumLink:Link {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.YorumLink:Visited {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
.YorumLink:hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#CC0000;
}


/* GENERAL */
.DropDownMenu {
	font-size: 11px;
	font-family: Arial;
	color: #555555;
	font-weight: none;
	text-decoration:none;
}

.YazarBaslik {
	font-size: 13px;
	font-family: Arial Narrow;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.MenuBaslik {
	font-size: 14px;
	font-family: Arial Narrow;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.Aralik {
	height: 10px;
}

.Tablo {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background: #D0D0D0;
}

.TabloKara {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #222222;
	background: #777777;
	color: #FFFFFF;
	cursor: hand;
}