

	.map-roomSectionsList {
	}
	
	.map-roomSectionsList table {
		width:	100%;
	}
	
	.map-roomSectionsList table td {
		text-transform:	capitalize;
		text-align:		center;
	}
	
	.map-roomSectionsList .roomSection a {
		display:			block;
		border:				none;
		background:			transparent none;
		padding:			4px 0;
		text-decoration:	none;
		color:				#000;
		font-weight:		none;
		font-size:			11px;
	}
	
	.map-roomSectionsList .roomSection.loading a {
		cursor: wait;
	}
	
	.map-roomSectionsList .roomSection.locked a {
		cursor: not-allowed;
	}
	
	.map-roomSectionsList .roomSection a:hover {
		background-color:	#F5F5F5;
	}
	
	.map-roomSectionsList .roomSection var {
		font-style:	normal;
	}
	
	.map-roomSectionsList .template {
		display:	none;
	}