
body {
	background: white url(img/content_bg.gif) repeat-x top;
	color: #333;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: .8em;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
	}

div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
	}

p, table {
	margin: 0px 0px 1em;
	padding: 0;
	}

ul, ol {
	margin: 0px 0px 1em;
	padding-left: 22px;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
	margin: 1em 0 .5em;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 0;
	}

div#content {
	clear: both;
	margin: 3em 1em 1em;
	width: 97%;
	}

/* table.list */
table.list {
	background: transparent;
	border-collapse: collapse;
	clear: left;
	}
table.list tr.row1 {
	background: #F6F6F6;
	}
table.list th {
	background: #EEE;
	border-left: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	border-top: 1px #DDD solid;
	padding: 1px 6px;
	vertical-align: top;
	}
table.list th:first-child {
	background-color: white !important;
	border-left: none;
	border-top: none;
	}
table.list tr:hover {
	background: #E6F3FA;
	}

table.list td {
	border-left: 1px #DDD dotted;
	padding: 1px 6px;
	vertical-align: top;
	}
table.list td:first-child {
	/* nothing */
	}
table.list td.icon_links {
	border-left: 1px #DDD solid;
	border-right: 1px #DDD solid;
	background: #EEE;
	padding: 1px !important;
	white-space: nowrap;
	}
table.list td.key {
	font-weight: bold;
	}
table.list td.money {
	text-align: right;
	}

table.list tr:last-child td:first-child {
	border-bottom: 1px #DDD solid;
	}
table.list th:last-child {
	border-right: 1px #DDD solid;
	}

table.reservations {
	font-size: .8em;
	}

table.reservations tr.property_header {
	border-top: 1px #DDD solid;
	border-left: 1px #DDD solid;
	border-bottom: 1px #DDD dotted;
	font-weight: bold;
	}
table.reservations tr.property_header a {
	font-weight: normal;
	}

table.requests td {
	color: red;
	}
table.requests tr.completed td {
	color: black;
	}

/* form elements */
form {
	float: left;
	padding: 0;
	margin: 0 0 1em;
	}

fieldset {
	border-top: 1px solid #7F9DB9;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #7F9DB9;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
label, div.fake_label {
	clear: left;
	color: #333;
	float: left;
	font-weight: normal;
	padding-right: 1em;
	text-align: right;
	width: 15em;
	}
input[type="text"], input[type="password"], input[type="file"], select, textarea {
	border: 1px dotted #7F9DB9;
	color: #333;
	font: .9em "Courier New",monospace;
	font-weight: normal;
	line-height: 1.4em;
	width: 24em;
	}
select {
	border: 1px dotted #7F9DB9;
	height: 1.7em;
	}
input[type="text"], input[type="password"] {
	padding: 2px;
	}
textarea {
	padding: 2px;
	height: 6em;
	width: 24em;
	}
div.radio {
	margin-left: 16em;
	}
div.radio label, label.inline {
	clear: none;
	float: none;
	width: auto;
	}
div.date select {
	width: auto;
	}
input[readonly] {
	background: #FFD;
	}

div.fake_select {
	border: 1px dotted #7F9DB9;
	color: #333;
	font: .9em "Courier New",monospace;
	height: 14em;
	overflow: auto;
	width: 24em;
	}
div.fake_select label {
	float: none;
	}
div.fake_select strong {
	background: #EEE;
	}
form#reservationsSearch {
	clear: both;
	}
form#reservationsSearch div.fake_select {
	width: 36em;
	}

form *:focus {
	border: 1px solid #FFB753;
	}

/* Info box on edit pages */
.info_box {
	background: transparent;
	border: 1px dotted #DDD;
	color: #444;
	float: left;
	margin-left: 10px;
	padding: 10px;
	}

.info_box :last-child {
	margin-bottom: 0;
	}

.info_box strong {
	color: #7F9DB9;
	font-weight: normal;
	}

/* AJAX form elements */
.ajax {
	background: #E6F3FA;
	border: 1px dashed #C9DFEC;
	display: none;
	font-size: .9em;
	margin-left: 18em;
	padding: 1em;
	width: 34em;
	}
.ajax input[type="text"], .ajax select, .ajax textarea {
	width: 22em;
	font-size: 1em;
	}
.ajax textarea {
	height: 6em;
	}
.ajax input[type="button"] {
	margin-left: 5.2em;
	background-color: white;
	}
.ajax label {
	clear: left;
	float: left;
	padding-right: 1em;
	text-align: right;
	width: 5em;
	}

/* links */
a {
	color: #333;
	}
a img {
	border: 0px;
	}
h1 a {
	text-decoration: none;
	}

a.icon, .icon_links a {
	margin: 0px 3px;
	}
td.icon_links a {
	opacity: .7;
	padding: 3px 3px 0px;
	}
td.icon_links a:hover, td.icon_links a:focus {
	opacity: 1;
	}

a.textarea_icon {
	margin: 0px;
	}

/* notices */
.error {
	background: #fbe3e4 url(ico/exclamation.png);
	border-color: #d12f19;
	}

.info {
	background: #d9effa url(ico/information.png);
	border-color: #649AE1;
	}

.success {
	background: #CFC url(ico/accept.png);
	border-color: #6FC764;
	}

.warning {
	background: #FFB url(ico/error.png);
	border-color: #f5d227;
	}

.error, .info, .success, .warning {
	background-repeat: no-repeat;
	background-position: 13px 13px;
	border-style: dashed;
	border-width: 1px;
	clear: left;
	margin-top: 10px;
	padding: 10px 10px 10px 36px;
	width: 80%;
	}


/* ff_rew */

.ff_rew {
	clear: both;
	line-height: 1.3em;
	}

.ff_rew .rew, .ff_rew .ff, .ff_rew p {
	float: left;
	}
.ff_rew .rew a {
	margin-right: 4px;
	}
.ff_rew .ff a {
	margin-left: 4px;
	}
.ff_rew .inactive {
	opacity: .2;
	}

/* BUTTONS */
.buttons {
	margin-bottom: 5em;
	}
.buttons a, input[type="submit"] {
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	color: #333;
	cursor:pointer;
	display:block;
	float:left;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:0 7px 0 0;
	padding:5px 10px 6px 7px;
	text-decoration:none;
}
.buttons a img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}
/* STANDARD */
.buttons a:hover {
	background-color: #d9effa;
	border: 1px solid #649AE1;
	color: #333;
}
.buttons a:active {
	background-color: #649AE1;
	border: 1px solid #649AE1;
	color: white;
}
/* POSITIVE */
button.positive, .buttons a.positive, input[type="submit"] {
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover, input[type="submit"]:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active, input[type="submit"]:focus {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #d12f19;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: white;
}
/* SUBMIT */
input[type="submit"], input[type="button"] {
	border:1px solid #C6D880;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	margin-left: 16em;
	padding-left: 24px;
	background: url(ico/accept.png) 5px no-repeat;
	}


/* Calendar */
table.calendar {
	background: white;
	border: 1px solid #333;
	border-spacing: 1px;
	}

table.calendar caption {
	font-weight: bold;
	text-align: center;
	}

table.calendar th {
	font-weight: normal;
	text-align: center;
	}

table.calendar td {
	border: 1px dotted #BBB;
	height: 2em;
	line-height: 1em;
	padding: 1px 1px 1px 2px;
	vertical-align: top;
	width: 2em;
	}

table.calendar td.occupied {
	background-color: yellow;
	}
table.calendar td.today {
	border: 2px solid #d12f19;
	padding: 0px 0px 0px 1px;
	}
table.calendar td.dead {
	background-color: #EEE;
	}


/* columns (used on reservations_edit) */

.column {
	float: left;
	margin-right: 1em;
	}


/* columns (used on calendar page) */

.col4 {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	}

.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: left;
	}
.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4+.col4 {
	clear: none;
	}


