/* 
================================
Skin styles for DotNetNuke
================================
*/   

body#Body {
	margin:0;
	padding:0;
}

.pagemaster {
	width: 100%;
	height: 100%;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #3F1441 1px solid;
	border-top: #3F1441 1px solid;
	border-left: #3F1441 1px solid;
	border-bottom: #3F1441 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.skinheader {
}
.skingradient {
	background-image: url(moxxie_menu_bg.jpg);
	height:38px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 320px;
	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: 6px;
}
.rightpane {
	width: 320px;
	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;
}
.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: #CCCCCC;
	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 3px 3px 0px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #CCCCCC;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 6px 12px 6px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {
	background-color: #b7d01d;
	color:#3F1441;
}

.main_dnnmenu_itemhover td {
	background-color: #b7d01d;
	color:#3F1441;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #3F1441;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 6px 4px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_submenu td {
	padding:8px 8px 8px 0;
}
.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;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #3F1441;
	border-right: #3F1441 1px solid;
	border-top: #3F1441 1px solid;
	border-left: #3F1441 1px solid;
	border-bottom: #3F1441 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(moxxie_menu_bg.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
}

a.dnnUSER, a.dnnLOGIN {
	font-size:12px;
	font-weight:bold;
	color:#3F1441;
	padding:3px 6px;
	text-decoration:none;
	background-color:#b7d01d;
}

a.dnnUSER:hover, a.dnnLOGIN:hover {
	color:#b7d01d;
	background-color:#3F1441;
}

/* BEGIN FORMS */

div.formContainer {
	/*width:400px;
	margin:0 auto;*/
}

	div.formLabel {
		clear:both;
		font-weight:bold;
		margin: 15px 0 0 0;
	}
	
	div.formData {
		clear:both;
		font-weight:normal;
		margin:5px 0 0 0;
	}
	
	div.formData input, div.formData select {
		width:375px;
		padding:3px;
		margin:0;
		border:1px solid #bad31f;
	}
	
	div.formRow {
		margin: 6px 0;
		font-size:16px;
	}
	
	div.formAdmin {
		text-align: center;
		margin: 15px 0 0 0;
		padding: 10px;
		clear: both;
		border-top: 1px dotted #333;
	}
	
	input.formButton, span.formButton input {
		font-size:11px;
		color:#53236f;
		background-color:#bad31f;
		border:2px solid #53236f;
		padding:3px;
		margin:0 3px;
		min-width:55px;
		border-radius: 5px;
	}
	
	input.formButton:hover, span.formButton input:hover {
		color:#bad31f;
		background-color:#53236f;
		border:2px solid #bad31f;
	}
	
	div.EventsItem {
		border-bottom: 1px dotted #AAAAAA;
		margin: 0 0 12px 0;
	}
	
	div.formMessage {
		text-align:center;
		font-weight:bold;
	}  
	
/* END FORMS */
