/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	background-image:url(draft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
height:102px;
}
.skingradient {
	background-image: url(navback.jpg);
	background-repeat:repeat-x;
	height:31px;
}
.Login { 
/* text style for the login token */
background-color:transparent;
vertical-align:text-bottom;
	height:25px;
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.Login:visited { 
/* text style for the login token */
background-color:transparent;
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
} 
.Login:link { 
/* text style for the login token */
background-color:transparent;
vertical-align:text-bottom;
height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.Login:active { 
/* text style for the login token */
background-color:transparent;
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.Login:hover { 
/* text style for the login token */
background-color:transparent;
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px;
text-decoration:none; 
color:#cccccc; 
font-family: Arial, Helvetica, sans-serif; 
} 
.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;
}
.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:19px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	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: #ffffff; 
	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: transparent;
	color:#DD3838; 
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color:#DD3838; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 3px; 
	height: 100%;
	color:#DD3838;
}
.main_dnnmenu_submenu {
	background-color: color:#DD3838;;  
	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;
}

/* Main Menu */


.MainMenu_MenuContainer {

 BACKGROUND-COLOR: transparent;
}
.MainMenu_MenuBar {
 
}
.MainMenu_MenuItem {
 BORDER-RIGHT: 0px;
 PADDING-RIGHT: 0px;
 BORDER-TOP: 0px;
 PADDING-LEFT: 0px;
 FONT-WEIGHT: bold;
 FONT-SIZE: 9px;
 PADDING-BOTTOM: 2px;
 BORDER-LEFT: 0px;
 CURSOR: hand;
 COLOR: #ffffff;
 PADDING-TOP: 2px;
 height: 30px;
 BORDER-BOTTOM: 0px;
 FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;

}

.MainMenu_MenuItemSel {
	background-color:transparent; 
	cursor: pointer; 
	cursor: hand; 
	color:#DD3838; 
	font-family:Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
}

.MainMenu_MenuIcon {
 /*display: none;*/
 PADDING-RIGHT: 2px;
 BORDER-TOP: #878cab 0px solid;
 PADDING-LEFT: 2px;
 PADDING-BOTTOM: 2px;
 BORDER-LEFT: #878cab 0px solid;
 CURSOR: hand;
 PADDING-TOP: 2px;
 width:7px;
 BORDER-BOTTOM: #878cab 0px solid;
 BACKGROUND-COLOR: #FF0000;
}
.MainMenu_SubMenu {
 BORDER-RIGHT: 0px;
 BORDER-TOP: 0px;
 Z-INDEX: 1000;
 BORDER-LEFT: 0px;
 BORDER-BOTTOM: 0px;
 margin-top:0px;
 BACKGROUND-COLOR:#041CB4;
}
.MainMenu_MenuBreak {
 BORDER-RIGHT: 0px;
 BORDER-TOP: 0px;
 BORDER-LEFT: 0px;
 BORDER-BOTTOM: 0px;
 HEIGHT: 1px;
 BACKGROUND-COLOR: #333333;
}
.MainMenu_MenuArrow {
 BORDER-RIGHT: #cccccc;
 BORDER-TOP: 0px;
 BORDER-LEFT: 0px;
 BORDER-BOTTOM: 0px;
}
.MainMenu_RootMenuArrow{ 
 display:none; 
}
.skingradient2 {
	background-image: url(footerback.jpg);
	background-repeat:repeat-x;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.SelectedTab { 
/* text style for the copyright token */ 
vertical-align:text-bottom;
	height:25px;
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.SelectedTab:visited { 
/* text style for the copyright token */
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
} 
.SelectedTab:link { 
/* text style for the copyright token */
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.SelectedTab:active { 
/* text style for the copyright token */
vertical-align:text-bottom;
	height:25px; 
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif; 
} 
.SelectedTab:hover { 
/* text style for the copyright token */
	height:25px;
	vertical-align:text-bottom; 
font-weight:normal; 
font-size:10px; 
color:#cccccc; 
font-family: Arial, Helvetica, sans-serif; 
} 
.OtherTabs { 
/* text style for the copyright token */ 
	height:25px;
	vertical-align:text-bottom;
	background-color:transparent;
font-weight:normal; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
padding-left:22px; 
} 
.OtherTabs:visited { 
/* text style for the copyright token */
	height:25px;
vertical-align:text-bottom;
background-color:transparent; 
font-weight:normal;
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
padding-left:22px;
} 
.OtherTabs:link { 
/* text style for the copyright token */
	height:25px;
	vertical-align:text-bottom;
	background-color:transparent; 
font-weight:normal;
vertical-align:text-bottom; 
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
padding-left:22px;
} 
.OtherTabs:active { 
/* text style for the copyright token */
	height:25px;
	vertical-align:text-bottom;
	background-color:transparent; 
font-weight:normal;
font-size:10px; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;
padding-left:22px; 
} 
.OtherTabs:hover { 
/* text style for the copyright token */
	height:25px;
vertical-align:text-bottom;
background-color:transparent; 
font-weight:normal;
font-size:10px; 
color:#cccccc; 
font-family: Arial, Helvetica, sans-serif;
padding-left:22px; 
} 







