/*flights table styles for mulcares.com
prices and availability

#1c3a85 is dark blue
#3c5696 is lighter blue
#dde1ed is pale blue
#9cabd0 darker pale blue
#6b91cb is the colour for h1
#1b264d is shadow dark

*/

table{
	font-family:Myriad, Helvetica, Arial;
	border-collapse:collapse;
	width: 640px;
	border:1px solid #1c3a85;
	background-color:#9cabd0;
	color:#1c3a85;
	margin-left:60px;

}

table td, table p{
	padding-top:0.3em;
	padding-bottom:0.3em;
	color:inherit;
	
}

table a:link{
	color:inherit;
}

table a:visited{
	color:inherit;
}

th {
	line-height:1.8em;
	color: inherit;
	font-size: 0.7em;
	padding: 5px 5px 5px 10px;
	text-align: left;
	
}

td {
	color: inherit;
	font-size: 0.7em;
	padding: 2em 10px;
	text-align: left;
}



caption {
	font-size: 1em;
	font-weight:normal;
	margin: 0.5em 0;
	color:#fff;
}

col {
	border-right: 1px solid #1c3a85;
}





thead {
	background: #3c5696 url(images/table_bar.gif) repeat-x left center;
	border-top: 1px solid #1c3a85;
	border-bottom: 1px solid #1c3a85;
}

th {
	font-weight: normal;
	color:#1c3a85;
}

 .odd {
 	background-color:  #dde1ed;
}



tr:hover {
	background-color: #3c5696;
	color:#fff;
}


thead tr:hover {
	background-color: transparent;
	color:inherit;
}








