/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #387520;
	border: 0px; 
}
.skinheader {
	background-image: url(header_bg.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	background-color: White;
	height: 125px;
}
.skingradient {
	background-image: url(menu_bg.jpg); 
	background-repeat: repeat-x;
	background-color: #387520;
	border-bottom: 1px solid white;
	height:28px;
}
.controlpanel {
	width: 100%;
	background-color: #8cc775;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #8cc775 0px solid; 
	border-bottom: #8cc775 1px solid; 
	border-top: #8cc775 1px solid; 
	border-right: #8cc775 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #8cc775; 
	border-left: #8cc775 1px solid; 
	border-bottom: #8cc775 1px solid; 
	border-top: #8cc775 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #8cc775; 
	z-index: 1000; 
	border: 1px solid #284E18;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #387520; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #8cc775 1px solid; 
	border-bottom: #8cc775 1px solid; 
	border-top: #8cc775 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: #387520;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #387520;
}
.StandardButton     {
  background: #387520; 
  color: #ffffff;
  font-family:Verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #f7f1e2;
	border-right: #387520 1px solid; 
	border-top: #387520 1px solid; 
	border-left: #387520 1px solid; 
	border-bottom: #387520 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(menu_bg.jpg);
}
.Head   {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #387520;
}
.Subhead   {
   color: #387520;
}

.pagefooter span{
	color: #387520;
}
.pagefooter {
	height:26px;
	background-color: #ffffff;
	margin-top: 0px;
	color: #387520;
}
.pagefooter A.SkinObject:link {
    text-decoration:    none;
    color: #387520;
}
.pagefooter A.SkinObject:visited  {
    text-decoration:    none;
    color: #387520;
}
.pagefooter A.SkinObject:active   {
    text-decoration:    none;
    color: #387520;
}
.pagefooter A.SkinObject:hover    {
    text-decoration:    underline;
    color: #9FCD40;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color: #ffffff;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #ffffff;
}
A.SkinObject:active   {
    text-decoration:    none;
    color: #ffffff;
}
A.SkinObject:hover    {
    text-decoration:    underline;
    color: #9FCD40;
}

.skingradient .SkinObject {
	color: #ffffff;
}
.skingradient A.SkinObject:link {
	color: #ffffff;
}
.skingradient A.SkinObject:visited  {
	color: #ffffff;
}
.skingradient A.SkinObject:active   {
	color: #ffffff;
}
.skingradient A.SkinObject:hover    {
	color: #9FCD40;
}

A:link  {
    text-decoration:    underline;
    color:  #387520;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color:  #387520;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #387520;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #9FCD40;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
A.CommandButton:link {
    text-decoration:    underline;
    color: #387520;
}
A.CommandButton:visited  {
    text-decoration:    underline;
    color: #387520;
}
A.CommandButton:active   {
    text-decoration:    underline;
    color: #387520;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: #9FCD40;
}







