#options {
text-align:center;	
clear:both;	
padding-top:30px;



}
#options ul {

}

#options ul li {
padding-right:15px;
display:inline;
list-style:none;	
}

.old_bgp {
	color: red;
}

.register_suggest {
	display: none;
}

div.wfl_progress {
	padding: 5px;
}

img.wfl_progress {
margin: 2px;
position:relative;
top: 5px;
}
.sanity_result_passed {
color: green;
}
.sanity_result_failed {
color: red;
}

.flash_message {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
border: 2px solid yellow;
background-color: #ffffee;
width: 100%;
text-align: center;
}

.loading {
background-color: red;
color: white;
padding: 2px;
float:right;
}

.custom_search_item {
text-align: left;
/*width: 30%;*/
margin: 0 5px 5px 5px;
}


.quick_search_item {
float:left;
/*width: 30%;*/
margin: 0 5px 5px 5px;
}

.quick_search_button {
clear:both;
float: right;
}

.quick_search_hide {
clear: both;
text-align: center;
}

.yes {
color:green;
}
.no {
color:red;
}

.compare_records_left_side, .compare_records_right_side {
vertical-align: top;
}

.compare_records_left_side div, .compare_records_right_side div {
margin-bottom: 1em;
}

/*
 Fez application errors
 */


a.app_errors:hover {
	cursor: text;
}

.app_errors {
	width:910px;
	margin:2em auto 1em auto;
	background-color: #be1422;
	padding:1em 2em 1em 2em;
	color:white;
	line-height:140%;
	border:6px solid #d2d2d2;
}
.app_errors h1 {
	margin-top:0.5em;
}
.app_errors li {
	list-style-type:decimal;
	margin-left:2em;
}
.app_error_source {
	display:none;
	padding: 5px;
}
.app_error_backtrace {
	display:none;
}
.app_error_backtrace_item {
	display:none;
	background: #993333;
	padding: 5px;
}

.app_error_backtrace_file {
	display:none;
	padding: 5px;
	margin-left: 100px;
}
