/*
  Stylesheet for gui_Grid
*/
table.gui_Grid 
{
  width:100%;
  border-collapse: collapse;
  font-size:11px;
}

table.gui_Grid tr th.column_head,
table.gui_Grid tr th.column,
table.gui_Grid tr th.action
{
  height:23px;
  border:1px solid #fff;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  color:#fff;  
  font-size:11px;
  padding:0px 0px 0px 10px;
  margin: 0px;
}

table.gui_Grid tr th.column a.columnCaption
{
  color:#fff;    
}

table.gui_Grid tr th.action
{

}

table.gui_Grid tr th.column_head a.columnCaption
{
    color:#fff;
    font-size:11px;
}
table.gui_Grid tr td.column,
table.gui_Grid tr td.action
{
  background-color: #EBEEF8; /*#EAE8E4;*/
  height:22px;
  padding:0px 0px 0px 10px;
  margin: 0px;
  border:1px solid #fff;
  font-size:11px;
}

table.gui_Grid tr td.isCustom
{
  background-color: #FFDDCA;
}

table.gui_Grid tr td.pager
{
  background: none;
}

.pager {
  padding-top:5px;
  padding-bottom:5px;
  color: #666666;
}

.pager select {
 border: 1px solid #83A0BB;	
}

.pager_inner {
	border-collapse:collapse;
	background: none;
	width: 100%;
}

.pager_inner td {
	background-color: transparent !important;
}

.pager_inner_left {
	text-align: left;
	width:33%;
}

.pager_inner_center {
	text-align: center;
  width:33%;
  text-align:middle;
}

.pager_inner_center div {
  padding-left: 5px;  
}

.pager_inner_right {
	text-align: right;
  width:33%;
}

table.gui_Grid tr td.pager a.pageNumber,
table.gui_Grid tr td.pager span.pageNumberSelected
{
    color:#666666;
    font-weight: normal;
    text-decoration: none;
    padding-top:0px;
}

table.gui_Grid tr td.pager td.prevActions
{
  width:50px;
}
table.gui_Grid tr td.pager td.pageNumbers
{
}
table.gui_Grid tr td.pager td.nextActions
{
  width:50px;
}
table.gui_Grid tr td.pager span.pageNumberSelected
{
    font-weight: bolder;
}

table.inlineGrid_Pager
{
  width:100%;
}

/*
  Stylesheet for gui_Grid
*/

table.gui_Grid tr th.column_head,
table.gui_Grid tr th.column,
table.gui_Grid tr th.action
{
  background-color: #F2F4FC;
}

table.gui_Grid th.action
{
  width:75px; 
}