/* 
================================
Skin styles for DotNetNuke
================================
*/   

.MembershipRow td{font-size:8pt!important;padding:2px;text-align:left!important;color:#707476!important;}
.MembershipRowAlt td{font-size:8pt!important;background-color:#ececec;padding:2px;text-align:left!important;color:#707476!important;}
.Membership th{font-size:8pt!important;font-weight:bold;color:#707476!important;padding:2px;}
.NameLabel{color:#0066ff;}

#dnn_dnnUSER_cmdRegister,
#dnn_dnnCOPYRIGHT_lblCopyright,
#dnn_dnnLOGIN_cmdLogin{color: #A8A88D;font-size: 8pt; 
	font-style: normal; 
	font-weight:normal;
	background-color: Transparent;
	font-family: Tahoma; }

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border:1px solid #7ab1fd;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	height: 10px;
}
.logopane
{
	background-image:url(images/skyline_header2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:97px;
	margin-right:30px;
}
.navpane{background-color:#deecff;height:25px;}
.leftpane {
	width: 210px!important;
	padding-top:25px;
}
.contentpane {
	width: 537px!important;
	height:100%;
	padding-top:25px;
	padding-left:20px;
}
.contentpanefull {
	width: 747px;
	height:100%;
	padding-top:25px;
}
.copyrightpane{background-image:url(images/copyrightbg.jpg);
	background-position:top center; background-repeat: repeat-x;height:76px;
	padding-top:20px;color: #A8A88D;}

/*TOP MENU STYLES*/

.MenuItem A:link, .MenuItem A:visited, .MenuItem A:hover,
.MenuItemMouseOver A:link, .MenuItemMouseOver A:visited, .MenuItemMouseOver A:hover
{
	color: #707b50;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 11pt;
	line-height:18px;
}
SPAN
{
	margin: 0px;
	padding: 0px;
}

/*END TOP MENU HERE*/


/*DNN BOTTOM MENU*/
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:25px;
	background-color: Transparent;
	padding-top:3px;
	padding-left:15px;
	padding-right:15px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #3b3b3b; 
	font-size: 12px; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Trebuchet MS; 
        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: #555555; 
	font-size: 12px; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Trebuchet MS; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 35px 3px 0px;   /*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: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	/*STYLES FROM OLD SITE CSS*/
	background-color:#deecff; border-style:solid; border-color:#7ab1fd; border-width:1px; padding:5px 5px 5px 0px!important; margin:4px 0px 0px 0px;
}
.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;
}


