/* Contains all the other small css changes for page that do not require a dedicated css file themselves */
@import url("ww_master.css");


/* About.html */
#tbl_guide
{
	width: 100%;
	margin: 2px;
	margin-bottom: 10px;
}
#tbl_guide td
{
	vertical-align: top;
}

/* Tours / Safari */

table.tbl_offer
{
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
table.tbl_offer td
{
	vertical-align: top;
}
table.tbl_offer td
{	
	border: solid 1px #cccccc;
}
table.tbl_offer p
{
	margin: 2px;
	text-align: justify;
}


/* Comments */
p.comment
{
	font-size: 11px;
	margin: 10px auto 30px auto;
	width: 90%;
	border: solid 1px #cccccc;
	background-color: #FAFAFA;
}
span.greeting
{
	font-weight: bold;
}
span.guest
{
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
}

/* FAQ */
#faq-menu
{
	text-align: left;
	margin: 20px auto 20px auto;
	font-weight: bold;
	width: 70%;
	padding: 20px;
	border: solid 1px #aaaaaa;
	background-color: #f8f8f8;
}
#faq-menu li
{
	line-height: 20px;
}
#faq-menu a
{
	text-decoration: none;
}
#faq-menu a:hover
{
	text-decoration: underline;
}

/* Malaria */
#ul-malaria, #ul-linkexchange, ul.ul-other, ul.ul-plain
{
	text-align: justify;
	width: 90%;
	padding: 20px;
	margin: 2px auto 40px auto;
}
#ul-malaria, #ul-linkexchange, ul.ul-other
{
	border: solid 1px #aaaaaa;
	background-color: #f8f8f8;
}


/* Booking Form */
#BookingForm td
{
	text-align: left;
}
#BookingForm input, #BookingForm textarea
{
	border: solid 1px #051429;
	color: #051429;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#BookingForm textarea
{
	width:432px;
	height: 100px;
}

/* Budget / Quickie */
table.tblBQ
{
	width:600px;
	text-align: center;
	padding: 3px;
	cursor: default;
	margin: 20px auto 20px auto;
}

table.tblBQ thead td
{
	font-weight: bold;
	color: #ffffff;
	background-color: #660000;	
}

table.tblBQ tr.row_a
{
	background-color: #EBEBEB;
}

table.tblBQ tr.row_b
{
	background-color: #D8D8D8;
}

table.tblBQ tbody tr:hover
{
	background-color: #A8A8A8;
	color: #ffffff;
}


/* Overland Dates */
#tbl-overland-dates
{
	margin-bottom: 20px;
}
#tbl-overland-dates td
{
	vertical-align: top;
	width: 50%;
	padding: 5px;
	padding-top: 50px;
}

.org
{
	color: #ff5000;
}

/* Gallery */
#tbl-gallery td
{
	padding: 10px;
	background-color: #efefef;
	border: solid 1px #676767;
}
#tbl-gallery td:hover
{
	background-color: #000000;
}
#tbl-gallery img
{
	border:solid 1px #676767;
}

/* OTHER */
table.def
{
	width:600px;	
}
table.def td
{
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
