// 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: #685a45;
}

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

.reg
{
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	color: #685a45;
	font-weight: normal;
	line-height: 1.4em;
}

.regBold
{ 
    font-size: 9pt;
    font-family: arial,helvetica,sans-serif;
    color: #685a45;
	font-weight:bold;
}
.regHeader
{ 
    font-size: 10pt;
    font-family: arial,helvetica,sans-serif;
    color: #453c2b;
    font-weight:bold;
}

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

.whiteCaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	font-size: 12px;
	width: 260px;
	text-transform: capitalize;
}
.footer
{
	font-size: 0.6em;
	font-family: arial,helvetica,sans-serif;
	color: #453c2b;
	font-weight: normal;
	text-align: center;
}
#navbox {
	height: 35px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c6e3e0;
	border-right-color: #c6e3e0;
	border-left-color: #c6e3e0;
	float: left;
}
#whitebox {
	background-color: #FFFFFF;
	padding: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #a29a8b;
	border-left: 1px solid #a29a8b;
	border-top: 0px solid #453c2b;
	border-bottom: 1px solid #a29a8b;

}
/*---------------------------------------------------------------------------------
    Link styles
-----------------------------------------------------------------------------------*/
/*.{}
A:link
{
	color: #C35D18;
	text-decoration:none;
}

A:active
{
	color: #C35D18;
	text-decoration:none;
}

A:hover
{
	color: #453c2b;
	text-decoration:none;
}*/


.footer a:link, .footer a:visited, .footer a:active
{
	color: #a29a8b;	
	text-decoration:none;
}
.footer a:hover
{
		color: #c35d18;
		text-decoration:none;
}
.regBold a:link, .regBold a:visited, .regBold a:active
{
	color: #685a45; /*medium*/
	text-decoration:none;
}
.regBold a:hover
{
	color: #C35D18; /*orange*/
	text-decoration:none;
}
.reg a:link, .reg a:visited, .reg a:active
{
	color: #C35D18; /*orange*/
	text-decoration:none;
}
.reg a:hover
{
	color: #453c2b; /*dark*/
	text-decoration:none;
}


/*---------------------------------------------------------------------------------
    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;
}
#background {
	background: #FFFFFF url(../images/geo-pattern.gif) repeat left top;
	margin: 0px auto;
	/*	height: 100%;
*/}

