/* 
================================
Skin styles for DotNetNuke
================================
*/    
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #A0C3DF;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 2px;
 border: 1px solid #A0C3DF;
 border-bottom: none;
 background: #a8d5f9;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #193c8e;
 border-color: #87a5be;
}

ul.tabbernav li.tabberactive a
{
 background-color: #193c8e;
 border-bottom: 1px solid #1D3C80;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #1D3C80;
 border-bottom: 1px solid #1D3C80;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;
 border:1px solid #4463b3;
 border-top:0;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
} 

/*.pagemaster {
  margin: 0;
	padding: 0;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #ebf6ff;
	/*width: 100%;
	height: 100%;	
	background-color: #fefefe;
}*/

body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #CCCC9A; /*CustomEPA*/
	
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
/*border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */
}


#MasterContainer{
	width: 952px;
	height: auto;
	position: relative;
	margin: 0 auto 0 auto;
	padding:0px;
	border:0px;
}

#zone1{
	position: absolute;
	display: block;
	left:350px;
	top: 0px;
	height: 70px;
	width: 130px;
	z-index: 2;
}

#zone2{
	position: absolute;
	display: block;
	left:480px;
	top: 0px;
	height: 70px;
	width: 150px;
	z-index: 2;
}

.skinheader {
}

#border{  /*controls the inside lining of the page*/
    /* margin-top: 10px; /*gives the space to put the title as in ohio site*/
  margin-left: 20px;
  margin-right: 20px;
	border-right: 1px solid #7994cb;
	border-bottom: 1px solid #7994cb; /* removes the line from the bottom*/
	border-left: 1px solid #7994cb;
	border-top: 1px solid #7994cb;  
	margin-bottom: 40px;   /*makes the line touch the bottom footer*/
}

.menu{
 width:100px;
 white-space: normal; 
 height: auto;
}

.welcomepane {
  width: 912px;
  height: 40px;
	background-color: transparent;
  padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
  margin: 10px, 0px, 10px, 0px;
}

.toppane {
  width: 100%;
  height: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #7994cb;
}
.leftpane {
	width: 175px;
	height: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border-right: 1px solid #7994cb;
}
.contentpane {
	width: 100%;
	height: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	height: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	border-left: 1px solid #7994cb;
}
.bottompane {
	width: auto;
	height: auto;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #7994cb; 
}

.footerpane {
	width: 1000px;
	height: 40px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 5px;
}

.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: hand; 
	color: #003366; 
	font-size: medium; 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
        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: hand; 
	color: #1A3C8E; 
	font-size: medium; 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
    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;  
}

.main_dnnmenu_itemhover td {  
	background-color: Transparent;  
}

.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: #CCCC9A none; 
   color: #000000;
   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;
}

.Head {
   color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}


