body
{
	height:100%;
	margin:0 0 0 0;
	background: #fffae6 url('bg-grad.jpg') repeat-x;
	font-family:Tahoma;
	font-size:small;
}
div#skinMaster
{
	position:relative;
	width:100%;
	background: fffae6 url('bg-grad.jpg') repeat-x;

}
div#skinMaster A, A:Active
{
	color:#3b6297;
}
div#skinMaster A:Hover
{
	color:#559ae7;
}

div#ControlPanel
{
	background-color:white;
}
/* overall header spacer */
div#hdrSpacer
{
	position:absolute;
	width:95%;
	top:6px;
	height:154px;
	background-image:url(header-rh.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
div#hdrBg
{
	position:absolute;
	top:0px;
	left:0px;
	height:154px;
	width:5%;
	background: #ccc url('bg-grad.jpg') repeat-x;
	z-index:4;
}
div#hdrText
{
	position:relative;
	top:0px;
	margin-right:30px;
	margin-top:20px;
	text-align:right;
	vertical-align:top;
}
div#hdrLeft
{
	position:absolute;
	top:0px;
	left:5%;
	height:154px;
	width:200px;
    background-image:url(header-lh.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:5;
	overflow:visible;
}
div#hdrContent
{
	position:relative;
	margin-top:20px;
	margin-left:20px;
}
/* menu container */
div#menuCont
{
	position:relative ;
	top:80px;
	left:10%;
	width:85%;
	z-index:10;
	clear:both;
}
/* menu top container */
div#menuTop
{
	clear:both;
	width:100%;
	background-color:transparent;
	font-size:0px;
}
div#menuTopLeft
{
	float:left;
	width:3%;
	height:5px;
	background: transparent url(menu-top-lh.gif) no-repeat bottom right;
}
div#menuTopCenter
{
	float:left;
	width:93%;
	height:5px;
	background: transparent url(menu-top.gif) repeat-x bottom center;
}
div#menuTopRight
{
	float:left;
	width:3%;
	height:5px;
	background: transparent url(menu-top-rh.gif) no-repeat bottom left;
}
/* menu center container */
div#menuAnchor
{
	height:10px;
}
div#menuMain
{
	width:100%;
	height:100%;
	clear:both;
}
div#menuLeft
{
	width:3%;
	float:left;
	height:100%;
	min-height:16px;
	background: transparent url(menu-side-lh.gif) no-repeat right top;
}
div#menuCenter
{
	width:93%;
	background: #2e2e2e url(menu-fill.gif) repeat-x center top;
	float:left;
	min-height:16px;
	vertical-align:middle;
}
div#menuRight
{
	width:3%;
	height:100%;
	float:left;
	min-height:16px;
	background: transparent url(menu-side-rh.gif) no-repeat left top;
}
/* container for menu bottom */
div#menuBot
{
	width:100%;
	clear:both;
	font-size:0px; /* ie hack - will set to current font size otherwise*/
}
div#menuBotLeft
{
	float:left;
	width:3%;
	height:6px;
	background: transparent url(menu-bot-lh.gif) no-repeat right top;
}
div#menuBotCenter
{
	float:left;
	width:93%;
	height:6px;
	background: transparent url(menu-bot.gif) repeat-x center top;
}
div#menuBotRight
{
	float:left;
	width:3%;
	height:6px;
	background: transparent url(menu-bot-rh.gif) no-repeat left top;
}
/* head and menu styles */
div#menuCenter ul
{
	padding:2px;
	margin:0;
}
div#menuCenter li
{
	padding-left:10px;
	padding-top:0px;
	list-style:none;
	float:left;	
}
div#hdrText A
{
	color:#2e2e2e;
}
div#hdrText A:Hover, A:Active
{
	color:#6e6e6e;
}
/* main panel (row 2)*/
#mainSpacer
{
	position:relative;
	left:0px;
	top:140px;
	width:100%;
	clear:both;
	vertical-align:top;
}
#topLeft
{
	width:10%;
	padding-bottom:10px;
	height:25px;
	text-align:right;
	background-image:url(content-top-lh.gif);
	background-repeat:no-repeat;
	background-position:right bottom;

}
#topCenter
{
	width:80%;
	padding-bottom:10px;
	height:25px;
	background-image:url(content-top.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
}
#topRight
{
	width:10%;
	padding-bottom:10px;
	text-align:left;
	background-image:url(content-top-rh.jpg);
	background-repeat:no-repeat ;
	background-position:left bottom;
}

#mainLeft
{
	width:10%;
	padding-bottom:10px;
	text-align:right;
	background-image:url(content-side-lh.jpg);
	background-repeat:repeat-y;
	background-position:right center;
	height:100%;
}
#mainContent
{
	background-color:#f7f4ed;
	width:80%;
	height:100%;
	padding-bottom:10px;
	_position:relative;
	_top:0;
}
#mainRight
{
	width:10%;
	height:100%;
	padding-bottom:10px;
	text-align:left;
	background-image:url(content-side-rh.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#ftrSpacer
{
	width:100%;
	clear:both;
}
#ftrLeft
{
	width:10%;
	padding-bottom:10px;
	text-align:right;
	background-image:url(content-bot-lh.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#ftrCenter
{
	width:80%;
	padding-bottom:10px;
	height:25px;
	background-image:url(content-bot.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
#ftrRight
{
	width:10%;
	padding-bottom:10px;
	height:25px;
	text-align:left;
	background-image:url(content-bot-rh.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/* dnn containers*/
#contentTable
{
	width:100%;
	height:100%;
}
#TopPane
{
	background-color:#f7f4ed;
	width:100%;
	padding-top: 6px;
	vertical-align:top;
}
#LeftPane
{
	background-color:#f7f4ed;
	width:10%;
	padding-top: 6px;
}
#ContentPane
{
	background-color:#f7f4ed;
	width:80%;
	padding-top: 6px;
	vertical-align:top;
}
#RightPane
{
	background-color:#f7f4ed;
	width:10%;
	padding-top: 6px;
	vertical-align:top;
}
#BottomPane
{
	background-color:#f7f4ed;
	width:100%;
	padding-top: 6px;
	vertical-align:top;
}
#Footer
{
	border-top:solid 5px #FCBD34;
	text-align:center;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #f7f4ed; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #2e2e2e; 
	border-left: #2e2e2e 1px solid; 
	border-bottom: #2e2e2e 1px solid; 
	border-top: #2e2e2e 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #2e2e2e; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #2e2e2e 0px solid; 
	border-left: #2e2e2e 0px solid; 
	border-top: #2e2e2e 0px solid; 
	border-right: #2e2e2e 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #f7f4ed; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #6e6e6e;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #2e2e2e 1px solid; 
	border-bottom: #2e2e2e 1px solid; 
	border-top: #2e2e2e 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


.SkinObject
{
	color:#3b6297;
}














