/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {	
	background-image: url(bg.jpg);
      	background-repeat:repeat-x;
      	background-color:#9f7e1a;
}

.skinheader {

}
.left_side {
	background-image: url(left_repeat.jpg);
      	background-repeat:repeat-y;
}
.right_side {
	background-image: url(right_repeat.jpg);
      	background-repeat:repeat-y;
}

.skingradient {
	background-image: url(menu_bg.jpg);
	background-repeat:no-repeat;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: #c39b24;
}
.leftpane {


}
.contentpane {

}
.rightpane {

}
.bottompane {
	width: 100%;
	background-color: #c39b24;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:10px;
	background-color: Transparent;
}


.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; 
    	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    	padding: 0px 0px 0px 0px;   /*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: #859024; 
	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 2px 0px;   /*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 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover td {  
	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 12px 0px 5px;   /*explicitly set padding for root menu items*/ 
	background-color: #ffffff;
}
.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: 24px;
	width: 1px;
	background-image: url(spacer.jpg);
	background-color: #ffffff;
    	padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}
.login_object, a.login_object:link, a.login_object:visited, a.login_object:active { 
	color: #000000;  
	font-family: tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
	height:17px; 
	float:right; 
	padding: 2px 0 0 25px; 
	margin: 0 0px 0 16px; 
}

a.login_object:hover {  
	color: #000000; 
	font-family: tahoma; 
	font-weight:bold; 
	font-size: 11px; 
	text-decoration: none; 
}
a.BREADCRUMBS_object:link,a.BREADCRUMBS_object:visited{
		color: #000000;  
	font-family: tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
	height:17px; 
}
a.BREADCRUMBS_object:active,a.BREADCRUMBS_object:hover {
	color: #859024;  
	font-family: tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
	height:17px; 
}	
