/* Default CSS Stylesheet for a new Web Application project */

input
{
	font-size:xx-small;	
}
textarea
{
	font-family:Arial;
	font-size:xx-small;	
}

select
{
	font-size:xx-small;
}
prog:ComboBox
{
	font-size:xx-small;
}

BODY
{
	margin:0;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:xx-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TD, TR
{
	font-size:xx-small;
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.WelcomeMessage
{
	font-size:small;
	font-family:Arial;
	color:Maroon;
}

.BackLink
{
	font-family:Comic Sans MS;
	font-size:xx-small;
	font-style:italic;	
}
.ClientInfo
{
	font-family:Comic Sans MS;
	font-size:9pt;
	font-weight:bold;
	font-style:italic;	
	color:Maroon;
}




	
.ToolbarActiveTop, .ToolbarInactiveTop, .ToolbarBottom, .ToolbarBottomSeparator
{
	margin:0;
	padding:1;	
	border:0;
	border-collapse:collapse;
}

A:link.ToolbarActiveTop	{	
	text-decoration:	none;
	color:Yellow;
	}	
		
A:link.ToolbarBottom  	{	
	text-decoration:	none;
/*	color:#01459A;  */
	color:White;
	}	
		
A:visited.ToolbarActiveTop	{	
	text-decoration:	none;
	color:Yellow;
	}	
		
A:visited.ToolbarBottom {	
	text-decoration:	none;
/*	color:#01459A;  */
	color:white;
	}	
		
A:active.ToolbarActiveTop, A:active.ToolbarBottom	{	
	text-decoration:	none;
	color:Red;
	}	
		
A:hover.ToolbarActiveTop, A:hover.ToolbarBottom 	{	
	text-decoration:	underline;
	color:Yellow;
	}
	
A:link.ToolbarInactiveTop  	{	
	text-decoration:	none;
/*	color:#0099ff;  */
	color:White;
	}	
		
A:visited.ToolbarInactiveTop {	
	text-decoration:	none;
/*	color:#0099ff;  */
	color:White;
	}	
		
A:Inactive.ToolbarInactiveTop {	
	text-decoration:	none;
	color:Red;
	}	
		
A:hover.ToolbarInactiveTop 	{	
	text-decoration:	underline;
	color:Yellow;
	}

TD.ToolbarActiveTop, TD.ToolbarInactiveTop, TD.ToolbarBottom, TD.ToolbarBottomSeparator
{
	text-align:center;
}

.ToolbarActiveTop
{
	font-family: Arial;
	color:Yellow;
	font-size:x-small;
	background-color:#01459A;
	font-weight:normal;
}

.ToolbarInactiveTop
{
	font-family: Arial;
	font-size:x-small;
	background-color:#01459A;
	font-weight:normal;
	color:#0099ff;
}
.ToolbarBottom
{
	font-family: Arial;
	color:Yellow;
	font-size:x-small;
	background-color:#0099ff; 
	font-weight:normal;
}
.ToolbarBottomSeparator
{
	font-family: Arial;
	color:#01459A;
	font-size:x-small;
	background-color:#0099ff; 
	font-weight:normal;
}
.ToolbarLoginBar
{
	text-align:right;
	font-family:Arial;
	font-size:8pt;
	font-style:italic;
	color:black;
}



.MainBox
{
	font-family:Arial;
	font-weight:normal;
	font-style:normal;
	border-style:solid;
	border-width:1;	
/*	border-color:#703030;  */
/*	border-color:#01459A;  */
	border-color:#703030;  
	background-color:white;
	border-collapse:collapse;
	padding:2 2 2 2;
}

TH.MainBox
{
	border-width:1;	
	font-weight:bold;
	background-color:#703030;
	color:white;
	font-size:8pt;
}
	
TD.MainBox
{
	text-align:left;
	border-width:1;	
	background-color:White;
}
TD.MainBoxFilter
{
	border-style:solid;
	border-color:#703030;  
	border-collapse:collapse;
	padding:2 2 2 2; 
	background-color:#ffffbb;
	color:black;
	text-align:left;
	border-width:1;	
}

.MainBoxEditing
{
	border-style:solid;
	border-color:Silver;
	border-width:1;
	border-collapse:collapse;
	padding:2 2 2 2; 
	background-color:#eeeeff;
	color:black;
	text-align:left;
}

DIV.mainboxediting
{
	padding:0 0 0 0; 
}


A.MainBox
	{
	border-width:0;	
	background-color:#703030;
	font-size:8pt;
	}

A:link.MainBox
  	{	
	text-decoration:	none;
	color:White;
	}	
		
A:visited.MainBox
	{	
	text-decoration:	none;
	color:White;
	}	
		
A:hover.MainBox
	{	
	text-decoration:	underline;
	color:Yellow;
	}
	
A:active.MainBox
	{	
	text-decoration:	underline;
	color:Red;
	}	
		

.UControl
{
	font-weight:normal;
	font-style:normal;
	border-style:solid;
	border-width:2;	
/*	border-color:#a0a0a0; */
	border-color:#01459A;
	background-color:white;
	border-collapse:collapse;
	padding: 2 2 2 2; 
}

.UControlEditing
{
	border-style:none;
	border-collapse:collapse;
	padding:2 2 2 2; 
	background-color:#eeeeff;
	color:black;
	text-align:left;
}

TD.UControlFilter
{
	border-style:solid;
	border-color:#01459A;  
	border-collapse:collapse;
	padding:2 2 2 2; 
	background-color:#ffffbb;
	color:black;
	text-align:left;
	border-width:1;	
}

TH.UControl
{
	text-align:left;
	border-width:1;	
/*	background-color:#c0c1c3; */
	background-color:#01459A;
	color:white;
	font-size:8pt;
	font-weight:bold;
}
	
TD.UControl
{
	text-align:left;
	border-width:1;	
	background-color:White;
}

A.UControl
	{
	border-width:0;	
	background-color:#01459A;
	font-size:8pt;
	}

A:link.UControl
  	{	
	text-decoration:	none;
	color:White;
	}	
		
A:visited.UControl
	{	
	text-decoration:	none;
	color:White;
	}	
		
A:hover.UControl
	{	
	text-decoration:	underline;
	color:Yellow;
	}
	
A:active.UControl
	{	
	text-decoration:	underline;
	color:Red;
	}	
		

	
.GridTable, .GridHeader, .GridL1Header, .GridFooter, .GridL1Footer, .GridRow, .GridRowAlt, .GridEditing, .GridPager
{
	padding:0 0 0 0;
	font-family:Arial;
	border-collapse:collapse;
}	
.GridTable
{
	border-width:1;
	border-color:Silver;
	border-style:solid;
}	
.GridHeader
{
	border-width:0;
	vertical-align:top;
/*	background-color:#e0e0c0; */
	background-color:#b0e0b0; 
	color:black;
	font-size:medium;
	font-weight:bold;
}
.GridFooter
{
	vertical-align:top;
/*	background-color:#d8d8b8; */
	background-color:#90c090; 
	color:Black;
	font-size:medium;
}
.GridL1Header
{
	vertical-align:top;
	background-color:#ffffee;
	color:black;
	font-size:medium;
}
.GridL1Footer
{
	vertical-align:top;
	background-color:#f0f0d0;
	color:Black;
	font-size:medium;
}
.GridL2Header
{
	vertical-align:top;
/*	background-color:#eeeeff; */
	background-color:#eeeeee;
	color:black;
	font-size:medium;
}
.GridL2Footer
{
	vertical-align:top;
/*	background-color:#e0e0ff; */
	background-color:#dddddd;
	color:Black;
	font-size:medium;
}
.GridRow
{
	vertical-align:top;
	background-color:White;
	color:Black;
	font-size:xx-small;
}
.GridRowAlt
{
	vertical-align:top;
	background-color:#eeffee;
	color:black;
	font-size:xx-small;
}
.GridEditing
{
	vertical-align:top;
	background-color:#e0e0ff;
	color:Black;
	font-size:xx-small;
}
.GridPager
{
	background-color:#ffffbb;
	color:Black;
	font-size:medium;
}




.InvisibleTable
{
	border:0;
	padding:0 0 0 0;		
	border-collapse:collapse;
}

.StatusText
{
	color:red;
	font-size:8pt;
	font-style:italic;
}
.SmallStatusText
{
	color:Red;
	font-size:7pt;
	font-style:italic;
}

.TitleText
{
	color:Gray;
	font-size:9pt;
	font-style:italic;
}
	
.SmallTitleText
{
	color:Gray;
	font-size:7pt;
	font-style:italic;
}

.InProcessText
{
	color:Green;
	font-size:xx-small;
	font-style:italic;
}
.HeaderTitle
{
	color:#aa3333;
	font-family:Copperplate Gothic Light;
	font-style:italic;	
	font-weight:bold;
	font-size:larger;
}	
.FieldLabel
{
	color:Gray;
}
.ReportHeader
{
	font-size:large;
	font-weight:bold;
	color:Navy;
	font-family:Arial;
}

.SubReportHeader
{
	font-size:medium;
	font-weight:bold;
	color:black;
	font-family:Arial;
}

TD.NumberHeader
{
	 text-align:right;
}

.QuickList	 
{
	border:0;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:top;
	background-color:#01459A;
	color:White;

}

A:link.QuickList 	{	
	text-decoration:none;
	color:White;
	}
	
A:visited.QuickList 	{	
	text-decoration:none;
	color:White;
	}
	
A:inactive.QuickList 	{	
	text-decoration:none;
	color:white;
	}
	
A:hover.QuickList 	{	
	text-decoration:underline;
	color:Yellow;
	}
	
A:active.QuickList 	{	
	text-decoration:none;
	color:Red;
	}
	
.DINKnormal
{
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
}
.DINKnormal1
{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}
.DINKnormal2
{
	font-family: verdana;
	font-size: 9pt;
	color: #FFFFFF;
}
.DINKheader
{
	font-family: verdana;
	font-size: 9pt;
	color: #474B78;
}
.DINKheader1
{
	font-family: Arial;
	font-size: 20pt;
	color: #FFFFFF;
}
.DINKfooter
{
	font-family: verdana;
	font-size: 7pt;
	color: #757070;
}
.DINKpt
{
	font-family: verdana;
	font-size: 9pt;
	color: #083EC4;
}
.DINKcombobox
{
	border: 1px double #FFFFFF;
	background-color: #FFFFFF;
	color: #82827F;
	font-size: 10pt;
	font-family: verdana;
	font-weight: normal;
}
.DINKmenu
{
	font-family: Arial;
	font-size: 9pt;
	color: #01459A;
}
.DINKheader2
{
	font-family: Arial Narrow;
	font-size: 18pt;
	color: #0158C4;
}
.DINKa
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
.DINKa:hover
{
	color: #4291CA;
	text-decoration: underline;
}
.DINKa1
{
	font-size: 9pt;
	color: #B6000F;
	font-family: Verdana;
	text-decoration: none;
}
.DINKa1:hover
{
	color: #01459A;
	text-decoration: none;
}
.DINKa2
{
	font-size: 9pt;
	color: #01459A;
	font-family: Verdana;
	text-decoration: none;
}
.DINKa2:hover
{
	color: #B6000F;
	text-decoration: none;
}


