/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	background-color: #FEFEFE;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: black;
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

#mySearch .NormalTextbox {
  color: #005418;
  background-color: white;
}

/* Foreway.Com Spec Styles */
P
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	background: transparent;
}

.text
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	background: transparent;
}

.whitetext
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #ffffff;
	background: transparent;
}

.whitetextbox
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #005418;
	background: #ffffff;
}

.bluetext
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #005418;
	background: transparent;
}

.blacktext
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	background: transparent;
}

.goldtext
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #ffcc00;
	background: transparent;
}

.greentext
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #005418;
	background: transparent;
}

.blackbar
{
	background-image: url(pixel_black.gif);
	background-repeat: repeat;
}
	
.bluebar
{
	background-image: url(pixel_blue.gif);
	background-repeat: repeat;
}
		
.graybar
{
	background-image: url(pixel_gray.gif);
	background-repeat: repeat;
}

.redbar
{
	background-image: url(pixel_red.gif);
	background-repeat: repeat;
}

.headerbar
{
	background-image: url(headerbar2.gif);
	background-repeat: repeat;
}

.italicsubhead
{
	font: 12px verdana, helvetica, arial, geneva, sans-serif;
	font-style: italic;
	color: #000000;
	background: transparent;
}

.white
{
	color: #ffffff;
}

.black
{
	color: #000000;
}

.gray
{
	color: #666666;
}

.blue
{
	color: #005418;
}

/* for text entered into form input boxes */
.form
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	background: transparent;
}

/* blue HTML buttons */
.btn
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #FFCC00;
	background: #005418;
}

/* padding on contact */
.paddingright20
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: normal;
	font-size: 11px;
	color: #ffcc00;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab
{
	text-decoration: none;
	color: ffcc00;
}

a:visited.SelectedTab
{
	text-decoration: none;
	color: #005418;
}

a:active.SelectedTab
{
	text-decoration: none;
	color: #005418;
}

a:hover.SelectedTab
{
	text-decoration: none;
	color: 005418;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: normal;
	font-size: 11px;
	color: #005418;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.OtherTabs
{
	text-decoration: none;
	color: #005418;
}

a:visited.OtherTabs
{
	text-decoration: none;
	color: #005418;
}

a:active.OtherTabs
{
	text-decoration: none;
	color: #005418;
}

a:hover.OtherTabs
{
	text-decoration: none;
	color: #005418;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: RotisSemiSans, verdana, helvetica, arial, geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFCC00;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font: 14px verdana, helvetica, arial, geneva, sans-serif;
	font-weight: bold;
	color: #005418;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005418;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: transparent;
}

.NormalRed
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

.NormalBold
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton
{
	text-decoration: underline;
	color: #003366;
}

a:visited.CommandButton
{
	text-decoration: underline;
	color: #003366;
}

a:active.CommandButton
{
	text-decoration: underline;
	color: #003366;
}

a:hover.CommandButton
{
	text-decoration: underline;
	color: #ff0000;
}

/* GENERIC */
H1
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #005418;
}

H2
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #005418;
}

H3
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #005418;
}

H4
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #005418;
}

H5, DT
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005418;
}

H6
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005418;
}

TFOOT, THEAD
{
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: underline;
	color: #005418;
}

A:visited
{
	text-decoration: underline;
	color: #005418;
}

A:active
{
	text-decoration: underline;
	color: #666666;
}

A:hover
{
	text-decoration: none;
	color: #666666;
}

a:visited.white
{
	color: #FFCC00;
	background: transparent;
	text-decoration: underline;
}

a:link.white
{
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

a:hover.white
{
	color: #ffffff;
	background: transparent;
	text-decoration: none;
}

a:active.white
{
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}

a:visited.gray
{
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

a:link.gray
{
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

a:hover.gray
{
	color: #666666;
	background: transparent;
	text-decoration: none;
}

a:active.gray
{
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}

UL
{
	font: 11px verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	background: transparent;
	list-style-image: url(tilde.gif);
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #005418 0px solid;
	border-bottom: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #005418 0px solid;
	border-bottom: #005418 0px solid;
	border-top: #005418 0px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFCC00;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= #005418 , Direction=135, Strength=3);
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #ffcc00;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #005418 0px solid;
	border-bottom: #005418 0px solid;
	border-top: #005418 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */


.MainMenu_MenuContainer
{
	border-bottom: #005418 1px solid;
	border-left: #005418 0px solid;
	border-top: #005418 1px solid;
	border-right: #005418 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 14;
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
	color: #ffcc00;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	text-decoration: none;
	border-bottom: #005418 1px solid;
	border-left: #005418 0px solid;
	border-top: #005418 1px solid;
	border-right: #005418 0px solid;
}

.MainMenu_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #005418;
	text-align: center;
	width: 12;
	height: 16;
	border-bottom: #005418 1px solid;
	border-left: #005418 0px solid;
	border-top: #005418 1px solid;
	border-right: #005418 0px solid;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #005418;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	text-decoration: normal;
	border-bottom: #005418 1px solid;
	border-left: #005418 0px solid;
	border-top: #005418 1px solid;
	border-right: #005418 0px solid;
}

.MainMenu_MenuBreak
{
	background-color: Transparent;
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
	height: 1px;
}

.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
	color: #ffcc00;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	background-color: Transparent;
	text-decoration: underline;
}

.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
}

.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
	border-bottom: #005418 0px solid;
	border-left: #005418 0px solid;
	border-top: #005418 0px solid;
	border-right: #005418 0px solid;
}
