/* CSS Document */

/*----------------------------ROOM CHART---------------------------*/

#roomChart {
	font-size: 11px;
	line-height:14px;
	width: 475px;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#roomChart td {
	padding: 4px 2px;
	text-align:center;
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
}
#roomChart td.none {
	border-top: none;
	border-left:none;
}
#roomChart td.left {
	text-align: left;
}
#roomChart tr.header td {
	font-size: 10px;
	line-height:12px;
}
#roomChart tr.shade{
	background-color: #F2E7CE;
}
td.table1 {
	width: 24px;
	background: url(functions/images/roomChart_1.gif) center center no-repeat;
}
td.table2 {
	width: 24px;
	background: url(functions/images/roomChart_2.gif) center center no-repeat;
}
td.table3 {
	width: 24px;
	background: url(functions/images/roomChart_3.gif) center center no-repeat;
}
td.table4 {
	width: 24px;
	background: url(functions/images/roomChart_4.gif) center center no-repeat;
}
td.table5 {
	width: 24px;
	background: url(functions/images/roomChart_5.gif) center center no-repeat;
}
td.table6 {
	width: 24px;
	background: url(functions/images/roomChart_6.gif) center center no-repeat;
}
td.table7 {
	width: 24px;
	background: url(functions/images/roomChart_7.gif) center center no-repeat;
}

#roomLegend {
	font-size: 10px;
	line-height:14px;
	width: 475px;
	margin-top: 8px;
}
#roomLegend td {
	padding: 4px 2px;
	text-align:center;
	clear:both;
}
#roomLegend img {
	margin-top:-2px;
}

/*----------------------------Proposal Form---------------------------*/

table.proposalForm {
	width: 620px;
}
table.proposalForm td {
	font-size: 13px;
	line-height: 18px;
	padding: 3px 8px 2px 0px;
	color: #666666;
	vertical-align:middle;
}
h3.ruleBelow{
	margin-top: 14px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #AE642A;
}
td.colwidth1 {
	width: 95px;
}
td.colwidth2 {
	width: 140px;
}
#roomLegend2 {
	width: 520px;
}
#roomLegend2 td {
	padding: 4px 2px;
	text-align:center;
	clear:both;
	font-size: 10px;
	line-height:14px;
}
#roomLegend2 img {
	margin-top:-2px;
}


form strong {
	color:#000;
}
