﻿.table{
	width: 100%;
	margin: 10px 0;
	line-height: 18px;
}

.table tr th,
.table tr td{
	text-align: center;
	vertical-align: top;
	padding: 7px;
	font-size: 11px;
}

.table .alt_row td{
	background: #f1f1f1;
}

.table tr th{
	background: url(table_th.gif) repeat-x 0 0;
	height: 16px;
	border-bottom: solid 3px #dcdcdc;
	font-weight: normal;
}

.table .sub th{
	background: none;
	height: 16px;
	border-bottom: solid 3px #dcdcdc;
	padding-top: 20px;
	font-weight: bold;
	text-align: left;
}

.table tr .first_th{
	background: url(table_first_th.gif) no-repeat 0 0;
	text-align: left;
}

.table tr .residence{
	text-align: left;
}

.table tr .last_th{
	background: url(table_last_th.gif) no-repeat right 0;
}

.table tr .last{
	text-align: right;
}

.room_pdf{
	display: block;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #F6E0D4;
	border-top: 1px solid #F6E0D4;
	padding: 10px 0;
}
