body {
	color: Black;
	font-family: verdana;
	font-size: 10px;
}

SELECT {
	border-top-width:1px; 
	border-left-width:1px;
	font-size:10px;
	border-left-color:#CCCCCC;
	border-bottom-width:1px;
	BORDER-BOTTOM-COLOR:#cccccc;
	COLOR: #36425a;
	BORDER-TOP-COLOR: #cccccc;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #cccccc
}
   
INPUT {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 9px; 
	BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #cccccc; 
	COLOR: #36425a; 
	BORDER-TOP-COLOR: #cccccc; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #cccccc
}
TEXTAREA {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 9px; BORDER-LEFT-COLOR: #cccccc; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #cccccc; 
	COLOR: #36425a; 
	BORDER-TOP-COLOR: #cccccc; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #cccccc
}

a {
	color: Black;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: FFFFFF;
	text-decoration: underline;

}

.menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

.YazarTitle{
	font-family: ;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF ;
}

.menuBold {
	color: Navy;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.menuBold a {
	color: Red;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.menuBold a:link {
	color: Red;
	text-decoration: underline;
}

.menuBold a:hover {
	color: Red;
	text-decoration: underline;
}

.menuBold a:visited {
	color: Red;
	text-decoration: underline;
}

.menuBold a:active {
	color: Red;
	text-decoration: underline;
}


.menu_link {
	font-family:tahoma; 
	font-size: 11px;color:#000066;
	text-decoration:none;
	font-weight:bold
}
.menu_link:hover {
	font-family:tahoma; 
	font-size: 11px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold
}

.MainTitle {
	color: #990000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;

}

.MainTitle a:link {
	color: #990000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
}

.MainTitle a:hover {
	color: Red;
	text-decoration: underline;
}

.MainTitle a:visited {
	color: #990000;
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
}

.MainTitle a:active {
	color: Red;
	text-decoration: underline;
}

.Content {
	color: Black;
	font-family: tahoma;
	font-size: 11px;
	font-weight:normal;
}

.Content a:link {
	color: #000066;
	font-family: tahoma;
	font-size: 11px;
}

.Content a:hover {
	color: Red;
	text-decoration: underline;
}

.Content a:visited {
	color: #000066;
	font-family: tahoma;
	font-size: 11px;
}

.Content a:active {
	color: Red;
	text-decoration: underline;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 2px solid black;
padding: 8px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}




a.MainMenu:link {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12pt;
	margin-top: 15px;
	text-decoration:none;
}
a.MainMenu:visited {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12pt;
	margin-top: 15px;
	text-decoration:none;
}
a.MainMenu:active {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12pt;
	margin-top: 15px;
	text-decoration:underline;
}
a.MainMenu:hover {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12pt;
	margin-top: 15px;
	text-decoration:underline;
}


