
Body
{
    background-color: white;
    color: black;
}

.LoginLogout, A.LoginLogout:Link, A.LoginLogout:Active, A.LoginLogout:Visited 
{
    font-family: Verdana;
    font-size: 8px;
    font-weight:normal;
    color:black;
    white-space: nowrap;
    visibility: visible; 
}
A.LoginLogout:Hover 
{
    font-family: Verdana;
    font-size: 8px;
    font-weight:normal;
    color:silver;
    text-decoration:none;  
}
.ProfileRegister, A.ProfileRegister:Link, A.ProfileRegister:Active,  A.ProfileRegister:Visited
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
    white-space: nowrap;
}
A.ProfileRegister:Hover, 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#FFBA16;
    text-decoration:none;
}

.Terms, A.Terms:Link, A.Terms:Active, A.Terms:Visited 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
	background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
}
A.Terms:Hover 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#FFBA16;
    text-decoration:none;
    vertical-align: middle;   
}

.Breadcrumb, A.Breadcrumb:Link, A.Breadcrumb:Active, A.Breadcrumb:Visited {
    font-family: Verdana;
    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: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
	background-color:tranparent;
    vertical-align: middle;
}
A.HostName:Hover 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    vertical-align: middle;
    color:#FFBA16;
    text-decoration:none;   
}

.Date  {
    height: 18px;
    font-family: Verdana;
    font-size:9px;
    font-weight:normal;
    color:#999999;
    background-color: transparent;
}



.Copyright, A.Copyright:Link, A.Copyright:Active, A.Copyright:Visited 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#eeeeee;
    white-space: nowrap;
}
A.Copyright:Hover 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight:normal;
    color:#FFBA16;
    text-decoration:none;   
}


.Head
{
	font-weight: bold;
	font-size: 11px;
	color: gainsboro;
	font-family: verdana;
}

.Subhead  {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: Gainsboro;
}

.Subsubhead  {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: Gainsboro;
}

HR  {
border-bottom: solid 1px black;
}

.FlashPane  {
	background-color:transparent;
}

.LeftPane  {
	width:110px;
	background-color:transparent;
    padding-top:8px;
}

.RightPane {
	width:110px;
	background-color:transparent;
    padding-top:8px;
}
.ContentPane {
	width:100%;
	background-color:transparent;
    padding-right: 11px;
    padding-left: 8px;
    padding-top:8px;
}
.MenuPane {
    background-color: #828797;
    padding:0px 0px 0px 0px;
}
.MenuPane_sec {
    background-color: #FD9808;
    padding:0px 0px 0px 0px;
}
.MenuPane_hc {
    background-color: #74A51A;
    padding:0px 0px 0px 0px;
}
.MenuPane_why {
    background-color: #9E1B34;
    padding:0px 0px 0px 0px;
}

.Normal  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: #eeeeee;
}

.NormalBold  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #eeeeee;
}

.NormalTextBox  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: black;
}

.NormalSmall
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
.NormalSmallRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #CC0000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A.CommandButton:visited  {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A.CommandButton:active   {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A.CommandButton:hover    {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:darkslateblue;
}

A:link  {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A:visited   {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A:active    {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:black;
}

A:hover {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:darkslateblue;
}
.MySeparator { 
font-family: Tahoma, Verdana, Trebuchet MS;  
font-weight: normal; 
font-style: normal; 
color: black;
width: 1px;
background-color: transparent; 
padding-right: 0px; 
padding-left: 1px;
font-size: 9px; 
cursor: pointer; 
cursor: hand; 
padding-top: 0px;
padding-bottom: 0px;
height: 1px;
}

/* Menu Styles */
.MainMenu_MenuContainer {
width: 100%;
background-color: transparent;
height: 23px;
text-align: right;
}
.MainMenu_MenuBar {
cursor: pointer;
cursor: hand; 
}
.MainMenu_SubMenu {
background-color: black;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}
.MainMenu_MenuItem {
color: gold;
height: 23px;
font-family: verdana;
font-weight: bold;
font-size: 11px;
}

.MainMenu_MenuIcon {
background-color: black;
width: 8px; 
height: 23px;
}

.MainMenu_Separator {
background-color: black;
border:solid 0px black;
color: gold;
font-weight: bold;
font-size: 11px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	color: gold;
	font-family: Verdana;
	height: 23px;
	background-color: dimgray;
}
.MainMenu_MenuArrow {
}
.MainMenu_MenuBreak {
background-color: transparent;
border:solid 0px black;
padding-left:4px;
padding-right:4px;
}
