.OnOption
{
	background-color:#ffdb6c;  /*"red"; "#ffe188"; "#ffe8a2";*/
	color:#333399;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
}

.OffOption
{
	background-color:#BFC8FF;
	color:#333399;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
}

.WhiteOption
{
	color:#333399;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
}

.QOffOption
{
	color:#333399;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
}

.DisabledOption
{
	background-color:#BFC8FF;
	color:#666699;
	font-family:"Verdana";
	font-size:11px;
}

.Logout
{
	background-color:#6D7CBC; /*"#666699";*/
	color:#EBE9ED;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
}

.OverRideImg
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ImgClass
{
	font-family:"Verdana";
	font-size:10px;
	font-weight:bold;
}

.hrefOption 
{  
	color:#333399;
	/*color:White;*/
	text-decoration:none;
	cursor:pointer;
}

.PopUpLink 
{  
	color:#ffe8a2;
	text-decoration:none;
	cursor:pointer;
}

.hrefLogout 
{  
	color:#EBE9ED;
	text-decoration:none;
	cursor:pointer;
}


