table.js_grid
{
	background-color: #A9A;
    border-collapse: separate;
    /*border: 1px solid  #A9A;*/
    border-top: 1px solid  #A9A;
    border-right: 1px solid  #A9A;
    color: black;
    border-radius: 4px;
}

table.js_grid tr.js_grid_header
{
	background-color: #F1F1F1;
     
}

table.js_grid tr.js_gridview_header
{
	background-color: #F1F1F1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
     
}

table.js_grid td, th{
    padding: 2px;
}

table.js_grid tr.js_gridview_header th{
    background-color: #F1F1F1;
    padding: 2px;
    border-left: 1px solid #a9a;
    border-right: 0px;
    border-bottom: 1px solid #a9a;
    border-top: 0px;
}

table.js_grid tr.js_grid_header td{
    border-left: #A9A 1px solid;
    border-bottom: #A9A 1px solid;
}

table.js_grid tr.js_grid_header td > table > tbody > tr > td {
    border: none;
}

table.js_grid tr.js_grid_row td {
    border-left: #A9A 1px solid;
    border-bottom: #A9A 1px solid;
    
}

table.js_grid tr.js_grid_rowAlt  td{
    border-left: #A9A 1px solid;
    border-bottom: #A9A 1px solid;
}

table.js_grid_restrictionWindow
{
	background-color: OldLace;
}
table.js_grid table.js_grid_restrictionWindow tr.js_grid_restrictionHeader
{
	background-color: #F1F1F1;
}
table.js_grid tr.js_grid_row
{
	background-color: #FFF;	
}
table.js_grid tr.js_grid_rowAlt
{
	background-color: #E6EAFA;
}
table.js_grid tr.js_grid_rowSelected
{
   background-color: #FFEEC2;
}
table.js_grid tr.js_grid_row:hover, table.js_grid tr.js_grid_rowAlt:hover
{
   background-color: LightSteelBlue;
}

table.js_grid a
{
   color:black;
}
table.js_grid_tools
{
	background-color: #F1F1F1;
	border-top: #A9A 1px solid;
    border-right: #A9A 1px solid;
    border-collapse:separate;
    border-radius: 4px;
}

table.js_grid_tools a
{
   color:black;
}

table.js_grid_tools td
{
    border-left: #A9A 1px solid;
    padding: 2px;

}
table.js_grid_tools td td
{
border-left: none;
}