
div.dashboard fieldset {
	border: 1px solid #B9D4DB;
	padding: 10px 5px;
	margin: 1em 0 1em 0;
	position: relative;
}

div.dashboard fieldset legend {
	color: white;
	font-size: 120%;
	font-weight: bold;
	background: #028ec3 url(../img/backgrounds/top_nav_bg.jpg) repeat-x 0 0;
	border: 0;
	padding: 0.4em 0.6em;
	display: block;
}


div.form fieldset {
	border: 1px solid #B9D4DB;
	padding: 10px 5px;
	margin: 3em 0 1em 0;
	background-color: #F1F6F9;
	position: relative;
}

div.step5 form fieldset {
	position: static;
}

div.form fieldset legend {
	color: white;
	font-size: 120%;
	font-weight: bold;
	background: #028ec3 url(../img/backgrounds/top_nav_bg.jpg) repeat-x 0 0;
	border: 0;
	padding: 0.4em 0.6em;
	display: block;
}


div.form fieldset div.col {
	width: 48%;
	float: left;
	margin-right: 2%;
}

div.form fieldset p {
	margin: 0.5em 8px 1em 8px;
}

div.form div.input {
	padding: 4px 8px;
	vertical-align: middle;
	clear: both;
}
div.form div.striped {
	background-color: #eeeeee;
	border-bottom: 1px solid #ddd;
}

div.form div.input label {
	width: 35%;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div.form div.input input,
div.form div.input textarea,
div.form div.input select {
	width: 62%;
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #B9D4DB;
	background-color: white !important;
	font-size: 100% !important;
}
div.form div.input.checkbox input{
  width:auto;
}

div.form div.input input.checkbox {
	padding: 0 !important;
}
div.propertyReviews div.checkbox{
  width:10%;
}

div.form textarea.wide {
	width: 99% !important;
}

div.form textarea.widish {
	width: 98% !important;
}

div.form div.date select{
width:10%;
}

div.form div.required {

}

div.form div.required input,
div.form div.required textarea {
    border: 1px solid #0790C7;
}

div.form div.focus {
	background-color: #B9D4DB;
}

div.form div.error {
}

div.form div.error label {
	color: red;
}

div.form div.error input,
div.form div.error select,
div.form div.error textarea {
	border: 1px solid red;
}

div.form div.input div.error-message {
	clear: both;
	margin-left: 35%;
	padding-top: 2px;
}

div.form div.error-message {
	color: red;
}

div.form div.input div.input div.error-message {
	display: none;
}

div.form div.textarea div.error-message {
	margin-left: 0 !important;
}

div.form div.input div.info {
	margin-left: 35%;
	padding-left: 22px;
	margin-top: 7px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 0;
	line-height: 17px;
	clear: both;
}

div.form p.info {
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 0px;
	clear: both;
}

div.form table {
	width: 99%;
	padding: 0;
}

div.form table caption {
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #00BBE4;
	padding: 4px 6px;
}

div.form table td,
div.form table th {
	padding: 4px 6px;
	text-align: left;
}

div.form table th {
	background: #028ec3 url(../img/backgrounds/top_nav_bg.jpg) repeat-x 0 0;
	color: white;
	padding: 6px;
}

div.form table td {
	background-color: #F1F6F9;
	color: #333;
	border-bottom: 1px solid white;
}

input.button {
	padding: 0;
	height: 30px;
	cursor: pointer;
}

input.add {
	background-color: #FF31A5;
	color: white;
	font-weight: bold;
	border: 0 !important;
	padding: 4px;
	cursor: pointer;
}

div.form table td input.button {

}

div.form table th div.tip {
	font-weight: normal !important;
	padding-top: 5px;
}

div.form table.rental-rates th {
	vertical-align: top;
}

div.form table input.datepicker_single {
	width: 80px;
}

div.form table div.rate input {
	width: 65px;
}

div.form table.rental-rates .col1 {
	width: 140px;
}

div.form table.rental-rates .col2,
div.form table.rental-rates .col3 {
	width: 90px;
}

div.form table.rental-rates .col4,
div.form table.rental-rates .col5,
div.form table.rental-rates .col7,
div.form table.rental-rates .col8 {
	width: 80px;
}

div.form table.rental-rates .col6 {
	width: 130px;
}

div.form table input,
div.form table select {
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #B9D4DB;
	font-size: 100%;
}

table.mceEditor select {
	width: auto !important;
}

div.form div.input div.add {
	display: inline;
}

div.form div.input div.add input {
	width: auto !important;
}

div.form div.submit {
	text-align: right;
}

div.form div.submit input {
	background: url("../img/buttons/pink_button.gif") no-repeat top left;
	border: 0;
	width: 92px;
	height: 30px;
	font-size: 1.17em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	margin-top: 4px;
	cursor: pointer;
}

div.step7 div.submit input {
	width: 210px;
	background: url("../img/buttons/pink_button_wide.gif") no-repeat top left;
}

div.lighter-button div.submit input {
	width: 210px;
	background: url("../img/buttons/light_pink_button_wide.gif") no-repeat top left;
}

div.med div.submit input {
	width: 150px;
	background: url("../img/buttons/pink_button_med.gif") no-repeat top left;
}
div.form div.button-next {
	text-align: right;
	clear: both;
}


div.form div.button-next input {
	background: url("../img/buttons/pink_button.gif") no-repeat top left;
	border: 0;
	width: 92px;
	height: 30px;
	font-size: 1.17em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	margin-top: 4px;
	cursor: pointer;
}

div.form div.button-previous {
	clear: both;
	float: left;
}


div.form div.button-previous input {
	background: url("../img/buttons/pink_button_back.gif") no-repeat top left;
	border: 0;
	width: 92px;
	height: 30px;
	font-size: 1.17em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 22px;
	margin-top: 4px;
	cursor: pointer;
}

div.input p {
	line-height: 2em;
	display: inline;
}

input.save {
	width: 150px !important;
	background-image: url("../img/buttons/pink_button_med.gif") !important;
	margin-right: 20px;
}


div.form div.input div.checkboxes {
	float: left;
	width: 62%;
	padding-bottom: 4px;
}

div.form div.input input.checkbox,
div.form div.input input.radio {
	width: auto !important;
	margin: 0 5px 0 0; !important;
}

div.form div.input div.checkbox {
	width: 33%;
	float: left;
	height: 2em;
}

div.advanced-search div.input div.checkbox {
	width: 49% !important;
}

div.advanced-search div.input input {
	width: 60% !important;
}

div.properties div.input div.checkbox {
	width: 19% !important;
}

div.form div.input div.checkbox label {
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.radio div.option {
	width: 33%;
	float: left;
}

div.form div.radio div.option input {
	width: auto !important;
	margin-left:0 !important;
}

div.form div.radio label {
	margin-right: 2em;
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.input div.checkbox input {
	width: auto !important;
	margin-left: 0 !important;
}

div.form div.input div.input {
	clear: none !important;
	padding: 0 !important;
	float: left;
	display: inline !important;
	width: auto !important;
}

div.form div.inline {
	display: inline;
	margin-right: 1em;
}

div.form div.inline label {
	margin-right: 5px;
}

div.error-flash {
	background: #fee url(../img/icons/icon_error.gif) 8px 5px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #f00;
}

div.warning-flash {
	background: #ffd url(../img/icons/icon_warning.gif) 8px 5px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #ffcc00;
}

div.notice-flash {
	background: #def url(../img/icons/icon_notice.gif) 8px 5px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #0099ff;
}

div.success-flash {
	background: #efe url(../img/icons/icon_success.gif) 8px 5px no-repeat;
	padding: 5px 5px 5px 28px;
	margin: 1em 0;
	border: 1px solid #33cc00;
}

div.ajax-loading {
	display: none;
}

div.input div.ajax-loading {
	float: right;
}

div.input div.checkboxes div.input label {
	display:inline !important;
	float:none !important;
	font-weight:normal !important;
}

div.form-col-left {
	width: 49%;
	float: left;
	clear: both;
}

div.form-col-right {
	width: 49%;
	float: right;
}

div#google-pinpoint-map {

}

div#google-pinpoint-map div.search {
	margin-bottom: 10px;
}

div#google-pinpoint-map #map {
	float: left;
}

div#google-pinpoint-map div.instructions {
	float: left;
	margin-left: 20px;
	width: 400px;
}

div.index table {
	width: 100%;
	empty-cells: show;
	margin-bottom: 20px;
}

div.index table th {
	color: #333;
	border-bottom: 2px solid #FF31A5;
}

div.index table th,
div.index table td {
	padding: 4px 6px;
	text-align: left;
}

div.index table td {
	border-bottom: 1px solid #ccc;
}

div.index table th,
div.index table th a {
	text-decoration: none;
}

div.index table th a:hover {
	text-decoration: underline;
}

div.index table td.renewal {
	color: red;
}
div.index table td.expired {
	color: blue;
}
div.index.propertyReviews table tr, div.index.propertyReviews table tr td, div.index.propertyReviews table th {
  background-color:#FFFFFF;
  background:none;
}
div.index table tr.altrow, div.index.propertyReviews table tr.altrow td {
	background-color: #F1F6F9;
}
div.index table td.actions{ width:150px; }
div.index table td.actions a {
	color: #0790c7;
	background: url("../img/icons/list_style.gif") no-repeat left 3px;
	padding-left: 10px;
	margin-right: 10px;
    margin-top:4px;
    padding-bottom:6px;
    float:left;
    width:40px;
    display:block;
}

div.index table td img {
	border: 1px solid #999;
}

div.paging {
	color: #666;
	text-align: right;
	float: right;
}

div.paging div {
	display: inline;
}

div.paging div.disabled {
	color: #999;
}

/*div.search label {
	color: #0790C7;
}*/

div.search div.input input,
div.search div.input textaea {
	width: 60% !important;
}

div.search div.submit {
	margin: 0 0 8px 8px;
}
div.newsletter div.input input{
  width:90%;
}
div.newsletter div.submit {
	margin: 0 0 8px 8px;
}
input.small {
	width: 50px !important;
}

table.datatable {
	width: 100%;
	empty-cells: show;
}

table.datatable th {
	color: #333;
	border-bottom: 2px solid #FF31A5;
}

table.datatable th,
table.datatable td {
	padding: 4px 6px;
	text-align: left;
}

table.datatable td {
	border-bottom: 1px solid #ccc;
}

table.dataspecial td {
	border-bottom: 1px solid #0790C7;
}

table.datatable th.noborder {
	border: 0 !important;
}

div.table-row-bedroom-hidden,
div.table-row-nearby-hidden,
div.table-row-rates-hidden,
div.table-row-bathroom-hidden {
	display: none;
}
div.table-row-bedroom-visible,
div.table-row-nearby-visible,
div.table-row-rates-visible,
div.table-row-bathroom-visible {
	display: block;
}

div.form div.input div.phone {
	float: left;
}

div.form div.input div.phone input {
	width: 95% !important;
}

div.form div.input div.country {
	width: 15%;
}

div.form div.input div.area {
	width: 15%;
	margin-left: 10px;
}

div.form div.input div.number {
	width: 28%;
	margin-left: 10px;
}

div.saving-status {
	margin-bottom: 1em;
	background: white url(../img/icons/ajax_loader_bar.gif) no-repeat center 0;
	text-align: center;
	padding-top: 20px;
	font-size: 120%;
	display: none;
}

input.remove {
	background-color: #FF31A5 !important;
	color: white !important;
	border: 0 !important;
	cursor: pointer;
	padding: 3px !important;
}

div.charlimitinfo {
	margin-top: 5px;
}

table td div.radio {
	width: 6em;
}

