/** 
* tournaments.css 
* $Id: tournaments.css 278 2008-05-20 17:04:17Z jake $
*/

#content .content-left {
	float:left;
	width:45%;
}

#content .content-right {
	float:right;
	width:50%;
}
#content .quick-links {
	font-size:11px;
	text-align:center;
}
#content .block .month_separator {
	position:relative;
	margin: 10px 0;
	padding: 2px 5px;
	background: #bc0000 url('../images/shared/diagonal_redbg.png') repeat-x 0 0;
	color: #fff;
}
#content .block .month_separator a {
	position:absolute;
	right:1ex;
	color:#FFF;
	font-size:11px;
}
#content .block .list_item {
	margin-bottom: 1em;
	padding: 0 0.5em;
	border-bottom: 1px solid #ddd;
}
#content .block .list_item p {
	margin: 0 5px 5px;
	font-size: 11px;
}
#content .block .list_item a {
	color: #851111;
}
#content .block .list_item p a {
	color: #f00;
}
#content .block .top {
	text-align: right;
}

#content .title h2 {
	color: #851111;
	margin: 5px 0;
	border-bottom: 1px solid #ddd;
	font: bold 18px Arial,sans-serif;
}
#content .title a.backto {
	float: right;
	margin-top: -30px;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	color: #928f85;
}
#content .title a.backto:hover span {
	text-decoration: underline;
}
#content .title a.backto img {
	vertical-align:middle;
	width: 16px;
}

.title img {
	vertical-align:bottom;
}
.title blockquote {
	font: 11px Arial,sans-serif;
	font-style:italic;
	color: #474747;
	background: #eee;
	border: 1px solid #e8e8e8;
	padding: 5px 10px;
}
.title blockquote b {
	font-style: normal;
	font-weight:bold;
}

.tournament-details {
	position: relative;
}
.tournament-details b {
	font: bold 11px Arial,sans-serif;
	background: #eee;
	float: left;
	width: 150px;
	text-align:right;
	padding: 2px 10px 2px 0;
	margin: 0px 10px 10px 0;
}
.tournament-details p {
	position: relative;
	clear:both;
}
.tournament-details .details {
	padding: 0 1em;
}



table {
	xbackground: #fff;
	font: normal 14px Arial,sans-serif;
}

.center {
	text-align:center;
}
.red-diagonal {
	display: block;
	xheight: 26px; /* 34px */
	margin: 8px 0 0;
	padding: 8px 0 5px 10px;
	background: #bc0000 url('../images/shared/diagonal_redbg.png') repeat-x 0 0;
	font: bold 16px "Gill Sans", Arial, sans-serif;
	color: #fff;
}
.red {
	background: #8b0000;
	padding: 10px;
	font: bold 16px Arial,sans-serif;
	color: #000;
}
table.aqua{
	background: #aaa;/*008080;*/
	font: bold 16px Arial,sans-serif;
	color: #FFF;
}
table.results{
	font: normal 11px Arial,sans-serif;
	color: #000;
	background: #aaa;
}
td.laqua{
	background: #FFFFDF;
}
td.td_white{
	background: white;
}

.t_logo {
	position: relative;
	margin:10px 0;
	text-align:center;
	overflow: hidden;
	width: 650px;
}
.scoring {
	margin: 10px 0;
}

