
body {
	background-color: white;
	margin: 0px; 
	padding: 0px;
	color: black;	
	font: 12px/14px arial, helvetica, sans-serif;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: #063;
	text-decoration: none;
	}

a:visited {
	color: #063;
	text-decoration: none;
	}

a:hover {
	color: #063;
	text-decoration: underline;
	}

a:active {
	color: #063;
	text-decoration: none;
	}
	
/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; font-size: 11px; line-height: 16px; }

h1 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h2 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h3 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h4 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h5 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

span { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

strong { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

/*____________________________________________________________________________________________Helpers_*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.right_img { float: right; clear: none; padding: 5px 5px 0px 10px; border: 0px;}

.retnec { text-align: center; }

.message { color: red; font-size: 14px; }

.big_blue_text {
	font-size: 22px;
	color: #619FC8;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	}
	.big_blue_text a:link { color: #619FC8; }
	.big_blue_text a:visited { color: #619FC8; }
	.big_blue_text a:hover { color: #619FC8; }
	.big_blue_text a:active { color: #619FC8; }
	

/*____________________________________________________________________________________________Form Validation_*/
	

#ClientValidationSummary {
	background-color: #eeeeee;
	width: 718px;
	padding: 10px 5px;
	color: red;
	line-height: 20px;
	}
#ClientValidationSummary a {
	color: red;
	}
.validation-inline-error-message { 
	width: 200px;
	font-size: 10px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	color: #ff0000;
	}

.select {
	width: 146px;
	float: left;
	}

.error { color: red; font-style: italic; }

.admin_inputs_browse label { position: absolute; padding: 25px 0px 0px 0px; margin: 0px 0px 0px -75px; color: red; font-style: italic; }


/*____________________________________________________________________________________________Main Layout_*/

#navigation {
	width: 718px;
	background-color: #287344;
	border-bottom: 1px solid white;
	height: 18px;
	}
	
.nav_lines {
	width: 1px;
	height: 18px;
	background-color: white;
	float: left;
	}

#mainNav {
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
	
#mainNav li {
	float: left;
	}
#mainNav li a {
	display: block;
	background: #217843;
	text-align: left;
	line-height: 18px;
	font-size: 10px;
	margin: 0px;
	padding: 0px 14px 0px 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	}
#mainNav li a:hover, #mainNav li a.active {
	color: white;
	background: #2E82AD;
	}

#mainNav li a.this_page {
	display: block;
	background: #2E82AD;
	text-align: left;
	line-height: 18px;
	font-size: 10px;
	margin: 0px;
	padding: 0px 14px 0px 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	}
#mainNav li a.this_page:visitied {
	background: #2E82AD;
	}
#mainNav li a.this_page:hover {
	background: #2E82AD;
	}
#mainNav li a.this_page:active {
	background: #2E82AD;
	}

/* _ */

#container {
	margin: 0 auto;
	padding: 0px;
	width: 718px;
	height: 100%;
    clear: both;
	}	
#main_banner {
	background: url("/_ima/khov_banner.jpg") no-repeat;
	width: 718px;
	height: 36px;
	}
	
#main_banner_link {
	width: 200px;
	height: 23px;
	float: right;
	padding: 12px 5px 0px 0px;
	text-align: right;
	font-size: 11px;
	}

#login_banner {
	background: url("/_ima/domain/khov4realtors/login_banner.jpg") no-repeat;
	width: 718px;
	height: 149px;
	}
	
#index_login {
	width: 345px;
	height: 50px;
	padding: 90px 0px 0px 0px;
	float: right;
	}
	
#index_login p {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #2E82AD;
	}
	
.login_inputs {
	float: left;
	padding: 0px 3px 0px 0px;
	}
	
	
/* login btn */

a.login_btn { padding: 0px; margin: 0px auto; background: url("/_ima/login_btn.gif") no-repeat; text-decoration: none; width: 44px; height: 17px; float: left; clear: none; }
a.login_btn:hover { background-position: 0px -19px; text-decoration: none; }

#content_container {
	background: url("/_ima/content_fade.jpg") repeat-x;
	width: 718px;
	padding: 10px 0px 0px 0px;
	}
	
	
/* Index_welcome */


#index_welcome {
	width: 300px;
	height: 255px;
	float: left;
	padding: 10px;
	border-left: 1px solid #E2EDEF;
	}
	
	
/* Index_why */
	
	
#index_why {
	background-color: #FCF6E8;
	width: 389px;
	height: 259px;
	float: right;
	padding: 5px 0px 0px 0px;
	border: 1px solid #DFECF2;
	}
	
#index_why_title {
	background-color: #4694B9;
	width: 90%;
	height: 29px;
	margin: 0px auto;
	border: 2px solid #BBD8E5;
	padding: 5px 10px 10px 10px;
	}
	
#index_why_title_content {
	border-top: 7px solid #C1D9E6;
	padding-top: 3px;
	}

#index_why_title img {
	float: left;
	margin: 6px 0px 0px 0px;
	}

a.register_today_btn { padding: 0px; margin: 0px auto; background: url("/_ima/register_today_btn.gif") no-repeat; text-decoration: none; width: 100px; height: 21px; float: right; }
a.register_today_btn:hover { background-position: 0px -21px; text-decoration: none; }
	
#index_why p {
	padding: 5px 5px 0px 5px;
	font-size: 11px;
	line-height: 15px;
	}
	
ul {
	font-size: 11px;
	line-height: 15px;
	}
li {
	padding: 0px;
	}
	
.welcome_text_link {
	text-align: right;
	clear: both;
	margin: 0px 10px 0px 0px;
	}

	
/* tlv - tlv - tlv - tlv - tlv */


/* track */

.track {
	background: url("/_ima/tvl_bg.jpg") repeat-x bottom;
	width: 250px;
	height: 179px;
	float: left;
	}
.track p {
	font-size: 10px;
	width: 217px;
	color: #9C8454;
	margin: 0px 0px 0px 13px;
	}
	
a.track_btn { padding: 0px; margin: 0px auto; background: url("/_ima/base/guest/track_btn.jpg") no-repeat; text-decoration: none; width: 250px; height: 88px; float: left; }
a.track_btn:hover { background-position: 0px -88px; text-decoration: none; }
	
/* view */
	
.view {
	background: url("../../_ima/tvl_bg.jpg") repeat-x bottom;
	width: 242px;
	height: 180px;
	float: left;
	}
.view p {
	font-size: 10px;
	width: 217px;
	color: #82807B;
	margin: 0px;
	}
	
a.view_btn { padding: 0px; margin: 0px auto; background: url("/_ima/view_btn.jpg") no-repeat; text-decoration: none; width: 240px; height: 88px; float: left; }
a.view_btn:hover { background-position: 0px -88px; text-decoration: none; }

/* learn */

.learn {
	background: url("../../_ima/tvl_bg.jpg") repeat-x bottom;
	width: 225px;
	height: 179px;
	float: left;
	}
.learn p {
	font-size: 10px;
	width: 220px;
	color: #EE9F19;
	margin: 0px;
	}

a.learn_btn { padding: 0px; margin: 0px auto; background: url("/_ima/learn_btn.jpg") no-repeat; text-decoration: none; width: 225px; height: 88px; float: left; }
a.learn_btn:hover { background-position: 0px -88px; text-decoration: none; }

#footer {
	background: url("../../_ima/footer_bg.jpg") repeat-x;
	width: 718px;
	height: 47px;
	padding: 10px 0px 0px 0px;
	border-top: 11px solid #2A7345;
	font-size: 11px;
	text-align: center;
	}
	
#login_error {
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	width: 350px;
	font-weight: bold;
	margin: 0px auto;
	}
	
/* Register */

.box_title p {
	background-color: #DDDDDD;
	border: 1px solid #999999;
	font-size: 20px;
	padding: 10px;
	}
	
#register_form {
	width: 690px;
	}
	
.form_row {
	width: 700px;
	height: 22px;
	padding: 2px 0px 2px 10px;
	background-color: #EEEEEE;
	}
.form_row p {
	width: 250px;
	float: left;
	text-align: left;
	padding: 0px 5px 0px 10px;
	}
.form_row input {
	float: left;
	}
	
.big_form_row {
	width: 700px;
	height: 44px;
	padding: 2px 0px 2px 10px;
	background-color: #EEEEEE;
	}
.big_form_row p {
	width: 250px;
	float: left;
	text-align: left;
	padding: 0px 5px 0px 10px;
	}
.big_form_row input {
	float: left;
	}
	
.padder { padding: 0px 20px 10px 20px; }
		
.contact_textarea {
	width: 700px;
	height: 60px;
	padding: 2px 0px 20px 10px;
	background-color: #EEEEEE;
	}
.contact_textarea p {
	width: 255px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 10px;
	}
.contact_textarea textarea {
	float: left;
	width: 300px;
	height: 50px;
	overflow: hidden;
	}
	
.register_btn {
	width: 335px;
	float: right;
	padding: 5px 0px 0px 0px;
	}
	
.form_breaker {
	width: 680px;
	height: 3px;
	}
	
/* Realtor Rewards */
	
.banners {
	margin: 0px;
	padding: 0px;
	}
	
#content_container_rewards {
	width: 680px;
	margin: 0px auto;
	}
	
.big_blue_text {
	font-size: 22px;
	color: #619FC8;
	font-weight: bold;
	line-height: 26px;
	}
	
.reward_sections_1 {
	background-color: #F7F7F7;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	width: 718px;
	height: 140px;
	clear: both;
	}
.reward_sections_0 {
	background-color: #EFEFEF;
	clear: both;
	border-top: 1px solid white;
	width: 718px;
	height: 140px;
	}
	
#content_container_white {
	width: 718px;
	padding: 10px 0px 0px 0px;
	}
	
a.redeem_points_btn { padding: 0px; margin: 0px auto; margin-top: 2px; background: url("/_ima/redeem_points.jpg") no-repeat; text-decoration: none; width: 100px; height: 21px; float: left; }
a.redeem_points_btn:hover { background-position: 0px -21px; text-decoration: none; }
	
.points {
	width: 260px;
	height: 70px;
	border-top: 15px solid #2660ce;
	float: left;
	padding: 50px 0px 0px 0px;
	text-align: center;
	}
.points p {
	font-size: 28px;
	color: #619FC8;
	font-weight: bold;
	}
.details {
	width: 410px;
	height: 100px;
	float: left;
	padding: 30px 0px 0px 20px;
	}
.cool {
	width: 10px;
	height: 85px;
	border-top: 15px solid #2660ce;
	float: right;
	}
	
#content_container_rewards_details {
	width: 680px;
	margin: 0px auto;
	color: #666666;
	padding: 15px 0px 15px 0px;
	}
#content_container_rewards_details p {
	line-height: 14px;
	}
	
/* Admin Dashboard */
	
.admin_welcome {
	padding: 0px 0px 5px 0px;
	}
	
#dashboard_sales {
	background-color: #4694B9;
	width: 95%;
	height: 29px;
	border: 2px solid #BBD8E5;
	padding: 5px 10px 10px 10px;
	}
	
	
#dashboard_left {
	width: 463px;
	height: 378px;
	float: left;
	border-right: 1px solid #E0ECF2;
	border-bottom: 3px solid #2E82AD;
	}

.your_sales {
	font-size: 20px;
	color: white;
	width: 120px;
	float: left;
	}
	
.your_points {
	width: 190px;
	float: right;
	color: white;
	padding: 5px 0px 0px 0px;
	text-align: right;
	}
	
.your_points span {
	font-size: 20px;
	color: white;
	}
	
.red_text {
	color: red;
	}
	
.point_boxes {
	background-color: #EDEFF0;
	width: 415px;
	padding: 10px;
	height: 35px;
	margin: 10px 0px 0px 0px;
	}
	
.point_boxes_left {
	float: left;
	clear: both;
	width: 200px;
	}	
.point_boxes_right {
	float: right;
	clear: none;
	width: 180px;
	}
	
#dashboard_right {
	width: 245px;
	height: 400px;
	float: right;
	clear: none;
	margin: -35px 0px 0px 0px;
	}
	
#dashboard_right img {
	float: right;
	border: 0px;
	}
	
#top_sellers {
	background: url("/_ima/top_seller_bg.jpg") repeat-x;
	height: 89px;
	float: right;
	width: 226px;
	border-top: 5px solid #4A93B6;
	border-bottom: 5px solid #C2D9E7;
	margin: 10px 0px 0px 0px;
	}
	
#top_sellers p {
	width: 215px;
	padding: 10px 10px 0px 10px;
	}
#top_sellers p strong {
	width: 100px;
	float: left;
	font-size: 18px;
	color: #277545;
	}
#top_sellers p span {
	width: 100px;
	float: right;
	}
#top_sellers ol  {
	font-size: 10px;
	margin-top: 10px;
	}
	
#dashboard_mid_section {
	width: 718px;
	border-top: 1px solid #E0ECF2;
	border-bottom: 1px solid #E0ECF2;
	padding: 5px 0px 0px 0px;
	}
	
.immediate_deliveries {
	background: url("/_ima/immediatedeliveries_bg.jpg") no-repeat;
	width: 339px;
	height: 90px;
	}
.immediate_deliveries p {
	padding: 45px 0px 0px 0px;
	margin: 0px;
	}
.immediate_deliveries form {
	padding: 0px;
	margin: 0px;
	}
		
.immediate_deliveries_homes {
	width: 339px;
	}
	
#specials_section {
	width: 350px;
	float: right;
	clear: none;
	}

.specials_row_1 {
	width: 718px;
	height: 65px;
	clear: both;
	}
.specials_row_0 {
	background-color: #EEEEEE;
	width: 718px;
	height: 60px;
	clear: both;
	padding: 5px 0px 5px 0px;
	}
.specials_row_edit_1 {
	width: 688px;
	height: 65px;
	clear: both;
	margin: 0px auto;
	}
.specials_row_edit_0 {
	background-color: #EEEEEE;
	width: 688px;
	height: 60px;
	clear: both;
	padding: 5px 0px 5px 0px;
	margin: 0px auto;
	}
.specials_thumb {
	width: 130px;
	float: left;
	}
.specials_lead {
	width: 470px;
	float: left;
	}
.specials_more_info {
	width: 60px;
	float: right;
	padding: 33px 0px 0px 0px;
	}
.specials_more_info_edit {
	width: 60px;
	float: right;
	padding: 7px 0px 0px 0px;
	}
	
.homes {
	height: 80px;
	padding: 0px 0px 5px 0px;
	}
	
.homes img {
	float: left;
	padding: 0px 10px 0px 0px;
	}
	
#missing_one {
	background: url("/_ima/missing_one_bg.jpg") repeat-x;
	width: 100%;
	height: 206px;
	}
	
.big_green_text {
	font-size: 18px;
	color: #2A733E;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
	}
	
.bottom_form_left {
	width: 300px;
	float: left;
	padding: 20px 0px 0px 40px;
	}
	
#missing_one form {
	margin: 0px;
	padding: 0px;
	}
	
.bottom_form_left p {
	width: 105px;
	float: left;
	text-align: right;
	padding: 0px 10px 0px 0px;
	}

.bottom_form_left input {
	margin: 0px 0px 3px 0px;
	width: 160px;
	}
	
.bottom_form_left textarea {
	margin: 0px;
	padding: 0px;
	width: 160px;
	overflow: hidden;
	}
	
#submit_btn input {
	width: 80px;
	margin: 10px 0px 0px 115px;
	}
	
/* immediate_deliveries_state */
	
#user_section_titles {
	height: 23px;
	border: 1px solid #666;
	background-color: #DDDDDD;
	margin: 15px 0px 15px 0px;
	padding: 6px;
	}
#user_section_titles p {
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	float: left;
	}
	
#user_section_titles_big {
	height: 23px;
	border: 1px solid #666;
	background-color: #DDDDDD;
	margin: 15px 0px 15px 0px;
	padding: 6px;
	}
#user_section_titles_big p {
	font-size: 18px;
	font-weight: bold;
	width: 600px;
	float: left;
	}
		
.results_pages {
	width: 708px;
	padding: 0px 0px 15px 0px;
	height: 40px;
	}
.results {
	width: 150px;
	float: left;
	padding-left: 10px;
	}	
.pages {
	width: 500px;
	float: right;
	text-align: right;
	}

/* immediate deliveries rows */

.data_rows_1 {
	width: 100%;
	clear: both;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 5px 0px;
	}
.data_rows_1 p {
	padding: 20px 0px 0px 0px;
	}
.data_rows_0 {
	width: 100%;
	height: 65px;
	clear: both;
	font-size: 11px;
	text-align: left;
	background-color: #EEEEEE;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
.data_rows_0 p {
	padding: 20px 0px 0px 0px;
	}
.quick_more_in_home {
	width: 120px;
	float: left;
	}
.community {
	width: 150px;
	float: left;
	}
.mov_in_date {
	width: 130px;
	float: left;
	}
.price {
	width: 55px;
	float: left;
	}
.beds {
	width: 40px;
	float: left;
	}
.bath {
	width: 40px;
	float: left;
	}
.city {
	width: 85px;
	float: left;
	}
.brand {
	width: 90px;
	float: right;
	}

/* top sellers styles */

.seller_rows_1 {
	width: 100%;
	clear: both;
	}
.seller_rows_1 p {
	padding: 2px;
	}
.seller_rows_0 {
	background-color: #EEEEEE;
	width: 100%;
	clear: both;
	height: 19px;
	}
.seller_rows_0 p {
	padding: 2px;
	}
.first_name {
	width: 150px;
	float: left;
	}
.last_name {
	width: 150px;
	float: left;
	}
.company {
	width: 300px;
	float: left;
	}
.total_points {
	width: 100px;
	float: left;
	text-align: center;
	}
	
/* Dashboard Specials */

.actual_specials {
	clear: both;
	padding: 0px 0px 10px 0px;
	}
.actual_specials p {
	padding: 0px;
	width: 230px;
	float: right;
	padding: 0px 0px 10px 0px;
	}
.actual_specials img {
	float: left;
	padding: 0px 0px 0px 0px;
	}

/* Admin Admin Admin Admin */	

#admin_navigation {
	width: 718px;
	background-color: #287344;
	border-bottom: 1px solid white;
	height: 22px;
	}

.admin_nav {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: white;
	}

/* admin nav links_*/

.admin_nav a:link {
	color: white;
	text-decoration: none;
	border-right: 20px solid #287344;
	}
.admin_nav a:visited {
	color: white;
	text-decoration: none;
	border-right: 20px solid #287344;
	}
.admin_nav a:hover {
	color: #F7DFA3;
	text-decoration: underline;
	border-right: 20px solid #287344;
	}
.admin_nav a:active {
	color: white;
	text-decoration: none;
	border-right: 20px solid #287344;
	}

.admin_nav a.this_admin {
	color: #F7DFA3;
	text-decoration: underline;
	border-right: 20px solid #287344;
	}
.admin_nav a.this_admin:visited {
	color: #F7DFA3;
	text-decoration: underline;
	border-right: 20px solid #287344;
	}
.admin_nav a.this_admin:hover {
	color: #F7DFA3;
	text-decoration: underline;
	border-right: 20px solid #287344;
	}
.admin_nav a.this_admin:active {
	color: #F7DFA3;
	text-decoration: underline;
	border-right: 20px solid #287344;
	}

#admin_container {
	padding: 20px 0px 0px 0px;
	}
	
#top_stats_overview {
	background: url("/_ima/green_admin_fade.jpg") repeat-x;
	width: 300px;
	padding: 0px 0px 10px 0px;
	border: 1px solid black;
	margin-bottom: 20px;
	float: left;
	}
	
.fade_title {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	}
		
.red_title {
	font-size: 16px;
	font-weight: bold;
	color: red;
	}
		
.fade_title2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	}
	
.stats_number {
	width: 30px;
	float: left;
	padding: 5px 0px 0px 10px;
	clear: both;
	}
.stats_detail {
	width: 260px;
	float: left;
	padding: 5px 0px 0px 0px;
	}
	
.border_break {
	height: 10px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	}
	
.full_admin_sections {
	background: url("/_ima/green_admin_fade.jpg") repeat-x;
	width: 100%;
	padding: 0px 0px 10px 0px;
	border: 1px solid black;
	margin-bottom: 20px;
	}
			
.full_admin_sections_title {
	background: url("/_ima/green_admin_fade.jpg") repeat-x;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	}
		
.full_admin_sections_scroller {
	width: 100%;
	height: 250px;
	padding: 0px 0px 10px 0px;
	border: 1px solid black;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	}
	
#admin_quick_links {
	width: 330px;
	float: right;
	}
	
a.admin_home_btns { font-weight: bold; text-align: center; border: 1px solid #287344; padding: 0px; margin: 0px auto; margin-top: 10px; background: url("/_ima/admin_btn_fade.jpg") repeat-x; text-decoration: none; width: 330px; height: 22px; float: right; }
a.admin_home_btns:hover { background-position: 0px -24px; text-decoration: none; }
	
.admin_forms {
	width: 310px;
	height: 80px;
	float: left;
	padding: 0px 0px 0px 20px;
	}
	
.admin_forms p {
	width: 130px;
	float: left;
	}
	
.form_breaker {	
	width: 100%;
	height: 5px;
	}
	
a.find_realtor_btn { color: black; font-weight: bold; text-align: center; border: 1px solid #287344; padding: 4px 0px 0px 0px; margin: 0px auto; margin-top: 5px; margin-left: 130px; background: url("/_ima/admin_btn_fade.jpg") repeat-x; text-decoration: none; width: 80px; height: 18px; float: left; }
a.find_realtor_btn:hover { color: #1D4D2F; background-position: 0px -24px; text-decoration: none; }
	
.realtor_results_row_01 {
	width: 718px;
	height: 19px;
	padding: 5px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	}	
.realtor_results_row_00 {
	background-color: #EEEEEE;
	height: 15px;
	width: 718px;
	padding: 2px 0px 2px 0px;
	clear: both;
	font-size: 11px;
	}
.realtor_results_name {
	width: 130px;
	float: left;
	padding: 0px 0px 0px 10px;
	}
.realtor_results_company {
	width: 200px;
	float: left;
	}
.realtor_results_state {
	width: 45px;
	float: left;
	}
.realtor_results_email_Address {
	width: 190px;
	float: left;
	}
.realtor_results_license {
	width: 70px;
	float: left;
	text-align: left;
	}
.realtor_results_enabled {
	width: 60px;
	float: left;
	text-align: center;
	}
	
/* admin add points */

.admin_existing_items {
	width: 160px;
	height: 35px;
	float: left;
	padding: 10px 0px 0px 10px;
	}
	
.admin_existing_items p {
	text-align: left;
	}
	
a.admin_existing_items_edit_btn { color: black; font-weight: bold; text-align: center; border: 1px solid #287344; padding: 4px 0px 0px 0px; margin: 0px auto; margin-right: 10px; background: url("/_ima/admin_btn_fade.jpg") repeat-x; text-decoration: none; width: 80px; height: 18px; float: left; }
a.admin_existing_items_edit_btn:hover { color: #1D4D2F; background-position: 0px -24px; text-decoration: none; }
	
.admin_inputs_title {
	width: 150px;
	height: 30px;
	float: left;
	padding: 10px 0px 0px 10px;
	}
.admin_inputs_radios {
	width: 400px;
	height: 40px;
	float: left;
	}

.profile_note {
	width: 670px;
	height: 40px;
	margin: 0 auto;
	}
.admin_inputs_inputs {
	width: 300px;
	height: 40px;
	float: left;
	}
.admin_inputs_inputs input {
	width: 300px;
	margin: 8px 0px 0px 0px;
	}
.admin_inputs_date {
	width: 270px;
	height: 40px;
	float: left;
	}
.admin_inputs_browse {
	width: 270px;
	height: 40px;
	float: left;
	}
.admin_inputs_date input {
	width: 180px;
	float: left;
	margin: 8px 0px 0px 0px;
	}
.admin_inputs_date_btn {
	width: 100px;
	height: 40px;
	float: left;
	margin: 8px 0px 0px 0px;
	}
	
a.admin_add_points_top_btns { color: black; font-weight: bold; text-align: center; border: 1px solid #287344; padding: 4px 0px 0px 0px; margin: 0px auto; margin-bottom: 15px; margin-right: 10px; background: url("/_ima/admin_btn_fade.jpg") repeat-x; text-decoration: none; width: 200px; height: 18px; float: left; }
a.admin_add_points_top_btns:hover { color: #1D4D2F; background-position: 0px -24px; text-decoration: none; }
	
#admin_add_points_top_info {
	width: 718px;
	height: 30px;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
.admin_form_buttons {
	width: 142px;
	height: 25px;
	float: right;
	}

/* ____________ btns start _____________ */

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0px;
    background: url("/_ima/admin_btn_fade.jpg") repeat-x;
    background-color: #f5f5f5;
    border: 1px solid #287344;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
	}
	
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 10px; /* IE6 */
	}
	
.buttons button[type] {
    padding: 2px 10px 3px 10px; /* Firefox */
    line-height: 15px; /* Safari */
	}
	
*:first-child+html button[type] {
    padding: 1px 10px 3px 10px; /* IE7 */
	}
	
.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
	}
	/* POSITIVE */

button.positive, .buttons a.positive {
    color: #666;
}
.buttons a.positive:hover, button.positive:hover {
    border: 1px solid #287344;
    color: #1D4D2F;
    background-position: 0px -24px;
 
}
.buttons a.positive:active {
    background-color: #ffffff;
    border: 1px solid #287344
    color: #fff;
}

/* ____________ btns end _____________ */

.file_sizer {
	width: 150px;
	height: 15px;
	padding: 12px 0px 0px 0px;
	float: left;
	}
	
.real_db_promo_img {
	width: 150px;
	float: left;
	padding: 0px 0px 0px 10px;
	text-align: center;
	}
		
.real_db_promo_img img {
	width: 150px;
	float: left;
	border: 1px solid #666666;
	background-color: #dddddd;
	}
	
.realtor_rewards_content {
	width: 500px;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 40px;
	}
	.realtor_rewards_content textarea {
		width: 480px;
		height: 100px;
		}

.image_browse_btns {
	width: 130px;
	height: 15px;
	padding: 10px 0px 10px 0px;
	float: left;
	}	
	
a.admin_database_btns { color: black; font-weight: bold; text-align: center; border: 1px solid #287344; padding: 4px 0px 0px 0px; margin: 0px auto; margin-top: 5px; margin-left: 10px; background: url("/_ima/admin_btn_fade.jpg") repeat-x; text-decoration: none; width: 350px; height: 18px; float: left; }
a.admin_database_btns:hover { color: #1D4D2F; background-position: 0px -24px; text-decoration: none; }
	
#stats_left {
	float: left;
	width: 360px;
	padding: 0px 0px 0px 40px;
	}
.r_and_l_numbers {
	width: 35px;
	height: 15px;
	float: left;
	}
.r_and_l_offer {
	width: 240px;
	height: 15px;
	float: left;
	}
.r_and_l_dl {
	width: 60px;
	height: 15px;
	float: left;
	}
#stats_right {
	float: right;
	width: 270px;
	padding: 0px 0px 0px 20px;
	}
.r_and_l_name {
	width: 150px;
	float: left;
	height: 15px;
	}
.r_and_l_contact_info {
	width: 100px;
	float: left;
	height: 15px;
	}
	
.no_promotions {
	font-size: 14px;
	font-wight: bold;
	text-align: center;
	background-color: #dddddd;
	border: 1px solid #666;
	width: 688px;
	margin: 0 auto;
	}

.add_special_textarea {
	width: 300px;
	height: 70px;
	float: left;
	}	

.add_special_textarea textarea {
	width: 300px;
	height: 70px;
	}
	
#add_promo_form {
	width: 500px;
	float: left;
	}
	
#promotion_info {
	width: 200px;
	height: 200px;
	float: right;
	clear: none;
	}
	
#overflow_box {
	width: 460px;
	height: 270px;
	overflow-x: hidden;
	overflow-y: auto;
	}
	
.home_info {
	width: 245px;
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	}
	
.reward_0 {
	width: 475px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	border: 1px solid #ddd;
	}		
.reward_what {
	background-color: #FDDA96;
	width: 475px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	border: 1px solid #ddd;
	margin: 30px 0px 0px 0px;
	}	
.reward_1 {
	background-color: #ddd;
	width: 475px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	border: 1px solid #ddd;
	}
.reward_title {
	width: 300px;
	overflow: hidden;
	float: left;
	}
.reward_points {
	width: 100px;
	float: left;
	}

.reward_delete {
	width: 55px;
	float: right;
	text-align: right;
	}

