body {
	background-color:#2f5b88 ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
}

p, td {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
}

/* start: corner elements */
.ct { display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat top right; margin: 0; height: 3px; width: 100%; position: relative; top: -1px; right: -1px; }
.ct .cl { display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat top left; margin: 0; height: 3px; width: 3px; position: relative; left: -2px;} 
.cb { display: block; clear: both; font-size: 0; line-height: 0; background: transparent url() no-repeat bottom right; margin: 0; height: 3px; width: 100%; position: relative; bottom: -1px; right: -1px;}
.cb .cl { display: block; font-size: 0; line-height: 0; background: transparent url() no-repeat bottom left; margin: 0; height: 3px; width: 3px; position: relative; left: -2px;}
/* end: corner module elements */



/* start: blue rounded box */
.rounded_blue { margin-bottom: 10px ; }
.rounded_blue { border: 1px solid #336699; background: #ADC2D6; }
.rounded_blue .ct { background-image: url(images/top_right_light_blue.gif); }
.rounded_blue .ct .cl { background-image: url(images/top_left_light_blue.gif); }
.rounded_blue .cb { background-image: url(images/bottom_right_light_blue.gif); } 
.rounded_blue .cb .cl { background-image: url(images/bottom_left_light_blue.gif); } 
/* end: main blue box */


/* start: yellow rounded box */
.rounded_yellow { margin-bottom: 10px ; }
.rounded_yellow { border: 1px solid #FFC407; background: #ffffcc; }
.rounded_yellow .ct { background-image: url(images/top_right_yellow.gif); }
.rounded_yellow .ct .cl { background-image: url(images/top_left_yellow.gif); }
.rounded_yellow .cb { background-image: url(images/bottom_right_yellow.gif); } 
.rounded_yellow .cb .cl { background-image: url(images/bottom_left_yellow.gif); } 
/* end: yellow rounded box */

/* start: white rounded box */
.rounded_white { margin-bottom: 10px ; }
.rounded_white { border: 1px solid #cccccc; background: #ffffff; }
.rounded_white .ct { background-image: url(images/top_right_white.gif); }
.rounded_white .ct .cl { background-image: url(images/top_left_white.gif); }
.rounded_white .cb { background-image: url(images/bottom_right_white.gif); } 
.rounded_white .cb .cl { background-image: url(images/bottom_left_white.gif); } 
/* end: white rounded box */


/* start: content divs */
.content {
	text-align: left;
	padding: 4px 10px;
}
/* end: content divs */


.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

.reverse, .reverse a:active, .reverse a:link, .reverse a:visited {
	color: #99B3CC; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}

.background, .background a:active, .background a:link, .background a:visited {
	color: #2f5b88; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */	
}


input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	background-color: #CCD9E5;
} 

a:active {
	color:#336699 ; /* active link color */
}

a:link {
	color:#336699 ; /* link color */
}

a:visited {
	color:#336699 ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #99B3CC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: ; /* header color */
	color: #336699; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #336699; /* 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: #ffffcc; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFffcc; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.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: x-small; /* font size */	
}
