/**
* LAST MOD: AUG 03 2009
* ---------------------
*/
html { height: 100%; }
body { height: 100%; margin: 0px; padding: 0px; font-family: arial, sans, tahoma, times, times new roman; font-size: 12px; background: url('../images/bg_5.jpg') top repeat-x; }
#bodyContent { text-align: left; }
fieldset { padding: 6px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
form { margin: 0px; padding: 0px; }
.px4 { font-size: 4px; }
.px5 { font-size: 5px; }
.px6 { font-size: 6px; }
.px7 { font-size: 7px; }
.px8 { font-size: 8px; }
.px9 { font-size: 9px; }
.px10 { font-size: 10px; }
.px11 { font-size: 11px; }
.px12 { font-size: 12px; }
.px13 { font-size: 13px; }
.px14 { font-size: 14px; }
.px15 { font-size: 15px; }
.px16 { font-size: 16px; }
.px17 { font-size: 17px; }
.px18 { font-size: 18px; }
.boldIt { font-weight: bold; }
.noBold { font-weight: normal; }
.italicIt { font-style: italic; }
.underIt { text-decoration: underline; }
.noUnder { text-decoration: none; }
.alignL { text-align: left; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignV { vertical-align: bottom; }
.mt5 { margin-top: 5px; }
.mb5 { margin-bottom: 5px; }
.mb3 { margin-bottom: 3px; }
.ml5 { margin-left: 5px; }
.ml3 { margin-left: 3px; }
.mr5 { margin-right: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.ml50 { margin-left: 50px; }
.mr10 { margin-right: 10px; }
.pad2 { padding: 2px; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pl5 { padding-left: 5px; }
.pr5 { padding-right: 5px; }
.inLine { display: inline; }
.floatL { float: left; }
.floatR { float: right; }
.skyBG { background-color: #6699cc; color: #ffffff; }
.sky2BG { background-color: #ddddff; color: inherit; }
a { text-decoration: underline; color: #0000ff; background-color: inherit; }
.alink:hover { cursor: pointer; color: #ff0000; }
dottedT { border-top: dotted 1px #000099; }
.dottedB { border-bottom: dotted 1px #000099; }
.borderL { border-left: solid 1px #000099; }
.borderR { border-right: solid 1px #000099; }
.borderB { border-bottom: solid 1px #000099; }
.borderT { border-top: solid 1px #000099; }
.borderAll { border: solid 1px #000099; }
.borderAllDotted { border: dotted 1px #000099; }

/*====UPPER GREY BAR SET + MENU============*/
#upperBar { position: relative; width: 100%; height: 96px; background-color: #707070; }
#logoUpperBar { margin-left: 20px; margin-top: 4px; }
#menuDivSet { position: relative; width: 300px; height: auto; top: -16px; margin: 0px auto; text-align: center; }
#menuContaner { position: relative; width: 260px; height: auto; font-size: 12px; font-weight: bold; margin: 0px auto; }
.menuSet { float: left; width: 64px; }

/*====MEMBER ADS===========================*/
#sponsorsDiv { position: relative; float: right; width: 132px; height: auto; margin-top: 10px; }
.sponsorModules { width: 132px; height: auto; color: #ff0000; background-color: #ffffff; font-weight: bold; margin-top: 5px; margin-bottom: 5px; border: solid 1px #000000; overflow: hidden; }
.memberSponsorModules { width: 132px; height: auto; font-size: 11px; margin-top: 5px; margin-bottom: 5px; border: solid 1px #0000ff; overflow: hidden; color: inherit; background-color: #ffffff; }

/*====GOOGLE ADS===========================*/
#upperBarGoogAdDiv { position: absolute; width: 126px; top: 0px; right: 4px; background-color: #707070; color: inherit; text-align: right; z-index: 99; }
#adRightDiv { position: absolute; right: 4px; top: 126px; width: 135px; height: auto; }
.googAd { position: relative; padding: 5px; margin-top: 3px; background-color: #ffffff; color: inherit; border: solid 1px #c0c0c0; }

/*====FOOTER INFORMATION===================*/
#footerDiv { position: fixed; width: 100%; left: 0px; height: 36px; bottom: 0px; font-size: 11px; font-family: tahoma; color: #ffffff; text-align: center; background-color: #707070; }
#footerDiv a { color: #ffffff; }
#footerInfo { padding: 3px; }



