.ControlPanel {
	background-color: #981b1f;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #003300;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: black 1px solid; 
	border-top: black 0px solid; 
	border-left: black 1px solid; 
	border-bottom: black 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}

.Head {
	color: #fee5bd;
}

.SubHead {
	color: #fee5bd;
}

A.SubHead:link {
    text-decoration:    underline;
    color: #fee5bd;
}

A.SubHead:visited  {
    text-decoration:    underline;
    color: #fee5bd;
}

A.SubHead:active   {
    text-decoration:    underline;
    color: #fee5bd;
}

A.SubHead:hover    {
    text-decoration:    underline;
    color: #d19330;
}

.myFormCellPadding {
	padding:3px;
}

.normal {
	color: #fee5bd;
}

.StandardButton {
	border: 1 solid #f3f5fa;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Hnelvetica, sans-serif;
	background-color: #fee5bd;
	color:#003300;
}

.CommandButton {
	FONT-WEIGHT: normal; 
}
A.CommandButton:link {
	COLOR: #fee5bd; 
	TEXT-DECORATION: none
}
A.CommandButton:visited {
	COLOR: #fee5bd; 
	TEXT-DECORATION: none
}
A.CommandButton:active {
	COLOR: #fee5bd; 
	TEXT-DECORATION: none
}
A.CommandButton:hover {
	COLOR: #fee5bd; 
	TEXT-DECORATION: none
}

.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    color: orange;
    font-family:  Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #fee5bd;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #fee5bd;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #fee5bd;
}
A.SkinObject:active   {
    text-decoration: none;
    color: #fee5bd;
}

.contentpane {
	width: 100%;
	color:#fee5bd;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer 
{
     text-align: right;
     border: 0px solid white;
     background-color: #fee5bd;
}
.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand;
    background-color: Transparent;
}
.MainMenu_MenuItem 
{
    cursor: pointer;
    cursor: hand; 
    color: #003300;
    font-family: Arial, Helvetica; 
    font-size: 10pt; 
    font-weight: bold;
    font-style: normal;
    border-left: red 0px solid;
    border-bottom: #fee5bd 1px solid;  
    border-top: #fee5bd 1px solid;  
    border-right: blue 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon 
{
    display: none; 
}
.MainMenu_SubMenu
{
	width: 150px;
	z-index: 1000;
	color: black;
	cursor: pointer;
	cursor: hand;
	background-color: #fee5bd;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}
.MainMenu_MenuItemSel
{
	width: 148px;
	cursor: pointer;
	cursor: hand;
	color: #628b51;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	border-bottom: black 0px solid;
	border-left: red 0px solid;
	border-top: purple 0px solid;
	border-right: blue 0px solid;
}

.MainMenu_MenuArrow 
{
    display:none;
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
    border-bottom: black 0px solid; 
    border-top: purple 0px solid; 
    border-right: blue 0px solid;
}

.MainMenu_RootMenuItem
{
    color:white;
    border-right: 1px #628b51 solid;
}

.MainMenu_RootMenuArrow 
{
    display:none;
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
    border-right: 1px #628b51 solid;
}
.MainMenu_SubMenuItemSelected
{
    
}

.FooterAreaLink {
}

a.FooterAreaLink:Hover {
}

.FooterArea {
}


