

/* blue table part */

#bluetable
        {
      
        border:0;
        margin:0;
        text-align:center;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        width: 480px;
        background-color: white;
        }

.blue table
        {
   
        padding: 0;
        margin: 0 auto;
        border-left: 1px solid #2B94D8;
        border-collapse:collapse;
        }



.blue th
        {
        font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-top: 1px solid #2B94D8;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #2B94D8 url() no-repeat;
        vertical-align:middle;
        }

.blue th a
        {
        text-decoration:none;
        color: #ffffff;
        }
.blue td a
        {
        text-decoration:none;
        color:#0A5A93;
        
        }

.blue td img
        {
        margin:0 auto;
       
        }
.blue td a:hover
        {    
        color:#a84444;
        
        }
		

		
.blue td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-left: 1px solid #2B94D8;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        font-weight:bold;
		text-align: center;
        }
.bluealt td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-left: 1px solid #2B94D8;
        padding: 6px 12px 6px 12px;
        background-color: #BED9ED;
        font-weight:bold;
		text-align: center;
        }


.bluealt td a
        {
        text-decoration:none;
        color:#0A5A93;
        
        }

.bluealt td img
        {
        margin:0 auto;
      
        }
.bluealt td a:hover
        {    
        color:#CC6600;
    
        }

tr.alt
        {
        background: #BED9ED;
        color: #797268;
        }
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */
tr[class="alt"] td
        {
        background: #CEE4F5 url() no-repeat;
        }
td[class~="alt"]
        {
        background: #fff url() no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
.blue tbody tr.alt td:first-child
        {
        background: #3395DB url() no-repeat;
        font-weight:bold;
        }
.blue tbody tr td:first-child
        {
        background: #fff url() no-repeat;
        font-weight:bold;
        }
.bluealt tbody tr.alt td:first-child
        {
        background: #BED9ED url() no-repeat;
        font-weight:bold;
        }
.bluealt tbody tr td:first-child
        {
        background: #BED9ED;
        font-weight:bold;
        }
        
        

/* orange part */

#orangetable
        {
      
        border:0;
        margin:0;
        text-align:center;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        width: 480px;
        background-color: white;
        }



.orange table
        {
   
        padding: 0;
        margin: 0 auto;
        border-left: 1px solid #FF9B24;
        border-collapse:collapse;
        }



.orange th
        {
        font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-top: 1px solid #FF9B24;
    
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #FF9B24 url() no-repeat;
        vertical-align:middle;
        }
		
.orange th a
        {
        text-decoration:none;
        color: #ffffff;
        }
.orange td a
        {
        text-decoration:none;
        color:#003366;
        
        }
.orange td img
        {
        margin:0 auto;
        
        }
.orange td a:hover
        {    
        color:#D09231;
        
        }
			
.orange td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-left: 1px solid #FF9B24;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        font-weight:bold;
		text-align: center;
        }
.orangealt td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-left: 1px solid #FF9B24;
        padding: 6px 12px 6px 12px;
        background-color: #FFD97D;
        font-weight:bold;
		text-align: center;
        }
		
.orangealt td a
        {
         text-decoration:none;
        color:#003366;
        }
		
.orangealt td a:hover
        {    
        color:#2B94D8;
   
        }
        
tr.alt
        {
        background: #FFD97D;
        color: #797268;
        }
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */

/* Poor old Internet Explorer won't see the next two rules either */
.orange tbody tr.alt td:first-child
        {
        background: #3395DB url() no-repeat;
        font-weight:bold;
        }
.orange tbody tr td:first-child
        {
        background: #fff url() no-repeat;
        font-weight:bold;
        }
.orangealt tbody tr.alt td:first-child
        {
        background: #FFD97D url() no-repeat;
        font-weight:bold;
        }
.orangealt tbody tr td:first-child
        {
        background: #FFD97D;
        font-weight:bold;
        }