/* This is the code for items in the background. Basically the whole page unless something else changes it later in the code */

Body {
	background-color: BLACK; 
	background-image: url('bg-gradient.jpg'); 
	background-repeat: repeat-x; 
	background-attachment: fixed;
	scrollbar-base-color: #000000;
    scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #EDC475;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;}
		
.logocell {font-family: tahoma; font-size: 12px; color: black;}

a:link {text-decoration: underline; color: #EDC475;}

a:visited {text-decoration: underline; color: gray;}

a:hover {text-decoration: underline; color: #EDC475;}

a:active {text-decoration: underline; color: #EDC475;}

/* This is a class I set up for the gold menubar and banner pane on the page */
.goldbar {
	border-width: 2px; 
	border-color: black; 
	border-style: solid;}
	
/* This is the table cell the control panel resides in */

.controlpanel {
	background-color: white;
	width: 100%; 
	font-family: tahoma; 
	size: 12px; 
	color: #black;
	BORDER-RIGHT: transparent 0px solid;
	BORDER-TOP: transparent 0px solid;
	BORDER-LEFT: transparent 0px solid;
	BORDER-BOTTOM: transparent 0px solid;}

.Head {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: Normal;
    color: #000000}

.SubHead {font-family: Arial; font-size: 12px; font-weight: bold; color: black;}

/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
    
A.CommandButton:link {text-decoration: underline; color: gray;}

A.CommandButton:visited {text-decoration: underline; color: gray;}

A.CommandButton:hover {text-decoration: underline; color: gray;}

A.CommandButton:active {text-decoration: underline; color: gray;}

/* The overall font sizing for Search, Date, Breadcrumbs, Login, Register, Copyright, Terms, Privacy. 
   The font colour for Date, Copyright (They are not links). */

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
}


A.SkinObject:link {text-decoration: none; color: black;}
A.SkinObject:visited {text-decoration: none; color: black;}
A.SkinObject:hover {text-decoration: none; color: black;}
A.SkinObject:active {text-decoration: none; color: black;}

.MainMenu_MenuItem 
{
    cursor: hand; 
    color: black; 
    font-family: "Tahoma"; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal; 
    border-left: transparent 0px solid; 
    border-bottom: transparent 0px solid; 
    border-top: transparent 0px solid; 
    border-right: transparent 0px solid;
    background-color: transparent;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
    cursor: hand; 
    color: black; 
    font-family: "Tahoma"; 
    font-size: 12px; 
    font-weight: bold; 
    font-style: normal;
    background-color: #CC9900;} /* if this code does not work, it's because it is overridden by the portal.css file */



.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: white; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-bottom: transparent 0px solid; 
    border-left: transparent 0px solid; 
    border-top: transparent 0px solid; 
    border-right: transparent 0px solid;
}

.MainMenu_RootMenuItemActive {
background-color: Yellow;}

.MainMenu_SubMenuItemActive
{
    background-color: #edc475;
}

.MainMenu_SubMenuItemSelected
{
    background-color: #edc475;
}
/* Styling for the main menu items. Here you can set the overall font styling. */

.footerpane {{background-color: transparent; background-image: url('goldbar.jpg'); height: 25px;}