#topbar {
	font-weight: bold;
	background-color: #996600;
	color: #FFFFCC;
}
#x {
	color: #FFFFCC;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 1px solid #FFFFCC;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11px;
	background-color: #996600;
}
#x:hover
{
	border: 1px solid #B5AA8F;
	color: #663300;
	background-color: #FFFFCC
}
#sstbl {
	display: table-cell;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;

	margin-bottom: 5px;
}
#ss-table {
	color: #003366;       
	text-decoration:underline;
	background-color: #FFFFFF
}
#ss-table tr:hover {
	color: #003366;       
	text-decoration:underline;
	background-color:#DCD5C3;
}
.clear-filter { font-family: sans-serif; font-size: 10px }
.filterbox {
	display: none; 
	background-color: #FFFFFF; 
	position: absolute; 
	padding-left: 10px; 
	height: 380px; 
	overflow-y: auto; 
	overflow-x: hidden;
	border: 1px solid #333333;
	text-align: left;
}
.filterbox2 {
	display: none; 
	background-color: #FFFFFF; 
	position: absolute; 
	padding-left: 5px; 
	overflow-y: auto; 
	overflow-x: hidden;
	border: 1px solid #333333;
	min-width: 85px;
	max-height: 192px;
}
#savedSearchMenu{
	padding-left:0px;
}
.filterbox3 {
	display: none; 
	background-color: #FFFFFF; 
	position: absolute; 
	padding-left: 5px; 
	overflow-y: auto; 
	overflow-x: hidden;
	border: 1px solid #333333;
	min-width: 85px;
	max-height: 150px;
}
.searchBox{
	height:37px;
}
div .searchBox {
	height:37px;
	overflow:hidden;
	background-color:#EDEAE2;	
}

.searchBox .searchButtons {
	float:left;
	padding-left:5px;
	font-size:10px;
}

.searchBox .searchLinks {
	float:left;
	padding-top:4px;
	padding-left:5px;
	font-size:10px;
}
.searchBox .searchField {
	float:left;
	font-size:10px;	
}
.topleftcorner {
	width:4px;
	background: url('/images/top_left_rounded.gif') no-repeat;
}
.toprightcorner {
	width:2px;
	background: url('/images/top_right_rounded.gif') no-repeat;
}
.leftfilter {
	width: 4px;
	background: #FFFFFF url('/images/btn_left.GIF') no-repeat;
}
.middlefilter {
	width:45px;
	background: #FFFFFF url('/images/btn_middle.GIF') repeat-x;
	color: #333333;
}
.middlefilter2 {
	background: url('/images/btn_middle.GIF') repeat-x;
	color: #333333;
}
.rightfilter {
	width:18px;
	background: url('/images/btn_arrow.GIF') no-repeat;
}
.disabled .leftfilter {   background: url('/images/btn_left-disabled.GIF') no-repeat; }
.disabled .middlefilter { background: url('/images/btn_middle-disabled.GIF') repeat-x;}
.disabled .rightfilter{   background: url('/images/btn_arrow-disabled.GIF') no-repeat;}
.filterButton { cursor:pointer; }
.disabled .filterButton { cursor:default; } 
.searchHeader {
	color: #777777;
	border-bottom-width: 0px;
	height: 9px;
}
.searchBG {
	background-color: #EDEAE2;
}
.savedSearchTbl {
	background-color: #EDEAE2;
	border-collapse:collapse;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.filterRowTbl {
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 3px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
td.filter-header { width: 80px; }
td.filter-header-big { width: 150px; }
td.filter-spacer { width: 10px; }
tr.filter-row { height: 20px; }
.rejectfilterbox3 {
	display: none; 
	background-color: #FFFFFF; 
	position: absolute; 
	padding-left: 5px; 
	overflow-y: scroll; 
	overflow-x: hidden;
	border: 1px solid #333333;
	min-width: 85px;
	/*width:auto !important;*/
	width:230px !important;
	padding-right:5px;
	height: auto !important;	
	height: 150px;	
	max-height: 450px;
	z-index: 100;
	text-align: left;
}
.rejectfilterbox3_select { width:122px; }
.flagTable { table-layout:fixed; border-collapse: collapse; }
.flagTable>tbody>tr{
	padding:0px;
	border:none;
	margin:0px;
}
.flagTable>tbody>tr>td{
	padding:0px;
	border:none;
	width:31px;
	margin:0px;
}
#flagIconsPreload{
display:none;
}
