/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	background-color:#e6ddb0;
}

h1 {
font: 900 18px/20px "Times New Roman", Times, serif;
color: #2b598c;
text-align:left;
margin: 0px 0px 0px 0px;
}
hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}
table td p {
	text-align:left;
}
.skinheader {

}
.skinbg {
	background-image: url(bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	padding: 0px 0px 0px 0px;
}
.skingradient {
	background-image: url(menu_bg.jpg);
	background-repeat:no-repeat;
	padding: 1px 30px 0px 30px;
}
.contentgradient {
	background-image: url(content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#f1efe1;
	padding: 30px 0px 0px 0px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;

}
.leftpane {
	width: 10%;
}
.contentpane {
	width: 70%;
	padding: 0 40px 0 10px;
}
.rightpane {
	/*width: 175px;*/
	width: 20%;
	padding: 0 20px 0 0;
}
.bottompane {
	width: 100%;
}
.main_dnnmenu {
	background-color:#FFFFFF; 
	color:#64737b;
	font-size:8pt;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica;

}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:10px;
	background-color: Transparent;
}
.main_dnnmenu_item { 
	cursor: pointer; 
	cursor: hand; 
	color: #eaebeb; 
	font-size: 7pt; 
	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 0px 0px 0px;

	
}
.main_dnnmenu_item td { /*TD THIS WORKS*/
	cursor: pointer; 
	cursor: hand; 
	color: #eaebeb; 
	font-size: 7pt; 
	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 10px 0px 10px;
	height:44px;
	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #056ab2; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
	height:44px;
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    	padding: 0px 10px 0px 10px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_rootitem td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #056ab2; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
	height:44px;
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    	padding: 0px 10px 0px 10px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	cursor: pointer; 
	cursor: hand; 
	color: #056ab2; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover td {  
	cursor: pointer; 
	cursor: hand; 
	color: #a9dea4; 
	font-size: 7pt; 
	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 10px 0px 10px;
	height:44px;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #163959;   
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica;

}
.main_dnnmenu_break {
	height: 10px;
	width: 1px;
	background-image: url(spacer.jpg);
    	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.MainMenu_root {
	vertical-align:top;
    	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.copyright {
	color: #7ca6b8;
	font-size: 8pt;
	font-family: Arial;
}
a.copyright:link {
	color: #7ca6b8;
	font-size: 8pt;
	font-family: Arial;
	font-weight:bold;
}
a.copyright:hover {
	color: #7ca6b8;
	font-size: 8pt;
	font-family: Arial;
}
	