table {
	border-collapse: collapse;
	width: 100%;
	margin: 3px 0 15px 0 !important;
}

th {
	color: #FFFFFF;	
	background-color:#4A75B5;
	/*background-image:url(/images/table_header_blue_d.gif);*/
	background-position:left top;
	background-repeat:repeat-x;
}

td a {
	color: #0065A4;
	font-weight:normal;
}

th,td {
	padding: 4px 4px 4px 4px !important;
	text-align: left;
	vertical-align: top;
	border: 1px solid #C0C0C0;
	font-weight:normal;
	line-height: normal;
}
td {
	font-size: 90%;
}

thead tr {
	line-height: normal;
}

th.sorted {
	
}

th a,th a:visited {
	color: #FFFFFF;
}

th a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	color: #FFFFFF;
}

th.sortable a {
	color: #FFFFFF;
	font-weight: bold;
}

tr.odd {
	background-color: #FFFFFF;
}

tr.tableRowEven,tr.even {
	background-color: #FAFBFC;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(/images/ico_file_excel.png);
}

span.csv {
	background-image: url(/images/ico_file_csv.png);
}

span.xml {
	background-image: url(/images/ico_file_xml.png);
}

span.pdf {
	background-image: url(/images/ico_file_pdf.png);
}

span.rtf {
	background-image: url(/images/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

#gamesummary {
	text-align: center;
}

#gamesummary td {
	border: 0px;
	text-align: center;
}

.noborder td {
	border: 0px;
}

.tdhead {
	font-weight: bold;
	font-size: 96%;
	font-family: sans-serif;
}

.teamtype {
	text-transform: uppercase;
	font-weight: bold;
}

.scoredigit {
	font-weight: bold;
	padding: 15px;
	font-size: 200%;
}

.over{
 background-color: 	#B2D2FF;
}

tr.game-modified{
	color:  #FF4500;
}

tr.game-modified a {
	color:  #FF4500;
}
tr.game-modified a:hover {
	color:  #FF4500;
}
