/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {scrollbar-3dlight-color:#899023; 
scrollbar-arrow-color:#cccc66; 
scrollbar-base-color:#transparent; 
scrollbar-darkshadow-color:#fbedb2; 
scrollbar-face-color:#7d831a; 
scrollbar-highlight-color:#fbedb2; 
scrollbar-shadow-color:#26206b;
overflow: auto;
} 

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #c6c247;
	border:none;
}

a.userLoginLink:link,a.userLoginLink:active,a.userLoginLink:visited{ color:#899023; font-size:13px; text-decoration:none; }
a.userLoginLink:hover{color:#C00;}

.skinmaster {
	width:902px;
	height: 728px;
	background-color: #f3f5fa;
}
.skinheader {
	background-color:#899023;
	height:22px;
}

.controlpanel {
	width: 902px;
	background-color: #7d831a;
}


.main-content { 
	background-image:url(homeBack.jpg);
	background-color: #7d831a;
	background-repeat:no-repeat;
}

.navdiv {
	text-align:right;
	padding-right: 5px;
	}

.toppane {
	width: 902px;
	background-color:#899023;
	height:0px;
}
.leftpane {
	width: 146px;
	height:658px;
	background-image:url(LeftNav.jpg);
	background-repeat:no-repeat;
	text-align: right;
	vertical-align:top;
	background-color: #7d831a;
	padding-top:200px;
}
.contentpane {
	width: 754px;
	padding-top:23px;

}
.rightpane {
	width: 0px;
	background-color: transparent;
}
.bottompane {
	width: 902px;
	background-color: #899023;
	height:0px;
}

.footer {
	height:48px;
	background-color:#899023;
	background-image:url(footer.jpg);	
}

.footertext {
	font-size:12px;
	text-align:center;
	color: #26206b;
	width:754px;
}

.om {
	margin-left:0px;
	text-align:left;
	background-color:#899023
	width:146px;			
}

.copy {
	font-size:9px;
	text-align:center;
	color:#26206b;
	background-color: #CCCC66;
	}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:14px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 4px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fbedb2; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 10px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #003366; 
}

.main_dnnmenu_itemhover td {  
	color: #003366; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #CCCCCC;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	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;
}

div.scrollholder
{
    position: relative;
    width: 500px; height: 260px;
    overflow: auto;
    z-index: 1;
    background-color: transparent;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: yellow;
}  