/* generic page styles*/
html,body {
border:0;
margin:0;
padding:0;
}

body {
font:70% verdana,arial,helvetica,sans-serif;
}

.printbody {
background:none;
}

.printbody .HideInPrintMode {
display:none;
}

/* Content areas, and zones */
div#outer_container {
width:auto;
background:#fff url('images/bgPageTop_2.gif') repeat-x;
}

div#container {
margin-left:auto;
margin-right:auto;
width:980px;
}

#outer_channel {
height:auto;
min-height:92px;
width:auto;
background:url('images/bgMasthead.jpg') repeat-x;
margin-bottom:10px;
}

#channel {
margin-left:auto;
margin-right:auto;
height:92px;
min-height:92px;
width:980px;
background:url('images/imgMasthead.gif') repeat-x;
}

#channelFat {
margin-left:auto;
margin-right:auto;
height:250px;
min-height:250px;
width:980px;
background:url('images/imgMastheadFat.gif') no-repeat;
}

.contentpadding {
padding:10px;
}

div#pageheader {
height:auto;
min-height:212px;
}

* html div#pageheader {
height:212px;
}

div#toplinks {
height:37px;
}

div#sitelinks {
float:left;
width:500px;
}

div#sitesearch {
float:right;
width:260px;
}

div#sitecountry {
float:right;
width:180px;
}

div#masthead {
clear:both;
height:102px;
background:#000 url(images/bgPageTop.gif) repeat-x;
}

div#content {
float:left;
width:540px;
margin-right:10px;
background-color:#FFF;
overflow: hidden;
}

div#contentfullwidth {
float:left;
width:850px;
margin-right:10px;
background-color:#FFF;
}

div#contentmedia {
float:left;
width:675px;
margin-right:10px;
}

div#contenttop {
margin-bottom:10px;
}

div#content div#contentleftcol {
float:left;
padding-right:8px;
width:185px;
}

div#content div#contentrightcol {
float:left;
width:365px;
}

div#rightcol {
float:left;
margin-right:10px;
width:300px;
background-color:#FFF;
}

div#centrebottomcol {
clear:left;
float:left;
width:860px;
}

div#towerad {
float:right;
width:120px;
height:600px;
}

div#island_ad {
width:300px;
height:250px;
}

div#island_adFat {
width:300px;
height:250px;
float: right;
}

div#leader_ad {
width:728px;
height:90px;
margin-left:auto;
margin-right:auto;
}

div#leftcontent {
float:left;
width:880px;
}

div#leftcontentmedia {
float:left;
width:1000px;
}

div#leftdisplay {
float:left;
width:870px;
}

/*
div#channel
{
float: left;
}*/
div#footer {
clear:both;
background-color:#FFF;
width:980px;
}

div#footer div#footerpad {
padding:25px 10px 10px;
}

div#footer div#footerpad div#copyright {
text-align:center;
}

/* Generic anchor tag styles */
a,a:visited {
color:#000;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:underline;
}

/* HEADER STYLES */
h1,h2,h3,h4,h5,h6 {
font-family:verdana, arial, helvetica, sans-serif;
margin:0;
padding:0;
}

h1 {
font-size:140%;
font-weight:700;
}

h2 {
font-size:14px;
font-weight:700;
}

h3 {
font-size:100%;
font-weight:700;
}

h4 {
font-size:11pt;
font-weight:700;
}

h5 {
font-size:9px;
font-weight:700;
}

.contentHead {
font-size:14px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color:#000;
margin:0px 15px 10px;
}
/* Paragraphs */
p {
line-height:18px;
margin:0 0 20px;
padding:0;
}

hr {
border:1px solid #CCC;
height:1px;
margin-bottom:10px;
}

/* common formatting */
ul,ol {
list-style:none;
margin:0;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym,abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/
form {
display:inline;
margin:0;
padding:0;
}

input,select,textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

table tr td {
padding:2px;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.pointer {
cursor:pointer;
}

.bold {
font-weight:bold;
}

.hidden {
display:none;
}

/* Global classes

.nopadding 		{ padding: 0; }
.noindent 		{ margin-left: 0; padding-left: 0; }
.nobullet 		{ list-style: none; list-style-image: none; }

.italic 		{ font-style: italic; }
.underline 		{ border-bottom: 1px solid; }
.highlight 		{ background: #ffc; }

.clear 			{ clear: both; }

.float-left 	{ float: left; }
.float-right 	{ float: right; }

.text-left      { text-align: left; }

.text-justify 	{ text-align: justify; }

.wrap 			{ width: 960px; margin: 0 auto; }

.img-left 		{ float: left; margin: 4px 10px 4px 0; }
.img-right 		{ float: right; margin: 4px 0 4px 10px; }

end global styles
Used to make divs expand to fit content they contain */
div.clearline {
clear:both;
height:0;
overflow:hidden;
}

/* used to set buttons look and feel

.ButtonStyle1 {
	background-color: transparent;
	color: #595959;
	font-size: 11px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}*/
.genMsg {
border:1px solid gray;
background-color:#EEE;
padding:5px;
text-align:center;
}

img,table {
border:0;
margin:0;
padding:0;
}

#tooltip {
position:absolute;
z-index:3000;
border:1px solid #666;
background-color:#B2B7BB;
opacity:0.85;
font-family:verdana, arial, helvetica, sans-serif;
font-size:90%;
padding:5px;
}
iframe#ad_tower {
width: 120px;
height:600px;
}
#divLeagueTabDisplay {
margin-bottom:0px;
}
.leagueTabZero {
border-left: 1px solid #BBB;
}
.leagueTabOn, .leagueTabOff {
font-weight: bold;
border-top: 1px solid #BBB;
border-right: 1px solid #BBB;
padding-left: 6px;
padding-right: 6px;
width:150px;
}
.leagueTabOn {
background-color: #EEE;
font-weight: bold;
}
.leagueTabOff {
color:#555;
background-color: white;
border-bottom: 1px solid #BBB;
cursor:pointer;
}
.leagueTabBlank {
border-bottom: 1px solid #BBB;
}