body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: inherit; /* 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 */
} 

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

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

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

a:hover {
	/*color:#000000;
	font-size: small; /* font size */
}

.ewmyinvisibleTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

.ewmyinvisibleTable td {
	padding: 4px; /* cell padding */
	border: 0px outset; /* cell spacing */
	border-collapse: collapse;  /* table background color */
}

.ewmyTable {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

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

/* main table */
.ewTable {
	/* width: 800;  table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

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

.ewTableSeq {
	font-family: courier; /* font name */
	font-size: 0.85em; /* font size small*/
	border: 0px;
	border-collapse: collapse;
}
.ewTableSeq td {
	border: 0px;
	padding: 2px;
}

.ewTableList {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewTableList td {
	border: 0px;
	padding: 2px;
}

.ewBasicSearch {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

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

.ewListAdd {
	font-family: Verdana; /* font name */
	font-size: x-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: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	 background-color: #E1FFD1;/* #2F4F4F 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: #F8F8F8; /*   alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	 background-color: #FFFFFF; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

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

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

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

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

/* 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: x-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}
.guiWidget
{
border: 1px solid 000000;
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
}
.guiWidgetTitle
{
font-size:12px;
font-weight:bold;
color:#000000;
}
.guiCheckBox
{}
.guiRadioOption
{}
.guiListBox
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextBox
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiTextArea
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}
.guiButton
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#f5f5f5;
color:#000000;
font-size:12px;
}

.guiButton2
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
background-color:#2F4F4F;
color:#FFFFFF;
font-size:12px;
}
.guiAreaText
{
border-top:1px solid #000000;
border-left: 1px solid #000000;
border-right:1px outset #000000;
border-bottom:1px outset #000000;
color: black;
background: white;
/*font-family: courier; /* font name */
font-size:14px;
}

		.suggestion_list
		{
		background: white;
		border: 1px solid;
		padding: 4px;
		}
		
		.suggestion_list ul
		{
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
		.suggestion_list a
		{
		text-decoration: none;
		color: #2F4F4F;
		}
		
		.suggestion_list .selected
		{
		background: #2F4F4F;
		color: white;
		}
		
		.suggestion_list .selected a
		{
		color: white;
		}

		#autosuggest
		{
		display: none;
		}
}


// --------------------------

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.tabMain {
  background-color: #c0c0c0;
  border: 1px solid gray;
  padding: 0.1em;
  position: relative;
  z-index: 101;
  width:100%;
  margin-bottom: 1em;

}

.tabiframecontent{
width : 100%;
  height: 450px;
}

@media print {
.tabcontent {
display:block !important;
}
}
#NavigationTab {padding: .4em .4em;}
#NavigationTab  a span {padding: .4em .5em;}
