/*

Developed by Activelink Networks
For Hotel411.com, Inc.

Lead Developer: Dan Crothers
							dcrothers@activelink.org

www.activelink.org
www.hotel411.com / www.net411.com

*/

a.white {color: #FFFFFF; text-decoration: none; background: none;}
a.white:hover {color: #FFFFFF; text-decoration: underline; background: none;}

a.grey {color: #333333; text-decoration: none; background: none;}
a.grey:hover {color: #333333; text-decoration: underline; background: none;}

a.purple {color: #23344E; text-decoration: none; background: none;}
a.purple:hover {color: #23344E; text-decoration: underline; background: none;}

a.darkblue {color: #426497; text-decoration: none; background: none;}
a.darkblue:hover {color: #426497; text-decoration: underline; background: none;}



body {

	margin: 0px;
	}


/*    HEADER / LOGO / NAVIGATION     */

td.header {

	background: #23344E;
	}

.logo_space {

	padding-left: 17px;
	}

.nav_space {

	padding-right: 21px;
	}

td.footer {

	background: #23344E;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	}


.search {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-image: url("../img/search_bg_200.jpg");
        backgroud-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 8px;
        width: 199px;


	}


.txt {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
        text-align: left;
	}

.hotel_bg {

	background-color: #9FB5D5;
	font-family: Verdana; 
	color: #4C6C9A;
	}

.front_content {

	font-family: Verdana;
	font-size: 11px;
	}

.result_head {

	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	}

.result_css {
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #4C6C9A;
	}

.result_price {

	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	}

.result_info {

	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #4C6C9A;
	padding-bottom: 7px;
	}


/*ADDED FOR HOMEPAGE REVISION JULY 2010 - N MANDOWA*/

#leftColumn  {
	width: 200px;
	padding: 0px 0px;
	float: left;
	vertical-align: top;
}
#centerColumn  {
	width: 490px;
	padding: 0 20px;
	margin: 0 200 0 200px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
#rightColumn  {
	width: 200px;
	padding: 0 0px;
	float: right;
	vertical-align: top;
	height: auto;	
}
	
.revisedWide  {
	width: 890px;
	height: auto;
	margin: auto;
	align: center;
}

.ads  {
	width: 200px;
	padding: 1px 0;
	vertical-align: top;
	align: center;
	min-height: 200px;
}
.content  {
	width: 490px;
	}
	 