/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #6C0000;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}

.contentpaneControlPanel {
	width: 100%;
	background-color: #6C0000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpaneNoMenu {
	width: 100%;
	background-color: #6C0000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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: #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: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.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: 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;
}


/* Class Styles */

.headingText_line1 {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.2em;
	margin-left: 3em;	
}

.headingText_line2 {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.2em;
	margin-left: 7em;	
}

.headingText_line3 {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.2em;
	margin-left: 12em;		
}

.headingText_line4 {
	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #000000;
	letter-spacing: 0.2em;
	margin-right: 0em;
	margin-left: 18em;
}

.leftLinks_text {
	color: #000000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.eventText_name {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.eventText_description {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: lighter;
}

.eventSection_heading {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #B56C24;
	font-weight: bold;
}

.footer_text {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}

.linkedPages_text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.homeText {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: .1em;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
}

.homeText_lighter {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: .1em;
	font-weight: lighter;
}

.maroonText {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #5E0000;
	font-weight: bold;
}

.greenText {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #2C3C1A;
	font-weight: bold;
}

.membApplication_text {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.rizzosText {
	font-family: Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}
/* ID Styles */

#leftLinks td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#leftLinks a {
	text-decoration: none;
	display:block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 20px;
	letter-spacing: .1em;
}
	
#leftLinks a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #394D22;
	color: #FFFFFF;
	letter-spacing: .1em;
}

#footer a {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.breadcrumb{
	color: #FFFFFF;
}

#footer a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;	
}

#homeText a {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: bold;
}

#homeText a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #F7E4D2;
	letter-spacing: 0.1em;
}

#Circulation td {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#submenu td {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#submenu a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#submenu a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
span#dnn_dnnCOPYRIGHT_lblCopyright
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
#BreadCrumbDiv{
	color: #ffffff;
}
#BreadCrumbDiv a{
	color: #ffffff;
}


