
Body
{
	scrollbar-face-color: #5C5C5C;
	scrollbar-arrow-color:  #FFBA00;
	scrollbar-track-color: #cbcbcb;
	scrollbar-shadow-color: #222222;
	scrollbar-3dlight-color: #222222;
	scrollbar-darkshadow-color: #222222;
    background-color: black;
    background-image: url(/Portals/_default/Skins/AlDunning1//Portals/_default/Skins/AlDunning1/);
    color:#eeeeee;
}



.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: dimgray;
    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-family: verdana;
font-size: 11px;
font-weight: bold;
color: #FFBA16;
}

.Subhead  {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #FFBA16;
}

.Subsubhead  {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #FFBA16;
}

HR  {
border-bottom: dotted 1px #FFBA16;
}

.SidePane {
	height:300px;
	width:170px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	font-color: white;
	padding:3px 3px 3px 3px;
}

.BlurbPane {
	width: 608px;
	height: 105px;
	background-color: #BDAD8C;
	margin: 0px 0px 0px 0px;
}

.BannerPane {
	width:608px;
	background-color:#8D4513;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.LeftPane  {
	height:39px;
	width:608px;
	background-color:transparent;
        padding-left: 9px;
}

.RightPane {
	height:100%;
	width:200px;
	background-color:transparent;
        padding-right: 11px;
}

.ContentPane {
	height:300px;
	width:184px;
	background-color:transparent;
	border-right: 1px solid white;
}

.Normal  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: black;
}

.NormalBold  {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: black;
}

.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:#eeeeee;
}
    
/* 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:#eeeeee;
}

A.CommandButton:visited  {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#eeeeee;
}

A.CommandButton:active   {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#eeeeee;
}

A.CommandButton:hover    {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#FFBA16;
}

A:link  {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#eeeeee;
}

A:visited   {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#eeeeee;
}

A:active    {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#eeeeee;
}

A:hover {
    font-family: Verdana;
    font-size: 10px;
    font-weight:bold;
    color:#FFBA16;
}
.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: 1;
background-color: transparent;
height: 22px;
text-align: center;
}
.ms_MenuBar {
cursor: pointer;
cursor: hand; 
}
.MainMenu_SubMenu {
background-color: #cc9966;
border-left: solid 1px #000000;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=2) ;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}
.MainMenu_MenuItem {
color: black;
height: 22px;
width: 100px;
border-left: solid 1px #cc9966;
border-bottom: solid 1px #cc9966;
border-top: solid 1px #cc9966;
font-family: Times New Roman;
font-weight: bold;
font-size: 11px;
border-right: solid 1px #cc9966;
}

.MainMenu_MenuIcon {
background-color: #cc9966;
border-left: solid 1px #cc9966;
border-bottom: solid 1px #cc9966;
border-top: solid 1px #cc9966;
width: 8px; height: 22px;
}
.MainMenu_MenuItemSel {
height: 22px;
background-color: black;
background-image: url(/Portals/_default/Skins/AlDunning1//Portals/_default/Skins/AlDunning1/);
font-family: Times New Roman;
font-weight: bold;
font-size: 11px;
color: #FFBA16;
}
.MainMenu_MenuArrow {
border-right: solid 1px #cc9966;
border-bottom: solid 1px #cc9966;
}
.MainMenu_MenuBreak {
border-top: solid 0px white;
border-bottom: solid 0px white;
background-color: transparent;
}

