div.row p {
	font-size: 85%;
	margin-top: 0.3px;
	margin-bottom: 0.3em;
}

div.row ul {
	padding-left: 2em;
	list-style-type: disc;
	font-size: 85%;
}


div.left_col {
	width: 330px;
}

div.right_col {
	width: 350px;
}

div.row h2 {
	margin-top: 20px;
	padding-bottom: 3px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: solid 2px #cccccc;
}

div.row h3 {
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 93%;
	
	line-height: 1.3em;
	font-weight: bold;
}

div.row h4 {
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 93%;
	line-height: 1.3em;
	font-weight: normal;
}

div.row p.caution {
	margin: 0;
	color: red;
}

div.row ol {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-size: 85%;
	list-style-position: inside;
}

div.row li{
	margin-left: 2px;
}

h3.bulue {color: #3366CC}
h2.bulue {color: #3366CC}
b.bulue {color: #3366CC}

table {
	width: 95%;
	border-spacing: 0;
	border-collapse:collapse;
	border-top:  solid 1px #c1c1c1;
	border-left:  solid 1px #c1c1c1;
	margin-top: 12px;
	margin-bottom: 5px;
}

table#charges {
	margin-top: 40px;
}

th, td {
	border-bottom: solid 1px #c1c1c1;
	border-right: solid 1px #c1c1c1;
	padding: 0.3em;
	vertical-align: top;
}

th {
	font-weight: bold;
	font-size: 93%;
	_font-size: 85%;
	height: 1.8em;
	background-color: #d0f0a9;
	vertical-align: middle;
}

th#facil {
	background-color: #fef3aa;
}

th#room {
	background-color: #d9d9d9;
}

td {
	font-size: 85%;
	_font-size: 77%;
	text-align: left;	
}


td.sub_cat {
	border-right: none;
	white-space:nowrap;
}
td.sub_right {
	white-space:nowrap;
}

td.user {
	width: 40%;
	background-color: #edf9de;
	padding-left: 8px;
}

td.user_charge {
	width: 40%;
	background-color: #fffbdf;
	white-space:nowrap;
	}

table#room_charges td{
	padding-left: 8px;
}
td.room_name_title {
	text-align: center;
	background-color: #e9e9e9;
}
td.room_name {
	background-color: #e9e9e9;
	width: 60%;
}


td.room_charge_title {
	text-align: center;
}

#col_1 h2 {
	padding-top: 28px;
}

#col_1 table {
	width: 95%;
}

#col_1 th {
	background-color: #f8dbdd;
}

th.pink {
	background-color: #f8dbdd;
}

td.menu_time {
	width: 30%;
	background-color: #ffeef0;
}

td.menu_other {
	width: 45%;
	background-color: #ffeef0;
}



img#left_img {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img#right_img {
	float:right;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 5px;
}

#to_flow {
	float: right;
	margin-top: -6px;
	margin-right: 50px;
}

