/* main.css applicable to all */
body a {text-decoration:none;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:95%; line-height:130%;}

.logo{width:754px;/* margin around 13 (*2=26 from780) */ height:80px;/*100-26 less 3px margin*/ margin-left:13px; margin-top:-78px;  position:absolute; }
.club{position:relative; margin-top:13px; margin-left:15px; }

.boxTitle, .menuBar  {border-top-width:1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;   }
.boxTitle, .menuBar  { border-style:solid; height:20px; padding-top:2px; margin-left:0px; position:relative; text-align:center;  }

.menuBar{top:13px;  height:25px;}
.boxTitle, .boxContent {width:370px; border-width:1px; border-style:solid; padding:0px 5px 0px 5px;  margin-left:0px; margin-right:0px; position:relative;  }/* to increase this width - u need to increase contentWrapper width */

.boxContent{border-top:0px; padding-bottom:5px; padding-top:5px;}
.boxTitle, .menuBar, .menuBar a {font-weight:500;}

#pageWrapper, #pageWrapperSm { /*outer div*/
  width:780px; height:100%; margin-left: auto; margin-right:auto; text-align:left; background-color:#ffffff; margin-top:10px; margin-bottom:10px;
   border-width:1px 3px 3px 1px; border-style:solid;}
#pageWrapperSm{height:650px;}
#contentWrapper { width:770px; padding-left:5px; } /*content div*/

.pollWrap {float:left; padding:5px; width:366px;}
.pollWrapLeft{float:left; padding:0px 5px 5px 0px;  width:370px;}  /*used on feedback page - req diff padding*/
.pollWrapRight{float:left; padding:8px 5px 5px 5px; width:360px;}  /*used on feedback page - req diff padding*/

.col2 {left:75px; position:absolute}
.col3 {left:165px; position:absolute}
.col4 {left:230px; position:absolute}

.disclaimer{  font-size:90%;}
.footerDark {text-align:center;color:#777777; font-size:80%;}
.footer {text-align:center;color:#dddddd; font-size:80%;}
.footer a {color:#dddddd }
.footer a:hover {color:#dddddd }

  
/* used on polls pages the br tag - clear: left, any previously defined float is canceled. We have to insert a clear somewhere, or all labels and inputs would line up next to each other, which is not what we want.
Clear is declared on the br, because the only other option (declaring it on the labels themselves) may not work properly in Opera.
http://www.quirksmode.org/css/forms.html*/
br {
	clear: left;
}

