/* CSS definition file containing site wide stylesheets 
/* CSS style sheet for use with building SVPL results tables 
/* This will need to be included in the section 
   <BS><link rel="stylesheet" type="text/css" href="../html/results_tables.css">

/*  CSS formatting for results table title and controls */

table.results  { width:417px; margin-left: 3px; }

td.title_row { 	background:#B3E4F2; border-left: 1px solid #999; border-right: 1px solid #999; border-top: 1px solid #999; }

td.fixture_title { width:83%; background:#B3E4F2; border: 1px solid #999; }

td.match_day { width:83%; background:#B3E4F2; border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; }

td.fixture_result { width:17%; background:#B3E4F2; border-top: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; }

div.titles  {  text-align: center; font-size:12px; font-family: 'Times New Roman', Times, Serif; color: #000; font-weight: bold; }

div.dates  {  text-align: left; font-size:12px; font-family: 'Times New Roman', Times, Serif; color: #000; font-weight: bold; padding-left: 120px; }

td.match_fixture { background: #FFF; 
		   border-left: 1px solid #999;
		   border-right: 1px solid #999;
	           border-bottom: 1px solid #999;
		   text-align: center; 
	           font-size:12px; 
                   font-family: 'Times New Roman', Times, Serif; 
                   color: #000; 
                 }

td.match_result { background: #FFF; 
		   border-right: 1px solid #999;
	           border-bottom: 1px solid #999;
		   text-align: center; 
	           font-size:12px; 
                   font-family: 'Times New Roman', Times, Serif; 
                   color: #000; 
                 }
