/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	width: 910px;
	background-color: #FFFFFF;
	border-right: #000000 6px solid; 
	border-top: #000000 5px solid; 
	border-left: #000000 6px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
	background-color: #719B5C;
	height: 136px;
}
.skingradient {
	background-color: #000000; 
	height:30px;
	color: White;
}
.barlink {
    font-weight: bold;
    font-size: 8.5pt;
    color: #C0C0C0;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.barlink:link {
    text-decoration:    none;
    color:#C0C0C0;
}

A.barlink:visited  {
    text-decoration:    none;
    color:#C0C0C0;
}

A.barlink:active   {
    text-decoration:    none;
    color:#C0C0C0;
}

A.barlink:hover    {
    text-decoration: underline;
    color:#FFFFFF;
}

.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}

.cpanelpane 
{
	width: 100%;
	background-color: #000000;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 200px;
	background: #FFDE7D;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	border-right: solid 6px #000000;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	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_MenuItem {

	border: solid 0px #000000;
	cursor: pointer; 
	cursor: hand; 
	/* color: #AC5A32; */
	color: #644E05; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial; 
	height: 25px;
}
.MainMenu_MenuIcon 
{
	border: solid 0px #000000;
	background-color: #FFDE7D; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 25px; 
	height: 25px;
}
.MainMenu_MenuContainer {
	background-color: Transparent; 
	height:25px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}

.MainMenu_SubMenu 
{
	background-color: #FFDE7D;  
	font-family: Verdana, Tahoma, Arial;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#FFDE7D', Direction=135, Strength=3); 
}
.MainMenu_MenuItemSel {
	background-color: #FFDE7D; 
	cursor: pointer; 
	cursor: hand; 
	/* color: #644E05; */
	color: #AC5A32;
	font-family: Verdana, Tahoma, Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
}

.MainMenu_Selected
{
    background: transparent scroll repeat 0% 0%;
    height: 25px;
}

.MainMenu_Active
{
    background: transparent scroll repeat 0% 0%;
    color: #AC5A32;
    height: 25px;
}

.MainMenu_BreadcrumbActive
{
    background-color: transparent;
    height: 25px;
}

.MainMenu_MenuArrow 
{
	border: solid 0px #000000;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow 
{
	border: solid 0px #000000;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #278837 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	font-family: Verdana, Tahoma, Arial;
	font-size:  12px;
	font-weight: Bold;
	color: Black;
	padding-bottom: 10px;
}
.TreeViewMenu_Header {
	background-color: white;
}

.DNNTree 
{
   font-family: Verdana, Tahoma, Arial;
   font-size:  12px;
   font-weight: Bold;
   color: Black;
   line-height: 20px;
   
}

.DNNTreeHover
{
	font-size:  12px;
	font-weight: Bold;
	color: #004D8B;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: Bold;
   color: Black;
}
