body, td, tr, input, select, textarea { font: 8pt}

body {
	background-color: #ffffff;
	font-family: Arial;
	margin: 0 px 0px;
	padding: 0px;}
a{
	color: #4899C6;}
h1{
	font-size: 11px;
	color:#000000;}
h2{
	font-size: 11px;
	font-family: Tahoma;
	color:#000000;}
h3{
	font-size: 11px;
	font-family: Tahoma;
	color:#000000;}
h4{
	font-size: 11px;
	font-family: Tahoma;
	color:#000000;}

tr, td{
	font-size: 10pt;
	margin: 1 px;}
/* Tours table */
.tours_table {
	width:100%;
	border-left:1px solid #2a6ba3;
}
.tours_table th{
	background-color:#2a6ba3;
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-family:arial;
}
.tours_table td{
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #2a6ba3;
	border-right:1px solid #2a6ba3;	
	font-family:tahoma;
	padding:5px 2px;
}
.tours_table td.clear_td{
	text-align:right;
	vertical-align:middle;
	border-bottom:none;
	border-right:1px solid #2a6ba3;	
	font-family:tahoma;
}
.tours_table td.group_name{
	padding:10px 0;	
}
.tours_table td a{
	color:#2a6ba3;
	text-decoration:none;
}
.tours_table td a:hover{
	color:#000066;
	text-decoration:underline;
}

table.tours_table th.fix_td { width:80px; }
table.tours_table td.fix_td { width:80px; }

.tours_table tr {
	
}
.text-center {
	text-align:center;
}