#divtxl, #tt1
{
display: none;
}

/* default properties */

body
{
	margin: 0;
	padding: 0;
	/*background: #00377C;*/
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
}

table, td, th
{
	text-align: left;
}

img
{
	border: 0;
}

p
{
	margin-top: 0.9em;
	margin-bottom: 1.0em;
	font-size: 0.9em;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

ul
{
	padding: 0;
	margin: 0;
}




/* the width of the entire site */

#frame
{
	width: 800px;
	margin: 0 auto 0 0;
}


#header
{
	width: 100%;
	height: 85px;
	background: url("header_v.jpg") no-repeat top left;
}






/* navigation bar */

#navBar
{
	width: 100%;
	height: 1.4em;
	border-bottom: 0.1em solid #cdcdcd;
	background: url("nav_back.jpg");
}

#navList
{
	margin: 0;
	padding: 0;
	border-right: 0.1em solid #cdcdcd;
}

#navList ul, #navList li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navList a:link, #navList a:visited
{
	float: left;
	padding: 3px;
	padding-left: 1.0em;
	padding-right: 1.0em;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	color: black;
	border-right: 0.1em solid #cdcdcd;
}

#navList a:hover
{
	color: white;
	background: #c50002;
}

.navListSelected
{
	color: white;
	background: #c50002;
}



#body
{
	width: 100%;
}


#footer
{
	width: 100%;
	clear: both;
}

.footerContent
{
	font: 11px Verdana, Arial, sans-serif;
	border-top: 0.1em solid #9A8348;
	padding: 1.0em;
	padding-right: 0;
}






/* this div holds the main content */

#mainColumn
{
	width: 495px;
	float: left;
	font-size: 11px;
}

#mainColumnNewsOp
{
	width: 630px;
	float: left;
}

.mainColumnContent
{
	float: left;
	clear: right;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 0.9em;
	margin-bottom: 0.9em;
	background: white;
}

.genericHolder
{
	margin: 0;
	margin-bottom: 1.5em;
	* margin: 0;
}

.imageHolder
{
	float: left;
	padding: 2px;
	margin: 1px;
}


.listHolder
{
	padding: 0;
	margin: 0;
	margin-bottom: 0.9em;
	clear: both;
}




/* this div holds the sidebar */

#sidebar
{
	width: 240px;
	float: left;
}

.sidebarContent
{
	float: left;
	margin-top: 0.9em;
	background: white;
	font-size:12px;
}



/* third column */
#ads
{
	width: 130px;
	float: left;
}

.adsContent
{
	position: absolute;
	margin-bottom: 0.9em;
	padding-top: 0.9em;
	padding-left: 1.0em;
	background: white;
}


/* ads */

.banner
{
	margin-top: 0.9em;
}

.button, .skyscraper, .vertical_banner, .mpu
{
	margin-bottom: 0.9em;
}

.mpu_300
{
	padding-top: 0.9em;
}





/* announcement */

.announcement
{
	clear: both;
	padding: 0.5em;
	margin-bottom: 0.9em;
	border-bottom: 0.1em solid #CCCCCC;
	background: #F4F4F6;
}






/* articles */

.articleHolder
{
	margin-bottom: 1.8em;
}

.topArticle
{
	/* min-height: 150px; */
	margin-bottom: 0.9em;
}

.shortArticle
{
	padding: 1px;
}

.shortArticleOn
{
	padding: 0.2em;
	padding-left: 0;
	background: #eee;
	border-top: 0.1em solid #CCCCCC;
	border-bottom: 0.1em solid #CCCCCC;
}

.shortArticleOff
{
	padding: 0.2em;
	padding-left: 0;
}

.shortArticleImg
{
	float: left;
	padding-right: 0.9em;
}

.shortArticleContent
{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	font: 0.9em Verdana, sans-serif;
}

.fullArticleHeader
{
	padding: 0.2em;
	background: #eee;
	border-top: 0.1em solid #CCCCCC;
	border-bottom: 0.1em solid #CCCCCC;
	margin-bottom: 0.9em;
}

.fullArticleHeaderImg
{
	float: left;
	padding-right: 0.9em;
}

.fullArticleHeaderText
{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}

.articleList
{
	font: 0.8em Verdana, sans-serif;
	padding: 0;
	padding-left: 3px;
	/* margin: 0 0 0 16px;
	* margin: 0 0 0 19px;
	list-style-type: square; */
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
	color: #aaaccc;
}

.articleList li
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-right: 4px solid white;
	border-bottom: 1px solid #eee;
}

.articleList li a
{
	display: block;
}

.articleList li a:hover
{
	color: #c50002;
	border-right: 4px solid #c50002;
}

.articleSidebar
{
	float: right;
	text-align: center;
	font-size: 12px;
}

.articleQuote
{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	* margin: 0;
	margin-bottom: 0.9em;
	font: bold 0.9em Verdana, sans-serif;
	color: #c50002;
}


/*
	credit to http://www.collylogic.com/ for coming up with this brilliant CSS!

.articleList
{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	list-style-type: none;
	background: #FFF;
	color: #666;
	font: 1.00em Verdana, sans-serif;
}

.articleList ul
{
}

.articleList li a:link
{
	color: #666;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 239px;
	background: url(http://www.collylogic.com/images/ticks_grey.gif);
}

.articleList li a:active
{
	color: #666;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 239px;
	background: url(http://www.collylogic.com/images/ticks_grey.gif);
}

.articleList li a:hover
{
	color: #990000;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 239px;
	background: url(http://www.collylogic.com/images/ticks_grey.gif);
	background-position: 0 -20px;
	text-decoration:none;
}

.articleList li a:visited
{
	text-decoration: none;
	line-height: 150%;
	display: block;
	width: 239px;
	background: url(http://www.collylogic.com/images/ticks_grey.gif);
	background-position: 0 -40px;
}
*/





/* user pages */

.userProfile
{
	float: left;
	width: 100%;
	clear: both;
}

.userAvatar
{
	float: left;
	margin-right: 0.9em;
}

.userProfileContent
{
	height: 10.9em;
	display: table-cell;
	vertical-align: middle;
	padding: 0.5em;
	margin-bottom: 0.9em;
	font-size: 0.9em;
}

.userProfileList
{
	padding: 0;
	margin: 0 0 0 13px;
	* margin: 0 0 0 16px;
	list-style-type: square;
	color: #c50002;
	font-size: 0.8em;
}



/* staff pages */


.staffProfileHolder
{
	float: left;
	clear: both;
	margin-bottom: 0.9em;
}

.staffPageCol1
{
	width: 100px;
	float: left;
	padding: 0;
}

.staffPageCol2
{
	width: 370px;
	\width: 345px;
	w\idth: 370px;
	float: left;
	font-size: 0.9em;
}

.staffPageCol2Content
{
	padding: 0;
	padding-left: 0.9em;
}

.staffPageHeader
{
	width: 100%;
	padding: 0;
}

.staffPageHeaderImg
{
	float: right;
	margin-left: 0.9em;
}

.staffPageContent
{
	width: 100%;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.8em;
}

.staffNameHeaderTitle
{
	width: 460px;
	* width: auto;
	margin-top: 0;
	padding: 3px;
	background: #eee;
	border: 1px solid #999;
	font-size: 1.1em;
}

.staffNameBox
{
	padding: 3px;
	background: #eee;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

.staffName
{
	font: bold 1.1em Verdana, sans-serif;
	margin: 0;
}






/* flip flops */

.greyUnderlineGrey
{
	background: #EEE;
	border-bottom: 0.1em solid #ccc;
}

.greyUnderlineWhite
{
	background: white;
	border-bottom: 0.1em solid #ccc;
}

.greyUnderline
{
	font: 0.9em Verdana, sans-serif;
	border-bottom: 0.1em solid #ccc;
}

.dataUnderlineOn
{
	font: 0.9em Verdana, sans-serif;
	background: #EEE;
	border-top: 0.1em solid #ccc;
	border-bottom: 0.1em solid #ccc;
}

.dataUnderlineOff
{
	font: 0.9em Verdana, sans-serif;
	background: white;
}

.dataUnderline
{
	border-bottom: 0.1em solid #ccc;
}


#flipflop tr.On td
{
	font: 0.9em Verdana, sans-serif;
	background: #eee;
	border-top: 0.1em solid #ccc;
	border-bottom: 0.1em solid #ccc;
}

#flipflop tr.Off td
{
	font: 0.9em Verdana, sans-serif;
	background: white;
}





/* inputs */
input
{
	padding: 2px;
	margin: 0;
	font: 0.9em Verdana;
}

input:focus
{
	background: #c50002;
	color: white;
}

textarea
{
	padding: 2px;
	margin: 0;
	font: 0.9em Verdana;
}

select
{
	padding: 0;
	margin: 0;
	border: 1px solid white;
	font: 0.9em Verdana;
}

.inputItem
{
	border: 1px solid #362F2D;
}

.inputButton
{
	padding: 2px;
	margin: 0;
	background: #E6E6E6;
	border: 1px solid #B4B4B4;
	font: 0.9em Verdana, sans-serif;
}









/* links */

a
{
	color: #0080C5;
}
a:hover {color: #DD0000; text-decoration:none;}
font {color: #CC0000;}

a.newsop:link, a.newsop:visited, a.newsop:hover, a.newsop:active
{
	font-weight: normal;
	color: #0080C5;
	text-decoration: none;
}

a.black:link, a.black:visited, a.black:hover, a.black:active
{
	color: black;
	text-decoration: none;
}

.white, a.white:link, a.white:visited, a.white:hover, a.white:active
{
	color: white;
}

.trueRed, a.trueRed:link, a.trueRed:visited, a.trueRed:hover, a.trueRed:active
{
	color: #c50002;
	text-decoration: none;
}

.trueBlue
{
	color: #0080C5;
}





/* text styles */

.genericText
{
	font-size: 0.9em;
}

.articleBigTitle
{
	font: bold 16px Arial, Verdana, sans-serif;
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid black;
	text-decoration: none;
}

.articleTitle
{
	font: bold 1.1em Verdana, sans-serif;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.articleContent
{
	font: 11px Verdana, Arial, sans-serif;
	margin-bottom: 30px;
}

.date
{
	color: #c50002;
}

.content
{
	font: 0.9em Verdana, Arial, sans-serif;
	margin-bottom: 30px;
}

.textBig
{
	font: bold 1.1em Verdana, Arial, sans-serif;
}


.grey
{
	color: grey;
}

.red
{
	color: red;
}

.gold
{
	color: #9A8348;
}

.textRedBold
{
	font-weight: bold;
	color: #c50002;
}

.textSmallGold
{
	font-size: 1.1em;
	color: #9A8348;
}

.textResult
{
	font-weight: normal;
	color: black;
}

.textResultWin
{
	font-weight: bold;
	color: blue;
	text-align: right;
}

.textResultLost
{
	font-weight: bold;
	color: red;
	text-align: right;
}

.textResultDraw
{
	font-weight: bold;
	color: green;
	text-align: right;
}

.textVenueHome
{
	font-weight: bold;
	color: #c50002;
}

.textVenueAway
{
	font-weight: normal;
}

.textVenueNeutral
{
	font-weight: normal;
	color: blue;
}

.required
{
	font-weight: bold;
	color: red;
}

.error
{
	font-weight: bold;
	font-size: 0.9em;
	color: red;
}

.success
{
	font-weight: bold;
	font-size: 0.9em;
	color: green;
}


.tickerLatest
{
	font-weight: bold;
	color: #c50002;
}




/* errors */

.errorHolder
{
}

.errorImage
{
	float: left;
	padding-right: 0.9em;
}

.errorText
{
	display: table-cell;
	vertical-align: middle;
}





/* header styles */

.headerBlackUnderlineSmall
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
	margin-bottom: 0.3em;
	border-bottom: 0.1em solid black;
}

.headerRedUnderlineSmall
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	color: #c50002;
	padding-bottom: 0.1em;
	margin: 0;
	margin-bottom: 0.3em;
	border-bottom: 0.1em solid #c50002;
}

.headerGoldUnderlineSmall
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	color: #9A8348;
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
	margin-bottom: 0.3em;
	border-bottom: 0.1em solid #9A8348;
}

.headerGreyUnderlineSmall
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	color: #cccccc;
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
	margin-bottom: 0.3em;
	border-bottom: 0.1em solid #cccccc;
}

.headerAnnouncement
{
	font: bold 1.2em Arial, sans-serif;
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
	padding-bottom: 0.1em;
	border-bottom: 0.1em solid black;
}

.headerGoldSmall
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	color: #9A8348;
	padding: 0;
	margin: 0;
	margin-bottom: 0.3em;
}

.headerWhiteBold
{
	font: bold 0.8em Verdana, Arial, sans-serif;
	color: white;
	padding: 2px;
	margin: 0;
}

.headerBlackBold
{
	font: bold 0.8em Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 0;
}

.headerTrueBlueBold
{
	font: bold 0.8em Verdana, Arial, sans-serif;
	color: #0080C5;
	padding: 2px;
	margin: 0;
}





/* borders */

.borderGrey
{
	border: 1px solid #cccccc;
}

.borderGold
{
	border: 1px solid #cccccc;
}





/* background classes */

.backgroundGold
{
	background: #9A8348;
	color: white;
}

.backgroundRed
{
	background: red;
	color: white;
}

.backgroundTrueRed
{
	background: #c50002;
	color: white;
}

.backgroundBlue
{
	background: blue;
	color: white;
}

.backgroundTrueBlue
{
	background: #00377C;
	color: #0080C5;
}




/* div styles */

.divGreyTitle
{
	clear: both;
}

.divGreyTitleContent
{
	padding: 1px;
	background: #eee;
	border: 1px solid #999;
}

.divGreyTitleContentNoBorder
{
	padding: 1px;
	background: #eee;
}

.divGrey
{
	float: left;
	clear: both;
}

.divGreyContent
{
	float: left;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #999;
	border-top: none;
}

.divTrueRedTitle
{
	clear: both;
}

.divTrueRedTitleContent
{
	padding: 1px;
	background: #c50002;
	border: 1px solid #c50002;
}

.divTrueRed
{
	float: left;
	clear: both;
}

.divTrueRedContent
{
	float: left;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #c50002;
	border-top: none;
}

.divGoldTitle
{
	clear: both;
}

.divGoldTitleContent
{
	padding: 1px;
	background: #9A8348;
	border: 1px solid #9A8348;
}

.divGold
{
	float: left;
	clear: both;
}

.divGoldContent
{
	float: left;
	padding: 3px;
	margin-bottom: 0.5em;
	border: 1px solid #9A8348;
	border-top: none;
}


.divTrueBlueTitle
{
	clear: both;
}

.divTrueBlueTitleContent
{
	padding: 1px;
	background: #005BA3;
	border: 1px solid #00377C;
}

.divTrueBlue
{
	float: left;
	clear: both;
}

.divTrueBlueContent
{
	float: left;
	padding: 3px;
	margin-bottom: 0.5em;
	border: 1px solid #00377C;
	border-top: none;
}



/* tables */

.tableFrame
{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableFirstColumn
{
	width: 150px;
	float: left;
	vertical-align: top;
	padding-left: 5px;
}

.tableSecondColumn
{
	width: 300px;
	float: left;
	vertical-align: top;
}





/* ticker */
.tickerHolder
{
	clear: both;
}

.tickerContent
{
	font: 0.9em Verdana;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-bottom: 0.9em;
	background: white;
}

.tickerContentLink
{
	font-weight: bold;
	text-decoration: none;
}


.randomQuote
{
	font-size: 0.9em;
}

#mainColumn h3 {
	font-size: 11px;
	color: #424D8F;
}
.leagueheader {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}
.datetitle {
font-style:italic;
}
.hostinglink {
	color: #000000;
}
a.hostinglink, a.hostinglink:link {
	color: #000000;
}
#radiotable td {
	background-color: #F4F4F4;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding: 15px;
}
#radiotable {
	border: 1px solid #000000;
}
#radiotable img {
	border: 1px solid #FFFFFF;
}
.dub {
	display: none;
}
.titlelink {
	font-weight: bold;
	text-decoration: none;
}
.panel_body {
	font-size: 13px;
	background-color:#EEEEEE;
}
.panel_body i {
	font-style: normal;	
}
.feature {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dashed #000000;
}
#apDiv1 {
	position:absolute;
	left:97px;
	top:18px;
	width:58px;
	height:27px;
	z-index:11;
}
.frm23 {
	width: 700px;
	height: 410px;
}
.popupLink { COLOR: red; outline: none }
.popup { POSITION: absolute; VISIBILITY: hidden; BACKGROUND-COLOR: #fff; LAYER-BACKGROUND-COLOR: #fff; width: 200; BORDER-LEFT: 1px solid black; BORDER-TOP: 1px solid black; BORDER-BOTTOM: 3px solid black; BORDER-RIGHT: 3px solid black; PADDING: 3px; z-index: 10; left: 30px; top: 120px; }
#blankDiv {
position: absolute; left: 0; top: 0; visibility: hidden;
}