/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Our pages are based on this. 
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
body
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
table
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.CorpFormTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #007641;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Default A HREF tags
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
A
{
	text-decoration: none;
	color: #0000ff;
	font-size: 8pt;
}

A:hover
{
	text-decoration: underline;
}

.HomeLink
{
	text-decoration: none;
	color: #999999;
	font-size: 7pt;
}

.HomeLink:hover
{
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Content surrounded by a "window" look. Usually 
applied to a TABLE tag.
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.ContentFrame
{
	border: none;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Interior content used to create a "Window" look. 
Usually applied to a TD
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.ContentPane
{
	border: none;
	background-color: #ffffff;
	vertical-align: top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Section Title
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.SectionTitle
{
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;

    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    font-family: Verdana, Arial;
    text-align: center;

	height: 17px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Used to label an element in an input form
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.FormLabel
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #203032;
	text-align: right;
}

.FormLabelCenter
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #203032;
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Used to label a disabled element in an input form
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.FormLabelDisabled
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #999999;
	text-align: right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Used for read-only data in an input form
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.FormData
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #203032;
	text-align: left;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Used for read-only data in an input form
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.FormDataDisabled
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #999999;
	text-align: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
Used to display error messages.
* * * * * * * * * * * * * * * * * * * * * * * * * *	*/
.ErrMsg
{
	font-family: Tahoma,Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #bb0000;
	text-align:left;
	vertical-align: top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Table styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

TH
{
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}
TH.Center
{
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}
TH.Num
{
	text-align: right;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}
TH.NoBorder
{
	text-align: left;
	vertical-align: bottom;
	border-bottom: none;
}
TH.NoBorder-Center
{
	text-align: center;
	vertical-align: bottom;
	border-bottom: none;
}
TH.NoBorder-Num
{
	text-align: right;
	vertical-align: bottom;
	border-bottom: none;
}

TD.Num
{
	text-align: right;
}

.TableRow1
{
    BACKGROUND-COLOR: white;
}
.TableRow2
{
    BACKGROUND-COLOR: #dfeff0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Controls
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * */
INPUT
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
}
INPUT.inp_f_right
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: right;
}
INPUT.inp_f_center
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: center;
}
INPUT.inp_f_left
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: left;
}
SELECT
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
}
INPUT.smcheck
{
	font-size: 22pt;
	height: 15;
	width: 15;
}
TEXTAREA
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Validation style for invalid controls
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * */
INPUT.inp_f_rightInvalid
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: right;
	color : white;
	background-color : #cc0000;
	border : 1px solid gray;
}
INPUT.inp_f_centerInvalid
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: center;
	color : white;
	background-color : #cc0000;
	border : 1px solid gray;
}
INPUT.inp_f_leftInvalid
{
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: left;
	color : white;
	background-color : #cc0000;
	border : 1px solid gray;
}

.Footer
{
	font-family: Verdana, Arial;
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
}