/* 
================================
Skin styles for DotNetNuke
================================
*/   
html, body {
	margin:0;
	padding:0;
	height:100%;
}
.Normal, .NormalRed, .NormalTextBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.tblPgBg {
	height:100%;
	background:url(images/pgBg.gif) top repeat-x #284067;
}
#pgBgSides {
	background:url(images/bdyBg.gif) center repeat-y;
	width:930px;
	margin:0 auto;
	border-top:0;
}
#pgBg {
	background:url(images/hdr2.gif) top no-repeat;
	height:40px;
	padding:5px;
}
#flshHdrHome {
	height:107px;
}
#bdy {
	width:881px;
	margin:0 auto;
}
#mnu {
	text-align:left;
	margin:5px 28px 0;
	height:28px;
}
#hdr {
	margin:3px 0 0 0;
	height:226px;
	padding-bottom:7px;
}
#hdrSub {
	margin:3px 0 7px 0;
	background:url(images/hdr_sub.gif) top no-repeat;
	height:66px;
	padding-bottom:7px;
}
#btm {
	background:url(images/bdyBtm.gif) repeat-x top;
	width:881px;
	height:25px;
	margin:0 auto;
}
#spcr {
	height:1px;
	font-size:1px;
}
.dvclr {
	line-height:.01;
	font-size:1px;
	clear:both;
}
.leftPaneHome {
	width:215px;
}
.cpPadding {
	padding-left:5px;
}
.contentPaneHome {
}
.MRNPASkinObject, a.MRNPASkinObject:link, a.MRNPASkinObject:visited, a.MRNPASkinObject:active {
	color:#fff;
	font-family:Arial Narrow;
	font-weight:normal;
	font-size:11px;
}
a.MRNPASkinObject:hover {
	color:#8C8A8A;
	text-decoration:underline;
}
.foremost_media, .foremost_media a:link, .foremost_media a:visited, .foremost_media a:active {
	font-size:10px;
	font-weight:normal;
	color:#8C8A8A;
}
.foremost_media a:hover {
	color:#fff;
	text-decoration:underline;
}
.controlpanel {
	width: 100%;
	background: #fefefe;
}
.leftPane {
	width: 215px;
	border-right:1px solid #4B5F7F;
	background:transparent;
}
.secondpane, .secondpane2 {
	border-left: 7px solid #4B5F7F;
	width:99%;
	background:#fff;
}
.contentPane {
}
.rightpane {
	width: 235px;
	background:#fff;
}
.secondpane2 {
	width: 100%;
	border-top:7px solid #4B5F7F;
	background:transparent;
}
.main_dnnmenu_container {
	background: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height:16px;
	background: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	font-style: normal;
	background: Transparent;
	font-family: Arial Narrow, 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: #fff;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: Transparent none;
	font-family: Arial, Helvetica, Arial Narrow;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	display:block;
	text-align:center;
	float:left;
	width:12%;
}
.main_dnnmenu_itemhover {
	background: #8da4d3;
}
.main_dnnmenu_itemhover td {
	background: #8da4d3;
}
.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
    text-align: center;
	background: #284067;
	border:1px solid #000;
	width:7.58em;
	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;
	display:none;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 1px;
	cursor: pointer;
	color:transparent;
	cursor: hand;
	display:none;
}
.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;
}
