/* 
================================
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: 170px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.skingradient {
	BACKGROUND-IMAGE: url(botom.jpg); HEIGHT:30px;
	 font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 20%;
	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: #D22E0A none; 
    color: White;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}


.MenuHdr
{
	width: 140px;
	font-family:Verdana, sans-serif;
	font-size: 9pt;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	background-color: Red;
	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: Red;
	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: 140px; 
  padding-top: 1px;
  padding-bottom: 1px; 
  padding-left: 10px; 
  cursor: default; 
  cursor: pointer; 
}
.MenuItemMouseOver
{
  background-color:  Red;!Important; 
}




