﻿.preview_match {
	width: 600px;
	height:330px;
	overflow:auto;
	background-color:#EAEAEA;
	margin-bottom:10px;
	float:left;
}
.preview_match .articlefulldisplay{
	padding:10px 10px 5px 5px;
	text-align:left;
}
.preview_match .articlefulldisplay .article_name
{
	font-weight:bold;
	margin-bottom:15px;
}
/* Match Reports*/
.report_match {
	width: 300px;
	height:330px;
	overflow:auto;
	background-color:#EAEAEA;
	margin-bottom:10px;
}
.report_match .articlefulldisplay{
	padding:10px 10px 5px 5px;
	text-align:left;
}
.report_match .articlefulldisplay .article_name
{
	font-weight:bold;
	margin-bottom:15px;
}
/*Match History*/
.history {
	width:300px;
	height:355px;
	overflow:auto;
	/*background-color:#EAEAEA;*/
	margin-bottom:10px;
}
.history .articlefulldisplay{
	padding:10px 10px 5px 5px;
	text-align:left;
}
.history .articlefulldisplay .article_name{
	display:none;
}
/*.history div#h2h{
	width:240px;
	font:11px Verdana;
}*/
.history div#h2h_rwchdr, .history div#h2h_h2hhdr, .history div#h2h_rwcmatchhdr{
	text-align:center;
	padding:5px;
	background-color:#006;
	color:#FFF;
	font-weight:bold;
}
.history div#h2h_rwcmatchhdr{
	background-color:#999;
}
.history table#h2h_thisRWC{
	font:11px Verdana;
	width:268px;
}
.history td.h2hstat-left, .history td.h2hstat, .history td.h2hstat-right{
	padding:5px;
}
.history td.h2hstat-left{
	text-align:left;
}
.history th.h2hstat{
	text-align:center;
	font-weight:bold;
}
.history td.h2hstat-right{
	text-align:right;
}
.history tr.h2h_stat-alt{
	background-color:#F2F2F2;
}
.history div.h2h_previous_match_alt, .history div.h2h_previous_match{
	padding:5px;
	background-color:#FFF;
	text-align:center;
}
.history div.h2h_previous_match{
	background-color:#F2F2F2;
}
.history span.h2h_win{
	font-weight:bold;
}

/*Don't know what this is for, but i like a heavy style sheet so i'll leave it in*/
.general{
	float:left;
	height:525px;
	overflow:auto;
	text-align:left;
	width:457px;
}
.general .articlefulldisplay{
	padding:10px;
}
.general .article_name{
	font-weight:bold;
	margin-bottom:10px;
}