a:link {  color: #95000F; text-decoration: none}

a:visited {  color: #95000F; text-decoration: none}

a:active {  color: #95000F; text-decoration: underline}

a:hover {  color: #95000F; text-decoration: underline}

#result_table {
	/*border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;*/
}

table#result_table th {
	font-weight: bold;
	background-color: #e0e9f2;
	text-align: left;
	padding-left: 6px;
	/*border-bottom: 1px solid #CCDBEA;*/
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
	padding-right: 6px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	cursor: pointer;
}

table#result_table td {
	border-bottom-color: #CCDBEA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

table#result_table tr.detail_group {
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sort_cell {
	font-weight: bold;
}

.highlight_cell {
	font-weight: bold;
	background-color: #E8F3FF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
}

.total_cell {
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-color: #336699;
	border-top-style: solid;
	border-top-width: 1px;
}

.sub_total_cell {
	font-weight: mormal;
	font-style: italic;
	border-bottom-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #EEEEEE;
}

.click_row {
	cursor: pointer;
}

.text_in_block_title {
	font-weight: bold;
	background-color: #336699;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.text_in_block {
	font-weight: bold;
	background-color: #336699;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #FFFFFF;
}

.results_string {
	padding-left: 6px;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 8px;
}

.criteria_panel {
	padding-left: 6px;
	padding-bottom: 4px;
	padding-right: 6px;
	border: 1px solid #99CCFF;
	margin-top: 4px;
	margin-bottom: 8px;
}

.panel_heading {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom-color: #99CCFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	color: #336699;
	padding-top: 5px;
}

.form_text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #336699;
	background-color: #E8F3FF;
}

.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	border: 1px solid #336699;
	padding: 0;
	margin: 2;
	cursor: pointer;
}

.field_title {
	font-style: italic;
	font-size: 12px;
}

.field_title_hidden {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}

.project_type_list {
	padding-bottom: 2px;
}

.terminator_cell {
	background-color: #006699;
	height: 2px;
}

table#display_options_table td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 5px;
}
.scheme_browser {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

#error_div{
	background-color:#FFCCCC;
	width:100%;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#error_details{

	width:100%;
	display:block;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#link_row {

	width:600px; 
	height:25px; 
	display:block;
	

}

#link_row_value{

	width:250px; 
	height:25px; 
	display:inline;
	font-weight:bold;
	
	

}
#link_row_actions{

	width:120px; 
	height:25px; 
	display:inline;
	

}


html>body #link_row_actions{
	display:block;
	float:left;
}
html>body #link_row_value{
	display:block;
	float:left;
}
.inline_icon {
	vertical-align: -2px;
}
