/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*INDIVIDUAL SKIN ITEMS*/
#dnn_dnnBREADCRUMB_lblBreadCrumb a:visited,
#dnn_dnnBREADCRUMB_lblBreadCrumb a:link,
#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover,
#dnn_dnnCURRENtdATE_lblDate{color:#262a2b;font-family:Century Gothic;font-size:10pt;font-weight:normal;}
#dnn_dnnCOPYRIGHT_lblCopyright,
#dnn_dnnLOGIN_cmdLogin{color:#ffffff;font-family:Century Gothic;font-size:9pt;font-weight:normal;}

h1{color:#6c1816;font-family:Century gothic;font-size:13pt;}
h2{color:#416770;font-family:Century gothic;font-size:13pt;}
h3{color:#6c1816;font-family:Century gothic;font-weight:bold;font-size:11pt;}
li{color:#6c1816;font-family:Century gothic;font-size:11pt;}
td{font-family:Century gothic;color:#262a2b;font-size:10pt;}

.pagemaster {width: 100%;height: 100%;background-color: #ffffff;margin-top:20px;}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #262a2b;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
	border: 0px;
	height:0px;
}
.topborder{background-color: #262a2b;height:19px;}
.logopane{height:85px;width:100%;}
.informationbox p{color:#262a2b;text-align:right;font-family:Century Gothic;padding-top:30px;font-size:10pt;
	 border: 0px solid blue;}
.navpane{height:45px;padding-bottom:0px;background-image:url(images/nav_background.jpg);background-repeat:repeat-x;border:1px solid #262a2b;
	border:0px solid green;} 

.contentpane {
	width: 100%;
	background-color: transparent;
	height:100%;
	padding-top:15px;
}
.content1pane{padding-right:10px;height:100%;}
.content2pane{padding-left:10px;}

.leftbottompane {
	width: 420px;
	background-color: transparent;
	padding-bottom:20px;
	padding-right:10px;
}
.rightbottompane {
	width: 420px;
	background-color: transparent;
	padding-bottom:20px;
	padding-left:10px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.copyrightpane{height:50px;background-color:#262a2b;padding-top:3px;padding-left:30px;}

/*MENU STYLES*/
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:45px;
	background-color: transparent;
	width:100%;
	padding-top:10px;
}
.main_dnnmenu_rootitem  { /*td if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 12pt; 
	font-style: normal; 
	background-color: transparent;
	font-family: Century Gothic;
	text-transform: uppercase;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 20px 0px 20px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: transparent; 
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #262a2b; 
	margin-top:12px; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_item td { /*td if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 10pt; 
	font-style: normal; 
	background-color: transparent;
	font-family: Century Gothic; 
	text-transform: uppercase;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding:   3px 10px 3px 5px;	
}

.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: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Century Gothic;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

