.searchlabel
{
	color: #006666;
	font-family:Arial
}

.warning
{
	color:Red;
}

.standout
{
	font-size:large;
}

.containingbox
{
	width: 1024px;
	min-height: 300px; 
	/*	border: 1px solid #000; */
}

h2 {
	background: white;
	color: #006666;
	border-bottom: solid 1px;
	padding: 0 0 0 2em;
	margin: 1.5em 0 1em;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
h2 span {
	padding: 0 0.5em;
	position: relative;
	top: 0.5em;
	background: white;
	color: #006666;
}

/*************************
	TOU table
/************************/
table.tou {
	border: 0;
	padding: 0;
	background-color:#cccccc;
	width: 150px;
}

table.tou tr { text-align: center; }
table.tou td, table.tou th
{
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: normal;
	color:#000000;
}

table.tou td.yellow { background-color: #F0F003 }
table.tou td.red { background-color: #DD7777 }
table.tou td.green { background-color: #88CC88 }
table.tou td.nowrap { white-space: nowrap; text-align: left }

/*************************
	dbobject divs
/************************/
.fltright {
   float:right;
   width:auto; height:auto;
   margin-left:10px;
}

.fltleft {
   float:left;
   width:auto; height:auto;
   margin-left:10px;
}
.dbobject /* follow one of these with a div.separator */
{
	/* border: solid 3px #F63;  */
	width: 100%; height:auto;
	margin:8px 8px 0 8px;
	overflow: auto;
}
div.separator {
	border-bottom: 1px solid;
	margin-top: 5px;
	margin-bottom:13px;
	clear: left;
}
/*************************
	Section divs
/************************/
div.section h1, div.Soleo h1
{
	color:#1fb25a;
	font-weight:bold;
	font-size: 1.2em;
}

div.section h2, div.Soleo h2
{
	color:Black;
	font-weight:bold;
	font-size: 1em;
}

div.section {margin-left: 1em }
div.section div.content { margin-left:4em }

/*************************
	EPBB table
/************************/
table.EPBB { margin:0; padding:0;}
table.EPBB tr { margin:0; padding:0; }
table.EPBB td {margin:0; font-size:8pt}

/*************************
	normal tables
/************************/
table.normal { padding:0; border:0; }
table.normal td {font-size:8pt; width:auto}
table.normal th {font-size:8pt; color:#006699; text-align:right}
table.normal th.first { width:200px }

/*************************
	data entry tables
/************************/
table.dataentry { 
	padding:5px; 
	/* border:solid 1px gray; border-collapse:collapse; */
	font-size:9pt; font-family:Arial; font-weight:normal;
}
table.dataentry th {
	/* border:solid 1px gray;  */
	color:#006666; text-align:right; font-family:Arial; font-weight:bold
}
table.dataentry th.required {}
table.dataentry th.setbyapp { color:gray }
table.dataentry td {
	/*	border:solid 1px gray; */
	text-align:left
}

/*************************
	data display tables
/************************/
table.datadisplay { padding:5px; border:0; font-size:8pt;  text-align:center}
table.datadisplay td {border:0;}
table.datadisplay th, span.dataentry {color:#006699; border:0; font-style:inherit; font-variant:inherit}
table.datadisplay th.first { width:150px }

/*************************
	nested tables
/************************/
table.nested { margin-bottom:8px; border:solid 1px #000000; border-collapse:collapse}
table.nested td {padding:5px; font-size:8pt; text-align:center; border:solid 1px #000000;}
table.nested th {padding:5px; font-size:8pt; color:#006699; text-align:center; border:solid 1px #000000;}

/*************************
	fieldsets
/************************/
fieldset {margin-bottom:5px;}

table.fieldset {border:solid 1px black}
table.fieldset th, span.fieldset 
{
	padding:2px; padding-right:4px; color: #006666; white-space:nowrap;  font-variant:small-caps; text-align:right;
	font-family:Arial;
}
table.fieldset th.first { width:270px }
table.fieldset td {padding:2px; vertical-align:top;}

span.labelName {color:#002255; font-variant:small-caps; font-weight:bold; margin-right:4px;}
span.labelValue {}

/*************************
	datagrid
/************************/
table.dataGrid {color:#333333; border-width:0px; font-size:8pt; border-collapse:collapse;}
table.dataGrid td {padding:8px;}
table.dataGrid tr {background-color:#ffffff;}

/* alt */
table.dataGrid tr.altRow {background-color:#DEE4E7;}
/* highlight */
table.dataGrid tr.hiliteRow {background-color:#b0C4de;}
table.dataGrid tr.hiliteRow td {border-top:solid 1px #000000; border-bottom:solid 1px #000000}
/* pagination */
table.dataGrid tr.pagerRow td {background-color:#acbaca; padding:2px 5px; font-size:1.05em;}

/* header */
table.dataGrid tr.hdrRow {background-color:#7A95A0;}
table.dataGrid tr.hdrRow th {border:solid 1px #c0c0c0; font-weight:bold; font-variant:small-caps; font-family:Tahoma; padding:4px; white-space:nowrap; text-align:left;}
table.dataGrid tr.hdrRow td {border:solid 1px #c0c0c0; font-weight:bold; font-variant:small-caps; font-family:Tahoma; padding:4px; white-space:nowrap; text-align:left;color:#ffffff; text-decoration:none}
table.dataGrid tr.hdrRow a:link {color:#ffffff; text-decoration:none}
table.dataGrid tr.hdrRow a:hover {color:#ffffff; text-decoration:underline}
table.dataGrid tr.hdrRow a:visited {color:#ffffff; text-decoration:none}
table.dataGrid tr.hdrRow a:active {color:#ffffff; text-decoration:underline}

table.dataGrid td.nowrap {white-space:nowrap;}

/* datagrid misc */
table.dataGrid td.photoCol {text-align:center;}
table.dataGrid td.optCol	{width:1%; white-space:nowrap; text-align:center; padding-left:8px; padding-right:8px;}
table.dataGrid td.iconCol	{width:1%; white-space:nowrap; text-align:center; padding:1px 0px;}
table.dataGrid td.tinyCol	{width:1%; white-space:nowrap; text-align:center;}
table.dataGrid span.linkInactive {color:#999999;}
div.master * { margin:0; padding:0 }
div.master h1 { font-size:1.1em }
div.master h2 { font-size:.8em }
div.master p { font-size:.7em }

@media screen
{
	.tabbox
	{
		width: 100%;
		min-height: 30px; 
		border: 1px solid #000;
	}
	
	iframe, .tabContent, .contentbox
	{
		min-width: 800px;
		min-height: 400px; 
		border: 2px solid #000;
	}
	
	.contentbox { border: 3px solid blue }
	
	iframe { border: 1px solid green }
	
	.tabButton
	{
		float: left;
		width: auto;
		height: auto;
		background-color: #F63;
		border: 2px solid #000000;
		padding: 2px;
		margin-left:5px;
		margin-right:5px;
	}
	.tabPrintButton
	{
		float: right;
		width: auto;
		height: auto;
		background-color: #0994A6;
		border: 2px solid #000000;
		padding: 2px;
		margin-left:5px;
		margin-right:5px;
	}
}

