@charset "utf-8";
/* CSS Document */

.boxscore {
   margin:0 auto;
   text-align:left;
	width:100%;
	border:1px solid #bfbfbf;
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}.boxscore table{
    border-collapse: collapse;
    border-spacing: 0;

	height:100%;

	
}.boxscore tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.boxscore table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.boxscore table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}.boxscore tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}

.boxscore td{
	vertical-align:middle;
	background-color:#ededed;
	border: 1px dotted #bfbfbf;
	border-width:0px 1px 1px 0px;
	/*text-align:center;*/
	padding:0px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.boxscore tr:last-child td{
	border-width:0px 1px 0px 0px;
}.boxscore tr td:last-child{
	border-width:0px 0px 1px 0px;
}.boxscore tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.boxscore th{
	background:-o-linear-gradient(bottom, #0072ff 5%, #1800a5 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0072ff), color-stop(1, #1800a5) );
	background:-moz-linear-gradient( center top, #0072ff 5%, #1800a5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072ff", endColorstr="#1800a5");	
	background: -o-linear-gradient(top,#0072ff,1800a5);
	padding-left:3;
	background-color:#0072ff;
	border:0px solid #bfbfbf;
	/*text-align:center;*/
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

	color:#ffffff;
}

.boxscore tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.boxscore tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.teamName {
	font-size:12px;
	font-weight:bold;
	color: #009;
}
.VenueName {
	font-size:12px;
	font-weight:bold;
	color: #9a9a98;
}