@CHARSET "ISO-8859-1";
body {
	background-color: #909090;
	font-family: Arial, Sans-serif;
}
#container {
	background-color: white;
	width: 90%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#menu {
	background-image: url("../img/menubackground.gif");
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;	
}
#menu a img {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}
#sortable {
	list-style: none;	
}
/* Home Page */
div.home {
	text-align: center;
	padding: 10px;
	margin: 20px auto;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
	text-align: center;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

table.smallrental {
	margin: 0 auto;
	color: white;
	text-align: left;
}

div.rental {
	padding: 20px;
	text-align: center;
}
div.sort {
	text-align: center;
}

/* Admin area / menu */
#adminmenu {
	position: fixed;
	right: 1%;
	bottom: 1%;
	background-color: white;
	padding: 10px;
}
div.menuCategory h4 {
	margin: 0;
	padding: 0px 5px;
	background-color: #909090;
	color: white;	
}
div.menuItems {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	text-align: center;
	width: 200px;
}
div.menuItems img {
	display: block;
	float: left;	
}
div.menuItems a {
	text-decoration: none;
	display: block;
	color: black;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
		
}
div.menuItems a:hover {
	background-color: orange;
	color: white;	
}
#menuControl {
	padding-left: 5px;
	padding-right: 6px;
	background-color: #e5e5e5;
	border: 1px solid #909090;
	text-align: center;
	cursor: default;
	display: none;
}
#menuControl:hover {
	background-color: orange;	
}
/* Large rental */
table.largerental {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.largerental th {
	background-color: #909090;
	color: white;
}
table.largerental td {
	background-color: #e5e5e5;
}
table.largerental a {
	color: white;
	text-decoration: none;
}
table.largerental a:hover {
	color: white;
	text-decoration: underline;
}

/* Admin error messages */
#flashMessage {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: red;
	color: white;
	text-align: center;
	width: 80%
}
/* Image Preview */
div.imagepreview {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom:20px;	
}
/* Image display */
div.images {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.images h4 {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}
div.images img {
	border: none;	
}
/* Forms */
div.form {
	padding: 20px;
}
div.form label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	margin-right: 0.5em;
	font-weight: bold;	
}
div.form input {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	color: black;
}
div.form fieldset {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	color: black;
	width: 40em;
	margin: 0 auto;
	position: relative;	
	padding-top: 2em;
}
div.form legend {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	color: black;
	padding: 2px 6px;
	position: absolute;
	top: -.5em;
	left: .2em;
}
div.form select {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	color: black;
}
div.form textarea {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	color: black;
}
div.form div.error-message {
	margin-left: 15.5em;
	color: red;
	font-size: 0.8em;
	font-weight: bold;	
}
div.input {
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
}
div.submit {
	margin-left: 15.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Index Pages */
div.index {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
div.index ul {
	text-align: left;	
}
div.index table {
	width: 100%;
}
div.index th {
	background-color: #909090;
	color: white;
	padding: 5px;
}
div.index th a {
	color: white;
	text-decoration: none;	
}
div.index th a:hover {
	color: orange;
	text-decoration: underline;	
}
div.index td {
	background-color: #e5e5e5;
}
div.index td.actions a.images {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/images.png");
	width: 48px;
	height: 48px;
}
div.index td.actions a.sort {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/sort.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
}
div.index td.actions a.edit {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/edit.png");
	width: 48px;
	height: 48px;
}
div.index td.actions a.delete {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/delete.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
}
div.index td.actions a.enable {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/enable.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
}
div.index td.actions a.disable {
	display: block;
	float: left;
	margin: 5px;
	background-image: url("../img/icons/disable.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
}

/* stand alone buttons */
div.standalonebutton {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 30%;
}
div.standalonebutton a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #909090;
}
div.standalonebutton a:hover {
	background-color: orange;
	color: white;
}

/* Information boxes */
div.info {
	background-color: #e5e5e5;
	border: 1px solid #909090;
	width: 80%;
	margin: 20px auto;
	
}
div.info h4 {
	background-color: #909090;
	color: white;
	margin-top: 0;
	padding-left: 5px;
	text-align: left;
}
div.info p {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
/* Tips */
.tip {
	background-color: #e5e5e5;
	border: 1px solid #909090;
}
.tip-title {
	background-color: #909090;
	color: white;
	padding: 2px;
}
.tip-text {
	padding: 5px;
}
/* static text pages */
div.static {
	background-image: url("../img/star.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	margin: 10px auto;
	padding-bottom: 100px;
}
div.static h3 {
	color: #7d7d7d;	
}
div.static b {
	color: #7d7d7d;	
}
div.static label {
	width: 80px;
	text-align: right;
	float: left;
	padding-right: 5px;
}

/* landlords page */
div.landlords #left {
	float:left;
}
div.landlords #right {
	fload: right;
}