body
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: #FFF url('../images/background.png') repeat-x;
}

a,
a.visited
	{
	color: #444;
	text-decoration: none;
	}

table#page
{
/*	width: 760px; */
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	border-collapse: collapse;
}

td#content
{
	margin: 0px;
	vertical-align: top;
	margin-top: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 650px;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 2px solid #cc0000; 
	/*border-top: 2px solid #cc0000;*/
	overflow: visible;
}

td#head
{
	background-image: url('../images/badsquash_logo.png');
	background-repeat: no-repeat;
	height: 202px;
	text-align: center;
	vertical-align: bottom;
}

td#head h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #DDD;
	text-decoration: none;
	position: relative;
  left: -20px;
}

p#advert
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
  color: #ec1c24; 
  font-size: 9pt;
  text-align: left;
}

td#head div#nav
{
	text-align: center;
	margin: 0 auto;
	height: 30px;
	padding-bottom: 1px;
}

td#head ul.nav
{
/*	width: 720px; */
	display:table;
	z-index: 1;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;	
}

td#head ul.nav li
{
	display:table-cell;
	//display: float;
	z-index: 1;
	//float: left;
	padding: 5px 15px;
	margin: 0px 0px;
}

td#head ul.nav li a
{
	text-decoration: none;
	color: DDD;
}
td#head ul.nav li:hover a,
td#head ul.nav li a:hover
{
	text-decoration: none;
	color: #cc0000;
}
td#head ul.nav li:hover ul li a,
td#head ul.nav li a:hover ul li
{
	text-decoration: none;
	color: #444;
}

td#head ul.nav li ul
{
	display: none;
	z-index: 1;
	background: #EEEEEE;
	list-style: none;
	padding: 0px;
	margin: 0px -15px;
}

td#head ul.nav li:hover
{
	z-index: 1;
	background: #DDD;
}
td#head ul.nav li ul li:hover
{
	background: #EEEEEE;
	z-index: 1;
	background-image: url("../images/smallman.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
td#head ul.nav li:hover ul
{
	display: block;
	z-index: 1;
	position: absolute;
	width: 150px;
	border: 1px solid #DDD;
}
td#head ul.nav li:hover ul li ul
{
	display: none;
		z-index: 1;
}
td#head ul.nav li:hover ul li:hover ul
{
	display: block;
	z-index: 1;
	position: absolute;
	width: 150px;
	left: 150px;
	margin-top:-10px;
	border: 1px solid #DDD;
}

td#head ul.nav li ul li
{
	display: block;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #DDD;
	list-style: none;
	padding: 5px 0px;
	text-indent: 5px;
	margin: 0px 0px;
	font-size: 7pt;
	font-weight: normal;
}

td#leftnav
{
	width: 137px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

td#leftnav ul,
td#content ul#nobullets
{
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
}

td#leftnav ul li
{
	margin: 0px;
	padding: 0px;
}

td#leftnav ul li a
{
	text-decoration: none;
	color: #444;
}

td#leftnav ul li a:hover
{
	text-decoration: underline;
	color: #cc0000;
}

td#leftnav ul li ul
{
	margin-left: 10px;
	margin-top: 5px;
}

td#leftnav a
{
	text-decoration: none;
	color: #444;
}

td#leftnav a:hover
{
	text-decoration: underline;
	color: #cc0000;
}

td#content div#logos
{
	width: 145px;
	position: float;
	float: right;
	text-align: left;
	margin-left: 8px;
}

td#content a,
td#footer a
{
	/*color: #000000;*/
	color: #444;
	text-decoration: none;
}
td#content a:hover,
td#footer a:hover
{
	color: #cc0000;
	text-decoration: underline;
}


td#content h1
{
	/*font-size: 18px;*/
	font-size: 16pt;
	color: #a6a6a6;
	font-weight: normal;
}

td#content h2
{
	font-size: 16px;
}

td#content h5,
td#content h6
{
	font-weight: bold;
	font-size: 16px;
}

td#content h6
{
	color: #336600;
}

td#content h5
{
	color: #CC0000;
}


td#content table.fixtures
{
	font-size: 8pt;
	text-align: center;
	border-collapse: 	collapse;
}

td#content table.smallfixtures
{
	font-size: 7pt;
}

td#content table.fixtures td,
td#content table.fixtures th
{
	border: 1px solid #DDD;
	margin: 0px;
	padding: 3px;
	width: 5%;
	height: 30px;
}

td#content table.fixtures th a:hover
{
	text-decoration: underline;
}

td#content table.fixtures td.topleft
{
	border: none;
}
td#content table.fixtures td.nomatch
{
	background-color: #DDD;
}

td#content table.fixtures th span.withdrawn
{
	color: #EC1C24;
	font-size: 7pt;
	font-weight: normal;
}

td#content table.fixtures td span.score
{
	font-weight: bold;
}

td#content table.fixtures td span.date
{
	font-weight: bold;
	color: #0000FF;
}
td#content table.fixtures td span.date a
{
	color: #0000FF;
}
td#content table.fixtures td span.notes
{
	font-size: 7pt;
	color: #EC1C24;
}

td#content table.results,
td#content table.team_results
{
	border-collapse: collapse;
	font-size: 10pt;
	margin: 10px;
	width: 350px;
	border-left: 1px solid #DDD;
}

td#content table.team_results
{
	border-right: 1px solid #DDD;
	width: 450px;
}

td#content table.awaiting_action
{
	width: 350px;
}

td#content table.week_results,
td#content table.match_history,
td#content table.match_details,
td#content table.match_players,
td#content table.awaiting_action,
td#content table.ranking,
td#content table.simpletable
{
	border-collapse: collapse;
	font-size: 10pt;
	margin: 10px;
	border: 1px solid #FFF;
	width: 700px;
}
td#content table.simpletable
{
	width: 400px;
}

td#content table.player_info
{
	border-collapse: collapse;
	font-size: 10pt;
	margin: 10px;
	border: 1px solid #DDD;
	z-order: 1;
}


td#content table.match_details
{
	border: none;
}

td#content table.simpletable td,
td#content table.ranking td,
td#content table.results td,
td#content table.week_results td,
td#content table.match_history td,
td#content table.team_results td,
td#content table.match_details td,
td#content table.match_players td,
td#content table.awaiting_action td,
td#content table.player_info td
{
	border: 1px solid #FFF;
	border-left: none;
	border-right: none;
	text-align: center;
	
	margin: 0;
	background: #DDD;
	color: #444;
	/*border-left: 3px solid #ec1c24;*/
}
td#content table.simpletable th,
td#content table.ranking th,
td#content table.results th,
td#content table.week_results th,
td#content table.match_history th,
td#content table.team_results th,
td#content table.match_details th,
td#content table.match_players th,
td#content table.awaiting_action th,
td#content table.player_info th
{
	margin: 0;
	background: #ec1c24;
	color: #FFF;
	font-weight: bold;
}

td#content table.ranking td,
td#content table.ranking th
{
	text-align: left;
}

td#content table.ranking td.same
{
	text-align: left;
	border-top: none;
}

td#content table.ranking td.left
{
	text-align: left;
}

td#content table.ranking td.right
{
	text-align: right;
}

td#content table.ranking td.shifted
{
	padding-top: 10px;
}

td#content table.ranking td p.row
{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

td#content table.awaiting_action th
{
 text-align: left;
}

td#content table.results th a,
td#content table.week_results th a,
td#content table.match_history th a,
td#content table.team_results th a,
td#content table.match_players th a,
td#content table.awaiting_action th a,
td#content table.player_info th a
{
	color: #FFF;
}
td#content table.results th a:hover,
td#content table.week_results th a:hover,
td#content table.match_history th a:hover,
td#content table.team_results th a:hover,
td#content table.match_players th a:hover,
td#content table.awaiting_action th a:hover,
td#content table.player_info th a:hover
{
	color: #DDD;
}

td#content table.results a,
td#content table.week_results a,
td#content table.match_history a,
td#content table.team_results a,
td#content table.match_players a,
td#content table.awaiting_action a,
td#content table.player_info a
{
	color: #444;
	text-decoration: none;
}
td#content table.team_results a:hover,
td#content table.week_results a:hover,
td#content table.match_history a:hover,
td#content table.results a:hover,
td#content table.match_players a:hover,
td#content table.awaiting_action a:hover,
td#content table.player_info a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

td#content table.match_players td
{
	border: 1px solid #DDD;
	text-align: left;
	vertical-align: top;
}

td#content table.match_players td ul
{
	list-style: none;
	margin: 0px;
	padding: 2px;
}

td#content table.awaiting_action td.date
{
	width: 50px;
}

td#content table.team_results .date,
td#content table.week_results .date,
td#content table.match_history .date,
td#content table.awaiting_action .date,
td#content table.player_info .date
{
	font-weight: bold;
	text-align: left;
}

td#content table.awaiting_action td.awayside
{
 text-align: left;
	width: 300px;
}

td#content table.team_results th,
td#content table.week_results th
{
	text-align: left;
	width: 100%;
}

td#content table.simpletable th,
td#content table.simpletable td,
td#content table.player_info td.name,
td#content table.player_info th.name
{
	text-align: left;
}

td#content table.player_info td.name
{
	padding: 3px;
}
	

td#content table.team_results .name,
td#content table.simpletable .name
{
	width: 300px;
	text-align: left;
	padding-left: 10px;
}

td#content table.week_results .date,
td#content table.match_history .date,
td#content table.player_info .date
{
	width: 70px;
}

td#content table.week_results .history,
td#content table.team_results .history
{
	width: 70px;
	font-size: 10px;
}
td#content table.week_results .history a,
td#content table.team_results .history a
{
	color: #808080;
}
td#content table.week_results .history a:hover,
td#content table.team_results .history a:hover
{
	color: #cc0000;
}

td#content table.week_results .hometeam,
td#content table.week_results .awayteam,
td#content table.match_history .hometeam,
td#content table.match_history .awayteam
{
	width: 190px;
}

td#content table.week_results .awayteam,
td#content table.match_history .awayteam
{
	text-align: left;
	padding-left: 10px;
}
td#content table.week_results .hometeam,
td#content table.match_history .hometeam
{
	text-align: right;
	padding-right: 10px;
}

td#content table.week_results .v,
td#content table.match_history .v,
td#content table.match_detail .v,
td#content table.player_info .v
{
	width: 10px;
	text-align: center;
}

td#content table.team_results .name .home_away,
td#content table.team_results .played,
td#content table.team_results .not_played,
td#content table.team_results .nothing,
td#content table.week_results .v,
td#content table.match_history .v,
td#content table.match_detail .v,
td#content table.player_info .v,
td#content table.player_info .gametype
{
	font-size: 10px;
	color: #808080;
}

td#content table.week_results .awayscore,
td#content table.week_results .homescore,
td#content table.match_history .awayscore,
td#content table.match_history .homescore
{
	width: 20px;
	font-weight: bold;
}

td#content table.player_info .awayscore,
td#content table.player_info .homescore
{
	width: 10px;
	padding: 0px;
}

td#content table.team_results .score_r,
td#content table.week_results .awayscore,
td#content table.match_history .awayscore,
td#content table.player_info .awayscore
{
	text-align: left;
}

td#content table.team_results .score_l,
td#content table.week_results .homescore,
td#content table.match_history .homescore,
td#content table.player_info .homescore
{
	text-align: right;
}


td#content table.results .name
{
	width: 230px;
	text-align: left;
}

td#content table.results td.status,
td#content table.results th.status
{
	margin: 0px;
	font-weight: bold;
	border: none;
	border-left: 1px solid #DDD;
	color: #444;
	background-color: #FFFFFF;
}
td#content table.results tr.winner,
td#content table.results tr.winner a
{
	color: #EC1C24;
}
td#content table.results tr.withdrawn
{
	color: #444;
	text-decoration: line-through;
}

td#content table.match_details .left,
td#content table.player_info .awayscore
{
	text-align: left;
	border-left: none;
	padding-right: 5px;
}

td#content table.match_details .right,
td#content table.player_info .homescore
{
	text-align: right;
	border-right: none;
	padding-left: 5px;
}

td#content table.match_details .v,
td#content table.player_info .v
{
	border-left: none;
	border-right: none;
}

td#content table.match_details .blank
{
	border: none;
}


td#content table.match_details .playername
{
	font-weight: bold;
}

td#content ul.contacts
{
	list-style: none;
	margin: 0px;
}

td#content ul.contacts li
{
	margin: 10px;
}

td#content ul.contacts li ul
{
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
}

td#content ul.contacts li ul li
{
	margin: 3px;
	margin-left: 20px;
}

td#content table.editfixtures td input,
td#content table.fixtures td input,
td#content table.results td input,
td#content table.results th input,
td#content table.results td select,
td#content table.results th select,
td#content table.editfixtures td select,
td#content table.editfixtures td textarea,
td#content textarea.division_notes,
td#leftnav form.login input.text,
td#leftnav form.login input.button
{
	font-size: 7pt;
	border: 1px solid #DDD;
	margin: 1px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td#content table.results th select,
td#content table.results td select,
td#content table.editfixtures td select,
td#content table.editfixtures td textarea,
td#content textarea.division_notes
{
	text-align: left;
}


td#content table.editfixtures td input.year
{
	margin-left: 0px;
	border-left: none;
}
td#content table.editfixtures td input.day
{
	margin-right: 0px;
	border-right: none;
}
td#content table.editfixtures td input.month
{
	margin-right: 0px;
	margin-left: 0px;
	border-right: 1px dotted #DDD;
	border-left: 1px dotted #DDD;
}

td#content table.editfixtures td textarea,
td#content textarea.division_notes
{
	text-align: left;
	overflow: visible;
	width: 100%;
}

td#content table.editfixtures td p.extralink,
td#content table.editfixtures td p.extralink_top
{
	font-size: 7pt;
	color: #DDD;
	text-align: right;
	margin: 0px;
	margin-top: 3px;
}

td#content table.editfixtures td p.extralink a
{
	color: #DDD;
	text-decoration: none;
}

td#content table.editfixtures td p.extralink a:hover
{
	text-decoration: underline;
}

td#content div.editfixtures_form
{
	display: block;
	text-align: right;
}

td#content div.editfixtures_form form.editfixtures
{
	display: inline;
	text-align: right;
}

td#content ul.admin_seasons,
td#content ul.link_leagues,
td#content ul.edit_news,
td#content ul.edit_clubs
{
	list-style: none;
	width: 450px;
}
td#content ul.admin_seasons a,
td#content ul.link_leagues a,
td#content ul.edit_news a,
td#content ul.edit_clubs a
{
	text-decoration: none;
	color: #444;
}
td#content ul.admin_seasons li,
td#content ul.link_leagues li,
td#content ul.edit_clubs li
{
	border: 1px solid #DDD;
	margin: 10px;
	margin-left: 3px;
	padding: 3px;
	font-weight: bold;
}
td#content ul.admin_seasons li ul.admin_leagues,
td#content ul.link_leagues li ul.link_divisions,
td#content ul.edit_clubs li ul.edit_teams 
{
	margin: 0px;
	margin-left: 3px;
	list-style: none;
}
td#content ul.admin_seasons li ul.admin_leagues li
td#content ul.link_leagues li ul.link_divisions li
{
	margin-left: 3px;
	padding: 3px;td#leftnav form.login input.text,
	border: 1px solid #DDD;
	margin: 10px;
	list-style: none;
	font-size: 10pt;
	font-weight: normal;
}
td#content ul.admin_seasons li ul.admin_leagues li ul.admin_divs li,
td#content ul.link_leagues li ul.link_divisions li ul.link_teams li,
td#content ul.edit_clubs li ul.edit_teams li,
td#content ul.edit_news li 
{
	font-size: 10pt;
	font-weight: normal;
	border: none;
	margin: 1px;
	list-style: none;
}

td#content ul.edit_news li 
{
	margin: 10px;
	font-weight: bold;
}

td#content ul.admin_seasons li.add_new,
td#content ul.admin_seasons li ul.admin_leagues li.add_new,
td#content ul.edit_clubs li ul.edit_clubs li.add_new,
td#content ul.edit_clubs li.add_new
{
	border: none;
}

td#content .label

{
	margin-top: 10px;
}


td#content ul.contact_details_teams,
td#content ul.team_type,
td#content ul.contact_details_teams li,
td#content ul.team_type li
{
	list-style: none;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}


td#content ul.contact_details_teams li h3,
td#content ul.team_type li h3,
td#content ul.contact_details_teams li h4,
td#content ul.team_type li h4
{
	font-size: 14px;
	margin: 0px;
}

td#content ul.contact_details_teams
{
	margin-left: 10px;
}


td#content ul.contact_details_teams li p
{
	margin: 0px;
	margin-left: 10px;
}

td#content ul.front_page_headlines,
td#content ul.headlines
{
	margin: 0px;
	list-style: none;
}
td#content ul.front_page_headlines
{
	padding: 0px;
}

td#content ul.front_page_headlines li,
td#content ul.headlines li
{
	margin-bottom: 5px;
}

td#content ul.front_page_headlines li .date,
td#content ul.headlines li .date
{
	margin-bottom: 5px;
	color: #000000;
}
td#content ul.front_page_headlines li a,
td#content ul.headlines li a
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
td#content ul.front_page_headlines li a:hover,
td#content ul.headlines li a:hover
{
	text-decoration: underline;
}

td#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px;
	padding-top: 10px;
	font-size: 11pt;
	color: #808080;
}

td#leftnav form.login input.text
{
	width: 120px;
}
form.login p
{
	margin: 0px;
	margin-top: 5px;
}
form.login p.login_message,
form.login p.login_error
{
	font-size: 8pt;
}
form.login p.login_error
{
	color: #EC1C24;
}

td#content table.forumposts
{
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #FFF;
	background: #DDD
}

td#content table.forumposts th,
td#content table.forumposts td
{
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	border: 1px solid #FFF;
}

td#content table.forumposts tr.headers
{
}
td#content table.forumposts tr.headers th
{
	border: 0;
	border-bottom: 1px solid #FFF;
	font-size: 10pt;
	color: #FFF;
	background: #EC1C24;
}

td#content table.forumposts td.date span.person
{
	color: #808080;
	font-size: 8pt;
}

td#content table.forumposts tr.nextprev
{
	border-top: 1px solid #DDD;
}

td#content table.forumposts tr.nextprev td.prev
{
	text-align: left;
}
td#content table.forumposts tr.nextprev td.next
{
	text-align: right;
}

td#content table.forumposts tr.newpost td
{
	text-align: center;
}

td#content table.post,
td#content table.replies,
td#content table.post_reply
{
	width: 90%;
	border: 1px solid #FFF;
	border-collapse: collapse;
	margin: 3px;
	padding: 3px;
	font-size: 10pt;	
	margin-top: 10px;
}


td#content table.post th,
td#content table.replies th,
td#content table.post_reply th
{/*_displaypost.php?post=18*/
	margin: 0px;
	padding: 3px;
	border: 1px solid #FFF;
	background: #EC1C24;
	color: #FFF;
}

td#content table.post td,
td#content table.replies td,
td#content table.post_reply td
{
	margin: 0px;
	padding: 3px;
	border: 1px solid #FFF;
	vertical-align: top;
	text-align: left;
	background: #DDD;
}

td#content table.post th.repliestitle
{
	border: none;
}

td#content table.replies th.reply,
td#content table.post_reply th.reply
{
	text-align: left;
	vertical-align: top;
	width: 150px;
	background: #DDD;
	color: #000;
}
td#content table.post th.mainhead
{
	text-align: left;
	vertical-align: top;
}
td#content table.post th.mainhead h1
{
	margin: 0px;
	color: #FFF;
}
td#content table.post th.mainhead h4
{
	margin: 0px;
	color: #DBB;
}
td#content table.post th.mainhead p.edit_link,
td#content table.post th.mainhead p.edit_link a
{
	text-align: right;
	margin: 0px;	
	font-size: 8pt;
	color: #DDD;
}
td#content table.post th.mainhead,
td#content table.post th.mainbody
{
padding: 3px;
}
td#content table.replies th.reply span.person,
td#content table.post_reply th.reply span.person,
td#content table.replies th.reply span.date,
td#content table.post_reply th.reply span.date
{
	font-size: 8pt;
}
td#content table.replies th.reply span.date,
td#content table.post_reply th.reply span.date
{
	color: #666;
}

td#content table.replies th.no_replies_title span.sub,
td#content table.post_reply th.no_replies_title span.sub
{
	font-size: 8pt;
}

td#content table.post_reply th.reply p
{
	margin: 0px;
}

td#content table.post_reply th.reply input
{
	font-size: 10pt;
	font-weight: bold;
	width: 140px;
	border: 1px solid #808080;
	background: #EEEEEE;
}
td#content table.post_reply th.reply input.button
{
	width: 50px;
	margin: 10px;
	font-size: 8pt;
	font-weight: bold;
}
td#content table.post_reply td.reply_body textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 90px;
	margin: 0px;
	border: 1px solid #808080;
	background: #EEEEEE;
}
td#content table.post_reply td.reply_body_tall textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 450px;
	height: 160px;
	margin: 0px;
	border: 1px solid #808080;
	background: #EEEEEE;
}
td#content table.post_reply h4
{
	margin: 0px;
	color: #CC0000;
}
td#content p.edit_link 
{
	text-align: right;
	margin:0px;	
	font-size: 8pt;
}
td#content div.edit_form h4
{
	margin: 0px;
}

td#content div.edit_form input
{
	font-size: 10pt;
	width: 350px;
	border: 1px solid #808080;
	background: #EEEEEE;
}

td#content div.edit_form input.button
{
	width: 50px;
	font-weight: bold;
}

td#content div.edit_form  textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 90px;
	margin: 0px;
	border: 1px solid #808080;
	background: #EEEEEE;
}

td#content div.registration_form p.label,
td#content div.prefs_form p.label
{
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
}

td#content div.registration_form input.text,
td#content div.registration_form input.button,
td#content div.prefs_form input.text,
td#content div.prefs_form input.button
{
	font-size: 10pt;
	width: 250px;
	border: 1px solid #808080;
	background: #EEEEEE;
}

td#content div.registration_form input.button,
td#content div.prefs_form input.button
{
	width: 100px;
	font-weight: bold;
}

td#content div.registration_form ul.email_options,
td#content div.prefs_form ul.email_options
{
	list-style: none;
	margin: 5px;
}

p.red_back {
	margin: 0;
	background: #ec1c24;
	color: #FFF;
	font-weight: bold;
	width: 137px;
	padding: 2px;
	padding-left: 6px;
	padding-right: 0px;
/*	min-width: 133px; */
}
p.nav_league {
	margin: 0;
	background: #DDD;
	border-left: 3px solid #ec1c24;
	padding: 2px;
	width: 137px;
	/* _width: 135px; */
	min-width: 130px;
	margin-top: 1px;
}

.title_red {
	font-size: 16pt;
	color: #ec1c24;
}
.title_grey {
	font-size: 16pt;
	color: #a6a6a6;
}

hr.dots {
	text-align: left;
	margin: 0 0;
	border: none 0;
	border-top: 2px dotted #DDD;
	height: 2px;
}

.error
{
	color: #EC1C24;
}

.ranking_text
{
	color: #808080;
	font-size: smaller;
}
.highlighted
{
	background: #EEE;
	font-style: italic;
	font-weight: bold;
	color: #EC1C24;
}

.win
{
	color: #00cc00;
}

.lose
{
	color: #cc0000;
}

td#content ul.front_page_headlines li a.news_important {
	color: #EC1C24;
}
