html,body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#ffffff url(images/bg.jpg) top left repeat;
	font-family: 'Arial';
	font-size:10pt;
	width:100%;
	height:100%;
	display:table;
}

a, a:visited{
	text-decoration:none;
	color:#c55e2b;
}

a:hover{
	color:#e97a30;
}

img{
	border:0px;
	vertical-align:middle;
}

table{
	clear:both;
}

.green  { color:#3d9338; }
.red    { color:#bb4510; }
.grey   { color:#585858; }
.blue   { color:#3d719d; }
.bold   { font-weight:600; }
.small  { font-size:9pt; }
.orange { color:#c7884b; }

.disabled{
	opacity:0.5;
}

input[type="text"], input[type="password"]{
	background:#ffffff;
	vertical-align:middle;
	width:192px;
	color:#585858;
    padding:8px 6px 8px 6px;
	border:1px solid #dedede;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Arial';
    font-size:9pt;
}

input[type="text"][readonly], textarea[readonly]{
	opacity:1.0 !important;
	border:none !important;
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    background:none !important;
    padding:8px 6px 8px 0px !important;
}

input[type="button"], .button{
	text-indent:0px;
	display:inline-block;
	vertical-align:middle;
    font-family: 'Arial';
    font-size:8pt;
    padding:6px 15px 6px 15px;
	margin:0px;
    background:#e9e9e9 url(images/input_button.jpg) 0px 0px repeat-x;
	border:1px solid #c7c7c7;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

input[type="button"].small, .button.small{
	border:1px solid #c7c7c7;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    padding:4px 12px 4px 12px;
    background:#e9e9e9 url(images/input_button.jpg) 0px 0px repeat-x;
    font-family: 'Arial';
    font-size:8pt;
}

input[type="button"]:hover, .button:hover{
	cursor:pointer;
	background:#e9e9e9 url(images/input_button.jpg) 0px -60px repeat-x;
}

input[type="button"]:active, .button:active{
	cursor:pointer;
	background:#e9e9e9 url(images/input_button.jpg) 0px -10px repeat-x;
}

input[type="button"][disabled], .button[disabled]{
	opacity:0.4;
	color:#bcbcbc;
}

input[type="button"][disabled]:hover, .button[disabled]:hover{
	cursor:auto;
	background:auto;
}

input[type="checkbox"]{
	vertical-align:middle;
}

input.required, textarea.required{
	background:#fdecee url(images/input_required.png) 0px 0px repeat-x !important;
	border:1px solid #bc3f3f !important;
}

textarea{
	background:#ffffff;
	width:192px;
	height:30px;
	color:#585858;
    padding:8px 6px 8px 6px;
	border:1px solid #dedede;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Arial';
    font-size:9pt;
}

select{
	color:#585858;
    padding:4px 6px;
    font-family: 'Arial';
    font-size:9pt;
}

#estimate_screen textarea, #estimate_screen input[type="text"]{
    text-transform:uppercase;
}

.header{
	width:100%;
	height:50px;
	background:url(images/header.jpg) top left repeat-x;
	border-bottom:1px solid #bdbdbd;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.header_br{
	width:1px;
	background:#f2f2f2;
	border-right:1px solid #cecece;
	height:50px;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	float:right;
}

.donewell{
	width:47px;
	height:37px;
	background: url(images/donewell.png) top center no-repeat;
	float:right;
	margin:6px 8px 7px 0px;
}

.welcome{
	color:#417035;
	float:right;
	font-size:11pt;
	padding-top:10px;
}

.welcome_links{
	clear:both;
	color:#6a6f69;
	font-size:8pt;
}

.welcome_links a, .welcome_links a:visited{
	color:#bd4f22;
}

.logo{
	width:274px;
	height:40px;
	display:block;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}

.footer{
	width:100%;
	height:40px;
	text-align:center;
	background:url(images/header.jpg) top left repeat-x;
	border-top:1px solid #bdbdbd;
	font-size:9pt;
	color:#74936c;
}

.topmenu{
	display:table;
	background:#444444 url(images/topmenu_bg.jpg) 0px 0px repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border:1px solid #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.topmenu li{
	list-style-type:none;
	float:left;
	border-right:1px solid #4d504c;
}

.topmenu li:hover{
	background:#444444 url(images/topmenu_bg.jpg) 0px -60px repeat-x;
}

.topmenu li.current{
	background:#444444 url(images/topmenu_bg.jpg) 0px -120px repeat-x;
}

.topmenu a, .topmenu a:visited{
	display:block;
	padding:10px 10px 10px 36px;
	margin:0px 0px 0px 0px;
	font-size:9pt;
	color:#f7f7f7;
	border-right:1px solid #272727;
}

.content{
	height:100%;
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
}

.error{
	width:70%;
	padding:20px 0px 20px 0px;
	margin:50px auto 50px auto;
	text-align:center;
	background:#f5e3e3 url(images/error.png) 10px center no-repeat ;
	color:#782b2b;
	font-size:10pt;
	border:1px solid #c49393;
}

.title{
	display:table;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:12px 20px 12px 20px;
	margin:10px auto 10px auto;
	color:#ffffff;
	font-size:18pt;
	background: rgb(238,159,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,159,82,1) 0%, rgba(237,151,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,159,82,1)), color-stop(100%,rgba(237,151,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,159,82,1) 0%,rgba(237,151,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,159,82,1) 0%,rgba(237,151,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,159,82,1) 0%,rgba(237,151,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,159,82,1) 0%,rgba(237,151,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f52', endColorstr='#ed9743',GradientType=0 ); /* IE6-9 */
	border:1px solid #d37c2b;
	vertical-align:middle;
}

.title.title_dark{
	margin-top:0px;
	border-color:rgba(0,0,0,0.8);
	border-top-color:rgba(153, 147, 147, 0.8);
	background:rgba(0, 0, 0, 0.59);
}

.title_box{
	display:table;
	background: rgba(0, 0, 0, 0.15);
	border:1px solid #1px solid rgba(0,0,0,0.04);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size:9pt;
	padding:6px 14px;
	margin:0px 0px 0px 12px;
	vertical-align:middle;
}

.title_box_inline{
	display:table;
	position:relative;
}

.title.title_dark .title_box{
	padding:10px;
	font-size: 12pt;
	margin:0px 0px;
}

.title_box select, input{
	font-size: 9pt;
	padding: 6px 4px;
	background: rgba(255,255,255,0.7);
	background: #fff -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e5e5e5));
	background: #fff linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	border: 1px solid rgba(255,255,255,0.5);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.title_box span{
	display:block;
	color:#886039;
	font-size:8pt;
	line-height:9px;
}

.title input{
	margin-left:20px;
}

.title input[name="keywords"]{
	color:rgba(0,0,0,1);
}

.title input[name="keywords"].default {
	font-style:italic;
	color:rgba(0,0,0,0.3) !important;
}

.search{
	position:absolute;
	top: 7px;
	right: 20px;
}

.search:hover{
	cursor:pointer;
}

.title a, .title a:visited, .title a:active{
	color:#ffffff;
}

.estimate_id{
	color:#406889;
	font-size:120%;
}

.estimate_id::before{
	content:"#";
	font-size:70%;
	vertical-align:top;
}

.supplement_letter{
	color:#637b5e;
}

.subtitle{
	display:block;
	padding:8px 12px;
	margin:10px auto 0px auto;
	color:#ffffff;
	vertical-align:middle;
	font-size:11pt;
	background:#5b6975 url(images/subtitle.png) top left repeat-x;
}

.dataTable{
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	font-size:9pt;
}

.dataTable td{
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.dataTable .tblhdr td{
	color:#745537;
	font-weight:bold;
}

.dataTable tr:hover{
	background:#f9f5f0;
}

.dataTable .tblhdr:hover{
	background:none;
}

.thumb{
	border:1px solid #9a9a9a;
	margin-right:2px;
}

.add_repair{
	font-size:12pt;
	color:#3e7239;
	background:#f4f4f4;
}

.repairs{
	width:100%;
	display:table;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
}

.repair{
	width:300px;
	display:inline-block;
	background:#fff7ff;
	border:1px solid #d7d7d7;
	margin:5px;
	float:left;
}

.repair_title{
	background:#5b6975;
}

.repair_title:hover{
	cursor:move;
}

.trailer_section_name{
	font-size:10pt;
	color:#f8f8f8;
}

.trailer_section_remove{
	width:12px;
	height:12px;
	background: url(images/repair_remove.png) 0px 0px no-repeat;
}

.trailer_section_remove:hover{
	cursor:pointer;
}

.repair_cost{
	font-size:11pt;
	color:#3e7239;
}

.repair_cost[type="text"],
.repair_field[type="text"]{
	width:50px;
	margin-left:2px;
	padding:6px 4px;
	font-size:10pt;
	margin-right:5px;
	text-align:left;
}

.customer_information{
	margin-top:10px;
	border-top:1px dashed #ededed;
}

.customer_information td{
	border-bottom:1px dashed #ededed;
}

.repairs_bottom_bar{
	background:#f4f4f4;
	height:50px;
	margin-top:20px;
	margin-bottom:0px;
	border:1px solid #dadada !important;
}

.repair_notes{
	display:block;
	width:100%;
	height:60px;
	padding:0px 0px 0px 0px;
}

.note{
	display:inline-block;
	padding:8px 14px 8px 14px;
	border:1px solid #407a2d;
	background:#7d9a71 url(images/note.png) top left repeat-x;
	font-size:9pt;
	color:#ffffff;
}

.saved{
	display:inline-block;
	width:17px;
	height:15px;
	background: url(images/saved.png) center center no-repeat;
	vertical-align:center;
	margin:0px 6px -3px -5px;
}

.customer_select{
	width:100%;
	height:570px;
	border:1px solid #c7c7c7;
	background:#f7f9fa;
	overflow-y:auto;
}

.customer_row{
	border-bottom:1px solid #c7c7c7;
	font-size:10pt;
	color:#4f595d;
	clear:both;
}

.customer_row:hover{
	background:#e4e9eb;
	cursor:pointer;
}

.repair_screen_title{
	display:block;
	font-size:14pt; 
	color:#498daa;
	border-bottom:1px solid #e5e5e5;
	margin:20px 0px 20px 0px;
	padding-bottom:6px;
}

.repair_step{
	display:inline-block;
	width:54px;
	height:44px;
	background: url(images/repair_step_circle.png) top left no-repeat;
	font-size:24pt;
	text-align:center;
	padding-top:10px;
	color:#000000;
}

.repair_step_title{
	display:inline-block;
	font-size:12pt;
	color:#226f92;
	text-align:top;
	vertical-align:top;
	padding:16px 5px 0px 5px;
	text-align:left;
}

.repair_edit_box{
	display:block;
	height:100px;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
	border:1px solid #dadada;
	clear:both;
}

.repair_image_drop_box{
	display:block;
	width:400px;
	height:300px;
	border:2px dashed #6593ac;
}

.repair_image_icon{
	display:inline;
	border:1px solid #6593ac;
	margin:4px;
}

.repair_image_icon:hover{
	cursor:pointer;
}

.image_icon_unlinked{
	border:1px solid #bf3a28;
}

.customer_company{
	font-size:8pt;
	color:#474c51;
}

.customer_name{
	color:#274e5e;
}

.required_notice_right{
	display:block;
	position:absolute;
	width:164px;
	height:34px;
	background: url(images/required_notice_right.png) top left no-repeat;
}

.required_notice_left{
	display:block;
	position:absolute;
	width:164px;
	height:34px;
	background: url(images/required_notice_left.png) top left no-repeat;
}

.repair_images_title{
	border-bottom:1px solid #bdc8d1;
}

.repair_images{
	border-bottom:1px solid #bdc8d1;
	display:block;
	min-height:29px;
}

.repair_images img{
	border:1px solid #b1b1b1;
	margin:0px 1px 1px 1px;
}

.dnd{
	width:290px;
	margin:0px auto 0px auto;
	display:table;
}

.remove_image{
	width:9px;
	height:9px;
	display:inline-block;
	background: url(images/img_remove.png) top left no-repeat;
	margin:0px 0px 0px 0px;
	position:absolute;
}

.final_totals{
	background:#ffffff;
	border-top:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

.final_totals td{
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

.final_title{
	color:#456b8b;
	font-size:16pt;
}

.final_totals table{
	border-top:none;
	border-right:none;
}

.final_totals table td{
	border-bottom:none;
	border-left:none;
}

.final_totals .breakdown{
	border-top:1px solid #8a8a8a;
	color:#5f6b5b;
}

.final_totals .breakdown td{
	border-bottom:1px solid #8a8a8a;
}

.disclaimer{
	color:#707070;
	font-size:10pt;
}

.signature_box{
	border:none;
	color:#456b8b;
}

.signature_box td{
	border:none;
}


.signature{
	width:500px;
	height:142px;
	border:1px solid #d4d4d4;
	background: url("images/signature_blank.jpg") top left repeat-x;
	color:#526c87;
	font-style:italic;
	font-size:8pt;
	text-align:center;
	vertical-align:center;
}

.signature_title{
	color:#456b8b;
	font-size:9pt;
	font-style:italic;
	display:table;
	width:100%;
	clear:both;
}

input[type="text"].sign{
	border:none;
	background:none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
	border-bottom:1px solid #c4c4c4;
	font-style:italic;
	font-size:10pt;
	width:80%;
	min-width:150px;
	margin:0px auto 5px auto;
}

input[type="text"].data_field{
	background:#ffffff;
	width:250px;
	color:#585858;
    padding:8px 6px 8px 6px;
	border:1px solid #dedede;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    font-family: 'Arial';
    font-size:9pt;
}

textarea.data_field{
	background:#ffffff;
	width:250px;
	color:#585858;
    padding:8px 6px 8px 6px;
	border:1px solid #dedede;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;
    font-family: 'Arial';
    font-size:9pt;
}

.boxController:hover{
	cursor:pointer;
}

.box_controller{
	width:13px;
	height:12px;
	background: url(images/box.png) 0px 0px no-repeat;
	display:inline-block;
	float:right;
	vertical-align:middle;
	margin:0px;
	position:relative;
}

.unit_number_table{
	border:1px solid #c2d1de;
	background: rgb(236,243,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,243,248,0.3) 0%, rgba(207,220,231,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,243,248,0.3)), color-stop(100%,rgba(207,220,231,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,243,248,0.3) 0%,rgba(207,220,231,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,243,248,0.3) 0%,rgba(207,220,231,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,243,248,0.3) 0%,rgba(207,220,231,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,243,248,0.3) 0%,rgba(207,220,231,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4decf3f8', endColorstr='#4dcfdce7',GradientType=0 ); /* IE6-9 */
}

.unit_number_table td{
	border:none;
}

.unit_number{
	display:block;
	width:100%;
	padding:10px 0px 10px 0px;
	max-height:50px;
	overflow-y:hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.unit_number img{
	max-width:310px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.removed{
	opacity:0.7;
	border:1px dashed #e11d1d;
}

.removed_repair td{
	border:1px solid #e11d1d;
}

.repair_line:hover{
	cursor:move;
}

.highlighted_repair_line, .highlighted_repair_line:hover{
	background:#ffcd75 !important;
}

.work_section{
	display:none;
}

.wsti_row{
	display:table;
	width:100%;
	clear:both;
	text-transform: capitalize;
}

.trailer_section_type{
	width:100%;
	display:block;
	vertical-align:middle;
	font-size:9pt;
	color:#ffffff;
	padding:4px 4px 4px 4px;
	margin:4px 0px 0px 0px;
	background:#528a4b url(images/trailer_section_type.png) top left repeat-x;
}

.trailer_section_type_title{
	display:inline-block;
	vertical-align:middle;
	font-size:9pt;
	color:#ffffff;
	background:#528a4b url(images/trailer_section_type.png) top left repeat-x;
}

.trailer_section_type:hover{
	cursor:pointer;
}

.trailer_section_type_inputs{
	display:block;
	color:#538a4c;
	border:1px solid #bbbbbb;
	padding:10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	margin-bottom:0px;
	display:none;
}

.trailer_section_type_inputs td{
	text-transform:capitalize;
}

.trailer_section_type_inputs:hover{
	cursor:auto;
}

.custListShowMore{
	width:100%;
	padding:25px 0px;
	text-align:center;
	color:#6086a6;
	letter-spacing:10px;
	font-size:22pt;
}

.custListShowMore:hover{
	cursor:pointer;
}

#tagZone{
	position:relative;
	z-index:99999;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0px 0px 0px 0px;
}

.image_tag_line{
	margin:0px 0px 0px 0px;
	list-style-type:none;
	background: url(images/image_tag_line.png) top left repeat;
	color:#0091c9;
	font-size:8pt;
	padding:4px 10px;
	border-bottom:1px solid #7c7c7c;
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	clear:both;
}

.image_tag_line:hover, .image_tag_line:active{
	cursor:move;
}

a[name='unlock'], .estimate_locked{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	background: url(images/estimate_lock.png) 0px 0px no-repeat;
}

a[name='unlock']:hover{
	cursor:pointer;
	background: url(images/estimate_lock.png) 0px -25px no-repeat;
}

a[name='lock'], .estimate_unlocked{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:25px;
	background: url(images/estimate_unlock.png) 0px 0px no-repeat;
}

a[name='lock']:hover{
	cursor:pointer;
	background: url(images/estimate_unlock.png) 0px -25px no-repeat;
}

.status_box{
	width:22px;
	height:22px;
	display:inline-block;
	margin:0px auto 0px auto;
	border:1px solid #d8d8d8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding:6px;
	background:#ffffff;
	font-size:6pt;
	color:#42910e;
}

.status_sent_false, .status_sent_true, .status_approved_false, .status_approved_true, .status_finalized_false, .status_finalized_true{
	width:22px;
	height:22px;
	display:inline-block;
	background:#ffffff;
	
}

.status_sent_false      { background: url(images/statuses.png) 0px 0px no-repeat; }
.status_sent_true       { background: url(images/statuses.png) 0px -22px no-repeat; }
.status_approved_false  { background: url(images/statuses.png) 0px -44px no-repeat; }
.status_approved_true   { background: url(images/statuses.png) 0px -66px no-repeat; }
.status_finalized_false { background: url(images/statuses.png) 0px -88px no-repeat; }
.status_finalized_true  { background: url(images/statuses.png) 0px -110px no-repeat; }

.author{
	display:table;
	float:right;
	vertical-align:top;
	background: url(images/star.png) 0px center no-repeat;
	padding:10px 10px 6px 4px;
	margin:-2px 0px 0px 0px;
	font-size:9pt;
	font-style:italic;
	color:#ffd800;
}

.author span{
	display:inline-block;
	padding-left:0px;
	color:#444444;
	font-style:normal;
}

.pageNav{
	font-size:9pt;
	color:#a16622;
}

.pageNumber, .pageNumber:visited, .pageNumber:active{
	display:inline-block;
	padding:4px 6px;
	margin:0px 1px;
	background:#ffffff;
	border:1px solid #e2ccb3;
	color:#bb6609;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.currentPage{
	background:#eb9b43 !important;
	border:1px solid #bf7320 !important;
	color:#ffffff !important;
}

.pageNavTitle{
	display:inline-block;
}

.order_by[direction="asc"]{
	padding-right:16px;
	background: url(images/arrow_up.png) right center no-repeat;
}
.order_by[direction="desc"]{
	padding-right:16px;
	background: url(images/arrow_down.png) right center no-repeat;
}

.default{ color:#a0a0a0 !important; }

.supplemental_estimate_link, .supplemental_estimate_link:visited, .supplemental_estimate_link:active{
	display:block;
	vertical-align:top;
	clear:both;
	font-size:9pt;
	font-weight:bold;
	padding:8px 10px;
	margin-bottom:2px;
	background: rgba(229, 159, 91, 0.1);
}

.supplemental_estimate_link:hover{
	background: rgba(229, 159, 91, 0.2);
}