﻿#RoomSearch
{
	color:#000000;
	font-size: 80%;
}

#RoomSearch h3
{
	border-bottom: solid 1px #ffffff;
	text-align:center;
	margin:3px;
}

#RoomSearch h4
{
	font-weight:normal;
	margin:3px 0px 0px 0px;
	font-size: 90%;
}

#RoomSearch Select
{
	border: none;
	margin: 5px 0px 5px 1px;
}

#RoomSearch Input
{
	text-align:center;
}


#LeftColumn
{
	height:100%;
	color:#FFFFFF;
	background-color:#333333;
	font-size: 85%;
	display:block;
}

#LeftColumn ul
{
	margin:0px;
	padding:0px;
	list-style: none;
}

#LeftColumn ul li
{
	border-bottom: solid 1px #ffffff;
	display:block;	
}

#LeftColumn ul li a
{
	color: #ffffff;
	text-decoration:none;
	display:block;
	width:159px;
	padding: 5px 0px 5px 16px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;

}

#LeftColumn ul li a:hover
{
	color:#FFFF66;
	background-image:url(images/arrow_hover.gif);
	background-color:#666666;
}

#LeftColumn .LastMinute
{
	margin: 20px 0px 0px 0px;
}