
/*page*/
html,body{background:#ffffff;height:100%;}
.skinwrapper{border:0px #333 solid;padding:1px;}
.skinheader{padding:0px;background:#ffffff;}
.skinmenu{font-size:11px; font-family:Arial, Helvetica, sans-serif; padding:10px; color:#FFFFFF}
.skinuser{padding:0px;text-align:right; color:white; font-weight:bold;}
.skincontentstable{background:#FFFFFF;}
.leftpane{background:#EEE;width:200px;}
.contentpane{background:#FFF;}
.rightpane{background:#EEE;width:200px;}
.skinfooter{padding:0px;text-align:center;font-size:10px;}
.footermenu{font-size:8px; font-family:Arial, Helvetica, sans-serif; padding:10px; color:#ed262d}

/*panes*/
.leftpane{width:18%;padding:10px 10px 0 10px;}
.contentpane{width:60%;padding:10px 10px 0 10px;}
.rightpane{width:18%;padding:10px 10px 0 10px;}

/*text*/
.normal,div,p,td,th,li{font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#000000;}
.head {font-family: Arial, Helvetica, sans-serif;color:#055698;}
.subhead{font-size:14px;font-weight:bold; color:#ed262d}

/*links & buttons*/
a:link{color:#ED262D;text-decoration:underline;}
a:visited{color:#ED262D;text-decoration:underline;}
a:hover{color:#055698;text-decoration:none;}
a:active{color:#C00;text-decoration:none;}

/*.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#C00;text-decoration:none;}
a.CommandButton:visited{color:#C00;text-decoration:none;}
a.CommandButton:hover{color:#C00;text-decoration:underline;}
a.CommandButton:active{color:#C00;text-decoration:underline;}*/

a.skinuser:link{color:white;text-decoration:none; font-weight:bold}
a.skinuser:visited{color:white;text-decoration:none; font-weight:bold}
a.skinuser:hover{color:white;text-decoration:underline; font-weight:bold}
a.skinuser:active{color:white;text-decoration:underline; font-weight:bold}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	height:20;
	background-color: Transparent;
	padding:10px
}
.MainMenu_MenuItem {
	color: #ffffff; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	margin:10px;
	padding:10px;
}
.MainMenu_MenuIcon {
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	background-color: #055698; 
	color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 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 {
	color: #ed262d; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
}

.highlight {
	color:#ed262d;
	}

.RepeatX{
	background-repeat:repeat-x;
	}


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  

}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

