/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 50%;	
	background-color: #cccccc;
}
.skinmaster {
	height: 50%;
	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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: #006a49;
}
.skingradient {
	background-color: #999999; 
	height: 14px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 200px;
	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;
}
.contentpaneright {
	width: 50%;
	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;
}
.faqpane {
	width: 550px;
	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;
}
.hiddenpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.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: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	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: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 12px 0px 4px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #999999;
	color: #006a49; 
}

.main_dnnmenu_itemhover td {  
	background-color: #999999; 
	color: #006a49; 
}


.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; 
	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: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #000000;
}

/*Sidemenu*/
.MenuHdr
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #000000;
  background-color: #999999;
  border-bottom: solid 1px #000000; 

}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #999999;    
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight: normal;
  color: #006a49;  
  padding-bottom: 1px;
  padding-top: 1px;
  border: white 0px solid; 
  background-color: #ffffff;  
  border-bottom: solid 1px #000000; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
 }
.MenuHdr A:Hover
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #006a49;
  padding-top: 1px;
  text-decoration: none;
 }


.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItemMouseOver
{
  padding-left: 20px; 
}

.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  color: #006a49;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 

}


.MenuHdr0
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #ffffff;
  background-color: #999999;
  border-bottom: solid 1px #000000; 

}
.MenuItem0 HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #999999;    
}

.MenuItem0, .MenuItem0MouseOver
{
  font-family: Arial;
  color: #006a49; 
  font-size: 12px; 
  font-weight: bold; 
  padding-bottom: 1px;
  padding-top: 1px;
  border: white 0px solid; 
  background-color: #999999;  
  border-bottom: solid 1px #000000; 
}
.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding-top: 1px;
  text-decoration: none;
 }
.MenuHdr0 A:Hover
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #006a49;
  padding-top: 1px;
  text-decoration: none;
 }


.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItem0MouseOver
{
  padding-left: 20px; 
}

.MenuItem0MouseOver A, .MenuItem0MouseOver A:Active, 
.MenuItem0MouseOver A:Hover, .MenuItem0MouseOver A:Visited, .MenuItem0MouseOver A:Link
{
  color: #006a49;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 

}

.MenuHdr1
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #000000;
  background-color: #999999;
  border-bottom: solid 1px #000000; 

}
.MenuItem1 HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #999999;    
}

.MenuItem1, .MenuItem1MouseOver
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight: normal;
  color: #006a49;  
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 12px;
  border: white 0px solid; 
  background-color: #ffffff;  
  border-bottom: solid 1px #000000; 
}
.MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Visited, .MenuHdr1 A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
 }
.MenuHdr1 A:Hover
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #006a49;
  padding-top: 1px;
  text-decoration: none;
 }


.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItem1MouseOver
{
  padding-left: 20px; 
}

.MenuItem1MouseOver A, .MenuItem1MouseOver A:Active, 
.MenuItem1MouseOver A:Hover, .MenuItem1MouseOver A:Visited, .MenuItem1MouseOver A:Link
{
  color: #006a49;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 

}

.MenuHdr2
{
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Arial;
  color: #000000;
  background-color: #999999;
  border-bottom: solid 1px #000000; 

}
.MenuItem2 HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #999999;    
}

.MenuItem2, .MenuItem2MouseOver
{
  font-family: Arial; 
  font-size: 12px; 
  font-weight: normal;
  color: #006a49;  
  padding-bottom: 1px;
  padding-top: 1px;
  border: white 0px solid; 
  background-color: #ffffff;  
  border-bottom: solid 1px #000000; 
}
.MenuHdr2 A, .MenuHdr2 A:Active, .MenuHdr2 A:Visited, .MenuHdr2 A:Link
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
 }
.MenuHdr2 A:Hover
{
  display: block;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #006a49;
  padding-top: 1px;
  text-decoration: none;
 }


.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  width: 100%;
  cursor: pointer;
  color: #000000;
  padding-top: 1px;
  text-decoration: none;
}
  
.MenuItem2MouseOver
{
  padding-left: 20px; 
}

.MenuItem2MouseOver A, .MenuItem2MouseOver A:Active, 
.MenuItem2MouseOver A:Hover, .MenuItem2MouseOver A:Visited, .MenuItem2MouseOver A:Link
{
  color: #006a49;
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 

}