/* Default CSS Stylesheet for a new Web Application project */
body
{
    BACKGROUND-COLOR: #f0f0ff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.button
{
    background-color: #31659c;
    color: white;
    font: bold 9pt arial;
}
.hdrCollector
{
	color: #00008B;
}	

.inputtext
{
	font: 9pt arial;
	color: black;
	background-color: #ffffff;
}
.fixedtext
{
        font: 9pt courier new;
        color: black;
        background-color: #ffffff;
}
.colorfixedtext
{
        font: 9pt courier new;
        color: black;
        background-color: #d5d5d5;
}
.text
{
	font: 9pt arial;
	color: black;
	background-color: #ffffff;
}
.mediumtext
{
	font: 8pt arial;
	color: black;
	background-color: #ffffff;
}
.smalltext
{
	font: 7pt arial;
	color: black;
	background-color: #ffffff;
}
.bodytext
{
	font: 9pt arial;
	color: black;
	background-color: #f0f0ff;
}
.ErrorText
{
	font: 9pt;
	color: red;
	background-color: #ffffff;
	font-weight:bold;
}
.label
{
	font: 9pt arial;
	color: black;
	background-color: #ffffff;
}
.mainlabel
{
	font: 9pt arial;
	color: black;
	background-color: #f0f0ff;
}
.colorlabel
{
	font: 9pt arial;
	color: black;
	background-color: #f0f0ff;
}
.alttext
{
	font: 9pt arial;
	color: black;
	/*background-color: #d5d5d5;*/
	background-color: #e7e7e7;
}
.altlabel
{
	font: 9pt arial;
	color: black;
	/*background-color: #d5d5d5;*/
	background-color: #e7e7e7;
}
.billtext
{
	font-family:Courier New;
	font-size:8pt;
	color: black;
	background-color: white;
}
.billhdrtext
{
	font-family:Courier New;
	font-weight:bold;
	font-size:8pt;
	color: black;
	background-color: #c5c5c5;
}
.creditcardlabel
{
	font: 9pt arial;
	color: Blue;
}
.creditcardonly
{
	font: 9pt arial;
	color: Blue;
	background-color: #ffffff;
}
.altcreditcardonly
{
	font: 9pt arial;
	color: Blue;
	background-color: #e7e7e7;
}
.payallatonce
{
	font: 9pt arial;
	background-color: Red;
}	
.payallatoncelabel
{
	font: 9pt arial;
	color: Red;
}h1, h2, h3, h4, h5, th, THEAD, TFOOT
{
    COLOR: #003366;
}
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;
}       
A:link	
{	
	font: 9pt arial;
	text-decoration:	none;
	color:	#3333cc;
}	
A:visited	
{
	font: 9pt arial;
	text-decoration:	none;
	color:	#333399;
}	
A:active	
{
	font: 9pt arial;
	text-decoration:	none;
	color:	#333399;
}	
A:hover	
{
	font: 9pt arial;
	text-decoration:	underline;
	color:	#3333cc;
}
