/* 
================================
Skin styles for DotNetNuke
================================
*/   
#dnn_dnnCOPYRIGHT_lblCopyright,
#dnn_dnnTERMS_hypTerms,
#dnn_dnnPRIVACY_hypPrivacy,
#dnn_dnnLOGIN_cmdLogin,
.copyrightpane
{	color: #0058a8; 
	font-size: 8pt; 
	font-style: normal; 
	font-family: Century Gothic;
	font-weight:normal;}
#dnn_dnnBREADCRUMB_lblBreadCrumb A:link,
#dnn_dnnBREADCRUMB_lblBreadCrumb A:hover,
#dnn_dnnBREADCRUMB_lblBreadCrumb A:visited
{	color: #0058a8; 
	font-size: 9pt; 
	font-style: normal; 
	font-family: Century Gothic;
	font-weight:normal;}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #f9f9f9;
background-image:url(images/background.jpg);
background-position: top center;
background-repeat: repeat-x;

	
	padding-top:10px;
	padding-bottom:10px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border: 6px solid #4e500f;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	border: 0px;
	height:0px;
}
.logopane
{
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:0px;
color:#c3161b;
font-size: 36pt;
font-family:Berlin Sans FB Demi;
border-bottom:7px solid #dea516;
height:30px;
}
.logoarea{padding-top:17px;}
.navarea{background-color:#167cd0;border-top:4px solid #8b5612;}
.datepane{padding-top:10px;}
.datepane H1{color:#c3161b;
font-size: 20pt;
font-family:Berlin Sans FB Demi;
font-weight: bold;}

.breadcrumbpane{padding-left:10px;padding-bottom:10px;}

.contentpane {
	width: 100%;
	background-color: transparent;
	height: 100%;
padding-left: 20px;
padding-right: 20px;
}
.sponsorspane
{
    font-size: 10pt;
    color: #0058a8;
    font-family:Century Gothic;
    padding:10px;
    }
.copyrightpane{padding:10px;}

/*BOTTOM MENU STYLES*/
.TopMenuBar
{
    padding-bottom: 0px;
    padding-left: 50px;
}

.TopMenuItem A:link, 
.TopMenuItem A:hover,
.TopMenuItem A:visited,
.TopMenuItem A:active
{
        font-size: 8pt;
        color: #0058a8;
        padding-left:8px;
}


/*TOP MENU ITEMS*/
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:35px;
	background-color: Transparent;
	padding-top:8px;
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11pt; 
	font-style: normal;
font-weight: bold; 
	background-color: Transparent;
	font-family: Century Gothic; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 18px 12px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent;
}
.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; 
font-weight: bold;
	background-color: #167cd0;
	font-family: Century Gothic;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_itemhover td {  
	background-color: #666666; 
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #167cd0;  
	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: #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; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

