/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #faf7ef;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border: 0px; 
}
.skinheader {
}
.skingradient {
	background-color: #EF3E35;
	height:30px;
}
.skinbread {
	height:20px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	border-right: #EF3E35 1px solid; 
	border-top: #EF3E35 1px solid; 
	border-left: #EF3E35 1px solid; 
	border-bottom: #EF3E35 1px solid; 
}
.toppane {
	width: 100%;
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
}
.outerleftpane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
}
.imagepane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
}
.leftpane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
}
.innerrightpane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.bottompane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
}
.rightpane {
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.fullpane {
	width: 100%;
	background-color: transparent;
	border: 0px; 
  padding-top: 4px;
  padding-bottom: 4px;
}
.HeaderText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.HeaderText:link{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.HeaderText:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.HeaderText:hover, a.HeaderText:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	text-decoration: underline;
}

.FooterText {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.FooterText:link{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.FooterText:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.FooterText:hover, a.FooterText:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #737373;
	text-decoration: underline;
}

.HiddenText {
	font-family: Verdana;
	font-size: 10px;
	color: #faf7ef;
}

a.HiddenText:link{
	color: #faf7ef;
	text-decoration: none; 
}

a.HiddenText:hover, a.HiddenText:active, a.HiddenText:visited {
	color: #faf7ef;
	text-decoration: none;
}

/* Navigation Menu 
----------------------------------------------------------------------------------------*/

.main_dnnmenu_container {
	background-color: transparent;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma; 
	font-size: 12px; 
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #EF3E35 1px solid; 
	border-top: #EF3E35 1px solid; 
	padding: 5px 10px 5px 5px;
	height: 26px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #EF3E35 1px solid; 
	border-top: #EF3E35 1px solid; 
	padding: 5px 10px 5px 5px;
	height: 26px;
}

.main_dnnmenu_itemhover {  
	background: #eee;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 5px 10px 5px 5px;
	height: 26px;
}

.main_dnnmenu_itemhover td {  
	background: #eee;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 5px 10px 5px 5px;
	height: 26px;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}
.main_dnnmenu_submenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #EF3E35; 
	filter: none;
	border: 2px solid #f6f6f6;
	padding: 2px;
}
.main_dnnmenu_break {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}

.main_dnnmenu_arrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EF3E35 1px solid; 
	border-bottom: #EF3E35 1px solid; 
	border-top: #EF3E35 0px solid;
	display: none;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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;
}
.TreeViewMenu_Header {
	background-color: transparent;
}
.Head {
  font-family: Tahoma, Arial, Helvetica;
  font-size:  18px;
  font-weight: normal;
  color: #333333;
}
 .DNNEmptyPane
{
  display:none;  
}
