tr.ge td.icr {
    width: 1%;
    text-align: right;
}

table.gridTable tr.ge td {
    background-color: #fff;
    padding: 3px 4px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.gridTable tr.ge td.ro {
    background-color: #fff;
    padding: 3px 4px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #777;
}

#gridMainTable {
    margin-top: 0px;
}

table.gridTable {
    background-color: #fff;
}
table.gridTable tr.hd td {
   color: #333;
   font-weight: normal;
}
table.gridTable tr.hd td.sort {
    padding: 6px 4px;
}

table.gridTable tr.ge td {
    background-color: #fff;
    padding: 12px 4px 2px 8px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-width: 70vw;
    overflow: hidden;      
}
table.gridTable tr.ge td.ro {
    background-color: #fff;
    padding: 7px 4px 0 8px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #777;
}

table.gridTable tr.ge td.icr {
    padding: 8px 6px 8px 8px;
}

div.geWidget {
    z-index: 3;
    background-color: #FFCC00;
    padding: 2px 2px 2px 2px;
}

td.gridEmbCell {
    border-left: 1px solid #CCC;
    min-width: 500px;
}

table.gridTable tr#firstHeadingRow td.sort {
    position: relative;
    top: 0;
    z-index: 3;
}

/* grid edit Actions menu */

div#GE_embActionsMenu table tr.dtl td {
    border-bottom: 1px solid #ddd;
}
div#GE_embActionsMenu table tr.dtl td dl {
    margin-bottom: 5px;
}
div#GE_embActionsMenu table tr.dtl td dl dt {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 3px;
}
div#GE_embActionsMenu table tr.dtl td dl dd {
    margin-left: 5px;
    margin-bottom: 0px;
    color: #336;
}
div#GE_embActionsMenu img {
    position: relative;
    top: 2px;
}

table.gridTable tr.Frozen td#anchorCell {
    position: relative;
    top: 0px;
    z-index: 8 !important;
}

table.gridTable tr.Frozen td
		{
		position:relative;
		top: 0px;
		z-index: 6;
		}		

table.gridTable tr.Frozen td table tr td
	{
	position:static;
	}

a.EditRecordIcon {
    background: url("./images/icons/icon_pencil_gray.png") no-repeat;
}
a.ViewRecordIcon {
    background: url("./images/icons/icon_eye_gray.png") no-repeat;    
}

.DarkRow a.EditRecordIcon:hover {
    background: url("./images/icons/icon_pencil_white.png") no-repeat;
}

.DarkRow a.ViewRecordIcon:hover {
    background: url("./images/icons/icon_eye_white.png") no-repeat;   
}

td.icr a.EditRecordIcon:hover {
    /* full path needed for email*/
    background: url("./images/icons/icon_pencil_gray.png") no-repeat;
    opacity: 1;
}
td.icr a.ViewRecordIcon:hover {
    /* full path needed for email*/
    background: url("./images/icons/icon_eye_gray.png") no-repeat;
    opacity: 1;
}

.gridTable td.icr a {
    margin-top: 0;
}
tr > td.icr a, 
tr > td.icr span {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

html.touch tr > td.icr a,
html.touch tr > td.icr span 
{
    margin: 0 4px;
}

tr.hd td table td.sortIcon {
    padding: 0px 4px 0px 4px;
    border: 0px;
    vertical-align: middle;
    background-color: transparent;
}

tr.hd div.SortField.Icon {
    background: url(./images/icons/movement_carets.png) no-repeat;
    opacity: .3;
    filter:alpha(opacity=30); /* For IE8 and earlier */     
    height: 14px;
    width: 15px;
    vertical-align: middle;    
}

tr.hd div.SortAsc.Icon {
    background-position: -6px -3px;
}

tr.hd div.SortDesc.Icon {
    background-position: -26px -3px;
}

tr.hd div.SortField.PrimarySort {
    opacity: 1; 
    filter:alpha(opacity=100); /* For IE8 and earlier */       
}

tr.hd td.SortField {
   padding: 5px 5px 5px 5px;
}

tr.hd td.SortableField {
    cursor: pointer;
}

/*Overriding styles from styles.css*/
tr.std_mini_bar a {
    color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin-right: 14px;
}

tr.std_mini_bar a#GE_NewRecordPick {
    color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 8px;
	margin-right: 8px;
    display: inline-block;
    text-decoration: none;
}

tr.std_mini_bar a#GE_NewRecordPick:hover {
    color: #02B8F3;
}

tr.std_mini_bar td {
    background: #ffffff;
    border: none;
    background-image: none;
    padding-left: 0px;
    padding-right: 7px;
}

#selectDiv {
    border:3px solid #FFCC00;
    font-size:10%; 
    position:absolute;
    z-index:4;
}

html.touch #selectDiv 
{
    pointer-events: none;
}

table.gridTable tr.hd td {
    border-top: 0;
    background: #666;
    color: #333;
    border-bottom: 0px;
    border-right: 1px solid #888;
    padding: 9px 0;
}

table.gridTable tr.hd td.SelectedCell,
table.gridTable td.icr.SelectedCell {
    background-color: #FFCC00; 
    background-image: none;
}

.ui-datepicker-trigger {
    position: relative;
    left: -20px;
    cursor: pointer;
}

#mainTE {
    font-size: 100%; 
    overflow:hidden; 
    border:2px solid #FFCC00;
    padding:2px 4px;
}

tr.VRnavBar {
    background-color: #ddd;
}
td.VRnavCell {
    padding-left: 20px;
    background-color: #F6F9FD;
}
td.VRnavCell .Icon {
    cursor: pointer;
    vertical-align: middle;
}


.gridOuterTable  {
    border-bottom: none;
    padding-left: 19px;
    margin-top: 8px;
}
td.VRnavCell a {
    letter-spacing: .1em;
}