/* BASE APP STYLES */
html {
	background: #21292d;
}

body.baseapp {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	color: #292929;
	background: #21292d;
}

h1, h2, h3 {
	font-family: Gill Sans, Tahoma, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

.baseapp-title {
	margin-top: 1em;
}

.baseapp-small {
	font-weight: normal;
	font-size: 11px;
	color: #333;
}

.baseapp-smaller {
	font-size: 10px;
	color: #333;
}

.baseapp-big {
	font-size: 14px;
	font-weight: bold;
}

.baseapp-clear {
	clear: both;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	background: #E7E7E7;
	border: 1px solid #DDD;
	padding: 6px;
}

table td {
	text-align: center;
	border: 1px solid #DDD;
	padding: 12px;
}

table td a.baseapp-small {
	display: block;
	font-weight: normal;
}


/* CONTENT LAYOUT STYLES */

.baseapp-wrapper {
	width: 720px;
	margin: 0 auto;
}

.baseapp-content {
	margin: 0;
	padding: 0 8px;
	background: #FFF;
	border-top: 3px solid #008EDA;
	border-bottom: 2px solid #008EDA;
}

.baseapp-content a {
	color: #0078B8;
	font-weight: bold;
	text-decoration: none;
}

.baseapp-content a:hover {
	text-decoration: underline;
}

.baseapp-primary-content {
	width: 460px;
	float: right;
}

.baseapp-secondary-content {
	width: 225px;
	float: left;
}

.baseapp-full-content {
	width: 500px;
	float: none;
	margin: 0 auto;
}

/* HEADER STYLES */

.baseapp-header {
	border-bottom: 1px solid #666;
}

.baseapp-logo {
	float: left;
	margin: 18px 0 0 0;
}

.baseapp-logo img {
	height: 75px;
	width: 400px;
	border: 0;
}

.baseapp-site-name {
	display: none;
}

.baseapp-site-tag {
	display: none;
}

div.baseapp-login-buttons {
	float: right;
	margin: 40px 0 12px 0;
}

div.baseapp-navigation-buttons {
	float: right;
	clear: right;
}

.baseapp-login-buttons ul, .baseapp-navigation-buttons ul {
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.baseapp-login-buttons ul li, .baseapp-navigation-buttons ul li {
	float: right;
}

.baseapp-login-buttons a, .baseapp-navigation-buttons a {
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #444;
}

.baseapp-login-buttons a:hover, .baseapp-navigation-buttons a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.baseapp-login-buttons a {
	color: #666;
}

.baseapp-navigation-buttons a {
	color: #FFF;
}

a.baseapp-login {
	border-right: none;
}

a.baseapp-post-listing {
	color: #00a6ff;
	border-right: none;
}

/* FOOTER STYLES */

.baseapp-footer {
	margin: 0;
	color: #FFF;
	padding-bottom: 4em;
	font-weight: bold;
}

.baseapp-footer p {
	margin: 0.5em;
}

.baseapp-footer a {
	color: #00a6ff;
	text-decoration: none;
}

.baseapp-footer a:hover {
	text-decoration: underline;
}

.baseapp-footer .baseapp-copyright {
	float: left;
	margin: 0;
}

.baseapp-footer .baseapp-about {
	float: right;
	margin: 0;
}

.baseapp-footer .baseapp-mobile {
	text-align: center;
}

.baseapp-footer .baseapp-mobile a, .baseapp-footer .baseapp-mobile span {
	padding: 0 6px;
}

.baseapp-footer #standard_format {
	border-right: 1px solid #444;
}

/* BUTTON STYLES */

.baseapp-buttons {
	float: left;
}

.baseapp-button {
	outline: none;
	float: left;
	display: block;
	position: relative;
	margin: 0 7px 7px 0;
	line-height: 17px;
	text-decoration: none !important;
	cursor: pointer;
	padding: 4px 10px 5px 10px; /* Links */
}

button.baseapp-button {
	overflow: visible;
	padding: 3px 10px 3px 10px; /* IE6 */
}

button[type].baseapp-button {
	padding: 4px 9px 5px 9px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html button[type].baseapp-button {
	padding: 3px 10px 3px 10px; /* IE7 */
	width: auto;
}

.baseapp-big .baseapp-button, .baseapp-big button.baseapp-button {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 13px 7px 10px; /* Links */
}

.baseapp-button .ui-icon {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.baseapp-button .baseapp-button-text {
	margin-left: 20px;
	font-weight: bold;
}

.baseapp-button .baseapp-button-text-bold {
	font-weight: bold;
}

.baseapp-big .baseapp-button .baseapp-button-text {
	margin-left: 24px;
}

.baseapp-content a.baseapp-button {
	font-weight: normal;
}

/* INPUT STYLES */

fieldset {
	border: 0;
	border-top: 2px solid #7EB7D3;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 1em;
}

fieldset legend {
	margin-top: -2px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 3px;
}

fieldset legend span.ui-state-error {
	font-size: 12px;
	font-weight: normal;
}

.baseapp-content label {
	font-weight: bold;
	color: #333;
	font-size: 13px;
}

.baseapp-content input, .baseapp-content textarea {
	background: #FFF;
	color: #000;
	font-size: 13px;
	padding: 3px;
}

.baseapp-content input.ui-state-active, .baseapp-content textarea.ui-state-active {
	background: #FFF;
}

.baseapp-content .baseapp-big label {
	color: #555;
	font-size: 14px;
}

.baseapp-content .baseapp-big input {
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
}

input[type="checkbox"] {
	position: relative;
	vertical-align: bottom;
	bottom: 2px;
	padding: 0;
	margin: 0 6px 0 0;
}

/* FLASH MESSAGE STYLES */

.baseapp-message {
	padding: 0 .7em;
	margin-top: 1em;
	text-align: center;
}

.baseapp-icon-left {
	float: left;
	margin-right: 0.3em;
}

.baseapp-icon-right {
	float: right;
	margin-left: 0.3em;
}

.baseapp-content span.ui-state-error {
	border: 0;
	background: transparent;
}

.baseapp-money {
	color: green;
	font-weight: bold;
}

/* TAB STYLES */
#tabs .ui-state-active {
	border: 1px solid #7EB7D3;
}

#tabs .ui-widget-header {
	background: none;
	border: 0;
	border-bottom: 1px solid #7EB7D3;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}

.about_rentfm_contact {
	list-style: none;
	padding: 0;
}

.about_rentfm_contact img {
	text-decoration: none;
	border: 0;
}

.about_rentfm_contact img {
	vertical-align: middle;
	margin: 10px;
}

/* jQuery Style overrides */
.baseapp-content .ui-state-default { border: 1px solid #cccccc; background: #F1F1F1; font-weight: normal; color: #444444; outline: none; }
.baseapp-content .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #444444; text-decoration: none; outline: none; }
.baseapp-content .ui-state-hover, .ui-state-focus { border: 1px solid #b2c7d7; background: #F6F6F6; font-weight: normal; color: #0078B8; outline: none; }
.baseapp-content .ui-state-hover a, .ui-state-hover a:hover { color: #0078B8; text-decoration: none; outline: none; }
.baseapp-content .ui-state-active { border: 1px solid #2694e8; background: #FAFAFA; font-weight: normal; color: #222222; outline: none; }
.baseapp-content .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #222222; outline: none; text-decoration: none; }
.baseapp-content .ui-state-active .ui-icon { background-image: url(jquery-ui-1.7.1/images/ui-icons_222222_256x240.png); }
.baseapp-content .ui-widget-content { background: #FAFAFA; }
.baseapp-content .ui-widget-header { background: #E7E7E7; border: 1px solid #DDD;}
.baseapp-content .ui-accordion-header {	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; }
.baseapp-content .ui-accordion-header.ui-state-active {	background: #E7E7E7; border: 1px solid #DDD; border-bottom: 0; }
.baseapp-content .ui-accordion-content { padding: 1em 0 1em 2em; }