@import 'generic.css';
@import 'main.css';
@import 'text.css';
@import 'calendar.css';

table.roomselect {
	
}

	table.roomselect tr {
		background: #F9F9F9;
	}
	
		table.roomselect tr.active {
			font-weight: bold;
		}
	
	table.roomselect tr:hover td {
		background: #D7F1FF;
	}
	

/** property item page **/
div.property_submenu {
	width: 135px;
}

div.property_submenu ul {
	list-style: none;
}

	div.property_submenu li {
		background: url("/img/arrow_00.gif") 0 50% no-repeat;
		display: block;
		padding-left: 10px;
	}
	
	div.property_submenu li.plain{
		background: none;
	}
}

.datepicker {
	background-position: 100% 2px;
}