/*
pillowcheck_style.css

Default stylesheet for the online reservation system.

Modifications:


*/
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.lodging_title {
	font-size:12px;
	text-align:center;
	font-weight: bold;
	color: #000000;
}
.lodging_auth_use{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.small_text {
	font-size: small;
	color: #0000FF;
}
.room_occupied {
	font-size: 11px;
	background-color: #CCCCFF;
	text-align: center;
}
.room_paid_full {
	font-size: 11px;
	text-align: center;
	background-color: #00FF00;
}
.room_overpaid {
	font-size: 11px;
	text-align: center;
	background-color: #CC99CC;
}
.room_unavailable {
	font-size: 11px;
	text-align: center;
	background-color: #FF0000;
}
.room_open {
	font-size: small;
	text-align: center;
	background-color: #ffffff;
}
.room_overlap {
	font-size: small;
	text-align: center;
	background-color: #FF0000;
}
.ctrlpanel_status_box {
	background-color: #CCCCFF;
}
.ctrlpanel_status_highlight {
	background-color: #9999FF;
}
.ctrlpanel_guest_box {
	background-color: #FFFFCC;
}
.ctrlpanel_guest_highlight {
	background-color: #FFFF66;
	font-weight: bold;
}
.ctrlpanel_daterate_box {
	background-color: #FFCCCC;
}
.ctrlpanel_daterate_highlight {
	background-color: #FF9999;
}
.ctrlpanel_corresp_box {
	background-color: #CCFFCC;
}
.ctrlpanel_corresp_highlight {
	background-color: #33FF99;
}
.ctrlpanel_payments_box {
	background-color: #ffffff;
}
.calendar_dates {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.calendar_room_box {
	background-color: #FFFFFF;
}
.calendar_room_no {
	font-size: 11px;
	font-weight: bold;
}
.calendar_room_type {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
#rate_periods{
/*	padding: 0px; */
	border: 1px solid #000000;
}
#rate_periods .left_border{
	border-left: 1px solid #000000;
}
#rate_periods .past {
	background-color: #999999;
}
#rate_periods .rowA {
	background-color: #CCFFFF;
}
#rate_periods .rowB {
	background-color: #FFFFCC;
}
#rate_periods .active {
	background-color: #FFFF00;
}
#rate_periods .editing_fields {
	background-color: #CCCCCC;
}
#rate_periods .editing_fields input{
	width: 60px;
	text-align: right;
}
.pending_AJAX_return {
	color: #666666;
	background-color: #FFCCCC;
}
.referrer_box table{
	width: 50em;
}
.referrer_box thead{
	background-color: #ccFFFF;
}
.referrer_box tfoot{
	background-color: #ccffff;
}
.referrer_box col#commission,
.referrer_box col#rate {
	text-align: right;

}

.rowA{
	background-color: #ccccff;
}
.rowB{
	background-color: #ffcccc;
}
.rowHeader{
	background-color: #cccccc;
}
.rowSummary{
	background-color: ccff00;
}
.cellNum{
	text-align: right;
}
.cellText{
	text-align: left;
}
a img{
	border: none;
}#title_panel {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	color: #333333;
	background:#EEEEEE;
	text-align: center;
	font-size: larger;
	position:fixed;
	top:0px;
	height:25px;
	width:100%;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 12px;
	position:fixed;
	bottom:0px;
	height:35px;
	width:100%;
	background:#EEEEEE;

}
#error {
	color: #FF0000;
	font-weight: bold;
	border: thin inset #CC0000;
}
.existing{
	border:thin solid #000000; 
	display:inline-block;
	margin-bottom: 10px;
	background:#FFFFCC;
	}
.updated{
	border:thin solid #000000; 
	display:inline-block;
	margin-bottom: 10px;
	background:#CCFFFF;
	}
#adbar {
	float:right;
	width:162px;
	height:200%;
	background-color: #EEFFFF;
	border: thin solid #666666;
	font-size: 12px;
}
#adbar .sidebar_section {
	width:160px;
	border: 1pt dotted #CCCCCC;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.formlabel{
	clear: both;
	width:130px;
	font-weight: bold;	
	float:left;
	clear: both;
}
.formfield{
}
.sortable_list {
	list-style-type: none;
		padding-left: 2px;
	margin-left: 5px;
	border: 1px solid #000000;
}
.sortable_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.sortable_list li .big_col{
	width:450px;
	display:inline-block;
}
.sortable_list li .med_col{
	width:300px;
	display:inline-block;
}
.sortable_list li .sm_col{
	width:150px;
	display:inline-block;
}
#emailer_table {
	width: 800px;
}
#emailer_table .header_field{
	text-align:right;
	background:#FFFFCC
}
#emailer_table .entry_field{
	border: 1px solid #333333;
	width:680px;
	
}
