﻿*
{
	font-family: Verdana;
	font-size: 11px;
}
a
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a.menu
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
a:hover.menu
{
	text-decoration: underline;
	color: #f2d75f;
}

.header
{
	color: #FFFFFF;
}
div.menu
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
/*	start styles for the ContextMenu	*/
.context_menu{
	background-color:white;
	border:1px solid gray;
}
.context_menu_item{
	padding:3px 6px;
}
.context_menu_item:hover{
	background-color:#CCCCCC;
}
.context_menu_separator{
	background-color:gray;
	height:1px;
	margin:0;
	padding:0;
}

/*	end styles for the ContextMenu	*/

