/* 
================================
Skin styles for DotNetNuke
================================
*/ 

p {margin:0; padding: 0;}

#body {	
		background: #CBCDE2 url(pagebackground.jpg) repeat-x;
}


.skinmaster {
	/*height: 100%;*/
	background:#FFFFFF;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	
}
.skinheader {padding-top:15px;
}

.navrow {
	height:30px;
	border-bottom: #032366 solid 4px;
	}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 180px;
	padding: 0 0 10px 50px;
	background-color: transparent;
}

.contentpane {
	width: 100%;
/*	background-color: transparent;*/
	background: #E5EBF1;
/*	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}

/*.contentpane p {
font-size:1.2em;
}*/

.middlepane {
	/*width: 175px;*/
	padding:0 5px 5px 10px;
	border-left: 1px #A7B2CA solid;
}
.rightpane {
	width: 260px;
	padding:0 25px 5px 10px;
	border-left: 1px #A7B2CA solid;
}
.bottompane {
	width: 100%;
	background-color: #A7B2CA;
	padding: 5px 0 5px 50px;
	border-top: 4px solid #032366;
	color:#FFFFFF;
	text-align:left;
}
.bottompane a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
}
.bottompane a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.bottompane a:hover{
	color:#032366;
	text-decoration: none;
}


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	outline: none;
	-moz-outline-style: none;
}


.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: "Times New Roman", Times, serif
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 2px 5px 3px 0;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: "Times New Roman", Times, serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /* explicitly set padding for root menu items*/
	font-variant:small-caps;
  /*	text-transform: uppercase;  */

}




.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	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; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*.MainMenu_MenuArrow
{
    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; 

}
.TreeViewMenu_Header {
	background-image: url(dropdown.gif);
}
.Head {
   /*font-family: Tahoma, Arial, Helvetica;*/
   /*font-size:  18px;*/
   /*font-weight: normal;*/
   /*color: #333333;*/

}


.navtd {padding-left:50px;}

.memberlogin {background: url(loginbg.gif) no-repeat;
	padding-left:9px;
	/*border-left:#003333 solid 10px;*/
	
	padding-top:8px;
	width: 126px;
	color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	/*height: 30px;*/

}


.memberlogin a{ color:#EEEEEE; padding: 0px; text-decoration:none;
}
.memberlogin a:hover{ color:#FFFFFF; padding: 0px; text-decoration:none;
}

.footer {
	padding-top: 15px;
	padding-bottom: 15px;
	}

.copyright{
	padding: 0 5px 5px 50px;
	font-size:11px;
	}
