/* ------------ Begin Common Template Styles ------------ //

//
//	These styles are used throughout the entire skin set. 
//

/ ------------------------------------------------------ */

html, body {
	height: 100%;
}

body { 
	font-family	: Arial, Verdana, Sans-Serif;
	font-size : 11px;
	background-color : #FFFFFF;
	margin : 0px;
	background-image : url("../images/background_half_moon.gif");
	background-repeat : no-repeat;		
} 

#header	{
	width : 100%;
	background-color : #267AAE;
	height : 83px;
	background-image : url('../images/header_background.gif');
	background-repeat : repeat-x;
	margin-bottom : 20px;
}
	 
#header_content {
	width : 50%;
	height : 54px;
	padding : 0px;
	padding-top : 10px;

}	

#header_logo_title {	
	background-image : url('../images/header_logo_white.gif');
	background-repeat : no-repeat;
	width : 500px;
	height : 39px;
	margin-left : 10px;
	padding-top : 10px;
}

#header_logo_title h1 {	
	display : inline;
	font-family : Arial, Verdana, Sans-Serif;
	color : #ffffff;
	font-size : 24px;
	font-weight : normal;
	margin-left : 75px;
}


		
#header_top_navigation {
 	float : right;
	width : 210px;
	padding-top : 60px;
	margin-top : -62px;	
}	 
	

#header_top_navigation ul {
	font-size : 12px;
	font-family : Arial, Verdana, Sans-Serif;
	color : #ffffff;
	text-decoration : none;
	margin-left: 0px;
	padding-left: 0px;	
	display: inline;
	list-style-type: none;
} 


#header_top_navigation ul li {
	margin-left: 0;
	padding: 3px 5px;
	display: inline;       
}
        
                
#header_top_navigation ul > li {
	margin-left: 0;
	padding: 3px 5px;
	border-left: none;
	display: inline;  
}
		
#header_top_navigation a {
	width: 70px;
	height: 70px;
	padding-top: 62px;	
	color: #ffffff;	
	background-color: #fafddf;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
}	
		 
#header_top_navigation a:hover {
	background-color: #FFE9D4;
	color: #FFE9D4;	
	text-decoration: none;	 
	text-align: center;													
} 
			   
#header_top_navigation #admin a	{
	background-image: url('../images/header_admin.gif');
	background-position: top center;
}

#header_top_navigation #dashboard a	{
	background-image: url('../images/header_dashboard.gif');
	background-position: top center;
}

#header_top_navigation #logout a	{
	background-image: url('../images/header_logout.gif');
	background-position: top center;
}

#content_body	{
	width:100%;
	height:100%;			   
}

#content_body_navigation {
	width: 200px;
	float: left;
		
}   

#content_body_navigation h3 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-left: 60px;
}

#content_body_navigation .navigation_list {
/*	padding: 0px 0px 145px 0px; */
	padding: 0px;
	margin-left: 0px;
	vertical-align: middle;
/*	background: url("../images/navigation_bar_bottom.gif") no-repeat 15px 100%; */
		
}

#final_item {
	padding: 0px 0px 145px 0px;
	background: url("../images/navigation_bar_bottom.gif") no-repeat 15px 100%;
	z-index: -100;
}

#content_body_navigation .navigation_list li {
	list-style:none;
	height				: 24px;
	padding-left		: 15px;
}

#content_body_navigation .navigation_list li a {
	display: block;
	margin: 0px;
	padding: 6px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #010101;
	padding-left: 40px;
	background-position: center left;
	background-repeat: no-repeat;
}

#content_body_navigation .navigation_list li a:hover {
	color: #ff0000;
}

#content_body_navigation #create_new_order a {
	background-image	: url("../images/navigation_create_order.gif");
}

#content_body_navigation #mark_urgent a {
	background-image	: url("../images/navigation_mark_urgent.gif");
}

#content_body_navigation #make_active a {
	background-image	: url("../images/navigation_make_active.gif");	
}

#content_body_navigation #on_hold a {
	background-image	: url("../images/navigation_on_hold.gif");	
}

#content_body_navigation #cancel_job a {
	background-image	: url("../images/navigation_cancel_order.gif");	
}

#content_body_navigation #view_all_orders a {
	background-image	: url("../images/navigation_view_all.gif");	
}

#content_body_navigation #view_my_orders a {
	background-image	: url("../images/navigation_view_details.gif");	
}

#content_body_navigation .blank a {
	background-image	: url("../images/navigation_list_blank.gif");	
}

#content_body_navigation #view_order_details a {
	background-image	: url("../images/navigation_view_details.gif");	
}

#content_body_navigation #print_invoice a {
	background-image	: url("../images/navigation_print_invoice.gif");	
}

#content_body_navigation #send_message a {
	background-image	: url("../images/navigation_send_message.gif");
	
}

#content_body_navigation .blank a {
	background-image	: url("../images/navigation_blank.gif");	
}

#content_body_navigation .links a {
	background-image	: url("../images/navigation_link.gif");	
}

#content_body_navigation #reports a {
	background-image	: url("../images/navigation_view_details.gif");	
}

#content_body_navigation #payments a {
	background-image	: url("../images/navigation_payments.gif");	
}

#content_body_navigation #statistics a {
	background-image	: url("../images/navigation_statistics.png");	
}

#content_body_navigation .preferences a {
	background-image	: url("../images/navigation_preferences.gif");	
}

#content_body_navigation #job_categories a {
	background-image	: url("../images/navigation_job_categories.gif");	
}

#content_body_navigation #users a {
	background-image	: url("../images/navigation_users.gif");	
}

#document_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 103px;
	left: 165px;
}

#document_content  h3 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #010101;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.bold {
	font-weight: bold;
}

input.width {
	width:175px;
}

.title_bar {
	border: 1px #000000 solid;  
	background-color: #f4f4f4;
	margin-bottom: 20px;

}

.title_bar h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin:0px;
}

.error_message {
	color: #ff0000;
	margin: auto;
	text-align: center;
}

.comment_window {
	font-size: 12px;
	font-weight: normal;

}

.comment {
	padding-bottom: 10px;
}

.comment a {
	color: #ff0000;
}

/* ---------- Begin Dashboard Section ---------- */
  				  

#dashboard table  { 		
	border-collapse : collapse;
	background-color: #ffffff;
	margin-bottom: 10px;
	width: 815px; 		
}
	   		   
#dashboard table td {
	text-align: center;
	padding: 1px;		
}	
	
#dashboard table td a {	
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 1px;		
}	
	
#dashboard table th a {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 0px;		
}	
						 
#dashboard select, 
#dashboard option {	
	font-size : 10px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}							 	 
		 
	
#dashboard #urgent .dashboard_borderTL,
#dashboard #urgent .dashboard_border_tab,
#dashboard #urgent .dashboard_borderBL {
	background-color: #990809;
}

#dashboard #active .dashboard_borderTL,
#dashboard #active .dashboard_border_tab,
#dashboard #active .dashboard_borderBL {
	background-color: #34AA84;
}

#dashboard #onhold .dashboard_borderTL,
#dashboard #onhold .dashboard_border_tab,
#dashboard #onhold .dashboard_borderBL {
	background-color: #FEDBAD;
}
	
#dashboard #completed .dashboard_borderTL,
#dashboard #completed .dashboard_border_tab,
#dashboard #completed .dashboard_borderBL {
	background-color: #809FC3;
}

#dashboard #cancelled .dashboard_borderTL,
#dashboard #cancelled .dashboard_border_tab,
#dashboard #cancelled .dashboard_borderBL {
	background-color: #999999;
}	
	
#dashboard .dashboard_borderTL {
	background-image : url('../images/dashboard_tabTL.gif');
	background-repeat: no-repeat;		
	width: 27px;
	height: 12px;
	border-right: 1px solid #000000;
	padding: 0px;
}
		
#dashboard .dashboard_borderTR {
	background-image : url('../images/dashboard_borderTR.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color : #D6E4EE;
	width: 36px;
	height: 12px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}	

#dashboard .dashboard_borderBL {
	border-right:1px solid #000000;
	width:27px;
	background-image : url('../images/dashboard_tabBL.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#dashboard .dashboard_borderBR {
	background-image : url('../images/dashboard_borderBR.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 36px;
	height: 12px;
	border: 0px;
	padding: 0px;
}	

#dashboard .dashboard_border_tab {
	width: 27px;
	border-right: 1px solid #000000;
	background-image: url('../images/dashboard_borderM.gif');
	background-repeat: no-repeat;
}

#dashboard input {
	border: 0px;
	padding: 0px;
	margin: auto;
}

#dashboard th.status {
	background-image: url('../images/dashboard_borderT.gif');
	background-color: #bfbfbf;
	color: #ffffff;	
	font-size: 14px;
	border: 1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	padding: 2px;
	font-family: Arial, Verdana, Sans-Serif;
}  		 
	   
#dashboard th.data   {
	background-image: url('../images/dashboard_borderT.gif');		
	background-color: #D6E4EE;
	color: #ffffff;	
	border-bottom: 1px solid #000000;
}	
	
.border_bottom {
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Arial, Verdana, Sans-Serif;
}  	

#dashboard .order_num {
	width: 53px;
	height: 20px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000; 
}

#dashboard .order_date {
	width: 63px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}	
	
#dashboard .order_company_code {
	width: 37px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .customer_username {
	width: 74px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .applicant {
	width: 66px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .property_address {
	width:184px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right	 : 1px solid #000000;
}

#dashboard .appraisal_pdf {
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;	
}

#dashboard .property_city_code {
	width: 24px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .job_fee {
	width: 32px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .appraiser_username {
	width: 96px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .job_level_name {
	width: 96px;
	background-image : url('../images/dashboard_borderB.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
}

#dashboard .notes_count {
	width: 35px;
	background-image : url('../images/dashboard_bottomR.gif');
	background-position: bottom right;
}

#dashboard .notes_count_end {
	width: 35px;
	background-image : url('../images/dashboard_borderBR.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}


#dashboard td.order_company_code {
	text-align: left;
}

#dashboard td.customer_username {
	text-align: left;
}

#dashboard td.applicant {
	text-align: left;
}

#dashboard td.job_fee {
	text-align: right;
}

#dashboard td.property_address {
	text-align: left;
	padding-left: 5px;
}

.datefield {			
	width : 100px;			
}				 

#dashboard #search {
	width: 815px;
	text-align: right;
	padding: 0px;
	margin-bottom: 5px;
}

#dashboard #search #dashboard_search_submit {
	border: 1px solid #aaaaaa;
	margin-top: 0px;
	height: 20px;
}

#dashboard #search h3 {
	display: inline;
	margin-top: 2px;
	margin-bottom: 0px;
	float: left;
}

#dashboard #search span {
	display: inline;
}

#dashboard #search #s-additional-criteria-input {
	border: 1px solid #cccccc;
	height: 20px;
	margin-top: 2px;	
}


#search table {
	display: inline;
}

#search th {
	background-color:#e6e6e6;
}

#search .searchTL {
	background-image: url('../images/search_borderTL.gif');
	width: 14px;
	height: 14px;
	background-position: top left;
	background-repeat: no-repeat;
}

#search .searchTR {
	background-image: url('../images/search_borderTR.gif');
	width: 14px;
	height: 14px;
	background-position: top right;
	background-repeat: no-repeat;
}

#search .searchBL {
	background-image: url('../images/search_borderBL.gif');
	width: 14px;
	height: 14px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#search .searchBR {
	background-image: url('../images/search_borderBR.gif');
	width: 14px;
	height: 14px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#search .searchT {
	color: #000000;
	font-size: 14px;
	background-image: url('../images/search_borderT.gif');
	background-repeat: repeat-x;
}

#search .searchB{
 	background-image: url('../images/search_borderB.gif');
 	background-position: bottom;
 	background-repeat: repeat-x;
 	padding-bottom: 5px;
}

#search .searchL {
	background-image: url('../images/search_borderL.gif');
	background-position: left;
	background-repeat: repeat-y;
}

#search .searchR {
	background-image: url('../images/search_borderR.gif');
	background-position: right;
	background-repeat: repeat-y;
}

#search_window {
	width: 780px;
	padding: 0px;
}

#search_navigation {
	width: 120px;
	display: inline;
	padding: 0px;
	float: right;
	margin:-65px -20px 0px 0px;
}

#search_navigation ul {
	margin: 0px;
	padding: 0px;
}

#search_navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	padding: 7px;
}

#search_navigation #submit {
	list-style-image: url('../images/search_magnify.gif');
	list-style-position: inside;
	vertical-align: middle;
}

#search_navigation #show_current {
	list-style-image: url('../images/search_clock.gif');
	list-style-position: inside;
	vertical-align: middle;	
}

#search #s-order-from {
	width: 100px;
}

#search #s-order-to {
	width: 100px;
}

#search #s-additional-criteria-input {
	width: 400px;		
}

#search #s-additional-criteria {
	text-align: left;
	padding-left: 10px;
}

.contentWrapper_search {
	/* position this div however you want, but
	keep its padding and border at zero */
	padding: 0px;
	border: 0px;
	width: 702px;
	margin-top: 20px;
}

.content_search {
	background-color: #e9e9e9;
	border: 1px solid #808080;
    height: 60px;
}

#document_content h3 a {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	width: 9px;
	height: 9px;
}

#document_content h3 a img {
	width: 9px;
	height: 9px;
	border: 0px; 		
}

.appraisal_date_urgent {
	background-color: #FFD7D5;
}

.appraisal_date_notice {
	background-color: #FEFFD4;
}

.appraisal_date_on_track {
	background-color: #E2FFC9;
}


/* ---------- End Dashboard Section ---------- */

/* ---------- Begin Notes Section ---------- */

#notes_section {
  width: 400px;		
}

#notes_section label,
#notes_section input {
    display: block;
    float: left;
    margin-bottom: 5px;
}

#notes_section input{
	width: 150px;	
}

#notes_section label {
    text-align: right;
    padding: 5px 20px 0px 20px;
    font-weight: bold;
}

#notes_section span {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 200px;
    font-weight: bold;
    padding-top: 5px;
}


#notes_section br {
    clear: left;
}

#notes_section #order_id {
	display: none;
}

#notes_section #label_subject {
	width: 50px;
}

#notes_section #label_recipient {
	width: 50px;
}

#notes_section #label_cc {
	width: 50px;
}

#notes_section #label_note {
	width: 50px;
	margin-bottom: 5px;
}

#notes_section #label_sending_recipient {
	width: 200px;
	padding: 2px 0px 0px 20px;
	margin-bottom: 5px;
}

#notes_section #label_order_details {
	width: 200px;
	padding: 2px 0px 0px 20px;
	margin-bottom: 5px;
}

#notes_section #label_sending_cc {
	width: 200px;
	padding: 2px 0px 0px 20px;
	margin-bottom: 5px;
}

#notes_section #label_cc_sms {
	margin-bottom: 0px;
	padding: 2px 0px 0px 20px;	
	text-align: right;
	width: 20px;	
}

#notes_section #label_recipient_sms {
	margin-bottom: 0px;
	padding: 2px 0px 0px 20px;	
	text-align: right;
	width: 20px;	
}


#notes_section #label_order_details_email {
	margin-bottom: 0px;
	padding: 2px 5px 0px 20px;	
	text-align: right;
	width: 20px;	
}

#notes_section #label_order_details_sms {
	margin-bottom: 0px;
	padding: 2px 0px 0px 20px;	
	text-align: right;
	width: 20px;	
}


#notes_section #label_recipient_email {
	margin-bottom: 0px;
	padding: 2px 5px 0px 20px;	
	text-align: right;
	width: 20px;	
}

#notes_section #label_cc_email {
	margin-bottom: 0px;
	padding: 2px 5px 0px 20px;	
	text-align: right;
	width: 20px;	
}




#notes_section #note {
	width: 300px;
	height: 50px;
	margin-bottom: 10px;
}

#notes_section #subject {
	width: 200px;
	margin-left: 2px;	
}

#notes_section #order_number {
	width: 50px;
	text-align: left;
}

#notes_section #recipient_email {
	width: 20px;
	text-align: left;
}

#notes_section #cc_email {
	width: 20px;
	text-align: left;
}

#notes_section #recipient_sms {
	width: 20px;
	text-align: left;
}

#notes_section #cc_sms {
	width: 20px;
	text-align: left;
}

#notes_section #order_details_sms {
	width: 20px;
	text-align: left;
}

#notes_section #order_details_email {
	width: 20px;
	text-align: left;
}

#notes_section #submit_note {
	margin-left: 95px;
	margin-top: 5px;
	width: 100px;	
}

/* ---------- Begin Notes Section ---------- */

/* ---------- Begin Contacts Section ---------- */


.contact_table input {
	width: 165px;
}

.contact_table {
	padding: 0px;
	margin: 0px;
}

#company_1_contact_info td {
	width: 103px;
}

#company_1_specific_info input {
	width: 10px;
}

.contact_table .bold {
	width: 100px;
}

.contact_table .contact_spacer_1 {
	width: 100px;
	font-weight: bold;
}

.contact_table .contact_spacer_2 {
	width: 245px;
	font-weight: bold;
}

.contact_table .contact_spacer_3 {
	width: 100px;
	font-weight: bold;
}

.contact_table .contact_spacer_4 {
	width: 100px;
	font-weight: bold;
}


#contact_section {
	margin-left: 0px;
}		
		
#contact_section label,
#contact_section input,
#contact_section select {
	display: block;
	float: left;

}

#contact_section input {
	width: 150px;
	margin-right: 10px;
}

#contact_section label {
	text-align: right;
	padding: 5px 20px 0px 0px;
	width: 150px;
	font-weight: bold;
}

#contact_section br {
	clear: left;
}	
	
#label_use_personal {
	width: 150px;	
}

#contact_section .right_side {
	width: 75px;	
}

#contact_1_use_personal_row #label_contact_1_use_personal {
	width: 150px;
}

#contact_1_use_personal_row input {
	width: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

#contact_1_use_personal_row label {
	width: 5px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#label_contact_1_branch_name_label,	
#label_contact_1_company_code_label,
#label_contact_2_branch_name_label,	
#label_contact_2_company_code_label,	
#label_contact_3_branch_name_label,	
#label_contact_3_company_code_label,
#label_contact_4_branch_name_label,
#label_contact_4_company_code_label {	
	width: 330px; 
	padding: 0px;
	text-align: left;
}

#label_contact_error_message {
	color: #cb1009;
}

.box_address {
	width: 850px;
	margin-bottom: 10px;
	float: left;
}

.box_left {
	text-align: left;
	float: left;
}

.box_right {
	text-align: left;
	float: left;	
}

label.narrow {
	width: 50px;
	text-align: right;
}

/* ---------- End Rounded Corners Section ---------- */

.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
	margin-left: -4px;
	ma\rgin-left: -1px;
}
html>body .borderTL  {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	ma\rgin-right: -1px;
}
html>body .borderTR  {
	margin-right: -1px;
}
.borderBL {
	margin-left: -3px;
	ma\rgin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -3px;
	ma\rgin-right: 0px;
}
html>body .borderBR {
	margin-right: 0px;
}

.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    width: 502px;
}

.content {
	background-color: #e9e9e9;
	width: 500px;
    height: 100px;
 	border: 1px solid #808080;   
}

.borderTL {
	background-image : url('../images/borderTL.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.borderTR {
	background-image : url('../images/borderTR.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.borderBL {
	background-image : url('../images/borderBL.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

.borderBR {
	background-image : url('../images/borderBR.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}

/* ---------- End Rounded Corners Section ---------- */

/* ------------ Begin Order Screen Template Styles ------------ */	

.order_screen {
	width: 500px;
}


.order_screen_top #no_navigation {
	height: 14px;
	background : url('../images/job_screen_none.gif') no-repeat bottom;	
}

.order_screen_top #info {
	height: 44px;
	background-image : url('../images/job_screen_info.gif');	
}

.order_screen_top #inspection {
	height: 44px;
	background-image : url('../images/job_screen_inspection.gif');	
}

.order_screen_top #notes_top {
	height: 44px;
	background-image : url('../images/job_screen_fees.gif');	
}

.order_screen_top #manager_fees {
	height: 44px;
	background-image : url('../images/job_screen_manager_fees.gif');	
}

.order_screen_top #manager_info {
	height: 44px;
	background-image : url('../images/job_screen_manager_info.gif');	
}

.order_screen_top #manager_inspection {
	height: 44px;
	background-image : url('../images/job_screen_manager_inspection.gif');	
}

.order_screen_top #manager_notes {
	height: 44px;
	background-image : url('../images/job_screen_manager_notes.gif');	
}

/* End - Added 27-01-2010 */

.order_screen_middle {
	background-color: #e9e9e9;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 0px 5px 0px 5px;

}
			
.order_screen_bottom {
	height: 14px;
	margin-bottom: 20px;
	background-color: #e9e9e9;				
	background-image : url('../images/job_screen_bottom.gif');					
}

.order_screen_notes {
	height: 14px;
	background: #e9e9e9 url('../images/job_screen_top.gif') no-repeat;	
}

.order_screen_notes_middle {
	background-color: #e9e9e9;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.order_screen_notes_middle table {
		width: 100%;
}

.order_screen_notes_middle .padding {
		padding-bottom: 5px;
}

.order_screen_thermometer {
	height: 14px;
	width: 100px;
	background: #e9e9e9 url('../images/job_screen_top.gif') no-repeat;	
}

.order_screen_thermometer_middle {
	background-color: #e9e9e9;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	height: 100px;
	width: 100px;
}

.order_screen_thermometer_bottom {
	height: 14px;
	width: 100px;
	margin-bottom: 20px;
	background-color: #e9e9e9;				
	background-image : url('../images/job_screen_bottom.gif');					
}

.order_screen_top ul {
	padding-top: 10px;
}

.order_screen_top ul li {
	display: inline;
}

.order_screen_top ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.order_screen_top .order_info a {
	margin-left: 62px;
	padding: 8px 20px 8px 25px;	
}

.order_screen_top .order_info_manager a {
	margin-left: 5px;
	padding: 8px 20px 8px 25px;	
}

.order_screen_top .order_inspection a {
	padding: 8px 20px 8px 25px;		
}

.order_screen_top .order_fees a {
	padding: 8px 20px 8px 35px;		
}

.order_screen_top .order_notes_manager a {
	padding: 8px 27px 8px 55px;		

}

.order_screen_top .order_notes_section a {
	padding: 8px 27px 8px 25px;		

}



#details {
	margin-left: 0px;
}	

#details label,
#details input {
    display: block;
    float: left;
    margin-bottom: 3px;
}

#details input{
	width: 150px;
}

#details label {
    text-align: right;
    padding: 5px 20px 0px 20px;
    width: 150px;
    font-weight: bold;
}

#details span {
    display: block;
    float: left;
    margin-bottom: 3px;
    width: 200px;
    font-weight: bold;
    padding-top: 5px;
}


#details br {
    clear: left;
}

#details hr {
	width: 100%;
	color: #999999;	
}

#details #send_invoice {
	width: 15px;
	margin: 2px 0px 0px 0px;
}

#details h3 {
	margin: 0px; 
	font-size: 11px;	
}

#details #label_order_number {
	width: 100px;
}

#details #label_appraiser_name {
	width: 100px;
}

#details #label_appointment_date {
	width: 100px;
}

#details #label_eta_date {
	width: 100px;
}

#invoice_property th {
	width : 120px;text-align: right;
}


#report_types {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: 5%;	
	text-align: center;
}

#report_types input {
	width: 20px;	
}
#report_type {
	width:100px;
	vertical-align: top;
	border-bottom: 1px solid #999999;	
}

#standard,
#client_rate {
	border-bottom: 1px solid #999999;	
}

#select {
	width: 50px;
}

#total {
	display: inline;	
}

#total input {
	width: 50px;	
}

#thermometer {
	position: absolute;
	top: 90px;
	left: 525px;
	border-collapse: collapse;
	border: 0px;
	width: 180px;
	height: 400px;
}

#order_notes h3 {
	font-weight: bold;
	font-size: 11px;
	font-family	: Arial, Verdana, Sans-Serif;
	display: inline; 
	margin-left: 20px;
}

#order_notes textarea {
	width: 460px;
	height: 50px;
	background-color: #ffffff;
	margin-left: 20px;
}
/* ------------ End Order Screen Template Styles ------------ */	


/* ------------ Begin Logout Template Styles ------------ */	

#logout_message {
	width: 600px;
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: center;
	margin: auto;
	margin-top: 40px;
}
		
#logout_message a  {	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;							 
}
						  
/* ------------ End Logout Template Styles ------------ */		

/* ------------ Begin Login Page Styles ------------ */	

#message {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-serif;
	border: 0px solid #000000;
}
			
#signup {
	margin-bottom: 20px;
}
			
#signup span {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}
	     	   
#login_form {
	margin-top: 30px;
	width: 400px;
}

#login_form a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000099;
	font-weight: normal;
}	

#login_form .row {
	width: 380px;
}

#login_form .submit {
	margin-top: 5px;
	margin-left: 130px;
}

#login_form h3 {
	font-size: 24px;
	font-weight: normal;
}

#login_form .cell {
	width: 190px;
	font-weight: bold;
}

/* ------------ Begin Login Page Styles ------------ */	

/* ------------ Begin Signup Page Styles ------------ */	

#step_1 {
	width: 600px;
	margin-left: 50px;
}

#step_1 textarea {
	width: 400px;
	height: 75px;
}

#step_2 {
	width: 600px;
	margin-left: 50px;	
}

#step_2 #user_information {
	width: 400px;
}

#step_2 #user_information td {
	text-align : left;
}

#step_3 input.width {
	width:150px;
}

#step_3 {
	width: 600px;
	margin-left: 50px;	
}

#step_3 #order_information {
	width: 100%;
	margin-bottom: 20px;
}

#step_4 #property {
	width: 100%;
	margin-bottom: 20px;
}

#step_4 #property td {
	text-align: left;
}

#step_4 table tr > td {
	width: 250px;
}

#step_4 {
	width: 600px;
	margin-left: 50px;	
}

#step_confirm {
	margin-left: 50px;
}

/* ------------ End Signup Page Styles ------------ */	

/* ------------ Begin Admin Section - Contacts Styles ------------ */	

#contacts_list {
	border-collapse: collapse;
	border: 1px solid #000000; 
	background-color: #ffffff;
	width: 830px;
	margin-bottom: 10px;
}
		
#contacts_list th {
	background-color: #F4F4F4;
	border: 1px solid #000000;
	font-size: 12px;
}
	
#contacts_list td {
	background-color: #F4F4F4;
	border: 1px solid #000000;
	font-weight: normal;
	text-align: left;
}	

#contact_list .priority {
	width: 50px;
}

#contact_list_section {
	width: 830px;
	text-align: center;
}

#contacts_list a {
	color: #000000;
	text-decoration: none;
}

#contacts_list img {
	border: 0px;
}

#contact_search {
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#contact_search strong {
	margin: 0px 0px 0px 20px;
}

#contact_search_box {
	width: 300px;
}

#contact_count {
	margin-top: 10px;
}

.red {
	color: #cb1009;
}

/* ------------ End Admin Section - Contacts Styles ------------ */

/* ------------ Begin Admin Section - Payments Styles ------------ */	

.no_payment {
	background-color: #ffcccc;
	text-align: center; 
}
			  
.partial_payment {
	background-color	: #ffffcc;
	text-align			: center; 
}	

#admin_payments {
	margin-left: -125px;
	border:1px #000000 solid; 
	background-color:#ffffff;
}

#admin_payments td {
	text-align: left;
	padding-left: 2px;	
}

#admin_payments a {
	color: #000000;
	text-decoration: none;
}

#admin_payments #admin_invoice {
	width: 25px;
}

#admin_payments #admin_date {
	width: 70px;
}

#admin_payments #admin_client {
	width: 50px;
}

#admin_payments #admin_split {
	width: 40px;
}

#admin_payments #admin_applicant {
	width: 150px;
}

#admin_payments #admin_property {
	width: 180px;
}

#admin_payments #admin_appraiser {
	width: 50px;
}

#admin_payments #admin_amount_received {
	width: 50px;
}

#admin_payments #admin_cheque_number {
	width: 100px;
}

#admin_payments .cheque_number {
	font-size:10px;
	width:100px; 
	height:10px;
	text-align:right;
}

#admin_payments #admin_date_received {
	font-size:11px;
	font-weight: bold;
	height:10px;
	text-align:center;
}
/*
.admin_date_received_spacer {
	width: 200px;
}
*/
.admin_date_received_spacer select {
	float: left;	
}

#admin_payments #message {
	color:#ff0000;
}

/* ------------ End Admin Section - Payments Styles ------------ */

/* --------------------------------------------------- 
//
// Print Styles (Screen Output)
//
// These styles are for the popup invoices and the 
// order details window.
//
--------------------------------------------------- */

/* ------------ Begin Invoice Template Styles ------------ */

#invoice {
	text-align: left;			
	margin: 10px 0px 0px 20px;
	border: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}						
		
#invoice #invoice_notes	{
	width: 300px;
	height: 75px;

}
		
#invoice label,
#invoice span {
    display: block;
    float: left;
    margin-bottom: 5px;
}		
		
#invoice label {
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

#invoice span {
	font-weight: bold;
	text-align: left;
}			 
			 
			 
#invoice a {
	text-decoration: none;
	color: #000000;
}

#invoice #download_link img {
	border: 0px;
}

#invoice #download_link {
	margin: 5px 0px 10px 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#invoice #download_link a:hover {
	color: #0000bb;
}

/* ------------ End Invoice Template Styles ------------ */		

/* ------------ Begin Order Details Template Styles ------------ */

#order_details	{
	text-align: left;			
	width: 460px;
	height: 594px;
	margin: 0px auto;
	border: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}						
			
#order_details_heading {	
	margin: 0px auto;	
}			
			
#order_details_heading img,				
#order_details_heading h1		{ display: inline;}

#order_details_heading img	{
	margin-left: 35px;
	margin-bottom: 10px;
}

#order_details_heading h1	{
	font-size: 24px;
}

#order_details_heading #info {
	position: absolute;
	display: inline;
	margin: 0px;
	font-size: 10px;
	left: 300px;
}

#order_details_heading #info th {			
	text-align: left;
	font-size: 10px;	
}

#order_details_heading #info td {			
	text-align: left;
	font-size: 10px;	
	font-weight: bold;
	padding-left: 5px;
}
					
.details	{
	border-collapse: collapse;
	border: 0px solid #000000;
	font-size: 10px;
	width: 400px;
	margin: auto;
	margin-bottom: 10px;
}
			
.details th	{
	font-size: 10px;
	font-weight: bold;				
	text-align: right;
}
	
.details td	{
	padding-left: 10px;
	text-align: left;
}	
			
.heading {
	border: 1px #000000 solid; 
	width: 100%;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 10px;
}	

#client_details {
	margin-left: 0px;
	width: 400px;
}

#client_details th {
	width: 145px;
}
			
#notes	{
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 10px;
	width: 100%;
	margin-bottom: 10px;
}
			
#notes th	{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #000000;
}

.author { 
	width: 150px;
}
	
#notes td	{
	padding-left: 10px;
	text-align: left;
	border: 1px solid #000000;
}				

.currency {
	text-align: right;
}
			
/* ------------ End Order Details Template Styles ------------ */

/* ------------ Begin Billing Template Screen Styles ------------ */
#billing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	background: none;
}
 
#billing table {
	width: 1008pt;	 
}

#billing table, 
#billing td, 
#billing th {
	border-width: 0px;
	text-align: left;
	font-size: 8px;	
}              
                    
.right {
	text-align: right;
}

#download img {
	border: none;
}

/* ------------ Begin Billing Template Screen Styles ------------ */

/* ------------ Corporate Site Styles ------------ */

p a:link {
	text-decoration: none;
}

#main_body_navigation ul {
	list-style: none;
	font-size: 12px;
}

#main_body_navigation li {
	margin-bottom: 10px;
	list-style-type: none;
	font-family	: Arial, Verdana, Sans-Serif;
	font-weight: bold;

}

#main_body_navigation li a {
	text-decoration: none;
	color: #000000;
}

#main_body_navigation li a:hover {
	color: #cb1009;
}

#breadcrumbs {
	color: #ffffff;
	padding-top: 5px; 
	padding-left: 40px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #ffffff;	
}

#city_links {
	list-style-type: none;
	margin-left: 0px;
}

#city_links li {
	margin-bottom: 10px;
	list-style-type: none;
}

#city_links li a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

#city_links li a:hover {
	color: #cb1009;
}

#glossary_terms dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}	

#login_member span {
	font-size:9px;
	margin-left:25px;
	color:#cb1009;
}


#login_static {
  width: 400px;		
}

#login_static label,
#login_static input {
    display: block;
    float: left;
    margin-bottom: 5px;
}

#login_static input{
	width: 150px;	
}

#login_static label {
    text-align: right;
    padding: 5px 20px 0px 0px;
    font-weight: bold;
}

#login_static span {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 200px;
    font-weight: bold;
    padding-top: 5px;
}


#login_static br {
    clear: left;
}


/* ------------ Corporate Site Styles ------------ */

#job_level_bubble { margin: 0; background-color:#D6E4EE; padding:12px 10px 10px 10px; border:0; zoom:1;width: 220px; display: none;
                                font-family     : Arial, Verdana, Sans-Serif;
        font-size: 10px;
        font-weight: bold;      }

#job_level_bubble_content {
        margin: 0px;
        width: 210px;
        text-align: right;

}

#link_one {
        position: absolute;
        top:100px;
        left: 10px;

}

/* ------------ jQuery - Styled Select Menus ---------------- */


#view_by_appraiser {
	background: url("../images/navigation_blank.gif") no-repeat top left;
	padding: 5px 0px 0px 40px;
	margin: -10px 0px -10px 15px;
	z-index: 110px;
}

.styledSelect {
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	margin: 0;
	padding: 0;
	position: relative;
}
.styledSelect ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: none;
}
.styledSelect ul li {
	font-family: sans-serif;
	margin: 0;
	padding: 0px;
	padding-top: 3px;
	height: 19px;
	display: block;
	vertical-align: middle;

}

.styledSelect ul li.closed { background-color: none; }
.styledSelect ul li.closed:hover { background-color: #efefef; }
.styledSelect.open ul li { background-color: #fff; border-left: 1px solid #333;border-right: 1px solid #333;}
.styledSelect.open ul li.first { background-color: #fff; border-top: 1px solid #333;border-left: 1px solid #333;border-right: 1px solid #333;}
.styledSelect.open ul li.last { background-color: #fff; border-bottom: 1px solid #333;border-left: 1px solid #333;border-right: 1px solid #333;}
.styledSelect.open ul li.selected { background-color: #fff; }
.styledSelect.open ul li:hover { background-color: #efefef; }

.delete_note {
	border: 0px; margin: 0px 5px 0px 1px;
}

#statistics_criteria label {
	width: 100px;
	font-weight: bold;
	font-size: 10px;
} 

#statistics_criteria select {
	font-size: 10px;
}


/* Begin Order Inspection > Styles */

.order_inspection_file img {
	border: none;
}

/* End Order Inspection > Styles */

/* Order Info > Validation Styles */

#order_info_form label.error {
	position: absolute;
	margin: 3px 0px 0px 3px;
	width: 500px;
	z-index: 1000;
	color: #ff0000;
}

/* Order Info > Validation Styles */


#order_file_upload_type,
#order_file_upload_type_submit {
	display: none;
}

/* Order Info > Preview Map Styles */

#map_preview {
	display: block;
}

#map_preview td {
	text-align: center;
}

#map_preview img {
	margin: 5px 20px 5px 20px;
	border:5px solid #ffffff;
}

#map_message {
	font-weight: bold;
	color: #010101;
}

/* Dashboard > Advanced Search Button */

.advanced_search {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.advanced_search {
	border: 1px solid #ccc; 
	margin: 10px 0px 10px 0px;
	width: 813px;
	height: 100px;
	background: #fff;
	display: none;	
}

.advanced_search div {
	width: 25%;
	display: inline;
	text-align: left;
	float: left;
	padding: 10px 20px;
}

.advanced_search label {
	text-align: right;
	width: 50px;
	padding: 2px 0px;
}

.advanced_search input {
	width: 100px;
	background-color: #efefef;
}

.advanced_search div h4 {
	font-weight: none;
	margin: 0px; padding: 0px;
	
}

.advanced_search .invoice_range h4 {
	font-weight: none;
}