html, body { margin: 0; padding: 0; background-color: #797a7a; }
td         { background: #fff; }
body, td   { font-family: verdana, geneva, arial, helvetica, sans-serif; color: #000; font-size: 12px; }
p          { font-size: 12px; padding: 0 5px; }

/* 3px padding on specific elements compensates for IE bug
	that effects floats if you try to pad the floated wrapper element itself
*/
h1 {
	border-bottom: 1px solid #355925;
	font: bold small-caps 22px Georgia;
	color: #133;
	background: transparent;
	margin: 5px 5px 2px 5px;
}
h2 { font: bold 20px verdana, sans-serif;         color: black; }
h3 { font: bold 18px tahoma, verdana, sans-serif; color: black; }
h4 { font: bold 16px tahoma, verdana, sans-serif; color: black; }

img { border: 0; }

ul { margin: 0; padding: 0 }
li { margin-left: 15px; }
/*
In IE - the bullets inside a <ul> are affected by padding
In FF - the bullets inside a <ul> are affected by margin
So instead, set both to 0, and set the <li> margin to whatever you want it to be
*/


/* ********* BASIC TEXT STYLINGS ********* */

pre       { font-size: 12px; line-height: 16px; margin-top: 20px; margin-bottom: 10px; }
strong, b { font-weight: bold; }

a         { font-weight: bold; color: #137; text-decoration: underline; }
a:hover   { font-weight: bold; color: #e93; text-decoration: underline; }
a:active  { color: #ffcc80; background: #933; text-decoration: none; }
a.image       { background: #fff; border: 0; }
a.image:hover { background: #fff; border: 0; }

li a { background: #fff; }

.tiny { font-size: 9px; line-height: 12px; margin-top: 15px; margin-bottom: 5px; }
.aside { font: italic 9px arial, sans-serif; }


/* ***********   M A I N   D I V s   ************** */

#header {
 	width: 980px;
	height: 211px;
	margin: 0 auto;
	padding: 0;
 	background: /*#023554*/white;
 	overflow: hidden;
 	position: relative;
 	/* set this so that other elements inside it can be positioned "absolute" relative to "top"
 	   otherwise, "absolute" will be relative to the browser window. */
}
#header #bad { margin: 5px 1px 1px 1px; height: 90px; }
#header a, #header a:hover { background: transparent; text-decoration: none; }
#header a { color: #fff; }
#header a:hover { color: #eeb35f; }
#header #bigtopad { position: absolute; top: 0px; right: 0px; }
#header #bigtopad img { width: 250px; height: 185px; }

#header #masthead { background: url(/images/design/masthead.gif); height: 90px; }

#header #logonav { background: url(/images/design/navbar-g.gif); height: 25px; }
#header #logonav p { padding-top: 3px; font-weight: bold; margin: 0 0 0 2px; font-size: 11px; color: #8e8d64; }
#header #logonav p.top { border-bottom: 1px solid #acab7d; padding-bottom: 5px; }
/* #header #logonav p a { border-right: 1px solid #acab7d; } */

#header #subnav { position: absolute; top: 17px; left: 625px; font: 10px arial; text-align: right; }
#header #subnav li { list-style-type: none; }
#header #subnav a:hover { color: #e93; }


#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(http://www.laxjournal.com/images/design/wrapbg2.gif);
}

#content {
	float: left;
	width: 720px;
	background: transparent;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
	color: black;
}

#right {
	float: left;
	width: 260px;
	background: transparent;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
}
#right table {	margin: 4px; }
#right td { font-size: 10px; padding: 1px; }
#right li, #right li a { background: transparent }
#right img.ad { margin-left: 5px; }


#footer {
	background: #fff;
	color: #555;
	text-align: center;
	border: 1px solid black;
	margin: 0 auto 10px auto;
	padding: 8px;
	width: 962px;
}
#footer p { font: 9px Verdana; margin: 4px; }
#footer a { color: #5c7082; background: #fff; text-decoration: underline }
#footer a:hover { color: #933 }



/* ************** NAVIGATION ***************** */

#homenav {
	position: absolute;
	top: 20px;
	left: 12px;
	height: 60px;
	width: 320px;
	cursor: pointer;
}


#sitemenu {
	font: bold 11px arial;
	position: absolute;
	/*
	"absolute" can be used because the container -- "top" -- has a position of "relative" ...
	Therefore, this element can be absolutely positioned relative to top, instead of relative to the whole browser window.
	Using "position: relative" here is ineffective, because relative positioning is offset relative to the "normal flow"
	  and not relative to the containing box.
	In this case, the "containing box" is "top" - but only if we set "position: relative" on "top"
	*/
	top: 80px;
	left: 190px;
	color: black;
	background: transparent;
	margin: 0;
	width: 680px;
	height: 11px;
}
#sitemenu a { color: #007; text-decoration: none; }
#sitemenu a:hover { color: #007; text-decoration: underline; }
#sitemenu ul { list-style-type: none; padding: 0; margin: 0; }
#sitemenu li { display: inline; padding: 0; margin: 0 0 0 10px; }

#chnmeta {
	font: 9px arial;
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
	color: white;
}
#chnmeta a { color: #ffc; text-decoration: none; }
#chnmeta a:hover { color: #ff5; text-decoration: underline; }
#chnmeta ul { list-style-type: none; margin-top: 0; }
#chnmeta li { display: block; margin: 2px; }
#chnmeta #chnmetacomm { background: black; width: 175px; height: 12px; padding: 2px 4px; font-family: verdana; }


#teamselect {
	background: transparent;
	margin: 0;
	position: absolute;
	top: 191px;
	left: 830px;
	width: 140px;
	height: 20px;
}
#teamselect form { display: inline; }
#teamselect .stdDrop { font-size: 1em; width: 140px; }


#search {
	margin: 0;
	position: absolute;
	top: 189px;
	right: 3px;
	background: transparent;
	height: 18px;
	overflow: hidden;
}


/* ******************** MISC *********************** */

#xmlheadlines { background: #eee; border: 1px solid black; padding: 2px; }
#xmlheadlines h3 { background: #00a; text-align: center; margin: 2px; }
#xmlheadlines a {  background: #eee; }

img.avatar { height: 50px; width: 50px; border: 0; }



/* ********** BOX CONTENTS ********** */

.newslist { font-size: 0.9em; }
.newslist h3 { font-weight: bold; text-decoration: underline; margin-bottom: 1px; font-size: 11px; }
.newslist ul { margin: 3px 0 0 18px; padding: 0; list-style-type: circle; }
.newslist li { margin: 0; }

#right ul.newslist { margin: 0 10px; padding: 2px 5px; }
.newslist a { font: 11px Verdana,sans-serif; text-decoration: none; }
.newslist a:hover { font: 11px Verdana,sans-serif; color: #005; text-decoration: underline; background: #fff; }

.info { border: 1px solid #aaa; border-bottom: 3px solid #007; margin: 0 0 3px 0; }
.info .newslist li { padding-left: 2px; margin-left: 4px; }

.inlistHead { font-weight: bold; margin-top: 5px; }

.widget { border: 1px solid #ccc; width: 97%; padding: 3px; }
.widget .item   { margin-bottom: 3px; border-bottom: 1px solid #ddd; }
.widget .item p { margin: 2px; font: 11px tahoma; }
.widget .item p.title { font-weight: bold; }
.widget .item p.meta  { font: italic 10px tahoma; color: #999; }
.widget .item p.desc  { }

.widget h3, #right h3 { background: #555; margin: 0; padding: 2px; color: white; font: bold 12px arial; }

#headlines { margin: 0 3px 5px 3px; border: 1px solid #efe9c2; padding: 8px; background: white; }
#headlines h2 { margin: -8px -8px 4px -8px; height: 20px; color: white; background: #444; font-size: 12px; padding: 3px 0 0 3px; text-shadow: 1px 1px 1px #000; }
#headlines li { margin-top: 3px; margin-bottom: 3px; }
#headlines a { background: transparent; font-weight: normal; text-decoration: none; }
#headlines a:hover { background: transparent; }



/* ********** HEADER STUFF ********** */

h3.sectionHeader {
/*	border-top: 1px solid #355925;
	border-bottom: 1px solid #355925;
	font: bold small-caps 13px "Trebuchet MS";
	padding: 1px 0;
	margin-bottom: 2px;
	margin-top: 0;
	text-decoration: none;
*/
	color: white;
	background: #737770;
	padding: 0px 8px;
	font-size: 11px;
	margin: 2px;
	border-bottom: 3px solid #000;
	text-decoration: none;
}

h2.blockhead {
	color: white;
	background: black;
	font: bold 16px Georgia;
	margin: 0 0 5px 0;
	padding: 2px;
	width: 100%;
}



/* *********** SPECIAL BOXES ************ */

.centerpiece {
	border-top: 3px solid black;
	border-left: 3px solid #aaa;
	border-right: 1px solid black;
	border-bottom: 1px solid #aaa;
	padding: 8px;
	margin: 10px;
	background: #fff6e5;
}
.centerpiece h3 { margin-top: 0; }
.splitcontent .centerpiece { float: left; width: 43%; }
.centerpiece ul { margin-bottom: 8px; }
.centerpiece li { margin: 4px 0 0 15px; }
.centerpiece li a       { text-decoration: none; font: bold 11px verdana; }
.centerpiece li a:hover { text-decoration: underline; font: bold 11px verdana; }
.centerpiece input, .centerpiece select { background: white; }

.factbox { border: 1px solid black; padding: 5px; margin: 5px 10px; background: #eee; }
.factbox p { font-size: 0.8em; }
.factbox h2 { margin: 2px; padding: 3px; }

.explainer {
	color: black;
	width: 580px;
	border: 1px solid black;
	padding: 3px;
	margin: 10px auto;
	font-size: 0.8em;
	background: #eee;
}

.comment { border: 1px solid #ddd; padding: 3px; margin: 5px; }
.comment h4 { margin: 0 0 2px 0; font-size: 1.2em; color: white; background: #005; }
.comment p { font: 1em 'Trebuchet MS'; margin: 2px; }



/* ************ NAVIGATION ************* */

ul.linklist { margin: 0; padding: 0; }
ul.linklist li { display: inline; margin: 0 14px; padding: 0; }
.navstrip { background: #faf6e1; font-size: 0.8em; line-height: 9px; padding-bottom: 3px; }
.navstrip a { background: #faf6e1; }


.menu { margin-bottom: 10px; }
.menu ul, .menu li { margin: 0; padding: 0; list-style-type : none; }
.menu a {
	display: block;
	width: 164px;
	font: bold 10px Verdana,sans-serif;
	text-decoration: none;
	/*border-right: 4px solid #c8dbbd;*/
	border-bottom: 1px solid #ffa620;
	border-left: 1px solid #ffeaca;
	border-top: 1px solid #ffeaca;
	padding: 2px;
	color: black;
	background: #ffcc80;
}
.menu li a:hover { color: black; background: #ffffdf; font: bold 10px Verdana,sans-serif; }

.watchList {
	margin-top: 0px;
	color: #bbb;
	font: bold 11px arial;
	border: 1px solid #bbb;
	padding: 2px;
}
.watchList a {
	color: #333;
	font: bold 11px arial;
	text-decoration: underline;
	margin: 0 27px;
}
.watchList a:hover {
	color: #def3f0;
	font: bold 11px arial;
	text-decoration: underline;
}

#articleIndex { padding: 10px; }
#articleIndex .index-item { float: left; margin: 5px; width: 330px; height: 200px; }
#articleIndex h2 { font-size: 14px; margin: 2px 0; }
#articleIndex p.timestamp { margin: 2px 0; font-style: italic; text-align: right; }

/* ************* IMAGES ************ */

p.caption   { font: bold 10px arial, helvetic, sans-serif; color: #999; text-align: left; }
span.credit { font-style: italic; }

img.teaser      { border: 1px solid black; float: left; width: 100px; height: 80px; margin: 0 2px 0 0; }
img.tinyteaser  { border: 1px solid black; float: left; width: 80px; height: 80px; margin: 0 2px 0 0; }
img.rteaser     { border: 1px solid black; float: right; width: 80px; height: 100px; margin: 0 0 0 2px; }
img.rtinyteaser { border: 1px solid black; float: right; width: 80px; height: 80px; margin: 0 0 0 2px; }
img.hs-small    { border: 1px solid black; float: left; width: 82px; height: 82px; margin: 0 2px 5px 3px; }
img.teaserlogo  { border: 0; float: left; width: 61px; margin-right: 2px; }
img.logo        { border: 0; }
img.brand       { float: right; margin: 0 0 2px 2px; }
img#player      { border: 0; float: right; margin-right: 10px; width: 100px; }
img.infoImage   { border: 1px solid black; float: right; width: 300px; margin: 0 0 5px 5px; }

.buttonad { margin: 20px auto; }


/* ******* INLINE TEXT STYLINGS ******* */

.blurblist    { padding: 0 0 4px 0; }
.highlight    { color: #903; background: #fff; font-weight: bold; }
.alert        { color: #f00; background: #ffc; }
.payattention { color: #00f; background: #fff; }
.thin         { color: #aaa; font-size: 0.9em; font-weight: normal; }
.keyname      { color: #115; background: #eee; font-weight: bold; }


/* ******* FUDGES ******* */

.separator { clear: both; }
.sepleft   { clear: left; }
.messageseparator { border-bottom: 1px solid black; }
.noscreen  { display: none; }


/* ******************* ADS ******************* */

.promoElement { margin: 3px 0; }
.promoElementContent { padding: 75px 5px 5px 10px; color: white; font: bold 10px arial; }
.promoElementContent a { color: white; font: bold 10px arial; text-decoration: underline; }
.promoElementContent a:hover { color: #def3f0; font: bold 10px arial; text-decoration: underline; }

.railAd, #right .railAd .multiAds { text-align: center; margin: 0 auto 3px auto; }
#right .multiAds a { margin: 3px; display: block; }

.multiAds { text-align: center; }
.multiAds a { margin: 3px; display: block; }

.textAds {
	font-size: 0.75em;
	width: 108px;
	color: #577;
	/* background: url(/images/bg/tickets.jpg) #eee; */
	background: #eee;
	margin-bottom: 12px;
	padding: 3px;
	border: 2px dotted blue;
}
.textAds p {
	background: black;
	font-size: 0.9em;
	margin: -2px -2px 1px -2px;
	color: #999;
	text-align: center;
	padding: 1px;
}


/* ********** DYNAMIC ********** */

#bestbets {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	height: 132px;
	position: relative;
}
#bestbets h3 {
	margin: 0;
	background: url(/images/lids/bestbets2007.gif);
	height: 18px;
	text-indent: -2000px;
	line-height: 18px;  /* needed for IE */
}
#bestbets p   { font-size: 0.9em; margin-top: 4px; }
#bestbets h4  { font-size: 0.9em; /* margin: 2px 0 4px 0; */ display: inline; } /* <-- display inline helps IE to compensate for the LI being a block - or else it adds space above the h4 - now we have tiny space to left of first letter in h4 in both browsers - lesser of two evils */
#bestbets img { float: left; border: 1px solid black; width: 80px; height: 80px; margin: 2px 3px 0 0; } /* same as "tinyteaser" class in more.css, but with different margin - could just set margin here and set class to "tinyteaser" - but instead, setting no class on the img tag itself, and putting all styles here */
#bestbets img.icon { float: none; border: 0; width: 14px; height: 14px; margin: 0 }
#bestbets ul, #bestbets li { margin: 0; padding: 0; list-style-type: none; }
#bb_navigator {
	margin: 0;
	padding: 5px;
	background: #eaeaea;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 238px;
	text-align: center;
	border-top: 1px solid #ccc;
}
#featured_link_2 { margin-left: 10px; }
#featured_link_3 { margin-left: 10px; }
#featured_link_4 { margin-left: 10px; }
#featured_all    { margin-left: 10px; }
#bb_navigator #featured_next { margin-left: 10px; padding-left: 20px; border-left: 1px solid #ccc; }

#bestbets .featured_link_off { border: 1px solid #eaeaea; background-color: #eaeaea; }
#bestbets .featured_link_on { border-color: #fff; background-color: #fff; }
#bb_navigator a { color: #039; padding: 1px 5px; }

.tabbedNews {
	margin: 5px 0;
	width: 248px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 0;
	overflow: hidden;
}
.tabbedNews ul { padding-left: 0; margin: 5px 0; }
.tabbedNews li { font-size: 0.8em; margin-left: 20px; list-style-image: url(/images/design/racquo.gif); }
.tabbedNews h3 {
	margin: 0;
	height: 15px;
	text-indent: -2000px;
	line-height: 15px;
}
.tabbedNews h3.morenews  { background: url(/images/lids/newstoknow.gif); }
.tabbedNews h3.inthenews { background: url(/images/lids/inthenews.gif); }
.tabbedNews h3.community { background: url(/images/lids/community.gif); }
.tabbedNews img { margin-right: -3px; width: 61px; }
.tabbedNews img.wide { margin-right: -3px; width: 73px; }
.tabbedNews img.ewide { margin-right: -3px; width: 100px; }
.tabbedNews .feedDate { display: none; }
.tabbedNews .feedTime { display: none; }
.tabbedNews .feedDesc { display: none; }

.newstab_list p { font: 10px verdana; margin: 3px; }

#morenews_ontheweb_list li { margin-top: 3px; margin-bottom: 3px; }
#morenews_thelatest_list li { margin-bottom: 10px; }
#community_more2_list li { margin-bottom: 10px; }

#alsosee { margin: 0; background: url(/images/lids/alsosee.gif); height: 13px; text-indent: -2000px; line-height: 13px; }
#alsosee .info { background: #eee; border: 1px solid #aaa; }


/* ************* FORMS ************* */

input,select { font: bold 11px arial,sans-serif; color: #000; background: #ffeeba; }
.radiocheck { border: 0; }
.stdDrop { width: 140px; margin-top: 0; font: 10px arial; }

input.bevelbutton {
	width: 140px;
	height: 15px;
	font: bold 10px Verdana,sans-serif;
	border-right: 1px solid #ffa620;
	border-bottom: 1px solid #ffa620;
	border-left: 1px solid #ffeaca;
	border-top: 1px solid #ffeaca;
	color: black;
	background: #ffcc80;
}


div.formrow { clear: both; padding-top: 4px; position: relative; width: auto; }
div.formrow span.label { float: left; width: 25%; text-align: right; }
div.formrow span.formwidget { float: right; width: 70%; text-align: left; }

#selectmenu {
	background: #ffd700;
	color: black;
	width: 100%;
	padding: 5px;
	font: bold 15px verdana,sans-serif;
	border: 1px solid black;
}

#controlpanel {
	background: #ddd;
	color: black;
	width: 90%;
	padding: 5px;
	font: bold 11px verdana,sans-serif;
	border: 1px solid black;
}
#controlpanel p { color: black; font: bold 11px verdana,sans-serif; }


/* ************** TABLES ************** */

td.label { text-align: right; }
tr.sked-header td {
	/*
	background: #d58000;
	color: #eee;
	*/
	background: #ddd;
	color: #000;
	font-weight: bold;
	padding: 1px;
	border-top: 1px solid black;
}

tr.stats-header td, tr.stats-header th { background: #ffcc80; color: #000; font-weight: bold; padding: 1px; }
tr.stats-header td a, tr.stats-header th a { background: #ffcc80; color: #000; text-decoration: underline; }
tr.stats-header td a:hover, tr.stats-header th a:hover { background: #ff9; }
tr.stats-row0 td { background: #fff; color: #000; font-weight: normal; padding: 1px; }
tr.stats-row0 td a  { background: #fff; }
tr.stats-row1 td { background: #edf6ea; color: #000; font-weight: normal; padding: 1px; }
tr.stats-row1 td a  { background: #edf6ea; }
tr.stats-rowOver td { background: #b3feb8; color: #000; font-weight: normal; padding: 1px; }
tr.stats-rowOver td a { background: #b3feb8; }
tr.stats-rowOver td a:hover { /*background: #007;*/ }
tr.stats-section td { background: #000; color: #fff; font-weight: bold; }
tr.stats-section td a, tr.stats-section th a             { color: #aaf; }
tr.stats-section td a:hover, tr.stats-section th a:hover { color: #ff9; }

table.datagrid { margin: 0 0 15px 5px; }
table.datagrid td { font-size: 0.95em; padding: 3px; }



