/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {
	background-image: none;/*url(bg.jpg);*/
	margin: 1px;
}

.pagemaster
{
	width: 100%;
	height: 92%;
	margin-top: 0px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #ccc 1px solid; 
	BORDER-TOP: #ccc 1px solid; 
	BORDER-LEFT: #ccc 1px solid; 
	BORDER-BOTTOM: #ccc 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	height: 101px;
	background: url(header.jpg) no-repeat left #dfdfdf;
}

.skinheader_wide {
	background-image: url(header_wide.jpg);
}

.skingradient {
	BACKGROUND: #003553; 
	HEIGHT:23px;
}
.controlpanel {
	width: 100%;
	background-color: #e9f2e9;
	border: 1px solid #ddd;
	padding: 5px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

#footer {
	background: url(footer.jpg) no-repeat center top;
}

.StandardButton {
    background: #18254f; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
	cursor: pointer;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

/* good menu - NAV*/

.main_dnnmenu_container {
	background-color: transparent; 
	margin: 0;
	padding: 0; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/ 
	cursor: pointer; 
	cursor: hand; 
	height: 20px;
	line-height: 20px;
	padding: 0 4px 0 4px;
}

.main_dnnmenu_rootitem {
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica;
	text-transform: uppercase;
	color: #fff; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 4px 12px 4px 10px;
	height: 24px;
	margin: 0;
	margin-left: 0px;
	border-right: 1px solid #fff;
}

.main_dnnmenu_itemhover {  
	color: #fff; 
	background: #ad221d;
}

.main_dnnmenu_itemhover td {  
	color: #fff; 
	background-color: #ad221d;
	padding: 0 4px 0 4px;
}

.main_dnnmenu_icon {
	display: none;
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 0px; 
}
.main_dnnmenu_submenu {
	font-family: Arial, Helvetica; 
	color: #fff; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	BACKGROUND: #851814;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;  
	border: 1px solid #ad221d;
}
.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;
}

#dnn_dnnLOGIN_cmdLogin {
	color: #fff;
}


.Head {
	font-size: 14pt;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

.DNNAlignright {
	background: none;
	border: 0;
}

.DNNAlignleft {
	background: none;
	border: 0;
}

.DNNAligncenter {
	background: none;
	border: 0;
}
