Body
{
background-color: #EEEEEE;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #EEEEEE;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	/*BORDER-RIGHT: #93CFC7 1px solid; 
	BORDER-TOP: #93CFC7 1px solid; 
	BORDER-LEFT: #93CFC7 1px solid; 
	BORDER-BOTTOM: #93CFC7 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	font-family: Arial, Tahoma, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #000000;
}

.footer
{
	font-family: Arial, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #670140;

}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.leftpane {
	width: 239px;
	background-color: #93CFC7;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-align:left;
}
.contentpane {
	width: 326px;
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-align:left;
	
}
.rightpane {
	width: 205px;
	background-color: #93CFC7;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-align:left;
}
.pagelink
{ 
	text-decoration:none;
	color: #670140;
}


.menurow {
	height:23px;
}

.menusubrow
{
height:5px;
}


.MainMenu_MenuContainer {
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #ffffff;

}
.MainMenu_MenuItem {
	/*border-left: #93CFC7 0px solid; 
	border-bottom: #93CFC7 1px solid; 
	border-top: #93CFC7 1px solid; 
	border-right: #93CFC7 0px solid;*/
	cursor: pointer; 
	cursor: hand; 
	color: #670140; 
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	background-color: #ffffff;
	padding:4px 4px 4px 0px;
}

.MainMenu_MenuItemSel {
	background-color: #670140; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Tahoma, Helvetica;  
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	padding:4px 4px 4px 0px;
}


.MainMenu_MenuIcon {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
	border-right: #93CFC7 1px solid;
	background-color: #ffffff;
	
}

.menuseperator
{
color: #ffffff; 
background-color: #ffffff; 
}

.MainMenu_MenuArrow {
display: none; 
}
.MainMenu_RootMenuArrow {
display: none; 
}



