/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	background-color: #666666;
}

A.leftnav:hover   { color: #466146; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none}
A.leftnav  { color: #466146; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none}
A.leftnav:visited  { color: #466146; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none}

A.graynav:hover   { color: #666666; font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none}
A.graynav  { color: #666666; font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none}
A.graynav:visited  { color: #666666; font-weight: bold; font-size: 9px; font-family:  Verdana, Arial, Helvetica; text-decoration: none}

A.whtnav:hover   { color: #ffffff; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }
A.whtnav  { color: #ffffff; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }
A.whtnav:visited  { color: #ffffff; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }

A.greennav:hover   { color: #567856; font-weight: bold; font-size: 9px; font-family:  Verdana, Arial, Helvetica; text-decoration: none }
A.greennav  { color: #567856; font-weight: bold; font-size: 9px; font-family:  Verdana, Arial, Helvetica; text-decoration: none }
A.greennav:visited  { color: #567856; font-weight: bold; font-size: 9px; font-family:  Verdana, Arial, Helvetica; text-decoration: none }

A.goldnav:hover   { color: #D4CA96; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }
A.goldnav  { color: #D4CA96; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }
A.goldnav:visited  { color: #D4CA96; font-weight: none; font-size: 11px; font-family:  Times Roman, serif; text-decoration: none }

TD.greentext  { color: #466146; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none}
TD.bodytext  { color: #666666; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
TD.headertext  { color: #34574A; font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
TD.smheadertext  { color: #666666; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
TD.datetext  { color: #666666; font-weight: bold; font-size: 12px; font-family: Times Roman, serif; text-decoration: none }
TD.dkcallout  { color: #666666; font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
TD.ltcallout  { color: #666666; font-weight: none; font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
TD.goldtext  { color: #D4CA96; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none }
TD.whttext  { color: #ffffff; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none }

SPAN.bodytext  { color: #666666; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
SPAN.datetext  { color: #666666; font-weight: bold; font-size: 12px; font-family: Times Roman, serif; text-decoration: none }
SPAN.callouttext  { color: #666666; font-weight: none; font-size: 9px; font-family: Verdana, Arial, Helvetica; text-decoration: none }
SPAN.goldtext  { color: #D4CA96; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none }
SPAN.whttext  { color: #ffffff; font-weight: none; font-size: 11px; font-family: Times Roman, serif; text-decoration: none }

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:23px;
	background-color: transparent;
}

.MainMenu_MenuItem {
	border-left: #D9CE9D 0px solid; 
	border-bottom: #D9CE9D 1px solid; 
	border-top: #D9CE9D 1px solid; 
	border-right: #D9CE9D 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Times Roman, serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}

.MainMenu_MenuIcon
{
	display:none;
}

.MainMenu_SubMenu {
	background-color: #D9CE9D; 
	z-index: 500; 
	cursor: pointer; 
	cursor: hand;
	color: 333333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak
{
	display:none;
}

.MainMenu_MenuItemSel {
	background-color: #85A385; 
	cursor: pointer; 
	cursor: hand; 
	color: 333333; 
	font-family: Times Roman, serif; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow
{
	display:none;
}

