/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
	background:#6C8792 url('bg.png') repeat-x;
	background-attachment: fixed;
	text-align:center;
	background-position: bottom left;
}   

.pagemaster {
	width: 96%;
	height: 100%;	
	background-color: transparent;
}


.skinmaster {
	height: 100%;
	background-color: #fefefe;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid;
	text-align:left;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}

.skinmaster h1,h2,h3,h4
{
	color:#6C8792;
	font-family:Garamond;
}

.skinheader {
}
.navigation
{
	background-color: #33577B;
	color: #fefefe;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	margin:0px;
	/*
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	*/
}

.headerpane {
	width: 100%;
	background-color: transparent;
	padding: 0px;
	margin:0px;
	height:100px;
	overflow:hidden;
	/*
	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: 2px;
	/*
	padding-right: 4px;
	padding-top: 6px;
	*/
}
.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;
	*/
}

.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	background-color: transparent;
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}


.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	color: #fefefe; 
	font-size: 14px; 
	font-style: normal; 
	background-color: Transparent;
	font-family: sans-serif;
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    	padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_submenu {
	font-family:Arial;
	font-size: 15px;
	background-color: #d9e5ec;
	border: 1px #33577B solid;
	border-left: 4px #33577B solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #0f3357; 
	background-color: Transparent;
	font-family: sans-serif;
	font-size: 14px;
	border-bottom-color:#8da9b8;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 15px;
}

.main_dnnmenu_itemhover 
{  
}

.main_dnnmenu_itemhover td 
{
	background-color: #ffffff;
	border-left-color: #33577B;
}


.main_dnnmenu_icon {
	display:none;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	display:none;
	border-left: 0px;
	
}

.main_dnnmenu_rootmenuarrow {
	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-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.footer td
{
	background-color: #33577B;
	color: #fefefe;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	font-variant: small-caps;
}

.footer a, a:visited, a:active
{
	color: #fefefe;
	text-decoration:none;
	
}

.footer a:hover
{
	color: #fefefe;
	text-decoration:underline;
}

/* Shadow left and right */
.shadow_left
{
	background-image: url('shadow_left.png');
	background-repeat: repeat-y;
	width: 16px;
}

.shadow_right
{
	background-image: url('shadow_right.png');
	background-repeat: repeat-y;
	width: 16px;
}