img { border: 0px; }
label span { float: left; width: 10em; }
.error { color: red; }
.success { color: #00d; }
.dv { display: ; }
.dh { display: none; }
.ch { cursor: pointer; cursor: hand; }

/* Table Structure */
th {
	background: #39c;
}

/* One Key Table Styles */
td.a {
	background: #eee;
}

td.b {
	background: #ccc;
}

/* Calendar */
.pucal a { text-decoration: none; font-size: 9pt !important; }

/* Invoice items */
#iitms { border: 1px solid black; }
#ifooter_right { float: right; width: 30%; }
#ifooter_right .box { width: 100%; border: 1px solid black; padding: 6px; }

/* General Arctic Stuff */
.ar-notebox { border: 1px solid #cc3; background: #ffc; padding: 10px; margin: 10px; }
.ar-bluenotebox { background: #7ae; border: 1px solid black; padding: 10px; margin: 10px;}

/* Online Reservation Status */
.or_stat_full { color: #ff0000; }
.or_stat_inquire { color: #eedd00; }
.or_stat_book { color: #00ff00; }

#or_hear_box { margin-top: 15px; margin-bottom: 15px; padding: 8px; border: 1px solid #050; background-color: #6d4; }
