/* Skins - Controls */
.GSSkinObject {
    font-weight: normal;
    font-size: 9pt;
    color: #06521c;
	font-family: Arial, Verdana; 
    text-decoration: none;
}
A.GSSkinObject:link, A.GSSkinObject:active, A.GSSkinObject:visited{
    text-decoration:    none;
    font-weight: bold;
    color:#06521c;
}
A.GSSkinObject:hover    {
    text-decoration:    none;
    font-weight: bold;
    color:#f0901e;
}
.GSSkinObject_2 {
    font-weight: normal;
    font-size: 8pt;
    color: #06521c;
	font-family: Verdana, Arial; 
    text-decoration: none;
}
A.GSSkinObject_2:link, A.GSSkinObject_2:active, A.GSSkinObject_2:visited{
    text-decoration:    none;
    font-weight: bold;
    color:#06521c;
}
A.GSSkinObject_2:hover    {
    text-decoration:    none;
    font-weight: bold;
    color:#f0901e;
}
.GSSkinObject_3 {
    font-weight: normal;
    font-size: 8pt;
    color: #06521c;
	font-family: Arial, Verdana; 
    text-decoration: none;
}
A.GSSkinObject_3:link, A.GSSkinObject_3:active, A.GSSkinObject_3:visited{
    text-decoration:    none;
    font-weight: bold;
    color:#06521c;
}
A.GSSkinObject_3:hover    {
    text-decoration:    none;
    font-weight: bold;
    color:#f0901e;
}
.GSSkinBreadcrumb {
	font-weight: normal;
	color: #ffffff;
	font-size: 16pt;
	font-family: Verdana, Arial; 
	font-variant: normal;
}
/* Default HTML Changes */
A, A:link, A:active, A:visited{
    text-decoration:    underline;
    font-weight: bold;
    color:#06521c;
}
A:hover {
    text-decoration:    underline;
    font-weight: bold;
    color:#f0901e;
}
HR.green {
	border: 0px;
	size: 1px;
	color: #06521c;
	background-color: #06521c;
	width: 80%;
	text-align: center;
	margin-bottom: 0px;
}
/* Template CSS */
.GS_THeader 
{
	background-color: #a2b472;
	background-image: url(images/lightbulb.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.GC_TOrangeLine
{
	background-image: url(images/orangeline.gif);
	background-repeat: repeat-x;
	background-position: right;
}
.GC_TOrangeLine2
{
	background-image: url(images/orangeline2.gif);
	background-repeat: repeat-x;
}
.GS_THeaderFadeG
{
	background-image: url(images/fade_green.gif);
	background-repeat: repeat-x;
	background-color: #dce4c5;
}
.GC_THeaderFadeW
{
	background-image: url(images/fade_white.gif);
	background-repeat: repeat-x;
}
.GS_TMainFadeL
{
	background-image: url(images/vert_green_white_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.GS_TMainFadeR
{
	background-image: url(images/vert_green_white_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.contentpane {
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* Menu CSS */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	background-color: Transparent;
	font-family: Verdana, Arial; 
	font-size: 8pt; 
}
.MainMenu_MenuBar A:link, .MainMenu_MenuBar A:active, .MainMenu_MenuBar A:visited{
    text-decoration:    none;
    font-weight: bold;
    color:#06521c;
}
.MainMenu_MenuBar A:hover    {
    text-decoration:    none;
    font-weight: bold;
    color:#f0901e;
}
span.mymenuitem {
    color:#06521c;
   	cursor: default; 
	font-weight: bold; 
}
.MainMenu_MenuItem_Cur, .MainMenu_SubMenu_Cur {
    text-decoration:    none;
    font-weight: bold;
    color:#f0901e;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial; 
}
.MainMenu_MenuIcon {
	background-color: #dce4c5; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
	filter: none; 
	font-size: 7pt; 
	padding: 0 0 0 0;
}
.MainMenu_MenuBreak {
	line-height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #f0901e; 
	font-family: Verdana, Arial; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Arial; 
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active   {
    text-decoration:    underline;
    color: #06521c;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #f0901e;
}

.StandardButton {
	background: #06521c none; 
	color: #ffffff;
	font-family: Arial, Verdana; 
	font-size: 11pt;
	font-weight: normal;
}
.Head {
	font-family: Verdana, Arial; 
	color: #f0901e;
	font-weight: normal;
	font-size: 14pt;
}
.SubHead    {
	font-family: Verdana, Arial; 
	color: #f0901e;
	font-weight: bold;
	font-size: 8pt;
}
.Normal {
	font-family: Arial, Verdana; 
	font-size: 9pt;
	color: #4b4b4b;
}
span.Normal {
	line-height: 20px;
}
