/*************************************************************************/
/** BELOW ARE CLASSES USED FOR TRAVEL GUIDES PAGES**/
/*************************************************************************/
.w55pc {width: 55%; position: relative;}
.w45pc {width: 45%; position: relative; text-align:right;}
.w25pc {width: 25%; position: relative; text-align:right;}
.w70pc {width: 70%; position: relative; text-align:right;}
.w20pcr{width:20%; position: relative; text-align: right;}
.formLabel {width: 25%; text-align: right;}
h1.pageTitle{font: 1.7em/2em verdana, arial;}
.greyBdr {background:#ccc;padding:1px;}
.whiteBdrTop {border-top:2px solid #fff;}
.nowrap{whitespace:nowrap;}
.grey	{color: #ccc;}


/*************************************************************************/
/** BELOW ARE 2 CLASSES TAKEN FROM homepage.css				**/
/** used to show the error message when javascript disabled      	**/
/*************************************************************************/
.errorh{ color: #FF3004; font-size: 18px; font-weight: bold; }
.errors{ color: #FF3004; font-weight: normal; }
* { font-family: verdana,arial,sans-serif; font-size: 11px; line-height: 150%; }
.OrangeButton{background-color:#FF3300;}
.paleGreen {background-color: #e6e6c1;}
