
// Filename: global.css
// Location: /includes
// Author: Ron Whitman
// Date: 9/10/03
// Function: CSS Styles
// *Include file




/*---------------------------------------------------------------------------------
    design styles
-----------------------------------------------------------------------------------*/

BODY, TD, P, LI, BR
{
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    color: #606060;
}

UL, LI
{
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    color: #606060;
}

.reg
{ 
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    color: #606060;
    font-weight: normal;
}

.regBold
{ 
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    color: #606060;
	font-weight:bold;
}

.regHeader
{ 
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    color: #116EAC;
    font-weight:bold;
}

.blue
{
	/*color: #116EAC;*/
	color: #6D6E20;
}

.whiteCaption
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	font-size: 17px;
}

/*---------------------------------------------------------------------------------
    Link styles
-----------------------------------------------------------------------------------*/
.{}
A:link
{
	font-weight: bold;
	color: #606060;
	text-decoration:none;
}
A:visited
{
	font-weight: bold;
	color: #606060;
	text-decoration:none;
}
A:active
{
	font-weight: bold;
	color: #606060;
	text-decoration:none;
}
A:hover
{
	font-weight: bold;
	color: #116EAC;
	text-decoration:underline;
}



/*---------------------------------------------------------------------------------
    form object styles
-----------------------------------------------------------------------------------*/
.edit_prompt {
    font-family: Verdana, Arial, Helvetica, sans serif;
    font-size: 9px;
    font-weight: normal;
    color: rgb( 24, 24, 128 );
}

.input_object {
    font-family: Arial, Helvetica, sans serif;
    font-size: 12px;
    color: black;
	background-color: #FFFFFF; 
    border: 1 solid #000000;
}

.input_object_email {
    font-family: Arial, Helvetica, sans serif;
    font-size: 12px;
    color: #AAAAAA;
    background-color: #FFFFFF; 
    border: 1 solid #888888;
}

.button_object1 {
    font-family: Arial, Helvetica, sans serif;
	font-size: 9pt;
    background-color: #CCCCCC; 
    border: 1 solid #000000;
	color: 387AAF;
	font-weight: bold;
	border-style:outset;
}

.button_object
{
    font-family: arial, helvetica, sans serif;
    border: solid 1 #A3B2D4;
	color: #387AAF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCCCC;
	border-style:outset;

}

.fileupload_object {
    font-family: Arial, Helvetica, sans serif;
	font-size: 9pt;
    background-color: #EEEEEE; 
    border: 1 solid #000000;
	color: 387AAF;
}
-->


