/* 
================================
Skin styles for DotNetNuke
created by iRAW Design
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}

.skinmaster {
	height: 100%;
}

.skinheader {
	padding-bottom: 20px;
}

.bordertop {
	background-image: url('top_fill.gif'); 
	height: 15px;
}

.borderbottom {
	background-image: url('bottom_fill.gif'); 
	height: 15px;
}

.skincontents {
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #6b8031;
	padding-left: 10px;
	padding-right: 10px;
}

.skincontents a:link {color:#6b8031; text-decoration:none; font-size: 8pt;}
.skincontents a:visited {color:#6b8031; text-decoration:none; font-size: 8pt;}
.skincontents a:hover {color:#cccccc; text-decoration:none; font-size: 8pt;}
.skincontents a:active {color:#6b8031; text-decoration:none; font-size: 8pt;}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #6b8031; 
	font-size: 9pt; 
	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 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #cccccc;
}

.main_dnnmenu_itemhover td {  
	background-color: #989898; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #ffffff;  
	border: #424f1e 1px solid;
	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;
}

.StandardButton {
	background: #6b8031 none; 
	color: #ffffff;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	border: #6b8031 1px solid;
}

.Head {
	font-family: verdana, sans-serif; 
	font-size:  12px;
	font-weight: normal;
	color: #000000;
	vertical-align: text-center;
}

.SubHead {
	font-family: verdana, sans-serif; 
    font-size:  10px;
    font-weight: bold;
    color: #000000;
	vertical-align: text-center;
}

.Links {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #6b8031;
}

.Links a:link {color:#6b8031; text-decoration:none; font-size: 8pt;}
.Links a:visited {color:#6b8031; text-decoration:none; font-size: 8pt;}
.Links a:hover {color:#cccccc; text-decoration:none; font-size: 8pt;}
.Links a:active {color:#6b8031; text-decoration:none; font-size: 8pt;}
