﻿
/* Main Grid Table */
.grid{ font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;   padding:0px 0px 0px 0px; margin: 0px 0px 20px 0px;  border-width:1px;  border-style:solid;border-color:#aaaaaa; width:100%; }

/* Grid Rows */
.gridRow, .gridRowNoSelect{ background-color:#eeeeee; color:#555555; border-style:none;} 
.gridRow:hover{ cursor: pointer !important; background-color:Cornsilk; }

.gridAlternatingRow, .gridAlternatingRowNoSelect {    color: #555555;    background-color: white;    border-style: none;} 
.gridAlternatingRow:hover { cursor: pointer !important;  background-color:Cornsilk;  } 

.gridSelectedRow{
    background-color:#bac8e0; 
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif"; 
    font-size:11px;    
    border-style: none;
} 

/* Grid Cells */
/*table.grid td */
tr.gridAlternatingRow td,tr.gridAlternatingRowNoSelect td
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif"; 
    font-size:11px;
    padding-left:6px;
    border-style: none;
    padding-top:4px;
    padding-bottom:4px;
}

tr.gridRow td, tr.gridRowNoSelect td
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif"; 
    font-size:11px;
    padding-left:6px;
    border-style: none;
    padding-top:4px;
    padding-bottom:4px;
}

/* Grid Rows - Edit Mode */
.gridEditRow{color:#284775; border-color:#aaaaaa; border-width:2px; border-style:solid;  background-color:Cornsilk; }

/* Selected Row */
.gridSelectedRow td{   
    padding-left:6px;
    border-style: none;
    padding-top:4px;
    padding-bottom:4px;
} 



/* Header & Footer */
.gridFooter{background-color:#dedede; color:#333333; border-color:#CCCCCC; line-height:60px; vertical-align:baseline;}
table.grid  th {
    font-size: 12px;    
    line-height:32px;
    padding-left:2px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/grid/gridColumnHeaderBack.gif);       
    color: #555555;
}



/* Column Headings */
.gridColumnHeader{ text-decoration:none; color:#555555; border-collapse:collapse; border-color:#cccccc;   padding: 6px 6px 6px 6px;    }
.gridColumnHeaderNowrap{ padding-left:0; white-space:nowrap; text-decoration:none; line-height:14px; color:#555555; margin:0px; border-collapse:collapse; border-color:#ccc;  background-color:#f7f7c7; background-image: url(../images/gridColumnHeaderBack.gif); }
.gridColumnHeader a:link { text-decoration:none; border-collapse:collapse;  color:#555555; border-color:#cccccc; padding: 6px 6px 6px 6px; }
.gridColumnHeader a:hover{ text-decoration:underline;  color:#555555;  }
.gridHeaderColumnLink a:link { text-decoration:none; color:#555555; }

/* Grid Fielded Search Row  */
.gridColumnSearchRow { background-image: url(../images/grid/gridColumnHeaderBack.gif);  }
.gridColumnSearchCell { padding-bottom: 2px;  }


/* GRID PAGER  START*/
/* Pager Panel */
.gridPager {
    color: #555555;
    padding-bottom: 0px;
    padding-top: 0px;    
    border-color: #ccc;   
    margin: 0;
    height:44px;
}

table.gridPager tr {
   
}

tr.gridPagerContainerRow {
padding:0;
    margin:0;
    height:44px;
   background-image: url(../images/grid/gridPagerBack.gif); 
   border-width:0;
}

td.gridPagerContainerCell{
    padding:0;
    margin:0;
    height:44px;
    border-style:none;    
    white-space:nowrap;    
}

td.gridPagerCellRight {
    height:44px;
    white-space:nowrap;
    color:#555555;
    padding-top:0px;
    padding-bottom:0px;
    vertical-align:middle;
    text-align:right;
}

td.gridPagerCellLeft {
    text-align:left;
    height:44px;
    white-space:nowrap;
    color:#555555;
     padding-top:0px;
    padding-bottom:0px;
    padding-left:16px;
    vertical-align:middle;
}

    .gridPagerCellRight select.selectAuto {
        /*margin-top:4px;*/
        
        margin-right:10px;
    }
    

    /* Pager Buttons */
 input[type="submit"].gridPagerButton {
   
    color: #111111;
    background: #f0eeeb; 
    font-size: 10px;
	padding: 2px 6px 2px 6px;
    margin-top:0px;
    margin-bottom:0;
    margin-right:6px;
    width:44px;
    
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

input[type="submit"].gridPagerButton:hover   {      cursor: pointer; font-weight:bold; width:44px; }

 input[type="submit"].gridPagerButton:disabled {
    background: #d9d9d9; 
    color: #888888;    
    cursor:default; 
}



/* GRID PAGER END */

.gridColumnSearchCell select
{    
    width:100%;
    height:24px;  
    border-width:1px;
	padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}

.gridColumnSearchCell input[type="text"]
{  
    border-width:1px;
    width:100%;
    height:22px;  
	padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}

.gridColumnSearchCell input[type="submit"]
{    
	padding: 2px 4px 2px 4px;
    margin:  0px 0px 6px 0px;
}











            
