/* CSS Document */

*{font-size:100%;font-family:arial, sans-serif;}

.MasterHeader
{
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	color: #808080;
	font-size: 24px;
	background-color: #FFFFFF;
	text-align: center;
}
.MasterHeader2
{
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	color: #808080;
	font-size: 20px;
	background-color: #FFFFFF;
	text-align: Left;
}

.FieldLabel
{
	font-family: 'Arial';
	font-weight: bold;
	color: black;
	font-size: 9pt;
	text-align: right;
}

.Field
{
	font-family: 'Arial';
	color: black;
	font-size: 9pt;
	text-align:left;
	border-style:solid;
	border-width:1pt;
	border-color:#000088;
}
.ubField
{
	font-family: 'Arial';
	color: black;
	font-size: 9pt;
	text-align:left;
}
.ubHeader 
{
	font-family: 'Arial';
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;

}

.button
{
	font-family: 'Arial';
	color: black;
	font-size: 9pt;
	background-color: #BCBAC7;
}
.rowButton,
.rowButton INPUT
{
	font-family: 'Arial';
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #BCBAC7;
}
/*  The following are used to override Janus grid visual styles */
.columnHeader,
.groupHeader
{
	font-family: 'Arial';
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
}
.columnHotHeader
{	
}
.columnPressedHeader
{
}
.groupHeader
{
}
.groupHeaderChild
{
}
.groupHeaderRow
{
}
.groupByBox
{
}
.groupByBoxInfo
{
}
.groupIndent
{
}
.groupIndent SPAN
{
}
.groupIndent DIV
{
}
.row, .row TD
{
	vertical-align:middle;
    background-color:White;
	font-family: 'Arial';
	font-size: 9pt;
}

.alternateRow, .alternateRow TD 
{
	vertical-align:middle;
    background-color:White;
	font-family: 'Arial';
	font-size: 9pt;
}
.totalRow, .totalRow TD 
{
	font-family: 'Arial';
	font-size: 9pt;
}
.selectedRow, .selectedRow TD 
{
	vertical-align:middle;
    background-color:Silver;
	font-family: 'Arial';
	color: Black;
	font-size: 9pt;
}

/* Accordian elements */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #536782;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}
.accordionContent
{
    background-color: white;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Arial;
    font-size: inherit;
}

.accordionContentOld
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
