/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-image: url(background.jpg);
}
.skinmaster {
	height: 750px;
	background-color: transparent;
	border-right: #0A5D9F 1px solid; 
	border-top: #0A5D9F 1px solid; 
	border-left: #0A5D9F 1px solid; 
	border-bottom: #0A5D9F 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #FFFFFF;
}
.skingradient {
	height:20px;
	background-color: #0A5D9F;
	background-image: url(Header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.skingradient2 {
	height:20px;
	background-color: #0A5D9F; 
 	padding-right: 0px;
   	font-family: Arial, Helvetica;
   	font-size:  11px;
   	font-weight: normal;
   	color: #ffffff;
}
.skingradient3 {
	height:30px;
	background-color: transparent; 
 	padding-right: 0px;
   	font-family: Arial, Helvetica;
   	font-size:  11px;
   	font-weight: normal;
   	color: #ffffff;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
}
.leftpane2 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	background-color: transparent;
	background-image: url(background2.jpg);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
.contentpane2 {
	background-color: transparent;
	background-image: url(background2.jpg);
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
.rightpane {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

************************************************
*                                              *  
*      MAIN MENU                               *
*                                              * 
*                                              *
************************************************




.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	width: 160px;
	cursor: pointer; 
	height:20px;
	background-color: Transparent;
	border-top: #0A5D9F 0px solid;

}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	height:20px;
	valign: left;
	border-top: #0A5D9F 0px solid;
	cursor: pointer; 
	color: #0A5D9F; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	    
        padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_item { /*TD if menu option for using tables is on*/ 
	height:20px;
	border-top: #0A5D9F 0px solid;
	border-bottom: #0A5D9F 0px solid;
	cursor: pointer; 
	color: #0A5D9F; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 0px 0px 0px 0px;	
}

.main_dnnmenu_itemhover {   
	background-color: transparent;
	color: #807c71; 
}

.main_dnnmenu_itemhover td {  
	background-color: #000000; 
}


.main_dnnmenu_icon {
	cursor: pointer;  
	text-align: left; 
	width: 0px; 
	height: 20px;
}
.main_dnnmenu_submenu {
	valign: left;
	background-color: #0A5D9F; 
	z-index: 1000;
	cursor: pointer;  
	padding: 0px 0px 0px 0px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break { 
	height: 0px;
	font-size: 0px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 11px;
	cursor: pointer; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 11px;
	cursor: pointer; 
}


************************************************
*                                              *  
*      TREEVIEW                                *
*                                              * 
*                                              *
************************************************



.TreeViewMenu {
	width: 160px;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #0A5D9F 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;
}

.TreeViewMenu_Header {

}

.TreeViewMenu_rootitem  {
	background-image: url(menubg.gif);	
	width: 160px;
	height:20px;
	valign: left;
	border-top: #0A5D9F 0px solid;
	border-bottom: #0A5D9F 0px solid;
	cursor: pointer; 
	color: #0A5D9F; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 5px 0px 5px 0px;
}

.TreeViewMenu_item {
	width: 160px;
	height:20px;
	valign: left;
	border-top: #0A5D9F 0px solid;
	border-bottom: #0A5D9F 0px solid;
	cursor: pointer; 
	color: #0A5D9F; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 5px 0px 5px 0px;	
}

.TreeViewMenu_itemhover {
	BORDER-RIGHT: # 0px solid; 
 	BORDER-TOP: #eeeeee 0px solid; 
 	BORDER-LEFT: #eeeeee 0px solid; 
 	BORDER-BOTTOM: #eeeeee 0px solid; 
	height:20px;
	background-color: transparent;
	color: #807c71; 
        padding: 5px 0px 5px 0px;
}

.TreeViewMenu_itemselected {
	BORDER-RIGHT: # 0px solid; 
 	BORDER-TOP: #eeeeee 0px solid; 
 	BORDER-LEFT: #eeeeee 0px solid; 
 	BORDER-BOTTOM: #eeeeee 0px solid; 
	width: 160px;
	height:20px;
	background-color: transparent;
	color: #807c71; 
}


************************************************
*                                              *  
*      GENERAL                                 *
*                                              * 
*                                              *
************************************************


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Arial, Helvetica, Geneva, Verdana;
   font-size:  18px;
   font-weight: bold;
   color: #000000;
}
.Sub2Head {
   font-family: Arial, Helvetica, Geneva, Verdana;
   font-size:  12px;
   font-weight: bold;
   color: #0A5D9F;
}
.SubHead {
   font-family: Arial, Helvetica, Geneva, Verdana;
   font-size:  12px;
   font-weight: bold;
   color: #0A5D9F;
}
.normal2 {
   	color: #0A5D9F;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica;
}

.normal3 {
   	color: #0A5D9F;
        font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica;
}
.normal4 {
   	color: #000000;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica;
}

.strek {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0A5D9F;
}



************************************************
*                                              *  
*     Skinobject                               *
*                                              * 
*                                              *
************************************************

A.skinobject {
   	color: #ffffff;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}

A.skinobject:link {
   	color: #ffffff;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}

A.skinobject:visited  {
   	color: #ffffff;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}

A.skinobject:hover    {
   	color: #000000;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}

A.skinobject:active   {
   	color: #ffffff;
        font-size: 9px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
}

