/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster
{

	height: 100%;
	background-color: white;
	border-right: #efece7 1px solid;
	border-top: #efece7 1px solid;
	border-left: #efece7 1px solid;
	border-bottom: #efece7 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.copyright
{
	font-size: 6.5pt;
	font-weight: normal;
}
.copyright2
{
	font-weight: normal;
	font-size: 8.5pt;
}


.skinRedLogoBgd
{
	background-image: url(Logo_RedBGD.JPG);
	background-repeat: repeat-x;
}

.skinBlackLogoBgd
{
	background-image: url(Logo_BlackBGD.JPG);
	background-repeat: repeat-x;
}

.skinheader
{
	background-color: white;
	color: white;
}

skinheader a
{
	color: white;
	text-decoration: underline;
}
A.skinheader:hover
{
	color: blue;
}

.skinheaderRed
{
	background-color: red;
	height:25px;
}
.skingradient {
	background-image: url(Brown_Header.JPG); 
	background-repeat: repeat-x;
	height:20px;
}
.skingradientBalck {
	background-color: black;
	height:25px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
	width:70px;
	background-color: #ebebe3;
	height: 500px;
}
.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;
}
.MainMenu_MenuContainer {
	background-color: Transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:10px;
	background-color: Transparent;
}
.MainMenu_MenuItem 
{
	background-color: #ebebe3;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
	height: 24px;
	background-image: url(Menu1.gif); 
	padding-left:7px;
}
.MainMenu_MenuIcon
{
	background-color: #dad7c8;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 10px;
	height: 24px;
	display:none;
}
.MainMenu_SubMenu 
{
	height: 24px;
	background-color: #ebebe3;  
	background-image: url(Menu1.gif); 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background-color: #dad7c8;
	background-image: url(MenuSelected.gif);
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 24px;
	padding-left: 7px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	background-color: Blue;
	display:none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background-color: Blue;
	display:none;
}
.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;
}
