div.gameday 
{
	background: #fff url( '/bundles/ebbeatonbaseball/images/baseball.jpg' ) repeat scroll top;
	margin: 0px auto 20px;
	padding: 0; 
	font-weight: bold;
	border: solid rgb(0,0,0);
	border-width: 3px 3px;
	text-align: left;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #000000;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	 behavior: url( '/bundles/ebbeatonbaseball/css/PIE.htc' );
	max-width:380px;
}

.LiveScore { 
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	margin: 0px auto ;
	font-size: 12pt;
	font-weight: bold;
	color: #ccccc;
	font-style: normal;
}

.LiveScore table { 
	margin: 10px auto 5px;
	min-width: 95%;
	
	
}

.LiveScore td { 
	
	text-align:center;
}

.ScoreboardHeader { 
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 18px;
	
	padding: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 3px;
	 behavior: url( '/bundles/ebbeatonbaseball/css/PIE.htc' );	
}
.ScoreboardSubHeader{ 
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	background-color: rgb(255,255,255);
	color: rgb(204, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid rgb(204,0,0);
}

.scoreboard{
	color:white;
	line-height: 1.1;
	border-left: 2px solid white;
	border-right: 2px solid white;
	/* background-color: #106F57; */
	
	background: rgb(16,111,87); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNmY1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRjNmI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(16,111,87,1) 0%, rgba(76,107,98,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,111,87,1)), color-stop(50%,rgba(76,107,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,111,87,1) 0%,rgba(76,107,98,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,111,87,1) 0%,rgba(76,107,98,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,111,87,1) 0%,rgba(76,107,98,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(16,111,87,1) 0%,rgba(76,107,98,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106f57', endColorstr='#4c6b62',GradientType=0 ); /* IE6-8 */

}

.scoreboard.scoreboard_header{
	color:white;
	border-bottom: 1px solid white;
	border-top: 2px solid white;
	
	font-size: 20px;
	font-family: 'Waiting for the Sunrise', cursive;
	font-weight: bold;
}

.scoreboard.scoreboard_spacer{
	line-height: 10px;				
}

.home_visitor_row{
	line-height: 14px;
	

}
span.home_vis{
	font-size: 12px;
	font-family: 'Waiting for the Sunrise', cursive;
	font-weight: bold;
	text-align: center;
	color: yellow;
}

.scoreboard.scoreboard_score{
	border-bottom: 2px solid white;
	border-top: 1px solid white;
	color:white;
	font-size: 48px;
	font-family: 'Waiting for the Sunrise', cursive;
	font-weight: bold;
}

.scoreboard.scoreboard_score td, .home_visitor_row td {
	color:white;
	
	border-right: 1px dotted white;
	font-weight: bold;
}

div#countdown{
	margin:0px auto;
}

.ScoreboardFooter { 
	font-family: Arial,Helvetica,sans-serif;
	display:block;
	color: white;
	background-color: darkgray;
		
	padding-top: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 2px;
	 behavior: url( '/bundles/ebbeatonbaseball/css/PIE.htc' );		
}

