/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

/*
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}*/
.SkinObject 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#42444b;
	line-height:1.5em;
	margin:15px 0px 0px 0px;	
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;*/
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* 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:  #1a42ee;
}

A:visited   {
    text-decoration:    none;
    color:  #1a42ee;
}

A:active    {
    text-decoration:    none;
    color:  #1a42ee;
}

A:hover {
    text-decoration:    underline;
    color:  #1a42ee;
}

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 {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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;
}

.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;
}

.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:16;
	background-color: Transparent;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_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;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}




/*************************************************/
/************* PROClub styles ********************/
/*************************************************/


/* navigation items */
.p3
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	line-height:1.1em;
	margin:0px 0px 0px 0px;
}

.nav_on, .nav_off, .nav_indent1_on, .nav_indent1_off
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*line-height:1.1em;*/
	color: #c62206;
	font-weight:bold;
	font-size:70%;
	margin:8px 0px 0px 0px;
}
.nav_off,.nav_indent1_off
{
	color: #3b64cb;
}
.nav_indent1_on, .nav_indent1_off
{
	margin:8px 0px 0px 16px;
}

.icon_nav_on, .icon_nav_off, .simple_icon_nav_on, .simple_icon_nav_off /*, .icon_nav_indent1_on, .icon_nav_indent1_off*/
{
	font-family:Trebuchet MS, Arial, sans-serif;
	/*line-height:1.1em;*/
	color: #c62206;
	/*font-weight:bold;*/
	font-size:75%;
	margin:8px 0px 0px 32px;
	text-indent:-32px;
}



.icon_nav_off, .simple_icon_nav_off /*.icon_nav_indent1_off*/
{
	color: #3b64cb;
}

.simple_icon_nav_on, .simple_icon_nav_off
{
	text-indent: -5px;
	margin-left: 15px;	
}
/*
.icon_nav_indent1_on, .icon_nav_indent1_off
{
	margin:8px 0px 0px 68px;
	text-indent:-32px;
}*/

.keybox
{
	border:solid 1px #cccccc;
	border-collapse:collapse;
	margin:18px 0px 0px 0px;

}
/* end navigation items */


/* hero css */
td
{
	vertical-align:top;
}
.hero_red
{
	background-color:#7c1808;
	width:100%;
}
.hero_blue
{
	background-color:#002469;
	width:100%;
	background-image: url('blueLineBack.png');
}

.hero_blue_new
{
	background-color:#00447C;
	width:100%;
	background-image: url('blueLineBack.png');
	
}
.hero_member_nav
{
	background-color:#002469;
	width:100%;
	background-image:url(hero_member_bg.gif);
	background-repeat:repeat-x;
}
.hero_main_image_tall
{
	margin:13px 0px 0px 49px;
}
.hero_main_image_short
{
	margin:0px 0px 0px 49px;
}

.hero_main_image_single_tall
{
    margin: 13px 0px 13px 0px;
}

.hero_main_image_single_short
{
    margin: 0px 0px 0px 0px;
}

.hero_content_area
{
	position:absolute;
	top:0px;
	left:394px;
	width:430px;
	padding-top:24px;
}
.hero_member_content_area
{
	position:absolute;
	top:0px;
	left:618px;
	width:215px;
	padding-top:24px;
}
#member_pointer_line
{
	position:absolute;
	top:0px;
	left:848px;
}
#hero_lines
{
	position: absolute;
	top: 0px;
	left:0px;
}

.border_lrb
{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.border_b
{
	border-bottom:1px solid #ffffff;
}
.border_r
{
	vertical-align: top;
	border-right:1px solid #ffffff;
}
.border_lr
{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.border_br
{
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

.border2_b
{
	border-bottom:1px solid #dddddd;
}
.border2_br
{
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.border2_tb
{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.border2_tbr
{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

/*
a.member_nav_white, a.member_nav_white:active, a.member_nav_white:hover, a.member_nav_white:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	margin-top:2px;
	font-weight:bold;
	width: 100%; 	
	height: 100%;
	text-decoration: none;
}

a.member_nav_white:hover
{
	background-color: #00206D;
	text-decoration: underline;
}
*/

.member_nav_border
{
	border-top:2px solid #002469;
	border-bottom:2px solid #002469;
}
.member_nav_cell
{
	padding:0px 8px 0px 4px
}
/* end hero css */




/* general styles */

body
{
	color:#42444b;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}


/* p1 FAMILY  */
.p1, .p1a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#42444b;
	line-height:1.5em;
	margin:15px 0px 0px 0px;
}
.p1a, li.p1a_li 
{
	margin-top:0px;
}
span.p1_step
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:120%;
    margin:0px 5px 0px 0px;
}
.p1_numberlist
{
    font-size:70%;
    line-height: 1.5em;
    margin: 7px 0px 0px 0px;
    text-indent: -14px;
    margin-left:27px;
    color:#42444b;
}
.p1_listpara
{
    font-size:70%;
    line-height: 1.5em;
    margin: 9px 0px 0px 0px;
    margin-left:16px;
    color:#42444b;
}
LI.p1_li, li.p1a_li  {
    font-family:Verdana, Arial, Sans-Serif;
    list-style-image: url(images/blue_square.gif);
    list-style-position:inside;
    font-size: 70%;
    margin:7px 0px 0px 26px;
    line-height:1.5em;
    text-indent:-16px
}
LI.p1_lili  {
    list-style-image: url(bullet_gray_square.gif);
    margin: 9px 0px 0px 40px;
    text-indent:-16px
}
UL.p1_ul
{
	margin: 10px 0px 0px 0px;
	position: relative;
}


/* p2 FAMILY  */
.p2, .p2a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#42444b;
	line-height:1.5em;
	margin:15px 0px 0px 0px;
}
.p2a
{
    margin:0px;
}
span.p2_step
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:120%;
    margin:0px 6px 0px 0px;
}
span.p2_redstep
{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:120%;
    margin:0px 4px 0px 0px;
    color:#b82e00;
}
.p2_numberlist
{
    font-size:75%;
    line-height: 1.5em;
    margin: 9px 0px 0px 0px;
    text-indent: -14px;
    margin-left:27px;
    color:#42444b;
}
.p2_numberlistlist
{
    font-size:75%;
    line-height: 1.5em;
    margin: 9px 0px 0px 0px;
    text-indent: -14px;
    margin-left:45px;
    color:#42444b;
}
.p2_listpara 
{
    font-size:75%;
    line-height: 1.5em;
    margin: 9px 0px 0px 0px;
    margin-left:28px;
    color:#42444b;
}
UL.p2_ul 
{
    margin:12px 0px 0px 0px;
    
}
LI.p2_li, li.p2_lili
{
    font-family:Verdana, Arial, Sans-Serif;
    list-style-image: url(bullet_blue_square.gif);
    list-style-position:inside;
    font-size:75%;
    margin:9px 0px 0px 28px;
    line-height:1.3em;
    text-indent:-16px
}
li.p2_lili
{
    list-style-image: url(bullet_gray_square.gif);
    margin:9px 0px 0px 40px;
    text-indent:-16px
}

.pagetitle
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:155%;
	color:#002469;
	margin: 6px 0px 18px 0px;
	line-height: 1em;
	text-align:left;
	font-weight:normal;
}

/* HERO STYLES  */
.hero_head
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:14px;
    line-height:1em;
    margin:7px 0px 0px 0px;
	color:#ffffff;
	font-weight: bold;
}
.p1_hero, .p1a_hero
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    line-height:1.1em;
    margin:7px 0px 0px 0px;
	color:#ffffff;
}
.p2_hero, .p2a_hero
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    line-height:1.2em;
    margin:9px 0px 0px 0px;
	color:#ffffff;
}
ul.p2_ul_hero, ul.p1_ul_hero
{
    margin:6px 0px 0px 0px;
}
li.p2_li_hero
{
    font-family:Verdana, Arial, Sans-Serif;
    list-style-image: url(images/bullet_blue_square.gif);
    list-style-position:inside;
    font-size: 12px;
    margin:5px 0px 0px 28px;
    line-height:1.2em;
    text-indent:-16px;
    color:#ffffff;
}
.p1a_hero, .p2a_hero
{
    margin:0px;
}
li.p1_li_hero
{
    font-family:Verdana, Arial, Sans-Serif;
    list-style-image: url(images/bullet_blue_square.gif);
    list-style-position:inside;
    font-size: 11px;
    margin:4px 0px 0px 28px;
    line-height:1.1em;
    text-indent:-16px;
    color:#ffffff;
}
a.hero, a.hero:visited, a.hero:hover
{
    text-decoration:underline;
    color:#ffffff;
}

/* CONTENT HEADINGS  */

h1, h2, h3, h4, h5, h6, .h0, .h1, .h2, .h3, .h4, .h5, .h6, h0a, .h1a, .h2a, .h3a, .h4a, .h5a, .h6a 
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	line-height:1.1em;
	font-weight:bold;
}
.h0, .h0a
{
	color:#7c1808;
	font-size:110%;
	margin:18px 0px 0px 0px;
}
h1, .h1, .h1a
{
	color:#7a7a7a;
	font-size:100%;
	margin:18px 0px 0px 0px;
}
h2, .h2, .h2a
{
	color:#333333;
	font-size:80%;
	margin:18px 0px 0px 0px;
}
h3, .h3, .h3a
{
	color: #002469;
	font-weight:bold;
	font-size:90%;
	margin:18px 0px 0px 0px;
}
h4, .h4, .h4a
{
	color: #002469;
	font-weight:bold;
	font-size:75%;
	margin:18px 0px 0px 0px;
}
.h5, .h5a
{
	color:#7a7a7a;
	font-size:110%;
	margin:18px 0px 0px 0px;
}
.h6, .h6a
{
	color:#7c1808;
	font-size:100%;
	margin:18px 0px 0px 0px;
	
}

.h1a, .h2a, .h3a, .h4a, .h0a, .h5a, .h6a
{
	margin:0px;
}
.highlight
{
    color:#7c1808;
}
.brightred
{
	color:#b82e00;
}
.dots_horizontal
{
	height:1px;
	margin:8px 0px 8px 0px;
	padding:0px;
	width:100%;
	background-image:url(dots_horizontal.gif);
	background-repeat:repeat-x;
}
.dots_vertical
{
	width:26px;
	background-image:url(dots_verticalspace.gif);
	background-repeat:repeat-y;
}
img.padright
{
    margin:0px 12px 0px 0px;
}
hr.lightgray
{
    border-collapse:collapse;
    color: #bcbcbc;
    height:1px;
    margin:0px;
    padding:0px;
}

.floatleft 
{
    position:relative;
    float:left;
    margin: 2pt 12pt 12pt 0pt;
}
.floatright
{
    position:relative;
    float:right;
    margin: 2pt 0pt 12pt 12pt;
}
.icon_floatleft 
{
    position:relative;
    float:left;
    margin: 0pt 4pt 4pt 0pt;
    border:none;
}

/* end general styles */


/* styles for expanding divs */
.divhead1, .divhead1a
{
    font-family:Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size:85%;
	border-bottom: 1px dotted #dcdfe4;
	color:#7a7a7a;
	margin:18px 0px 0px 0px;
	line-height:1.1em;
	font-weight:bold;
}
.divhead1a
{
    margin:0px 0px 0px 0px;
}

    
a.Expander
{
    cursor: pointer;
}
.div_pad_left
{
    padding-left:15px;
}

div.Expandable
{
    margin: 0px;
    padding: 0px;
    display: block;
}

img.Expander
{
    margin-right: 0px;
}

/* end expanding divs */



/* other */
.copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	line-height:1.5em;
	margin:15px 0px 0px 0px;
}



/* top menu */
a.top_navigation_black, a.top_navigation_blue, a.top_navigation_red, .top_navigation_black
{    
    float:right;
    font: 1em Trebuchet MS, Arial, Helvetica, sans-serif;    
    font-size: 70%;
    text-align: left; 
    text-decoration: none; 
    padding: 9px 4px; 
    white-space: nowrap;
}

a.top_navigation_black, a.top_navigation_black:visited, a.top_navigation_black:visited:hover
{
	color: Black;
	text-decoration: none;
	padding-top: 9px;
}

a.top_navigation_black:visited:hover
{
	text-decoration: underline;
}

a.top_navigation_blue, a.top_navigation_blue:visited
{
	color: #002469;
	font-weight: bold;
	text-decoration: none;
}

a.top_navigation_blue:hover
{
	text-decoration: underline;
}

a.top_navigation_red, a.top_navigation_red:visited
{
	color: #aa3300;	
	text-decoration: none;
}

a.top_navigation_red:hover
{
	text-decoration: underline;
}

a.top_navigation_link:link
{
	color: Black;	
}
a.top_navigation_link:visited
{
	color: Black;	
}
a.top_navigation_link:active
{
	color: Black;	
}
a.top_navigation_link:hover
{
	color: Black;	
}
/* end top menu public */

/*top menu member */
ul.top_nav_ul {
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0px;	
}

li.top_nav_selected, li.top_nav {
	font-weight: normal;
	font-family: Trebuchet MS;
	font-size: 75%;
	text-transform: uppercase;
	list-style-type: none;
	float: right;
	margin: 0px 2px 0px 0px;
} 
li.top_nav 
{
	/*background-color: #ebeef3; 
	color: #002469; 	*/
}
li.top_nav_selected a:link, li.top_nav_selected a:visited,
	li.top_nav a:link, li.top_nav a:visited, li.top_nav a:hover
{
	display: block;
	color: #888;
	background-color: transparent;
	/*background-color: #ebeef3;*/
	text-decoration: none;
	padding: 2px 8px 3px 8px;
}

li.top_nav a:hover, li.top_nav_selected a:link, li.top_nav_selected a:visited
{
	/*background-color: #7c1808;
	color: #ffffff;*/
	color: #333;
	text-decoration: underline;
}


#dnn_dnnSEARCH_txtSearch
{
	border: 1px solid #888;
	position:relative;
	top:-8px;
}

#dnn_dnnSEARCH_cmdSearch
{
	text-transform: uppercase;
	color: #888;
	position: relative;
	top: -8px;
}

/*
a.TopNav, a.TopNav:visited, a.TopNav:hover, 
a.TopNav_selected, a.TopNav_selected:visited, a.TopNav_selected:hover, 
a.TopNav_hovered, a.TopNav_hovered:visited, a.TopNav_hovered:hover
{
	color: #002469;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;	
	padding: 2px 8px 3px 8px;	
	background-color: #e8eff9;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;		
	font-size: 75%;	
	font-weight: bold;		
}

a.TopNav:hover, a.TopNav_hovered
{
	background-color: #7c1808;			
}

a.TopNav_selected
{	
	background-color: #7c1808;			
}*/
/* end top menu member*/


a.search:link
{
	color: Black;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;	
	color: #000000;	
	font-size:70%;
	margin:8px 0px 0px 0px;	
}
a.search:visited
{
	color: Black;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;	
	color: #000000;	
	font-size:70%;
	margin:8px 0px 0px 0px;	
}
a.search:active
{
	color: Black;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;	
	color: #000000;	
	font-size:70%;
	margin:8px 0px 0px 0px;	
}
a.search:hover
{
	color: Black;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;	
	color: #000000;	
	font-size:70%;
	margin:8px 0px 0px 0px;	
}

/* end other */

a.third_level_menu, a.third_level_menu:visited
{
    text-decoration:none;
    color:  #1a42ee;
}
a.third_level_menu:hover
{
    text-decoration:underline;
    color:  #1a42ee;
}

third_level_menu
{
    background-color: #00FF00;
}

/* calendar */
.Offscreen
{
    left: -200px;
    position: absolute;
    top: -450px;
}
/* calendar */


/* third level menu members */
td.nav
{
	border-bottom: none 1px #dcdfe4;

}
td.subnav
{
	border-bottom:none;

}

div.sublevel
{
 	padding-left:18px;
}

p.navitem
{
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height: 1em;
	margin: 5px 0px 5px 18px;
	text-indent: -16px;
}


a.navlink
{
	color: #3b64cb;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.navlink:visited
{
	color: #3b64cb;
	text-decoration: none;
}
a.navlink:hover
{
color: #3b64cb;
text-decoration: underline;
}

a.navlink_on
{
	color: #c62206;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.navlink_on:visited
{
	color: #c62206;
	text-decoration: none;
}
a.navlink_on:hover
{
	color: #c62206;
	text-decoration: underline;
} 
/* end third level menu members */


p.breadcrumb
{
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height: 1em;
}

a.breadcrumb_link
{
	color: #c62206;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.breadcrumb_link:visited
{
	color: #c62206;
	text-decoration: none;
}
a.breadcrumb_link:hover
{
	color: #c62206;
	text-decoration: underline;
} 

/* Register page */
td.form_td
{
	padding: 2px 5px 8px 5px;
}

td.validator_td
{
	padding: 0px 5px 0px 5px;
}

td.zip_td
{
	padding: 0px 5px 0px 5px;
}


/* My Info page */
td.myinfo_header
{
	font-weight: bold;
	font-family: Trebuchet MS;
	color: #878296;	
	border-bottom: solid 1px #e4e5e9;
}

td.myinfo_row
{
	border-bottom: solid 1px #e4e5e9;
	padding: 3px 0px 3px 0px;
}


/* tabs */
.maincontent {
    border-left: 1px solid #9ba8c9;
    padding: 10px 5px 6px 5px;
}

ul.tab_ul {
	margin: 0;
	padding-left: 0px;
	padding-bottom: 24px;
	border-bottom: 1px solid #9ba8c9;
	/*border-left: 1px solid #9ba8c9;*/
}

li.selected_tab, li.tab {
	border: solid 1px #9ba8c9; 
	border-bottom: solid 1px #ffffff;	
	/*border-left: solid 0px #ffffff;	*/
	background-color: #ffffff; 
	color: #b82e00; 
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 80%;

	list-style-type: none;
	float:left;
	margin: 0px 3px 0px 0px;
} 
li.tab 
{
	border: solid 1px #ccd0d8; 
	border-bottom: solid 1px #9ba8c9;	
	background-color: #e8eff9; 
	color: #002469; 	
}
li.selected_tab a:link, li.selected_tab a:visited,
	li.tab a:link, li.tab a:visited
{
	display: block;
	color: #b82e00;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
}

li.tab a:link, li.tab a:visited
{
	color: #002469;
}
/* My Info page end */

table.laddertable td
{
	padding: 3px 12px 3px 12px;
}

table.laddertable th
{
	padding: 3px 12px 3px 12px;
}

tr.ladderpager td
{
	padding: 3px 2px 3px 2px;
	font-size:75%;
}

.locationMenu
{
	color:#c6452f;
	border-width: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;	
	padding-top: 0px;
	margin-top:0px;
	font-weight:bold;

}
.locationMenuTitle
{
	
	color:#717171;
	border-width: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;	
	padding-top: 0px;
	margin-top:0px;
	font-weight:bold;	
	

}

.trainerBio 
{
	margin:0;
	padding:0;
	list-style:none;  	
}
.AdminList
{
	padding-top:0px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#42444b;
	line-height:1.5em;
	margin:15px 0px 0px 0px;
}

/*start new nav styles*/

.header_master {
padding-top:5px;
width:100%;
}

.prosports_divcontent
{
	clear: both;
	width: 100%;
	background-image: url(../../images/proclub/hero_members/prosports-nav_11.png);
	background-repeat: repeat-x;
	height: 120px;
	
}

.prosports_cont
{
	width: 960px;
}

.prosports_01
{
	width: 22px;
	height: 120px;
	float: left;
	background-image: url(../../images/proclub/hero_members/prosports-nav_01.png);
	background-repeat: no-repeat;
}

.prosports_02
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_02.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_02 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_02-roll.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_03
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_03.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_03 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_03-roll.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_04
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_04.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_04 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_04-roll.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_05
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_05.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_05 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_05-roll.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_06
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_06.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_06 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_06-roll.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 120px;
	float: left;
}

.prosports_07
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_07.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 120px;
	float: left;
}
.prosports_08cont
{
	
	width: 151px;
	height: 120px;
	float: left;
}
.prosports_08
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_08.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;

	font-size: 0px;
}

.prosports_08 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_08-roll.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;
	
}

.prosports_08a 
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_08a.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 15px;
	float: left;
		font-size: 0px;
}

.prosports_09
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_09.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;
		font-size: 0px;
}

.prosports_09 a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_09-roll.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;
	
}

.prosports_09B
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_09B.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;
		font-size: 0px;
}

.prosports_09B a:hover
{
	cursor: pointer;
	background-image: url(../../images/proclub/hero_members/prosports-nav_09B-roll.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 28px;
	float: left;
}
.prosports_10
{
	background-image: url(../../images/proclub/hero_members/prosports-nav_08B.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 21px;
	float: left;
}

.memberLogin
{
	font-size: 15px;
	font-weight: bold;
	margin-right: 4px;
	color: #002469;
	font-family: Trebuchet MS, Arial, Verdana;
}


.noUnderline:hover
{
    text-decoration: none;  
}
