/*BEGIN_SYSTEM_STYLES*/

body {
    background-color: inherit; /* background color */
    color: inherit; /* text color */
    font-family: Arial; /* font name */
    font-size: 11px;/* font size */
    margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
    color: inherit; /* text color */
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */    
}

td {
font-family: Arial; font-size: 11px;
}

input, textarea, select {    
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
} 

h3 {
    font-size: 16px; background: #f6f6f6; display: block; padding: 10px; margin-top: 0; border-bottom: 1px solid #CCCCCC;
}

h3 img{
    margin:0 3px 0 0; float: left;
}

a:active {
    color: ; /* active link color */
}

a {
    color: #0066cc ;  /* link color */
}

a:hover {
      color: #1e91ff; /* visited link color */
}

/* template layout */
.ewLayout {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    width: 100%;
    height: 100%;
}

.ewHeaderRow {
    background-color: #222222; /* background color */    
}

.ewContentTable {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    height: 100%;
}

.ewMenuColumn {
    background-color: #222222; /* background color */
    width: 170px;
    vertical-align: top;
    padding: 0;  
     color: #efefef;  
     font-weight: bold;
}

.ewMenuColumn a {
text-decoration: none; color: #CCCCCC; font-weight: bold; display:block; border-bottom: 1px solid #333333; padding: 5px;
}
.ewMenuColumn a:hover {
color: #FFFFFF; background: #292929;
}

.ewContentColumn {
    background-color: inherit; /* background color */
    vertical-align: top;
    padding: 10px;
}

.ewFooterRow {
    background-color: #222222; /* background color */
    color: #666666; /* footer font color */    
    padding: 2px;
}

.ewFooterText {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */    
}

/* main table */
.ewTable {
    color: inherit; /* text color */
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    border: 0px outset; /* border */
    border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
    padding: 4px; /* cell padding */
    border: 1px solid; /* cell spacing */
    border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.ewBasicSearch td {
    border: 0px;
    padding: 1px;
}

.ewSearchOpr {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    color: maroon;
}

.ewListAdd {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.ewListAdd td {
    border: 0px;
    padding: 2px;
}

.phpmakerlist td {
    color: inherit; /* text color */
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    border: 0px;
    padding: 0px;
    vertical-align: top;
}

.ewAddOption td {
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    padding: 2px; /* cell padding */    
    border: 0px;    
}

/* main table header cells */
.ewTableHeader {
    background-color: #666666; /* header color */
    color: #FFFFFF; /* header font color */    
    vertical-align: top;    
    font-weight: normal;
}

.ewTableHeader a {    
    color: #FFFFFF; /* header font color */    
    text-decoration: none;
}



/* main table row color */
.ewTableRow {
    background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
    background-color: #f9f9f9; /* alt row color 2 */    
}

/* main table edit mode row color */
.ewTableEditRow {
    background-color: #ffcc66; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
    background-color: #DFF1FF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
    background-color: #ffcc66; /* select color */
}

/* main table footer section */
.ewTableFooter {
    background-color: #666666;
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
    font-weight: bold;
}

.ewGroupName {
    font-weight: bold;
}

.ewGroupHeader {
    border-bottom: 3px double Gray;
    border-top: 3px double Gray;
}

.ewGroupSummary {
    border-top: 1px solid Gray;
} 

.ewGroupAggregate {
    font-weight: bold;
}

.ewGrandSummary {
    border-top: 1px solid Gray;
}

/* message */
.ewmsg {
display: block;
border:1px solid #CCCCCC;
background-color: InfoBackground;
padding: 15px;
    color: #333333; /* message color */
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */ 
     font-weight: bold;   
}

.ewTableHeader .ewmsg {
    display: inline; background-color: transparent; color: #FFCC66; border: none; padding:0; font-weight: normal;
}

/* highlight */
.ewHighlightSearch {
    font-weight: bold;
    background-color: yellow;
}

/* Ajax */
.ewAstList {
    border: 1px solid black;
    background: #ffffff;
    position: absolute;
    padding: 0;
    white-space: nowrap;
}

.ewAstListBase {
    position: absolute;
    padding: 1;
}

.ewAstListItem {
    color: black;
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

.ewAstSelListItem {
    color: white;
    background: Highlight;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
    color: inherit; /* text color */
    font-family: Arial; /* font name */
    font-size: 11px; /* font size */
    border: 0px; /* border */    
}

.ewMultiPagePager td {
    padding: 2px; /* cell padding */    
}

/*END_SYSTEM_STYLES*/

/*BEGIN_USER_STYLES*/

/* your CSS styles here */

a img{border:0px;}

input#btnAction, input#Action { background: #e5e5e5; border:1px solid #999999; font-size: 14px; font-weight: bold; color: #666666; padding:4px 5px;
    
}

input#btnCancel {
     background: #e5e5e5; border:1px solid #999999; font-size: 14px; font-weight: bold; color: #999999; padding:4px 5px;
}

/*END_USER_STYLES*/
