/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background: #215E21
}
.skinmaster {
	height: 100%;
	background: #215E21
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	width: 140px; 
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	width: 140px;
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	background-color: #215e21; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	width: 140px;
}
.MainMenu_MenuIcon {
	background-color: #cccccc;  
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	width: 140px;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}

}
.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
   font-family: Tahoma;
   font-size:  11px;
   font-weight:  normal;
   font-style: normal;
	color: #000000;
	width: 141px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #000000;
}
/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color:#440000;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}

a.SubHead:hover {
	color: #440000;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #515151;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #777777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #7D7D7D;
}

a.Normal:link, a.Normal:visited {
	color: Gray;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: Gray;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited {
	color: Gray;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: Gray;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color:white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: white;
	 font-weight: bold;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: white;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#white;
}

