/* DataGrid Main */
.dGMain {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 12px;
 width: 650px;
 background-color: #eaeaea;
 text-align: left;
}
/* Search Form Tag */
.dGSearchForm {}
/* Search Form Entry Table */
.dGSearchTbl {
 margin-bottom: 10px;
 width: 100%;
}
.dGTitleRow {}
.dGTitleCell {
 padding: 3px;
 padding-left: 2px;
 background-color: #A2EA24;
 color: #000078;
}
/* Search Form Area Title */
.dgsrch {}
.dGTitle {
 margin: 4px;
 padding: 4px;
 font-size: 18px;
 font-weight: bold;
}
/* Search Form Table Cell */
.dgsrchform {}
.dGSearchFormRow {}
.dGSearchFormCell {}
/* Search Form Table */
.dgsflbl {}
.dGSfTbl {}
.dGSfLblRow {
 font-size: 14px;
 font-weight: bold;
}
.dGSfLblCell {
 padding-top: 8px;
 padding-left: 2px;
 padding-bottom: 3px;
}
/* Search Form Label */
.dGSfLbl {}
/* Search By Column (select) */
.dGSrchByRow {}
.dGSrchByLblCell {
 height: 28px;
/*
 width: 270px;
*/
 padding-left: 10px;
 padding-bottom: 2px;
 vertical-align: middle;
}
.dGSrchByLbl {}
.dGSrchBy {}

/* Search By Operator */
.dGSrchByOperator {
 width: 136px;
}

/* Search By Value */
.dGSrchCell {}
.dGSrchLbl {}
.dGSrch {}

/* Results Per Page */
.dGSfRppRow {}
.dGSfRppCell {
 height: 28px;
 padding-left: 10px;
 padding-bottom: 2px;
 vertical-align: middle;
}
.dGRppLbl {
}
.dGRpp {}

/* Search/Rpp Buttons */
.dgbtn {}
.dGSfBtnCell {}
.dGSearchBtn {}
.dGResetBtn {}

/* Quick Search */
.dgqsrch {}
.dGQSrchLblRow {}
.dGQSrchLblCell {
 padding-left: 10px;
 text-align: left;
 font-weight: bold;
}
.dGQSrchLstRow {}
.dGQSrchLstCell {
 text-align: center;
}
a.dgqs:link {
 text-decoration: none;
}
a.dgqs:visited {
 text-decoration: none;
}
a.dgqs:hover {
 text-decoration: underline;
}
a.dgqs:active {
 text-decoration: none;
}

/* Navigator */
.dgnavoff {
 visibility: hidden;
} /* When the link is turned off (make invisible) */
.dgnavstats {
 font-weight: bold;
}
.dgnavprevnext {}
.dgnavfirstlast {}
a.dgnav:link {
 color: white;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}
a.dgnav:visited {
 color: white;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}
a.dgnav:hover {
 color: white;
 font-weight: bold;
 font-size: 11px;
 text-decoration: underline;
}
a.dgnav:active {
 color: white;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}
.dGDataNavTbl {
 background-color: #A2EA24;
 color: #000078;
 width: 100%;
}
.dGDataNavTbl p {
	margin: 0;
	padding: 0;
}
.dGNavRow {}
.dGMoveFirstCell {}
.dGMovePrevCell {}
.dGStatsCell {}
.dGMoveNextCell {}
.dGMoveLastCell {}

/* Data Grid */
.dGGridTbl {
 width: 100%;
}
.dGHeaderRow {
 background-color: #c1c1c1;
}
/*
 Header Cells
 #dGHeaderCellX {}
 #dGHeaderCellX2 {}
*/
a.dgsorted:link {
 color: black;
 font-weight: bold;
 text-decoration: none;
}
a.dgsorted:visited {
 color: black;
 font-weight: bold;
 text-decoration: none;
}
a.dgsorted:hover {
 color: black;
 font-weight: bold;
 text-decoration: underline;
}
a.dgsorted:active {
 color: black;
 font-weight: bold;
 text-decoration: none;
}
a.dgsort:link {
 color: black;
 text-decoration: none;
}
a.dgsort:visited {
 color: black;
 text-decoration: none;
}
a.dgsort:hover {
 color: black;
 text-decoration: underline;
}
a.dgsort:active {
 color: black;
 text-decoration: none;
}

/* Row data - if you include an even/odd row attribute */
.dgevenrow {
 background-color: #f9f9f9;
}
.dgoddrow {
 background-color: #f0f0f0;
}
