Body
{ 
	FONT-SIZE: 11px; 
	COLOR: black; 
	FONT-FAMILY: Tahoma; 
}

TD
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: Tahoma; 
}
	
.MainTable 
{
	 border-right: solid 3px #606060;
	 border-left:solid 3px #606060;
}
	
.LoginLogout, A.LoginLogout:Link, A.LoginLogout:Active, A.LoginLogout:Visited 
{
    font-family: Tahoma;
    font-size: 8px;
    font-weight:normal;
    color: white;
    white-space: nowrap;
    visibility: visible; 
}

A.LoginLogout:Hover 
{
    font-family: Tahoma;
    font-size: 8px;
    font-weight: bold;
    color: white;
    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:#FFBA16;
    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:#FFBA16;
    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:#FFBA16;
    text-decoration:none;   
}

.FooterMenu, A.FooterMenu:Link, A.FooterMenu:Active, A.FooterMenu:Visited 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight:normal;
    color:black;
    background-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}
A.FooterMenu:Hover 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight:normal;
    color: silver;
    text-decoration:none;
    vertical-align: middle;   
}

.FooterMenuBox {
    frame: void;
    rules: cols;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
}

.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: 9px;
    font-weight:normal;
    color: black;
    white-space: nowrap;
}
A.Copyright:Hover 
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight:normal;
    color: silver;
    text-decoration:none;   
}


.Head
{
	font-size: 11px;
	color: #606060;
	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: #606060;
	font-family: Tahoma;
}

.Subsubhead
{
	font-weight: bold;
	font-size: 9px;
	color: #606060;
	font-family: Tahoma;
}

HR  
{
	background-color: orange;
	color: orange;
	height: 3px;
}

.LeftPane  {
	height: 100%;
	width: 232px;
	background-color: white;
	padding-right: 2px;
}

.BannerPane {
	height: 100%;
	background-color:white;
	padding-left: 2px;
	padding-right: 0px;
}
.ContentPane {
	height: 100%;
	background-color:white;
}

.ContentPane_noskin {
	padding: 0px 0px 0px 0px;
}

.BottomPane {
	width: 720;
	background-color:white;
}

.BottomMiddlePane {
	vertical-align: bottom;
}

.BottomLeftPane {
	vertical-align: bottom;
}

.FooterPane {
	background-color:white;
	height: 20px;
}

.TopPane {
	background-color:white;
}

.Normal  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
}


.NormalHead  {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: orange;
}

.NormalBold  {
	font-family: Tahoma;
	font-size: 11px;
	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:#606060;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-weight: bold;
	font-size: 10px;
	color: #606060;
	font-family: Tahoma;
}

A.CommandButton:visited  {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#606060;
}

A.CommandButton:active   {
    font-family: Tahoma;
    font-size: 10px;
    font-weight:bold;
    color:#606060;
}

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;
}

.MySeparator { 
font-family: Tahoma, Verdana, Trebuchet MS;  
font-weight: normal; 
font-style: normal; 
color: white;
width: 1px;
padding-right: 0px; 
padding-left: 0px;
font-size: 9px; 
cursor: pointer; 
cursor: hand; 
padding-top: 0px;
padding-bottom: 0px;
height: 1px;
}

/* Menu Styles */
.MainMenu_MenuContainer {
	width: 100%;
	background-color: #606060;
	height: 32px;
}

.MainMenu_Row {
	background-color: #606060;
	height: 32px;
}

.ms_MenuBar {
	cursor: pointer;
	cursor: hand; 
	background-color: #606060;
}


.MainMenu_SubMenu
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=2);
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	background-color: #606060;
}

.MainMenu_RootMenuItem
{
	border-right: #663300 0px solid;
	border-top: #663300 0px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #663300 0px solid;
	color: white;
	border-bottom: #663300 0px solid;
	font-family: Tahoma;
	text-align: left;
	vertical-align: middle;
}

.MainMenu_MenuItem
{
	border-right: #663300 0px solid;
	border-top: #663300 0px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #663300 0px solid;
	color: white;
	border-bottom: #663300 0px solid;
	font-family: Tahoma;
	text-align: left;
	vertical-align: middle;
}

.MainMenu_MenuItemSel
{
	border-right: #663300 0px solid;
	border-top: #663300 0px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #663300 0px solid;
	color: white;
	border-bottom: #663300 0px solid;
	font-family: Tahoma;
	vertical-align: middle;
	background-color: #606060;
}

.MainMenu_Separator
{
	border-right: #663300 0px solid;
	border-top: #663300 0px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: #663300 0px solid;
	color: white;
	border-bottom: #663300 0px solid;
	font-family: Tahoma;
	height: 32px;
}

.MainMenu_MenuIcon {
	background-color: #606060;
	border-left: solid 0px #663300;
	border-bottom: solid 0px #663300;
	border-top: solid 0px #663300;
	width: 0px; 
	height: 22px;
}

.MainMenu_MenuArrow {
	border-right: solid 0px #663300;
	border-bottom: solid 0px #663300;
}
.MainMenu_MenuBreak {
	border-top: solid 0px white;
	border-bottom: solid 0px white;
	background-color: transparent;
}