/* CSS Document for styling the rates tables */

table
	{
	width: 570px;
	border-collapse: collapse;
	margin-top: 15px;
	}
	
td, th
	{
	border: 1px solid #bbbbbb; 
	font-size: 1.2em;
	padding: 4px 10px;
	line-height: 1.2;
	}

tbody td 
	{
	border-top: 0;
	border-bottom: 0;
	}

caption 
	{
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 0 0 5px;
	color: #333333;
	}

th 
	{
	background: #e4e5e4 url(images/table-heading-background.gif) 0 50% repeat-x; 
	text-align: left;
	}

tfoot td 
	{
	font-size: 1.0em;
	text-align: center;
	background-color: #e2e2e2;
	color: #555555;
	}

tbody tr.alt td 
	{
	background: #d8ddf0;
	}
		
tbody tr.mover td, tbody tr:hover td 
	{
	background: #4f70dc;
	color: #ffffff;
	}

tbody tr.mover+tr td 
	{
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	}
