Body {
	background-color: blue; 
	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: #0000ff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;}
	
/* This is the code for items in the background. Basically the whole page unless something else changes it later in the code */


.controlpanel {
	background-color: transparent;
	width: 100%; 
	font-family: arial; 
	size: 12px; 
	color: #cc9900;
	BORDER-RIGHT: transparent 0px solid;
	BORDER-TOP: transparent 0px solid;
	BORDER-LEFT: transparent 0px solid;
	BORDER-BOTTOM: transparent 0px solid;}

.Head {
    font-family: "terminator two", "Times New Roman", Arial, Helvetica;
    font-size:  25px;
    font-weight: Normal;
    color: #000000}

.SubHead {font-family: Arial; font-size:�12px; font-weight:�bold; color: cc9900;}
	
/* This is the table cell the control panel resides in */

/* 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;
}
    
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;}

/* hyperlink style for buttons and link buttons used in the portal admin pages */

.logocell {background-color: transparent; background-image: url('logo.png'); width: 100%;  height: 180px; background-position: center; background-repeat: no-repeat;}
/* This is the table cell that the main logo resides in */

.SkinObject {
    font-weight: bold;
    font-size: 13pt;
    color: #CC9900;
    font-family: "Times New Roman";
    text-decoration: none;
}

A.SkinObject:link {text-decoration: none; color: black;}
A.SkinObject:visited {text-decoration: none; color: gray;}
A.SkinObject:hover {text-decoration: none; color: #cc9900;}
A.SkinObject:active {text-decoration: none; color: black;}

/* The overall font sizing for Search, Date, Breadcrumbs, Login, Register, Copyright, Terms, Privacy. 
   The font colour for Date, Copyright (They are not links). */
   


.solpartmenu {
	border-width: 0px; 
	border-color: black; 
	border-style: solid; 
	background: #CC9900;
}
	
/* This is the code for the table that holds the menu and search cells */

.MainMenu_MenuItem 
{
    cursor: hand; 
    color: black; 
    font-family: "Times New Roman"; 
    font-size: 14px; 
    font-weight: bold; 
    font-style: normal; 
    border: 0px;
    background-color: transparent;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
    cursor: hand; 
    color: black; 
    font-family: "Times New Roman"; 
    font-size: 14px; 
    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_MenuIcon, .MainMenu_MenuArrow {background-color: white; border: 0px white; width: 0px;}

.MainMenu_RootMenuItemActive {
background-color: Yellow;}

.MainMenu_SubMenuItemActive
{
    background-color: #CC9900;
}

.MainMenu_SubMenuItemSelected
{
    background-color: #CC9900;
}
/* Styling for the main menu items. Here you can set the overall font styling. */

.footerpane {{background-color: #cc9900; height: 25px;}
.photodesc {font-family:arial; color:#cc9900; font-size:14pt;}

/* Private Messages Custom Styles */

.messageTable { background-color: black; margin: 0px; }
.messageTopCell { background-color: #CC9900; font-weight: bold; padding: 6px; height: 25px; }
.messageIconCell { background-color: #D0D0D0; width: 20px; }
.messageContentCell { padding: 6px; background-color: #FEFEFE; }
.messageFooterCell { padding: 3px; background-color: #dcdcdc; height: 25px; }

.messageQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }

.messageTopCell .NormalBold { color: black; }
.messageFooterCell .NormalBold { color: black; }
.messageContentCell .Normal { color: black; }


/*End Private Messages Custom Style */

