/* HEADER */

.Standart {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	font-weight: none;
}

.Kalin {
	font-family: Arial;
	font-size: 12px;
	color: #111111;
	font-weight: bold;
}
.Bey {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
}

.Siyah {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	cursor:hand;
}

body {
	scrollbar-arrow-color:#555555;
	scrollbar-face-color:#DFDFDF;
	scrollbar-base-color:#DFDFDF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#555555;
}

img { 
behavior: url(iepngfix.htc); 
} 

/* INPUTS */
.GenelButton
{
	font-family: verdana;
	color: #6B5446;
	font-size: 10px;
	font-weight: bold;
	border-style: outset;
	border-width: 1;
	background-color: #CBB69E;
	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;
}

.Beyaz:Link {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.Beyaz:Visited {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.Beyaz:hover {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#00FF00;
}

.Mavi:Link {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#336699;
}
.Mavi:Visited {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#336699;
}
.Mavi:hover {
	font-weight: bold;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#5F94C9;
}

/* GENERAL */
.DropDownMenu {
	font-size: 11px;
	font-family: Arial;
	color: #555555;
	font-weight: none;
	text-decoration:none;
}

.MenuYazi {
	font-size: 11px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:hand;
}

.MaviYazi {
	font-weight: none;
	font-family: Arial;
	text-decoration:none;
	font-size:12px;
	color:#336699;
}
.CizgiliTablo{
    border-left: 1.0pt dashed #C2C8CE; 
    border-right: 1.0pt dashed #C2C8CE; 
    border-top: medium none; 
    border-bottom: 1.0pt dashed #C2C8CE; 
    padding: 3.75pt; 
    background: whitesmoke
}
.borderTablo{
	border-RIGHT: #cccccc 1px solid; 
	padding-RIGHT: 5px; 
	border-TOP: #cccccc 1px solid; 
	padding-LEFT: 5px; 
	background: url(../img/tabloustbg.gif) #ffffff repeat-x left top; 
	padding-BOTTOM: 5px; 
	border-LEFT: #cccccc 1px solid; 
	padding-TOP: 15px; 
	border-BOTTOM: #cccccc 1px solid
}