body {
background:#1b120d; 
color: inherit;
font-family: Verdana;
font-size: xx-small;
margin:15px 0;
}

.phpmaker {
font-family: Verdana;
font-size: xx-small;	
}

img, img a {
border:0;
}

input, textarea, select {	
font-family: Verdana; /* font name */
font-size: xx-small; /* font size */
} 

a:active {
	color: ;
}

a:link {
	color: ;
}

a:visited {
	color: ;
}

h3 {
font-family:arial, helvetica, sarif;
font-size:16px;
font-weight:700;
margin:0;
padding:0;
}

#header {
width:890px;
height:80px;
background:#2c1f15;
padding:0;
}

#header-left {
position:relative;
width:300px;
float:left;
color:#B7B597;
font-size:11px;
text-transform:uppercase;
letter-spacing:1px;
top:20px;
left:20px;
}

#header-right {
position:relative;
width:500px;
float:right;
text-align:right;
top:5px;
right:20px;
color:#B7B597;
font-size:10px;
}

#subtitle {
position:relative;
left:3px;
}

.phone {
position:relative;
top:10px;
}

.ewMenuColumn {
background-color: #363025;
width: 150px;
vertical-align: top;
padding: 5px;	
}

.menubox {
font-size:11px;
margin: 0 auto;
padding:6px;
margin-bottom:6px;
border:4px double #BCB496;
color: #ccc;
}

.menubox a, .menubox a:link, .menubox a:visited {
color: #ccc;
}

.menubox a:hover {
color: #fff;
}

.menubox ul {
padding:0;
margin:0;
}

.menubox li {
display:block;
list-style:none;
background:url(images/bullet.gif) 0 6px no-repeat;
padding:0 0 3px 12px;
}

.ewContentColumn {
vertical-align: top;
padding: 10px;
}

#footer {
width:890px;
border-top:2px solid #56523F;
padding:15px 0;
font:normal 11px Arial;
text-align:center;
color:#ccc;
background:#1b120d;
}

#footer a, #footer a:link, #footer a:visited {
margin-right:5px;
text-decoration:none;
color:#F0F0F0;
}

#footer a:hover {
color:#fff;
}

/* main table */
.ewTable {
width: inherit;	
color: inherit;
font-family: Verdana;
font-size: xx-small;
border: 0px outset;
border-collapse: collapse;
}

.ewTable td {
padding: 4px;
border: 1px solid;
border-color: #CCCCCC;
}

.ewBasicSearch {
font-family: Verdana;
font-size: xx-small;
}

.ewBasicSearch td {
border: 0px;
padding: 1px;
}

.ewSearchOpr {
font-family: Verdana; /* font name */
font-size: xx-small; /* font size */
color: maroon;
}

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* 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;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #F5F5F5; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #F5F5F5; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #E6E6FA; /* footer color */
}

/* 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 {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* 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: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
padding:2px;	
}
