﻿body 
{
	background-color :  #CDCDCD;
}

.normal
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
}

.normalRed
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color: #E00000;
}
.normalLarge
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

 A.normalLink:link, A.normalLink:visited, A.normalLink:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;	
	text-align:center;	
	text-decoration: underline;
}
 A.normalLink:hover
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;	
	text-align:center;	
	text-decoration: underline;
 }
.normalBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.ErrorText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: Red;
	margin-top: 3px;
	padding-top: 3px;
}

.MenuBarDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	background-color: #808080;
	margin-bottom: 2px;
}
.headerCaption
{
background-color: #808080;
color: Black;
font-size: 9pt;
font-family: Arial;
font-weight: bold;
border-color: black;
border-style: solid;
border-width: 1px;
}
.headerCaptionth 
{
background-color: #808080;
color: Black;
font-size: 12pt;
font-family: Arial;
font-weight: bold;
border-color: black;
border-style: solid;
border-width: 1px;
}

.MenuItemDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #808080;
	color: white;
	cursor: hand;
}

.MenuItemMouseOverDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #404040;
	color: white;
	cursor: hand;
}

.MenuItemMouseDownDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: Maroon;
	color: Silver;
	cursor: hand;
}



.DropDownMenuBarDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #E00000;
	cursor: hand;
	border-right: #808080 3px inset;
	border-bottom: #808080 3px inset;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	/* for Mozilla */
	-moz-opacity:0.9; 

}

.DropDownMenuItemDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #E00000;
	color: white;
	cursor: hand;
	border-bottom: #808080 1px solid;
	vertical-align: middle;
	padding: 3px;
}

.DropDownMenuItemMouseOverDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #808080;
	color: white;
	cursor: hand;
	border-bottom: #808080 1px solid;
	vertical-align: middle;
	padding: 3px;
}

.DropDownMenuItemMouseDownDefault
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #404040;
	color: Silver;
	cursor: hand;
	border-bottom: #808080 1px solid;
	vertical-align: middle;
	padding: 3px;
}