body {
	background: #000000;
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-family: arial;
	font-size: 12pt;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 141px;
	background: #000000 url(../images/simple_header.jpg);
}
#header a {
	display: block;
	width: 960px;
	height: 141px;
	text-indent: -9999px;
	outline: none;
}

#content {
	width: 930px;
	padding: 15px;
}

fieldset {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
}
fieldset .header {
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}

.fields1.legend {
	padding: 15px 0 0;
	border-top: 1px solid #909090;
}
.fields1 legend {
	padding: 0;
	font-size: 13pt;
	font-weight: bold;
}
.fields1 dl {
	margin: 0;
}
.fields1 dt {
	float: left;
	width: 15em;
}
.fields1 dd {
	margin: 0 0 1em 16em;
	clear: right;
}
.fields1 label {
	font-weight: bold;
}
.fields1 span {
	color: #c0c0c0;
	font-size: 10pt;
}

.submit-buttons {
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #c0c0c0;
}

span.code {
	color: #00ff00;
	font-size: 14pt;
}

.codelist {
	margin: 0;
}
.codelist dt {
	float: left;
	width: 10em;
	color: #ff00ff;
}
.codelist dd {
	margin: 0 0 1em 11em;
	color: #c0c0c0;
}

h3 {
	margin: 0 0 10px;
	border-bottom: 1px solid #909090;
	font-size: 14pt;
	font-weight: normal;
}

fieldset.left {
	float: left;
	width: 450px;
}
fieldset.right {
	float: none;
	margin: 0 0 0 480px;
	width: 450px;
}

.clear {
	clear: both;
}

/*
 * Management form styles
 */
.manage {
	margin: 0 auto;
	width: 600px;
}
.manage .property {
	margin: 0 0 30px;
}
.manage .title {
	border-bottom: 1px solid #a6a6a6;
	padding: 0 0 20px;
}
.manage .title .left {	
	font-weight: bold;
}
.manage a {
	text-transform: lowercase;
}
.manage .description {
	padding: 5px 0 20px;
	color: #aaaaaa;
}
.manage .description .left {
	width: 270px;
}

.manage .form {
	display: none;
	padding: 0 20px 0 20px;
	margin: 0;
}

.form {
	width: 580px;
	margin: 0 auto;
}

.form p {
	margin: 0 0 15px;
}
.form .field {
	margin: 0 0 15px;
	clear: both;
}
.form .field label, .form .field .label {
	float: left;
	width: 150px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: right;
}
.form .field input[type=text] {
	width: 200px;
}
.form .field textarea.full {
	width: 100%;
	height: 150px;
}
.form .controls {
	text-align: right;
}

.form .amenity_group {
	/*width: 185px;
	float: left;*/
	padding: 20px;
	clear: both;
}
.form div.checkbox {
	float: left;
	margin-right: 15px;
}
.form .checkbox_header {
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}
.form .checkbox label {
	font-weight: normal;
	width: auto;
	display: inline;
	padding: 0 10px 0 0;
	text-align: left;
}
.form .checkbox {
	margin: 0 0 10px;
}

.form .checklist label {
	font-weight: normal;
	float: none;
	padding: 0 15px 0 0;
}

.right {
	text-align: right;
	float: right;
}

.left {
	float: left;
}

/*
 * Calendar Styles
 */
p .prev {
	float: left;
}
p .next  {
	float: right;
}
div.calendar {
	width: 930px;
}
table.calendar {
	clear: both;
	border: 1px solid #888888;
}
.calendar th {
	height: 75px;
	background: #666666;
	text-align: center;
}
.calendar td {
	width: 140px;
	height: 140px;
	padding: 10px 0 0 10px;
	background: #eeeeee;
	border: 1px solid #888888;
	vertical-align: top;
	color: #000000;
}
.calendar .blank {
}
.calendar .price {
	display: block;
	margin: 20px 0;
	text-align: center;
}
.calendar p {	
	font-size: 10pt;
	margin: 0 0 5px;
}

/*
 * Unit styles
 */
.unit {
	width: 500px;
	height: 100px;
	margin: 0 auto 30px;
	position: relative;
}
.unit img {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
}
.unit .name {
	margin: 0;
}
.unit .tagline {
	margin: 0 0 15px;
}
.unit a.details {
	display: block;
	float: right;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.unit .delete {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}
.unit .delete img {
    border: 0;
    float: none;
    margin: 0;
    width: auto;
    height: auto;
}

/*
 * Image management styles
 */
table.images {
	width: 600px;
	margin: 0 auto 20px;
	border: 1px solid #eeeeee;
}
table.images td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
	padding: 2px;
}
.images span {
	display: block;
}
.images .image {
	width: 100px;
	border-right: 1px solid #eeeeee;
}
.images .title {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #a6a6a6;
}
.images .subtitle {
	margin: 0;
	color: #aaaaaa;
}

a {
	text-decoration: none;
	color: #5284aa;
}
a:visited {
	color: #5284aa;
}

a img {
	border: 0;
}

/*
 * Deal managment styles
 */
.deal {
	clear: both;
	width: 600px;
	min-height: 100px;
	margin: 0 0 30px;
}
.deal .title {
	margin: 0 0 2px;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}
.deal .title span {
	float: right;
	font-size: 11pt;
	text-transform: lowercase;
}
.deal .title span a {
	padding: 0 0 0 5px;
}
.deal img {
	float: left;
	margin: 0 10px 0 0;
}
.deal .stay {
	margin: 0 0 3px;
	color: #00ff00;
	font-size: 14pt;
}
.deal .stay .regular {
	float: right;
	color: #aaaaaa;
	font-size: 12pt;
}
.deal .details {
	margin: 0 0 3px;
}
.deal .expiration {
	float: right;
	margin: 0;
	color: #aaaaaa;
	font-size: 11pt;
}

/*
 * Manager Navigation
 */
.manager_nav {
	width: 570px;
	height: 1.5em;
	padding: 15px;
	margin: 0 auto 40px;
	border: 2px solid #5284aa;
}
.manager_nav a {
	display: block;
	float: left;
	height: 1.5em;
	padding: 0 2em 0 0;
}
.manager_nav a:hover {
	color: #ffffff;
}

/*===============*/
table.users {
	border: 1px solid #2a2a2a;
	width: 100%;
}
table.users tr.alt {
	background-color: #2a2a2a;
}
table.users th {
	background-color: #fff;
	color: #000;
	padding: 8px;
}
table.users td {
	padding: 8px;
	vertical-align: top;
}

.message {
	border: 1px dashed #00ff00;
	padding: 20px;
}

.error {
	border: 1px dashed #ff0000;
	padding: 20px;
}

.icon {
	display: inline-block;
	margin-left: 8px;
	width: 16px; height: 16px;
}
.icon.user-go {
	background-image: url(../images/icons/user_go.png);
}
.icon.user-edit {
	background-image: url(../images/icons/user_edit.png);
}
.icon.user-delete {
	background-image: url(../images/icons/user_delete.png);
}

.icon-left {
	background-repeat: no-repeat;
	background-position: center left;
	display: inline-block;
	padding-left: 24px;
	height: 16px;
}
.icon-left {
	background-image: url(../images/icons/add.png);
}
h1 .icon-left {
	display: inline;
	font-size: .5em;
	line-height: 2em;
	margin-left: 16px;
}

.logout {
	margin: 20px 0 0;
	text-align: right;
}
