/* CSS Document */

#caption {
 font-size: 18px;
 font-weight: bold;
 margin:1em 0;
 }
 table{
 border: 1px solid #cccccc;
 background:transparent url(../images/bottom-bg.gif) repeat-x bottom left;
  font-weight: normal;
  float:left;
 margin:1em;
 
 }
 
.col{
	border-right: 1px solid  #333333;
	}
	
col#adultCol {
	border:none;
	}
	
thead {
	background: #cccccc url(../images/right-bg.gif);
	
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
	}
	
	th {
	font-weight: bold;
	font-size: 18px;
	color:#785641;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	}
	
	.odd {
	background-color: #785641;
	color:ffffff;
	}
	tr:nth-child(odd) {
		background-color: #edf5ff;
		}
		
		td{
		color:#CC6600;
		border: 1px solid #785641;
		font-size:18px;
		
		}
		
	tr:hover{
		background-color: #785641;
		}
		
	thead tr:hover{
		background-color: transparent;
		color: inherit;
		}
		