/* BEGIN: REGULAR TABLE CSS */

#maincontent table {
	margin: 12px 5px;
}

#maincontent td {
	font-family: Arial, Helvetica, sans-serif; 
	color: #3C1000; 
	font-size: 13px;  
	padding:3px;
}

#maincontent td.note{
	font-family: Arial, Helvetica, sans-serif; 
	color: #3C1000;
	font-size: 12px;
	font-weight: normal;
	font-style: italic		
}

/* END: REGULAR TABLE CSS */


/* Itinerary - Options Table */
#options {
	margin: 15px 0 0 15px;
	border: 2px solid #ffffff;
	color: #F5E8B1;
	padding: 0;
}

#options p {
	margin-top: 0px;
	margin-bottom: 2px;
}

#options th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight: bold;	
	color: #ffffff;
	text-align: center;
	padding:5px 3px;
	background: #663600;
}

#options td {
	/*border-right: 1px solid #C1DAD7;*/
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 12px;  
	background: #cccc99;	
	text-align: left;	
	border-top: 1px solid #ffffff; /* cdc2b9 */
	border-left: 1px solid #ffffff;	
	padding: 1px 3px;
}

#options td.fill { 
	background: #cccc99 url('../graphics/check-r.png') center no-repeat;	
}

#options td.print {  
	background:#FF0000;
}

#options td.activity { 
	color:#3c1000;
	font-weight: bold;	
	text-align: left;	
	border-top: 1px solid #ffffff;	
	border-left: none;	
	padding: 4px;
}

#options a {
	color:#0033cc;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;  
	font-weight: bold;			
}

#options a:hover, #options a:active #options a:focus {
	color:#2c3289;
}		

#options td.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: bold;	
	color: #FDF4D9;
	text-align: left;
	background: #A69468;
}

#options td.print {
	text-align: center;
	padding: 3px;
	background: none;
}

#options td.nopad {
	padding: 0px 0px 0px 0px;
}

/* Itinerary Price table */
#price {
	margin: 0 0 10px 10px;
	border: 2px solid #ffffff;
	color: #F5E8B1;
	padding: 0;
}

#price th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: bold;	
	color: #ffffff;
	text-align: right;
	padding: 3px;
	background: #993300;
}

#price td {
	font-family: Arial, Helvetica, sans-serif; 
	color: #3C1000; 
	font-size: 12px;  
	background: #cccc99;		
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	padding: 6px 3px 6px 6px;
}

#price td.att {
	background: #f2f0b5;
	font-style:normal;	
	border-bottom: none;	
}

/* TABLE 3 Newsletter */
#news {
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;	
	background: #e3e3b0;
	width: 400px;
	padding: 0;
	margin: 25px 0 0 45px;
}

#news p {
	margin-top: 0px;
	margin-bottom: 2px;
}

#news th {
	background:#A69468;
	border-bottom: 1px solid #cdc2b9;	
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	margin:10px 0;
	padding:2px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#news td {
	/*border-right: 1px solid #C1DAD7;*/
	border-bottom: 1px solid #B2B2B2;
	padding: 6px 3px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4e4e4b;
	vertical-align:text-top;
}

#news td.noborder {
	border-bottom: none;
	padding: 6px 3px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}


