/*

Data Group

*/

/*BEGIN_SYSTEM_STYLES*/

body {
    background-color: inherit; /* background color */
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    margin: 0px 0px 0px 0px; /* top right bottom left */
}

.DataGroup {
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */    
}

input, textarea, select {    
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
} 

a:active {
    color: ; /* active link color */
}

a:link {
    color: ; /* link color */
}

a:visited {
    color: ; /* visited link color */
}

/* template layout */
.DataGroupLayout {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    width: 100%;
    height: 100%;
}

.DataGroupHeaderRow {
    background-color: #FF0000; /* background color */    
}

.DataGroupContentTable {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */    
    width: 100%;
    height: 100%;    
}

.DataGroupMenuColumn {
    background-color: #F5F5F5; /* background color */
    width: 150px;
    vertical-align: top;
    padding: 4px;    
}

.DataGroupContentColumn {
    background-color: inherit; /* background color */
    vertical-align: top;
    padding: 10px;
}

.DataGroupFooterRow {
    background-color: #FF0000; /* background color */
    color: #FFFFFF; /* footer font color */    
    padding: 2px;
}

.DataGroupFooterText {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */    
}

/* main table */
.DataGroupTable {
    width: inherit; /* table width */    
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px outset; /* border */
    border-collapse: collapse;
}

/* main table data cells */
.DataGroupTable td {
    padding: 3px; /* cell padding */
    border: 1px solid; /* cell spacing */
    border-color: #CCCCCC;  /* table background color */
}

.DataGroupBasicSearch {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.DataGroupBasicSearch td {
    border: 0px;
    padding: 1px;
}

.DataGroupSearchOpr {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    color: maroon;
}

.DataGroupListAdd {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.DataGroupListAdd td {
    border: 0px;
    padding: 2px;
}

.DataGrouplist td {
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px;
    padding: 0px;
    vertical-align: top; 
}

.DataGroupAddOption td {
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    padding: 2px; /* cell padding */    
    border: 0px;    
}

/* main table header cells */
.DataGroupTableHeader {
    background-color: #666666; /* header color */
    color: #FFFFFF; /* header font color */    
    vertical-align: top;    
}

.DataGroupTableHeader a:link {    
    color: #FFFFFF; /* header font color */    
}

.DataGroupTableHeader a:visited {    
    color: #FFFFFF; /* header font color */    
}

/* main table row color */
.DataGroupTableRow {
    background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.DataGroupTableAltRow {
    background-color: #F5F5F5; /* alt row color 2 */    
}

/* main table edit mode row color */
.DataGroupTableEditRow {
    background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.DataGroupTableHighlightRow {
    background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.DataGroupTableSelectRow {
    background-color: #99FFFF; /* select color */
}

/* main table footer section */
.DataGroupTableFooter {
    background-color: #FFFFCC; /* footer color */
}

/* separator */
.DataGroupSeparator {
    color: gray;
}

/* classes for report */
.DataGroupReportTable {
    border: 0px;
    border-collapse: collapse;
}

.DataGroupReportTable td {
    padding: 3px;
}

.DataGroupGroupField {
    font-weight: bold;
}

.DataGroupGroupName {
    font-weight: bold;
}

.DataGroupGroupHeader {
    border-bottom: 3px double Gray;
    border-top: 3px double Gray;
}

.DataGroupGroupSummary {
    border-top: 1px solid Gray;
} 

.DataGroupGroupAggregate {
    font-weight: bold;
}

.DataGroupGrandSummary {
    border-top: 1px solid Gray;
}

/* message */
.DataGroupmsg {
    color: red; /* message color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */    
}

/* highlight */
.DataGroupHighlightSearch {
    font-weight: bold;
    background-color: yellow;
}

/* Ajax */
.DataGroupAstList {
    border: 1px solid black;
    background: #ffffff;
    position: absolute;
    padding: 0;
    white-space: nowrap;
}

.DataGroupAstListBase {
    position: absolute;
    padding: 1;
}

.DataGroupAstListItem {
    color: black;
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

.DataGroupAstSelListItem {
    color: white;
    background: Highlight;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

/* MultiPage pager table */
.DataGroupMultiPagePager {
    color: inherit; /* text color */
    font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
    border: 0px; /* border */    
}

.DataGroupMultiPagePager td {
    padding: 2px; /* cell padding */    
}

/*END_SYSTEM_STYLES*/


/*BEGIN_USER_STYLES*/

/* your CSS styles here */

/*END_USER_STYLES*/