/* CSS Document */

.skinmaster
{
	width: 100%;
	height: 100%;
	border-width: 0px;
}

.pagemaster
{
	width: 770px;
	height: 100%;
	border-width: 0px;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
}

.headerback
{
    background-color: #5C5C5C;
    height: 39px;
    border: #5C5C5C 0px none;
}

.controlpanel
{
    background-color: transparent;
    height: 0px;
	border: #5C5C5C 0px none;
}

.subhead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #E0E0E0;
}

/* 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: #E0E0E0;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #E0E0E0;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #E0E0E0;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #E0E0E0;
}

.backgray
{
	background-color: #B0AC9F;
}

.backblack
{
	background-color: #000000;
}

.backgreen
{
	background-color: #738D6D;
}

.SplashText
{
	background:transparent;
	font:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}

.topleftpane
{
	width: 380px;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 6px;
}

.toprightpane
{
	width: 380px;
	height: 400px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 20px;
	padding-top: 6px;
}

.toppane {
	width: 20%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 20%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottomrightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottomleftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.login
{
	padding:0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	color:#B0AC9F;
	text-decoration:none;
}

a.login:visited, a.login:link
{
	padding:0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	color:#B0AC9F;
	text-decoration:none;
}

a.login:active, a.login:hover
{
	text-decoration:underline;
	color:White;
}

.login2
{
	padding:0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	color:#000000;
	text-decoration:none;
}

a.login2:visited, a.login2:link
{
	padding:0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	color:#000000;
	text-decoration:none;
}

a.login2:active, a.login2:hover
{
	text-decoration:underline;
	color:White;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuScroll
{
	background-color:red;
	color:red;
}

.MainMenu_MenuItem {
	border-left: #010101 0px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 1px solid; 
	border-right: #010101 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #010101; 
	border-left: #010101 1px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #010101;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #B4B3AF; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #010101 1px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

