* {
    margin: 0px;
    padding: 0px;
}

body,html {
	width: 100%;
	font-family: verdana;
	font-size: 8pt;
	margin: 0px;
	text-align: center;
}

body {
    background: #6b737d url('../images/main_div_bg.png') repeat-y 50% top;
}

.main_div {
	margin: auto;
	text-align: left;
	border-left: 0px solid #777;
	border-right: 0px solid #777;
	width: 984px;
}

.content {
	padding-left: 13px;
	padding-right: 13px;
    padding-bottom: 20px;
    width:964px;
    height: 100%;
}

.contenthold {
    width: 910px;
    margin: 20px auto;
    border: 1px solid #ccc;
    padding: 10px;
    background-color:#FFF;
}

.admin_contenthold {
    width: 930px;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 10px;
    background-color:#FFF;
}

.menu {
    width: 964px;
    background-image: url('../images/menubg.gif');
    background-repeat: no-repeat;
    height:100px;
}

#quick_results {
	width: 100%;
	margin: auto;
	font-size: 8pt;
}

.quick_row_over {
	background-color: #ffcc33;
	cursor: pointer;
}

.quick_row_cancelled  {
    color: #999;
}


.bookings_row_over {
	background-color: #ffcc33;
	cursor: pointer;
}


.arrivals_row td, .departures_row td{
    padding-left: 3px;
    padding-right: 3px;
}

.arrivals_row_over, .departures_row_over {
	background-color: #ffcc33;
	cursor: pointer;
}

#quick_results tr td, #quick_results tr th {
	text-align: left;
}

#timer {
	padding-left: 2px;
}

#index_arrivals, #index_departures {
	width: 100%;
	font-size: 8pt;
    border: 1px solid #777;
    margin: auto;
    text-align: left;
}

#index_arrivals tr th, #index_departures tr th {
    background-color: #cdf;
    padding: 3px;
    border-bottom: 1px solid #777;
}

#index_arrivals td, #index_departures td {
    padding: 5px 3px;
}

h1{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.arrivals_departures_header {
    font-weight: bold;
    font-size: 10pt;
    background-color: #001830;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
    padding-left: 10px;
}

.footer {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 8pt;
    color: #777;
    clear: both;
}

.timer {
    text-align: left;
}

#location_table tr td {
	height: 32px;
}

#index_menu {
    width: 100%;
}

#admin_menu {
	width: 100%;
	margin-top: 10px;
}

#index_menu tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
}

#index_menu  a {
    color:#FFF;
}

#index_main a:hover {
    color:#779dcd;
}

#index_menu  a  img{
    border:none;
}

.searchbox {
    color: #FFFFFF !important;
}

.searchbox input {
    background: #FFF;
    padding:2px;
}

.index_menu_button {
    width: 74px;
    text-align: center;
}

.index_menu_button a{text-decoration:none;font:bold 12px arial,verdana,sans-serif;}

#admin_menu tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	cursor: pointer;

}

.admin_menu_button {
    color: #ffffff;
	background-color: #113355;
}

.admin_menu_button_over {
	background-color: #ccc;
}

.admin_data_table {
	width: 100%;
	border: 1px solid #777777;
}

/* Data Table - all records */
.data_table_header td {
	font-weight: bold;
	background-color: #002255;
	color: #ffffff;
	height: 25px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #ccc;
}

.admin_data_table tr td {
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
}

.admin_data_table_row_out {
	background-color: #ffffff;
}

.admin_data_table_row_over {
	background-color: #ffcc33;
}

/* Data Table - single records */

.edit_record_table {
	border: 1px solid #777;
	width: 100%;
}

.edit_record_table tr th {
	padding-left: 2px;
	background-color: #224466;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
    text-align: left;
}

.edit_record_table tr td {
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cccccc;
	height: 20px;
	text-align: right;
}

.edit_record_table_title  td{
	font-weight: bold;
	font-size: 10pt;
	background-color: #cdf;
	color: #000;
}

.edit_record_input {
	width: 100%;
	border: 0px;
	font-size: 8pt;
	text-align: right;
}

.edit_record_textarea {
	width: 100%;
	height: 100%;
	border: 0px;
	height: 100px;
	font-family: verdana;
	font-size: 8pt;
}

.edit_record_select {
	border: 0px;
	font-size: 8pt;
}


.rate_details_day {
    width: 35px;
    text-align: right;
    font-size: 8pt;
}

.rate_totals_day {
    width: 35px;
    text-align: right;
    font-size: 8pt;
    background-color: #D4D0C8;
}

#bookings {
	width: 100%;
}

#eod_report_header td{
    font-weight: bold;
    border-bottom: 1px solid #333;
    background-color: #ddd;
}

.access_denied {
    text-align: center;
    padding-top: 20px;
    color: red;
    font-size: 10pt;
    font-weight: bold;
}

.date_input {
    width: 80px;
}

.time_input {
    width: 40px;
}

.report_button {
    color: #224466;
    font-weight: bold;
    width: 200px;
    padding: 4px;
    border: 1px solid #777;
    margin-bottom: 3px;
    background-color: #fff;
    cursor: pointer;
}
#date_filter_type td{
    padding-top: 10px;
}

#instructions {
	margin-top: 10px;
	margin-bottom: 30px;
}

#admin_rates td{
    padding-bottom: 30px;
}

.import_rates_row_over {
	background-color: #ffcc33;
	cursor: pointer;
}

.report_table {margin-top: 10px; }
.report_table th {border: 0px solid #ccc; border-bottom: 1px solid #000;}
.report_table td {border: 0px solid #ccc;}



