body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:820px;
	color:#000;
	background:#99CC67;
}
/* ================================
CSS STYLES FOR DotNetNuke
================================
*/


/* GENERAL */
/* style for module titles */
.Head   {
	font-family:Times, Serif;
	font-size:20pt;
	font-weight:normal;
	color: #FFFFCC;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family:Tahoma, Arial, Helvetica;
	font-size:12pt;
	font-weight:bold;
	color:Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family:Times, Serif;
	font-size:14pt;
	font-weight:bold;
	color:#FFFFCC;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Times, Serif;
	font-size: 12pt;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
}

.NormalRed
{
	font-family: Times, Serif;
	font-size: 12pt;
	font-weight: normal;
	color: #ff0000
}

.NormalBold
{
	font-family: Times, Serif;
	font-size: 12pt;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: Normal;
	border: 1 solid CCFF66;
	padding: 1 3 1 3;
	background-color: #FFFFCC;
	margin: 0 2 0 2;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: none;
	color: #227722;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #227722;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #227722;
}

A.CommandButton:hover    {
	text-decoration: none;
	color: #227722;
	background-color: #FFF;
}

/* GENERIC */
H1  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

H3  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #003366;
}

H4  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    normal;
	color: #003366;
}

H5, DT  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}

H6  {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}

TFOOT, THEAD    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	color: #003366;
}

TH  {
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12px;
	font-weight:    bold;
	color: #003366;
}

A:link  {
	text-decoration:    none;
	color: #FFFFCC;
}

A:visited   {
	text-decoration:    none;
	color: #FFFFCC;
}

A:active    {
	text-decoration:    none;
	color: #FFFFCC;
}

A:hover {
	color: #FFF;
}

SMALL   {
	font-size:  8px;
}

BIG {
	font-size:  14px;
}

BLOCKQUOTE, PRE {
	font-family:    Lucida Console, monospace;
}


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 {
	height:1px;
	border:0px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message    {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee
}

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight:    bold;
	color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	height: 21;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;

	background-color: #C1D2EE;
	height: 21;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #5A8200 1px solid; 
	border-bottom: #5A8200 1px solid; 
	border-top: #5A8200 1px solid; 
	border-right: #5A8200 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #99CC66; 
	font-family: Arial, SanSerif; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	height: 30px;
}
.MainMenu_MenuIcon {
	background-color: #5A8200; 
	border-left: #99CC33 1px solid; 
	border-bottom: #99CC33 1px solid; 
	border-top: #99CC33 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 30px; 
	height: 30px;
}
.MainMenu_SubMenu {
	background-color: #5A8200;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #99CC33; 
	cursor: pointer; 
	cursor: hand; 
	color: #CCFF66; 
	font-family: Arial, Helvetica; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #5A8200 1px solid; 
	border-bottom: #5A8200 1px solid; 
	border-top: #5A8200 1px solid;
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Fish4Him Skin Styles */

.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
a.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
a.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
a.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
a.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}

/* Fish4Him2009 */
div.F4H_PG {
	width:100%;
	margin:0;
	text-align:center;
	background-color:#99CC67;
	background-image:url("hbb.jpg");
	background-position:center 58px;
	background-repeat:no-repeat;
}

div.F4H_HB {
	width:100%;
	background:#000;
	text-align:center;
}

div.F4H_CT {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div.F4H_MB {
	height:20px;
	border-bottom:1px dotted #CCFF66;
	margin-top:140px;
}

#TopPane {

}

#LeftPane {
	padding-right:20px;
	padding-top:30px;
}

#ContentPane {

}

#RightPane {
	padding-left:20px;
}

#BottomPane {

}

.Fish4Him2009_C1_Title {
	border-bottom:1px dotted #CCFF66;
}

/*======================================================================*/
/*--- DNN Nav Menu - Basic Rulesets ------------------------------------*/
.fish4him2009_icon {
	display: none;
}
/* main menu td */
.fish4him2009_bar {
	cursor: pointer;
	background-color: transparent;
}
/*  Main Menu Normal  */
.fish4him2009_rootitem {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	float: left;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	background-image: url('../images/hnav_idle.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: transparent;
	border-left: 1px transparent solid;
	border-right: 1px transparent solid;
}
.fish4him2009_rootitem:first-child {
	border-left: 0;
}
/*  Main menu hover  */
.fish4him2009_rootitem_hover {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	float: left;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	background-image: url('../images/hnav_hover.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #5A8200;
	border-left: 1px #5A8200 solid;
	border-right: 1px #5A8200 solid;
}
.fish4him2009_rootitem_hover:first-child {
	border-left: 0px;
}
/*  Main menu selected  */
.fish4him2009_rootitem_selected {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	float: left;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	background-image: url('../images/hnav_bread.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #CCFF66;
	border-left: 1px #CCFF66 solid;
	border-right: 1px #CCFF66 solid;
}
.fish4him2009_rootitem_selected:first-child {
	border-left: 0px;
}
/*  SUB Menu Normal */
.fish4him2009_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-width: 180px;
}
.fish4him2009_submenu td {
	color: #fff;
	background-color: #5A8200;
	z-index: 1000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 11px;
	padding: 4px 6px;
	margin: 0;
	background-image: url('../images/hnav_sub_idle.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
}
/*  SUB Menu hover & selected */
.fish4him2009_itemhover td {
	color: #000;
	background-color: #99CC33;
}
.fish4him2009_itemselected td {
	color: #000;
	background-color: #CCFF66;
}
.fish4him2009_break {
	height: 2px;
	background-color: transparent;
}
.fish4him2009_sep {
	display: none;
}

