#data_grid.firescope_grid #grid_loader {
    background: url('../images/loader.2.gif') no-repeat;
    width: 24px;
    height: 24px;
    display: none;
    position: absolute;
}
#data_grid.firescope_grid .nav_line {
    background:url('../images/dot_01.gif') 0 100% repeat-x;
    width: 100%;
    height: 1px;
    margin-top: 8px;
}
#data_grid.firescope_grid em {
    font-style: normal;
}
#data_grid.firescope_grid th, #data_grid.firescope_grid td {
    vertical-align: top;
    padding: 5px 0px 5px 5px;
}
#data_grid.firescope_grid .sort-asc {
	background: url('../images/sort-asc.gif') no-repeat bottom right;
	cursor: pointer;
    padding: 5px 0px 2px 5px;
    /*border-right: 2px solid #000;*/
}
#data_grid.firescope_grid .sort-desc {
	background: url('../images/sort-desc.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 5px 0px 2px 5px;
    /*border-right: 2px solid #000;*/
}
#data_grid.firescope_grid .sort-none {
	background: url('../images/sort-none.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 5px 0px 2px 5px;
    /*border-right: 2px solid #000;*/
}
#data_grid.firescope_grid input.hidden_input {
    /*position: relative;
    z-index: -10;*/
    display: none;
}
#data_grid.firescope_grid a, #data_grid.firescope_grid a:hover, #data_grid.firescope_grid a:active, #data_grid.firescope_grid a:focus {
    outline: none;
}
#data_grid.firescope_grid a {
    background-image: none;
    font-size: 18px;
    color: #fb9300; 
    margin: 0px 5px 0px 5px;
}
#data_grid.firescope_grid a.nav-reload {
    color: #c6c6c6;
    font-size: 14px;
}
#data_grid.firescope_grid a.action {
    margin-left: 0px;
    color: #c6c6c6;
    font-size: 14px;
}
#data_grid.firescope_grid a.nav-disabled {
    color: #3d3c3c;
}
#data_grid.firescope_grid .grid-split {
	background: url('../images/grid-split.gif') no-repeat center center;
	padding: 0px 6px 0px 6px;
	width: 10px;	
}
#data_grid.firescope_grid .nav-rows, #data_grid.firescope_grid .nav-refresh {
    border: 1px solid #3d3c3c;
    background-color: #000;
}
#data_grid.firescope_grid .nav-rows:hover, #data_grid.firescope_grid .nav-rows:focus {
	background-color: #000;
}
#data_grid.firescope_grid .nav-page-input {
	width: 10px;
    border: 0px;
    background: #000;
    color: #c6c6c6;
}
#data_grid.firescope_grid .filter-active, #data_grid.firescope_grid .filter-inactive {
    background: #000;
    color: #c6c6c6;
    border: 1px solid #3d3c3c;
    display: block;
}
#data_grid.firescope_grid .filter-single {
    display: inline;
}
#data_grid.firescope_grid .filter-multi {
    display: block;
}
#data_grid.firescope_grid .no_results {
	text-align: center;
}
#data_grid.firescope_grid .grid_spacer {
    display: inline;
    margin-left: 30px;
}
