/* The Inn at Tough City */
/* Content Site CSS - itcContent.css */
/* Designed by MOTAS Inc. :: motas.ca */
/* Created: Dec 7, 2006 */

#Legend {
	background: #BDAD8E;
	margin: 10px 2px 10px 5px;
	padding-bottom: 20px;
	color: #27231D;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 10px;
	position: fixed;
	top: 430px;
}
#Legend h1 {
	background: #89B15D;
	color: #1C2413;
	font-family: Georgia, Times, 'Times New Roman', serif;
	padding: 13px 5px 3px 13px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}
#Legend h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 5px 3px 13px;
}
#Legend ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#Legend ul li {
	padding-left: 25px;
	margin: 5px 0px;
}
#Legend ul li p {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

#lgdViewFull {
	background: url(images/lgdViewFull.png) top left no-repeat;
}
#lgdViewHalf {
	background: url(images/lgdViewHalf.png) top left no-repeat;
}
#lgdViewEmpty {
	background: url(images/lgdViewEmpty.png) top left no-repeat;
}

#lgdDeckFull {
	background: url(images/lgdDeckFull.png) top left no-repeat;
}
#lgdDeckHalf {
	background: url(images/lgdDeckHalf.png) top left no-repeat;
}
#lgdDeckEmpty {
	background: url(images/lgdDeckEmpty.png) top left no-repeat;
}

#lgdBathFull {
	background: url(images/lgdBathFull.png) top left no-repeat;
}
#lgdBathHalf {
	background: url(images/lgdBathHalf.png) top left no-repeat;
}
#lgdBathEmpty {
	background: url(images/lgdBathEmpty.png) top left no-repeat;
}


.Room, .ContactInfo {
	background: #F2EDD8;
	border-top: 1px solid #D5CAAB;
	border-bottom: 1px solid #D5CAAB;
	padding: 10px 4px;
	margin-bottom: 35px;
}
.ContactInfo p {
	padding: 0px 10px;
	text-indent: 0px;
}
.Room ul {
	list-style-type: none;
	margin: 10px 0px 5px 0px;
}
.Room ul li {
	float: left;
	background-color: #BDAD8E;
	margin: 0;
	padding: 7px 4px;
}
.Room ul li.side {
	padding: 0;
	height: 34px;
	background-color: transparent;
}
.subNote {
	font-size: 10px;
	text-indent: 10px;
}
.Room table {
	font-size: 12px;
	text-align: left;
}
.Room table th {
	padding: 4px 2px 0px 0px;
	font-weight: normal;
	border-bottom: 1px solid #D8CDB3;
}
.Room table td {
	padding: 4px 0px 0px 2px;
	text-align: right;
	border-bottom: 1px solid #D8CDB3;
}
.Room table td.lgdItems {
	border: none;
}

/* End Content CSS */