body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */	
}

input, textarea, select {	
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
} 

a:active, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #CF0407;
	text-decoration: none;
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 11px; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

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

.ewTableHeader a {	
	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: #FFFFFF; /* 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: Tahoma; /* font name */
	font-size: 12px; /* font size */	
}



/* User Created Style */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

.green-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006600;
	text-decoration: none;
}

.black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

a.ooda-text:active, a.ooda-text:link, a.ooda-text:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5E039C;
	text-decoration: none;
}
a.ooda-text:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration: underline;
}
/* Table Border Start*/
.left-border {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.right-border {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.top-border {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottom-border {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Table Border End */

a.bodytext:active , a.bodytext:link, a.bodytext:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E62381;
	text-decoration: none;
}

a.bodytext:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336600;
	text-decoration: none;
}

a.blue-link:active , a.blue-link:link, a.blue-link:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #105ca9;
	text-decoration: underline;
	font-weight: bold
}

a.blue-link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-decoration: none;
	font-weight: bold
}

a.left-link:active , a.left-link:link, a.left-link:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

a.left-link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C9BE8;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;	
}

.rose-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA117B;
	text-decoration: none;
	font-weight: bold;
}

.blue-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005481;
	text-decoration: none;
	font-weight: bold;
}

.blue-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C9BE8;
	text-decoration: none;
	font-weight: normal;
}

.search-text
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a.previus:active , a.previus:link, a.previus:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005D9A;
	text-decoration: underline;
	font-weight: bold
}

a.previus:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F19003;
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold
}

a.next:active , a.next:link, a.next:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F19003;
	text-decoration: underline;
	font-weight: bold
}

a.next:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005D9A;
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold
}


a.page:active, a.page:link, a.page:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a.page:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.srch_btn:active, .srch_btn:link, .srch_btn:visited {background-color:#79A5C8; font-family:tahoma; font-size:11px; font-weight:bold; color:#FFFFFF;}
.srch_btn:hover {background-color:#19688E; font-family:tahoma; font-size:11px; font-weight:bold; color:#FFFFFF;}

a.rose-text:active, a.rose-text:link, a.rose-text:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA117B;
	text-decoration: none;
	font-weight: bold;
}

a.rose-text:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.whitetext:active , a.whitetext:link, a.whitetext:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.whitetext:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.whitetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.pink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f52273;
	text-decoration: none;
}

a.pink:active , a.pink:link, a.pink:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f52273;
	text-decoration: none;
}

a.pink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.quick-search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFDD0F;
	text-decoration: none;
	font-weight: bold;
}

a.white:active , a.white:link, a.white:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.blue-text-title
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A688E;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active, a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1A688E;
	text-decoration: none;
	display:block;
	padding-left:5px;
	padding-right:5px;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CF0407;
	text-decoration: none;
	display:block;
	padding-left:5px;
	padding-right:5px;
}