﻿.MenuStyle
{
font-family :Tahoma ;	
width: 99%;
font-weight: bold;
font-size :9pt;
border: 1px solid #BBB;
padding: 4px 0;
height :20pt;

}
.HoverStyle
{
	height:15pt;	
	background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.MenuItemHoverStyle{ /*THEME CHANGE HERE*/
background-color: #FFECEC;
}
.MenuItemStyle
{
font-family:Verdana;
font-size : 12px ;
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.HeaderText
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
}
.NormalText
{
	font-family:Tahoma;
	font-size:9pt;
}
.txtbox
{
	font-family:Tahoma;
	font-size:9pt;
	border-style :solid;
	border-width :1pt;
	border-color :Gray;
}
.dropdown
{
	font-family:Tahoma;
	font-size:9pt;
	border-style :solid;
	border-width :1pt;
	border-color :Gray;
}
.btn
{
	font-family:Tahoma;
	font-size:10pt;
	border-style :solid;
	border-width :1pt;
	border-color :#811802;
	background :#ffffff;
}
.WaterMarkText
{
	font-family:Tahoma;
	font-size:9pt;
		background :#ccffff;
	/*background :#ffffe0;*/
}
.IE8Fix
{
	z-index: 100;
}





