/* 
================================
Skin styles for DotNetNuke
================================
*/   

.SkinBottomCell
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

td.SkinBottomCell 
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

.SkinObject 
{
	color: #5F6D4E;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

.CurrentDate
{
	color: #E2E9CA;
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: normal;
	font-size: 9pt;
}

.WebsiteHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	color: #5A684A;
	font-weight: bold;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
	BACKGROUND-IMAGE: url(top_banner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.skingradient {
	BACKGROUND-IMAGE: url(menu_bg.jpg);
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
	text-indent: 20px;
}
.MainMenu_MenuItem {
	border-left: #7F8D60 0px solid; 
	border-bottom: #7F8D60 1px solid; 
	border-top: #7F8D60 1px solid; 
	border-right: #7F8D60 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: E2E9CA; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-right: 6px;
	height: 20px;
	white-space: nowrap;
	/* background: url(menu.gif) no-repeat 8px center; */
}
.MainMenu_MenuIcon {
	background-color: #7F8D60; 
	border-left: #7F8D60 1px solid; 
	border-bottom: #7F8D60 1px solid; 
	border-top: #7F8D60 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 12px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #7F8D60;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	height: 20px;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FF9C00; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	padding-right: 6px;
	height: 20px;
	background: #336633 url(menuhighlight.gif) no-repeat 8px center;
	white-space: nowrap;
}
.MainMenu_MenuArrow {
	border-right: #7F8D60 1px solid; 
	border-bottom: #7F8D60 1px solid; 
	border-top: #7F8D60 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	height: 20px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	height: 20px;
}
.StandardButton     {
    background: #8B9967 none; 
    color: #E2E9CA;
    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;
}

span.menuimg {
  background: url(menu.gif) no-repeat center center;
  width: 11px;
}

td.leftcell 
{
	background: url(left_bg.jpg);
}

td.rightcell 
{
	background: url(right_bg.jpg);
}

A.SkinObject:link 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
    color: #5F6D4E;
    text-decoration: none;
}

A.SkinObject:visited 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
    color: #5F6D4E;
    text-decoration: none;
}

A.SkinObject:active 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
    color: #5F6D4E;
    text-decoration: none;
}

A.SkinObject:hover 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
    color: #A9B879;
    text-decoration: none;
}

A.SkinBottomCell:link
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

A.SkinBottomCell:visited
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

A.SkinBottomCell:active
{
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

A.SkinBottomCell:hover
{
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

A.StandardLink:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
}

A.StandardLink:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
}

A.StandardLink:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
}

A.StandardLink:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #A9B879;
	text-decoration: underline;
}

A.StandardLinkBold:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
	font-weight: bold;
}

A.StandardLinkBold:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
	font-weight: bold;
}

A.StandardLinkBold:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #5F6D4E;
	text-decoration: none;
	font-weight: bold;
}

A.StandardLinkBold:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #A9B879;
	text-decoration: underline;
	font-weight: bold;
}

P.Normal 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}

.Normal 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}

P.NormalItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}

.NormalItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}

P.NormalBold 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.NormalBold 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

P.NormalBoldItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.NormalBoldItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.RedHighlight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FF0000;
}

p.RedHighlight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FF0000;
}

.RedHighlightItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FF0000;
	font-style: italic;
}

p.RedHighlightItalic
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FF0000;
	font-style: italic;
}

.OrangeHighlight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FB7D00;
}

p.OrangeHighlight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FB7D00;
}

.OrangeHighlightBold
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FB7D00;
	font-weight: bold;
}

p.OrangeHighlight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FB7D00;
	font-weight: bold;
}

.ColouredCell td
{
	background-color: #becce4;
}



