Body
{ 
	FONT-SIZE: 10px; 
	COLOR: black; 
	FONT-FAMILY: Tahoma; 
}
		
.LoginLogout, A.LoginLogout:Link, A.LoginLogout:Active, A.LoginLogout:Visited 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color: white;
    white-space: nowrap;
    visibility: visible; 
}
A.LoginLogout:Hover 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: silver;
    text-decoration:none;  
}
.ProfileRegister, A.ProfileRegister:Link, A.ProfileRegister:Active,  A.ProfileRegister:Visited
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
    white-space: nowrap;
}
A.ProfileRegister:Hover, 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#0e233e;
    text-decoration:none;
}

.Terms, A.Terms:Link, A.Terms:Active, A.Terms:Visited 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
	background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
}
A.Terms:Hover 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#0e233e;
    text-decoration:none;
    vertical-align: middle;   
}

.Breadcrumb, A.Breadcrumb:Link, A.Breadcrumb:Active, A.Breadcrumb:Visited {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#333333;
	background-color: transparent;
    white-space: nowrap;
}

A.Breadcrumb:Hover  {
    color:#cc9933;
    text-decoration:none;
}

.HostName, A.HostName:Link, A.HostName:Active, A.HostName:Visited 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
	background-color:tranparent;
    vertical-align: middle;
}
A.HostName:Hover 
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight:normal;
    vertical-align: middle;
    color:#0e233e;
    text-decoration:none;   
}

.Date  {
    height: 18px;
    font-family: Tahoma;
    font-size:9px;
    font-weight:normal;
    color:#999999;
    background-color: transparent;
}


.Copyright, A.Copyright:Link, A.Copyright:Active, A.Copyright:Visited 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #618227;
    white-space: nowrap;
}
A.Copyright:Hover 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #618227;
    text-decoration:none;   
}


.FooterMenu, .FooterMenu:Link, .FooterMenu:Active, .FooterMenu:Visited 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #618227;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration:none;
    text-align: center;
}
.FooterMenu:Hover 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #618227;
    text-decoration:none;
    vertical-align: middle;   
}

.FooterMenuBox {
    frame: void;
    rules: cols;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
}

.Head
{
	font-size: 11px;
	color: #618227;
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: bold;
}

.Head_blue
{
	font-size: 11px;
	color: darkslateblue;
	font-family: Tahoma;
	text-transform: uppercase;
	font-weight: bold;
}

.Subhead
{
	font-size: 10px;
	color: #618227;
	font-family: Tahoma;
}

.Subsubhead
{
	font-weight: bold;
	font-size: 9px;
	color: #618227;
	font-family: Tahoma;
}

HR  
{
	background-color: orange;
	color: orange;
	height: 3px;
}

.LeftPane  {
	padding: 0px 0px 0px 0px;
}

.ContentPane {
	background-color:white;
	padding-left: 15px;
	padding-top: 15px;
}

.ContentPane_Home {
	background-color:white;
}

.TopPane {
	padding-left: 15px;
	padding-top: 15px;
}

.TopPane_Home {
}

.Normal  {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: black;
}


.NormalHead  {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: orange;
}

.NormalBold  {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.NormalTextBox  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.NormalSmall
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
    color: black;
}
.NormalSmallRed
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #CC0000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#618227;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-weight: bold;
	font-size: 10px;
	color: #618227;
	font-family: Tahoma;
}

A.CommandButton:visited  {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#618227;
}

A.CommandButton:active   {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#618227;
}

A.CommandButton:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #330000;
	font-family: Tahoma;
}

A:link
{
	font-weight: bold;
	font-size: 10px;
	color: #322305;
	font-family: Tahoma;
}

A:visited   {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#322305;
}

A:active    {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#322305;
}

A:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ac976f;
	font-family: Tahoma;
}



/* Menu Styles */
.MainMenu_MenuContainer {
	width: 100%;
	background-color: transparent;
	height: 30px;
	padding: 0px;
}

.MainMenu_MenuContainer_Vertical {
	background-color: transparent;
	border: solid 0px white;
}

.MainMenu_Row {
	background-color: transparent;
	height: 30px;
	border: 0px 0px 0px 0px;
  	border-spacing: 0pt;
	text-align:center;
}

.MainMenu_MenuBar {
	border: solid 0px white;
}

.MainMenu_SubMenu_Vertical
{
	background-color: transparent;
	padding: 0px;
}

.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	height: 30px;
	text-align:center;
	vertical-align: middle;
	padding: 0px;
	background-color: #618227;
}

.MainMenu_MenuItem_Vertical
{
	font-weight: bold;
	font-size: 11px;
	color: #618227;
	font-family: Tahoma;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	border: solid 1px white;
	padding-right: 10px;
}


.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #0b1d35;
}

.MainMenu_MenuItemSel_Vertical
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

.MainMenu_Separator
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma;
	height: 30px;
	border: 0px 0px 0px 0px;
  	border-spacing: 0pt;
	padding: 0px;
}

.MainMenu_MenuIcon {
	background-color: #618227;
	width: 0px; 
	padding: 0px;
}

.MainMenu_MenuIcon_Vertical {
	background-color: #618227;
	width: 10px; 
	padding: 0px;
}
.MainMenu_MenuArrow {
}
.MainMenu_MenuBreak {
	background-color: transparent;
	border: 0px 0px 0px 0px;
  	border-spacing: 0pt;
	padding: 0px;
}
