
/* ---------------------------------------------------------------------------

 Title: Template.css
 Version: 1.0
 Date: 03/07/2007

 Author:    James Stuart Johnson

 Description: Chapter Site Specific Styles

------------------------------------------------------------------------------*/


/* Affiliate Navigational Menu Styles
------------------------------------------------------------------------------*/

#dPageContent {font-size: 105%;}

.SectionHead {
    clear: both;
    padding-bottom: 5px;
    margin: 10px 0px 5px 0px;
    background-image: url(images/MercerMadness_hr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    }

#AffMenu{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 110%;
    line-height: 120%;
    }

/* Contol main menu color */
#AffMenu li {
      list-style: none;
      margin: 0px;
      padding: 0px;
      background-color: #17991A;
      border-bottom: 2px solid #0B4A0D;
      color: white;
      }

#AffMenu li.NavHeader {
    background-color: #008822;
    padding: 5px 2px 5px 5px;
    }

#AffMenu li.NavFooter {
    padding: 5px 2px 5px 5px;
    background-color: #008822;
    border: none;
    }

#AffMenu li a {
    background: transparent;
    text-decoration: none;
    padding: 5px 2px 5px 5px;
    display: block;
    color: white;
    }

#AffMenu li a:hover {
    color: #0B4A0D;
    background-color: #69E96C;
    }


/* Center Content Styles
------------------------------------------------------------------------------*/
#dLeagueInfoBlock{
    width: 416px;
    padding: 5px 10px;
    margin: 5px 0px 5px 0px;
    background-color: transparent;
    float: left;
    }

#dStyleOfPlay {
    width: 150px;
    background-color: #17991A;
    float: left;
    padding: 10px;
    color: white;
    border: 1px solid black;
    }

#dStyleOfPlay h4, #dStyleOfPlay h3  {
    margin-top: 10px;
    color: white;
    }

#dStyleOfPlay h4  {
    margin-top: 10px;
    }

#dStyleOfPlay p {
    font-size: 90%;
    }

.AffImage {
    border: 1px solid black;
    }

#iAffImage1 {
    border: none;
    }

#iAffImage2 {
    }

#iAffImage2 {
    margin-right: 8px;
    }

#dAff1Box {
    width: 150px;
    float: right;
    margin: 15px 10px 0px 0px;
    }

#dAff1Box p{
    font-size: 90%;
    }

#dDivisionBlock {
    width: 220px;
    float: left;
    margin-left: 10px;
    }

#DivisionSubhead {
    margin-top: 5px;
    }

#DivisionList ul {
    margin: 2px 0px 2px 15px;
    padding: 0px;
    }

#DivisionList li {
    margin: 2px 0px 5px 0px;
    padding: 0px;
    font-size: 90%;
    font-style: italic;
    line-height: 105%;
    }

#DivisionList strong {
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    margin: 2px 0px 2px 0px;
    padding: 0px;
    }

#SponserHead {
    margin-top: 5px;
    color: white;
    }

.BannerBlock {margin-top: 60px;}

.WinnerList { width: 200px; float: left;}
.WinnerList dt{ font-size: 120%; font-weight: bold; background-color: green; padding:2px; color: white;}
.WinnerList dd{ font-size: 120%; }

#OverviewBlock{
    width: 260px;
    text-align: left;
    float: left;
    }

#Overview {
    margin: 10px 0px 10px 0px;
    text-align: left;
    }

#OverviewBlock h3 {font-size: 110%;}

#PrimarySponsor,#FancyTitle { margin-left: 10px;}

#PrimarySponsor {
    margin-bottom: 20px;
    text-transform: uppercase
    }

#PrimarySponsor a{
    font-size: 180%;
    line-height: 90%;
    text-decoration: none;
    color: #76253c;
    }

#FancyTitle {
    font-size: 200%;
    line-height: 90%;
    margin-bottom: 10px;
    text-transform: uppercase;
    }

#FancyTitle img{
    display: block;
    border: 1px solid red;
    }

#RegNow {
    font-size: 120%;
    margin: 20px 0px 20px 0px;
    text-align: center;
    }

#RegNow span{
    font-size: 110%;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    }

.AlertBox {
    clear: both;
    padding: 5px;
    text-align: center;
    background-color: #FFFF99;
    border: 1px solid black;
    margin: 5px 0px 20px 0px;
    }

.AlertBox p {
    font-size: 90%;
    line-height: 100%;
    margin-bottom: 5px;
    }


.SectionEnd {margin-bottom: 20px;}

#RegHeader {}

#MikeS {
    margin: 6px;
    padding: 3px;
    background-color: white;
    background-image: url(images/Bracket_top.gif); background-repeat: no-repeat; background-position: top left;
    }

#MikeS h4{
    margin: 0px;
    padding: 0px;
    font-size: 120%;
    font-weight: bold;
    }

#MikeS p {
    font-size: 98%;
    line-height: 90%;
    }

#MikeS .MikeSite {
    display: block;
    Font-size: 120%;
    margin-bottom: 5px;
    font-weight: bold;}

#MikeS div {
    padding-bottom: 5px;
    padding-top: 5px;
    background-image: url(images/Bracket_bot.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    }

.ClearBoth {clear: both;}

