@CHARSET "UTF-8";

#content-subbed {
	font-size: 12px;
	line-height: 1.5em;
}

h1,h2 {
	line-height: 1.5em;
}

table.venues td{padding:5px;border-bottom:5px solid #224b2d;background:#183720;}table.venues td img{padding:2px;border:1px solid #dec973;}table.venues td a{color:#20b14a;font-weight:bold;}table.venues td a:hover{color:#dec974;}
table.reset td{padding:2px;border-bottom:0px; background:transparent;}table.reset td a{font-weight:normal;}
table.result{margin-right:5px;} 

.hidden { display: none; }

/* Boxed style
 */
.boxed {
	background: #183720;
}
.boxed a,
.boxed a:link,
.boxed a:visited,
.boxed a:active,
.boxed a:hover {
	color: #20b14a;
	text-decoration: none;
}
.boxed a:hover {
	color: #dec974;
	text-decoration: none;
}
.boxed img {
	margin: 2px;
	border: 1px solid #dec974;
}

/* Result styles
 */

#content table.results,
#content table.series {
	margin: 0px 20px;
	margin-bottom: 10px;
	border: 1px solid #dec974;
	width: 196px;
}
#content table.results th,
#content table.series th {
	color: #dec974;
	font-size: 13px;
	padding-bottom: 5px;
}
#content table.results h4,
#content table.series h4 {
	color: #20b14a;
	font-size: 14px;
	margin-bottom: 4px;
}

#content table.sub {
	border-color: #20b14a;
}