/*
--------- HOME PAGE --------------- */



#pagehome .newsarchive #content h3, #pagehome .newsarchive #content h1 {
	padding: 3px 0 1px 12px;
	border-bottom: 1px solid #efefef;
	}

#pagehome .newsarchive h3 {
	background: url(../images/bg-table-header.gif) #333;
	color: #fff;
}

#pagehome .newsarchive h3 img {
	display: none;
	}
	
#pagehome .newsarchive .footer {
	margin-top: 22px;
	padding-top: 5px;
	}
	
#pagehome .newsarchive .footer p {
	padding: 3px 12px 10px 12px;
	}
	
	
/*
---------- TOURS PAGE --------------- */	


#pagetours #content * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#pagetours #content h3, #pagetours #content h1 {
	padding: 3px 0 1px 12px;
	border-bottom: 1px solid #efefef;
	}

#pagetours #content table {
	margin: 0;
	padding: 0;
	margin: 0 0 5px 0;
	background: #dae7f0;
	width: 100%;
	}

#pagetours #content table td  {
	padding: 0.4em 0.2em 0 0.3em !important;
	padding: 0.3em 0.2em 0.3em 0.3em;
	border-bottom: 1px solid #fff;
	}

#pagetours #content table th {
	background: url(../images/bg-table-header.gif) #333;
	text-align: left;
	padding: 0.3em 0.1em 0 0.3em !important;
	padding: 0.1em 0.1em 0.1em 0.3em;
	color: #ccc;
	font-weight: normal;
	border-bottom: 1px solid #595959;
	border-right: 1px solid #595959;
	}
	
#pagetours #content .hover td {
	background-color:#98c3e0;
	color: #fff;
	cursor: default;
	}	
	
#pagetours #content .footer {
	margin-top: 22px;
	padding-top: 5px;
	}
	
#pagetours #content .footer p {
	padding: 3px 12px 10px 12px;
	}	