.body { background-color: #d5d6d8; }

.footer	  { color:#0080ff; text-align:center; font-family:Verdana, Helvetica, sans-serif; font-size:11px; text-decoration:none }
.footer a { color:#0080ff; text-decoration:none }

.copyright	 { color:#666666; text-align:center; font-family:Verdana, Helvetica, sans-serif; font-size:11px; text-decoration:none }
.copyright a { color:#666666; text-decoration:none }

.menuLight	{BACKGROUND: none; COLOR: #CCCCCC; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

.leftBlockHeader {
	width: 100%; height: 16px; display: block; background-color: #d1e3ff; text-align: center; vertical-align: middle;
	font-weight: bold; color: #cf000b; FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px; TEXT-DECORATION: none;
}
.leftBlockText { color: #727290; FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px; TEXT-DECORATION: none; }
/*
.leftBlockText { color: #0064f9; FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px; TEXT-DECORATION: none; }
*/
.rightBlockHeader {
	text-align: center;	font-weight: bold; color: #666666;
}

.latestNews {
	text-align:justify;
	color:#333333;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}
.latestNews a { color:#00AA00; text-decoration:none; }

.forumFooter { color: #cf000b; FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 9px;}
.forumText { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 11px;}

/* tooltip */
#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	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);
}

/* popup menu */
#dhtmlpopupmenu{
	position: absolute;
	width: 250px;
	border: 1px solid black;
	padding: 2px;
	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);
}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
}

#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}



