.firescope_grid{
	padding-top:10px;
}

.firescope_grid .sort-asc {
	background: #F2FFEB url('./sort-asc.png') no-repeat center bottom;
	cursor: pointer;
	padding: 0px 4px 2px 8px;
	text-align:left;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	
}
.firescope_grid .sort-desc {
	background: #F2FFEB url('./sort-desc.png') no-repeat center bottom;
	cursor: pointer;
	padding: 0px 4px 2px 8px;	
	text-align:left;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
}
.firescope_grid .sort-none {
	background: #F2FFEB url('./sort-none.png') no-repeat bottom right;
	cursor: pointer;
	padding: 0px 4px 2px 8px;	
	text-align:left;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
}

.firescope_grid .sort-sorting {
	background: #F2FFEB url('./tiny_loading.gif') no-repeat center bottom;
	cursor: pointer;
	padding: 0px 4px 2px 8px;
	text-align:left;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
}

.firescope_grid .nav-first {
	background: url('./first.png') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 20px;
	height: 20px;	
}
.firescope_grid .nav-prev {
	background: url('./prev.png') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 20px;	
	height: 20px;
}
.firescope_grid .nav-next {
	background: url('./next.png') no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 20px;
	height: 20px;
}
.firescope_grid .nav-last {
	background: url('./last.png') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 20px;	
	height: 20px;
}
.firescope_grid .nav-disabled {
	opacity:0.40;
	filter:alpha(opacity=40);
}
.firescope_grid .nav-reload {
	background: url('./load.png') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 20px;
	height: 20px;	
}
.firescope_grid .loading {
	background: url('./load.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 20px;
	height: 20px;		
}
.firescope_grid .nav-loading {
	background-color: #F3F7F3;	
}
.firescope_grid .grid-split {
	background: url('./grid-split.gif') no-repeat center center;
	padding: 0px 6px 2px 6px;
	width: 10px;	
}			
.firescope_grid .nav-toolbar {
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;
	margin-top: 5px;
	border: 1px solid #008000;
	padding:3px;
	background:#F2FFEB;
}
.firescope_grid .nav-toolbar select:hover, .firescope_grid .nav-toolbar input:hover, .firescope_grid .nav-toolbar select:focus, .firescope_grid .nav-toolbar input:focus {
	background-color: #F2FFEB;
}

.firescope_grid .nav-rows, .firescope_grid .nav-refresh {
	text-align: right;
	border: 1px solid #BCCCE1;
	margin: 0px 0px 0px 4px;
	font-size: 11px;
	font-family: Verdana,Helvetica,Geneva;
	height:22px;
	padding:1px;
		
}
.firescope_grid .nav-rows:hover, .firescope_grid .nav-rows:focus {
	background-color: #F2FFEB;
	border: 1px solid #BCCCE1;
}
.firescope_grid .nav-page {
	font-weight:bold;
	font-size:11px;
}
.firescope_grid .nav-page-input {
	text-align: right;
	width: 25px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Verdana,Helvetica,Geneva;		
}
.firescope_grid .nav-page-input:hover, .firescope_grid .nav-page-input:focus {
	background-color: #F2FFEB;
}
.firescope_grid .nav-status {
	font-size: 11px;
}

.firescope_grid .filter-active {
	width: 96%;
	color: #686;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;
	margin-top:4px;
	height:14px;			
}
.firescope_grid .filter-inactive {
	width: 96%;
	color: #AAA;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;
	margin-top:4px;
	height:14px;			
}

.firescope_grid .filter-inactive:first-child {
	width: 90%;			
}
.firescope_grid input.filter-filtering:first-child {
	background: url('./load.gif') no-repeat center right;
	color: #686;
	background-color: #FFF;
	font-family:Verdana,Helvetica,Geneva;
	font-size:10px;
	height:14px;
	margin-top:4px;
	width:90%;
}
.firescope_grid input.filter-filtering {
	background: url('./load.gif') no-repeat center right;
	color: #686;
	background-color: #FFF;
	font-family:Verdana,Helvetica,Geneva;
	font-size:10px;
	height:14px;
	margin-top:4px;
	width:96%;
}

.firescope_grid .no_results {
	font-size: 8pt;
	text-align: center;
}

.firescope_grid table {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #008000;
	border-top: 1px solid #008000;
}
.firescope_grid table td {
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	padding-left: 8px;
	height:26px;
	color:#000;
}

.firescope_grid table td a {
	color:#5EB727;
}
.initial_loader{
	vertical-align:middle;
	text-align:center;
	width:100%;
}
#tooltip{
	font-size:10px;
	position: absolute;
	border: 1px solid #41B208;
	background: #EEFEE3;
	padding: 5px 20px;
	display: none;	
	color: red;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
#tooltip h3{
	* font-size:11px;
}

#search_engine{
	height:20px;
}