/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	BORDER-RIGHT: white 0px solid; 
	BORDER-TOP: white 0px solid; 
	BORDER-LEFT: white 0px solid; 
	BORDER-BOTTOM: white 0px solid; 
	moz-border-radius-bottomleft: 0spx; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: transparent;
}
.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;
}

.StandardButton     {
    padding-right: 5px;
    padding-left: 5px;
    background: #336633 none; 
    color: White;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}


.MenuHdr
{ 
  width: 120px;
  font-family:Verdana, sans-serif; 
  font-size: 9pt; 
  padding-left: 1px; 
  font-weight: bold; 
  padding-bottom: 1px; 
  background-color:  #1F572C; 
  padding-top: 2px; 
  cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-family:Verdana, sans-serif; 
  font-size: 8pt; 
  padding-left: 5px; 
  font-weight: normal; 
  padding-bottom: 0px;
  background-color:  #1F572C; 
  padding-top: 0px;
}
.MenuItem A, 
.MenuItem A:Active, 
.MenuItem A:Hover, 
.MenuItem A:Visited, 
.MenuItem A:Link, 
.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, 
.MenuItemMouseOver 
  A:Link, 
.MenuHdr A, 
.MenuHdr A:Active, 
.MenuHdr A:Hover, 
.MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  text-decoration: none; 
  color: white; 
  width: 100px; 
  padding-top: 1px;
  padding-bottom: 1px; 
  padding-left: 10px; 
  cursor: default; 
  cursor: pointer; 
}
.MenuItemMouseOver
{
  background-color:  #003399!Important; 
}




