<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
dark red #7d0d00  -&gt; 3f3f3f
links / text : #ad0022 -&gt; 565656
table header bg: #9a0807 -&gt; 4d4d4d
*/

/* this probably should just be fixed in base.css */
.button_red{    background:url("/assets/themes/blue_1/img/button-red_bg-red.png") repeat-x scroll 0 0 transparent; }

.text_link , .link_text , .heading_text , .page_view { color: #565656; }

.page_view;hover , .link_text:hover {color: #565656; text-decoration: none;}

a , a:hover , a:visited {color: #565656; text-decoration: none;}

.result_header { background:none; background-color: #3f3f3f; }

.button_white { color: #565656; }

.button_darkblue  , .button_darkblue:hover, .button_darkblue:visited {background:url("/assets/themes/blue_1/img/button-darkblue_bg-gray.png") repeat-x scroll 0 0 transparent; }

.heading{    background:url("/assets/themes/blue_1/img/heading_bg-gray.png") repeat-x scroll 0 0 transparent;}

.top_border{ border-top:1px solid #3f3f3f}

.top_border_wide{ border-top:3px solid #3f3f3f}

.bottom_border{ border-bottom:1px solid #3f3f3f}

.bottom_border_wide{ border-bottom:3px solid #3f3f3f}

.container {border-top:1px solid #3f3f3f}

.double_container {border-top:1px solid #3f3f3f}

.box .tab {
	background:url("/assets/themes/blue_1/img/search/tab_bg-gray.png") repeat-x scroll left bottom transparent;
}


.text { color: black }

a.blue_text, .blue_text, .blue_text a { color: #565656; }

.text_link,a.text_link,a.text_link:link,a.text_link:visited{ color:#565656}

.blue_text,a.blue_text,a.blue_text:link,a.blue_text:visited{ color:#565656}

.results_header th{    background:url("/assets/themes/blue_1/img/results/table_header_bg-gray.png") repeat-x scroll 0 0 transparent;    background-color:#4d4d4d; }

.results_row td{    border-right:1px solid #4d4d4d;    border-bottom:1px solid #4d4d4d; }

#pst_edge_results .border td{ border-right:1px solid #4d4d4d; border-bottom:1px solid #4d4d4d; }

.photo_column { background: none; background-color: #4d4d4d; }

#pst_edge_results .box_border_bottom{    background:url("/assets/themes/blue_1/img/results/box_border_bottom-gray.png") repeat-x scroll 0 0 transparent; height:6px}

#pst_edge_results .analysis_summary th{
	border-right:1px solid #434343;
	border-bottom:1px solid #434343;
	background: none;
	background-color:#4d4d4d;
}
</pre></body></html>