/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
white-space:normal !important;
------------------------
css specific tags:
OS - win linux mac freebsd ipod iphone webtv mobile
Browser - ie ie8 ie7 ie6 ie5 gecko ff2 ff3 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/


*
{
    padding: 0;
    margin: 0;
}

body
{
    margin: 0;
    padding: 0;
    background-image: url(images/bgBody.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
}
body, .Normal /* This class is used by DNN when modules are added. */
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

a.noLinkStyle /* Color same as Body font Color */
{
    color: #000000;
    text-decoration: none;
}

img
{
    border: 0;
}

a:link, a:visited
{
    color: #00A550;
    text-decoration: none;
}
a:hover
{
    color: #00A550;
    text-decoration: underline;
}

h1, .TitleBlue01
{
    color: #00A550;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
h2
{
    color: #00A550;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 4px 0;
}

p
{
    padding: 0 0 10px;
    line-height: 18px;
}

ol, ul
{
    margin: 2px 0;
}
li
{
    margin: 2px 0 2px 30px;
}

input
{
    margin: 4px 0 10px 0;
}

fieldset
{
    margin: 10px;
    padding: 10px;
}

.CommandButton /* Puts module Edit text to the top layer */
{
    position: relative;
    z-index: 100;
}
.clear
{
    clear: both;
    font-size: 1px;
}
.left
{
    float: left;
    margin: 0 6px 6px 0;
}
.right
{
    float: right;
    margin: 0 0 6px 6px;
}

.Registrtion_Body td
{
    padding: 4px 6px;
}
.Registrtion_Body
{
    padding: 10px;
}


/**** WRAPPERS ****/
#wrapperHP
{
    width: 954px;
    margin: 0 auto;
    background-image: url(images/bgContentHP.jpg);
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    position: relative;
}
#wrapperLP
{
    width: 954px;
    margin: 0 auto;
    background-image: url(images/bgContentLP.jpg);
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    position: relative;
}
#wrapperMembers
{
    width: 954px;
    margin: 0 auto;
    background-image: url(images/bgContentMembers.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    position: relative;
}
#wrapperThreeCol
{
    width: 954px;
    margin: 0 auto;
    background-image: url(images/bgContentThreeCol.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    position: relative;
}

/**** DYNAMIC NAV ****/
#navWrapper
{
    position: absolute;
    width: 954px;
    z-index: 10;
    text-align: center;
    padding-top: 4px;
}
#navWrapperMembers
{
    position: absolute;
    width: 954px;
    z-index: 10;
    text-align: center;
    top: 153px;
}
#dynamicNav
{
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    top: 4px;
}
#dynamicNav table
{
    width: 1%;
    position: relative;
    top: 2px;
}
#dynamicNav td
{
    padding: 0 2px;
}
#navWrapperMembers #dynamicNav td
{
    padding: 5px 3px 0;
}

#dynamicNav a:link, #dynamicNav a:visited
{
    color: #FFF;
}
#dynamicNav a:hover
{
    color: #00A550;
    text-decoration: none;
}
#navWrapperMembers #dynamicNav a:link, #navWrapperMembers #dynamicNav a:visited
{
    color: #000;
}
#navWrapperMembers #dynamicNav a:hover
{
    color: #00A550;
}
/*===================================
	Skin styles for Search Box feature
	====================================*/
#search
{
    float: left;
}
#navSpacer
{
    float: left;
    position: relative;
    top: 5px;
    padding: 0 2px;
}
.searchLink, .searchLinkOn
{
    padding: 0;
}

#search .eznc_SearchText
{
    width: 102px;
}
#search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited
{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited
{
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -12px;
}
#search a.eznc_SearchButtton:hover
{
    color: #ff9900;
    text-decoration: none;
}
/*=======================================
	END - Skin styles for Search Box feature
	=======================================*/


/**** SUB NAV ****/

#subNavWrapperHP
{
    position: absolute;
    top: 412px;
    left: 20px;
    width: 235px;
    z-index: 10;
}
#subNav
{
    margin: 0;
    padding: 0;
}
#subNav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    background-image: url(images/subNavHR.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 4px 0;
}
#subNav li a:link, #subNav li a:visited
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#subNav li a:hover
{
    text-decoration: none;
    color: #00A550;
}


#findCollegeCoaches
{
    float: right;
    margin: 14px 0;
}

#subNavMembers
{
    position: absolute;
    top: 105px;
    left: 574px;
    z-index: 10;
}
#subNavMembers div
{
    float: left;
}


/**** CONTENT ****/
#contentWrapperHP
{
    position: relative;
    padding: 464px 0 0 290px;
}
#contentHP
{
    position: relative;
    float: left;
    width: 366px;
    min-height: 320px;
    height: auto !important;
    height: 320px;
}
#contentHP h2
{
    color: #000;
    font-family: Arial Black, impact;
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 0;
}
#contentHP h1
{
    color: #00A550;
    font-family: Arial Black, impact;
    font-size: 28px;
    font-weight: bold;
    margin: -6px 0 6px 30px;
}

#contentWrapperLP
{
    position: relative;
    padding: 360px 0 0 290px;
}
#contentLP
{
    position: relative;
    float: left;
    width: 640px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-bottom: 10px;
}
#contentWrapperMembers
{
    position: relative;
    padding: 240px 0 0 18px;
}
#contentMembers
{
    position: relative;
    float: left;
    width: 920px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-bottom: 20px;
}

#contentMembers
{
    position: relative;
    float: left;
    width: 920px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin-bottom: 20px;
}

/**** MODULES ****/
#login
{
    position: absolute;
    top: 334px;
    left: 536px;
    width: 418px;
    overflow: hidden;
    z-index: 10;
}
#playerSearch
{
    position: absolute;
    top: 510px;
    left: 686px;
    width: 266px;
}
#footerModules
{
    position: relative;
    height: 189px;
    z-index: 10;
}
#footerModulesBg
{
    background-image: url(images/bgFooterModules.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    padding: 8px 0 0;
}
.ie6 #footerModulesBg
{
    background-image: url(images/bgFooterModules.gif);
}

#featuredProfile
{
    width: 318px;
    float: left;
    margin-left: 4px;
}
.ie6 #featuredProfile
{
    position: relative;
    top: 10px;
}

#signupToday
{
    background-image: url(images/module-signup-today.jpg);
    background-repeat: no-repeat;
    width: 318px;
    height: 167px;
    float: left;
}

#upcomingEvents
{
    width: 300px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#upcomingEvents h1
{
    color: #00A550;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: -24px;
}
#upcomingEvents .date
{
    color: #00A550;
    text-align: left;
    padding: 0 10px 0 20px;
}
#upcomingEvents .event
{
    color: #000;
    padding: 1px 0;
    text-align: left;
}

#btnSignupToday, #btnUpcomingEvents
{
    position: relative;
    width: 156px;
    height: 36px;
    margin: 0 auto;
    top: 148px;
}

#buttons
{
    position: absolute;
    top: 308px;
    left: 462px;
    z-index: 10;
}
#buttons div
{
    float: left;
}


/**** FOOTER ****/
#footerWrapper
{
    color: #FFF;
    width: 954px;
    height: 100px;
    margin: -32px auto 0;
    padding-top: 40px;
    background-image: url(images/bgFooter.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000000;
    position: relative;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    z-index: 1;
}
.ie6 #footerWrapper
{
    margin: -42px auto 0;
}
.mac.safari #footerWrapper, .mac.gecko #footerWrapper
{
    font-size: 10px;
}

#footerWrapperMembers
{
    background-color: #000000;
    color: #FFFFFF;
    padding-bottom: 10px;
}
#hostingBugs
{
    width: 500px;
    position: absolute;
}
#IHbug
{
    float: left;
    width: 92px;
    position: relative;
}
#SHAREbug
{
    position: absolute;
}
#SHAREbug p
{
    margin: 0;
    padding: 0;
}
/*-------------------------------------------*/
#footerNav
{
    text-align: center;
    font-weight: bold;
    position: relative;
    width: 600px;
    margin: 0 auto;
}
#footerNav ul
{
    padding: 0;
    margin: 0;
}
#footerNav li
{
    margin: 0;
    padding: 0 5px;
    display: inline;
}
#footerNav a:link, #footerNav a:visited, #footerNav
{
    color: #FFF;
    text-transform: uppercase;
}
#footerNav a:hover
{
    text-decoration: none;
    color: #000;
}

#footerNavMembers
{
    background-image: url(images/bgFooterMembers.jpg);
    background-repeat: no-repeat;
    height: 48px;
    width: 955px;
    margin: 4px auto 0;
}
#footerNavMembers ul
{
    padding: 14px 20px 0 0;
    margin: 0;
    text-align: right;
}
#footerNavMembers li
{
    margin: 0;
    padding: 0 1px;
    display: inline;
}

#footerNavMembers a:link, #footerNavMembers a:visited, #footerNavMembers
{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
#footerNavMembers a:hover
{
    text-decoration: none;
    color: #9e0b0f;
}


/*-------------------------------------------*/
#address
{
    text-align: center;
    position: relative;
    width: 500px;
    margin: 0 auto;
    top: 14px;
}

/*-------------------------------------------*/
#copyright
{
    position: relative;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    top: 16px;
}

#footerLogo
{
    position: relative;
    text-align: center;
    padding-top: 26px;
}


/***** Main Menu - Start *****/
.MainMenuBar
{
    color: #000;
}

.MainMenuItem, .searchLink, .searchLinkOn, #navSpacer
{
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.mac.safari .MainMenuItem, .mac.safari .searchLink, .mac.safari .searchLinkOn, .mac.safari #navSpacer, .mac.gecko .MainMenuItem, .mac.gecko .searchLink, .mac.gecko .searchLinkOn, .mac.gecko #navSpacer
{
    font-size: 12px;
}
#subNavMembers .MainMenuItem
{
    color: #000;
}
.MainMenuItemSelected
{
    color: #B8B8B8;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.mac.safari .MainMenuItemSelected, .mac.gecko .MainMenuItemSelected
{
    font-size: 12px;
}
.MainMenu_SubMenu
{
    color: #E6E6E6;
    background-color: #333333;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold; /* text-transform: uppercase; */
    text-decoration: none;
    cursor: pointer;
}
.mac.safari .MainMenu_SubMenu, .mac.gecko .MainMenu_SubMenu
{
    font-size: 12px;
}

.MainMenu_MenuBreak
{
    border: 0px;
    color: #ed1b2d;
    background-color: Transparent;
    height: 1px;
    width: 1px;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow
{
    display: none;
}
.MainMenu_RootMenuArrow
{
    display: none;
}
.ModuleTitle_MenuArrow
{
    display: none;
}
.ModuleTitle_RootMenuArrow
{
    display: none;
}
/**********************************/

.SeparatorCSS
{
    color: #FFF;
    text-transform: none;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
/***** Main Menu - End *****/



/**** Login Module ****/
#dnn_ctr648_Signin_tdLogin input
{
    position: relative;
    top: -7px;
    background-color: #ce0507 !important;
    color: #FFF !important;
}
.LH_Top
{
    background-image: url(images/module-login-top.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    height: 16px !important;
}
.LH_BG
{
    background-image: url(images/module-login-middle.png) !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    height: 70px !important;
}
.LH_Content
{
    background-image: none !important;
    float: right;
    padding: 0 20px 0 0 !important;
}
.LH_Bottom
{
    background-image: url(images/module-login-bottom.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    height: 18px !important;
}
.LH_Footer
{
    display: none;
}

/**** Player Search Module ****/
#playerSearch table
{
    background-image: url(images/mockup-player-search.png);
    background-repeat: no-repeat;
    padding: 0;
}
.Search2Title
{
    padding: 0 0 0 16px;
}
#playerSearch table table
{
    border: none;
    background-image: none;
    padding: 0;
    margin: 0 0 0 16px;
    position: relative;
    top: -24px;
}
#playerSearch table table label
{
    width: 82px !important;
    display: block;
}
#playerSearch table table td input, #playerSearch table table td select
{
    width: 114px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}
#playerSearch td
{
    background-image: none !important;
    background-color: transparent !important;
}

.Search2_L
{
    display: none;
}
.Search2_BG
{
}
.Search2_R
{
    display: none;
}

.Search2_BL
{
}
.Search2_B
{
}
.Search2_BR
{
}


