/*---------- Generic HTML Elements ----------*/

BODY
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px
}

TD
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

A
{
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #0066bb;
}

HR
{
	background-color: #000000;
	height: 1px;
	border-style: none;
}

H1 /* used for page titles */
{
	color: #333366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}

H2 /* level 2 titles */
{
	color: #333366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

H3 /* level 3 titles */
{
	color: #003366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}

/*-------------- Form Elements ------------------*/
.button, .file /* formatting for all form buttons (input) */
{
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
}

.textbox, .passwordbox /* formatting for inputs of type text (input) */
{
	border: 1px solid #003366;
	margin-bottom: 2px;
}

.checkbox /* formatting for all checkboxes (input) */
{
}

.radio /* formatting for all radio buttons (input) */
{
}

TEXTAREA
{
	border: 1px solid #003366;
	margin-bottom: 2px;
}

/*---------- Navigation -----------*/
#navigation .navtitle /* title for navigation (td) */
{
	background: #336699;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}

#navigation /* menu table (table) */
{
	border-spacing: 0px;
}
#navigation TD
{
	background: #b0d144;
}

#navigation A /* menu table and menu links (td; a) */
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

#navigation .navlinks TD
{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #b0d144;
	background: #cccccc;
	color: #336699;
	
}
#navigation .navlinks .selected
{
	background: #ffffff;
	color: #336699;
}

.tabnavigation A
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
.tabnavigation .tabitem
{
	background: #b0d144;
	color: #336699;
	border-top: 1px solid #336600;
	border-bottom: 1px solid #336600;
}
.tabnavigation .tabselected
{
	background: #ffffff;
	border-top: 1px solid #336600;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.tabnavigation .tabempty
{
	background: #ffffff;
	border-bottom: 1px solid #336600;
}
.tabsubnav
{
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	padding-left: 8px;
	padding-top: 2px;
}
.tabnavcontent
{
	border-left: 1px solid #336600;
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	padding: 10px;
}

/*---------- Table Formats ----------*/

.listing_topheading, .listing_sideheading /* a table listing with heading on top (table) */
{
}
.listing_topheading TH
{
	color: #333366;
	font-weight: bold;
	background: #dddddd;
}
.listing_topheading TH A
{
	text-decoration: none;
}

.columnhead, TH /* format for column header labels (span, td) */
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.message_list TH /* message center table format for headings */
{
	background: #d7e8a1;
	font-weight: bold;
}
.message_list .info /* message center table format for listing */
{
	background: #dddddd;
}

.welcome_info
{
	border: solid 1px #943031;
}
.welcome_info TH
{
	background: #efefef;
}

.searcharea
{
	background: #d7e8a1;
}

.odd /* shadding background color for odd table rows (td, tr) */
{
}

.even /* shadding background color for even table rows (td, tr) */
{
	background: #eeeeee;
}

/*------------ Text Formats--------------------*/

.labeldark, .prompt /* bold data labels (td, span) */
{
	color: #000000;
	font-weight: bold;
}

.labelmid /* light data labels (td, span) */
{
	color: #777777;
	font-weight: bold;
}

.labellight /* light data labels (td, span) */
{
	color: #777777;
}

.emphasis /* used to mark important info */
{
	color: #ee0000;
}

.required /* color for required items (span) */
{
	color: #ff0000;
}

.secure
{
	color: #ff0000;
	font-size: 7pt;
	font-family: Verdana;
}

.small
{
	font-size: 8px;
}

/*--------------- Miscellaneous -----------------*/

.boxaround /* adds a border on all four sides (table) */
{
	border: 1px solid #cccccc;
}

.lineright
{
	border-right: 1px solid #000000;
}

.totalline TD /* adds a border above makes text bold (tr) */
{
	font-weight: bold;
	border-top: 1px solid #000000;
}

.errormsg /* error message display at page top (span) */
{
	color: #ee0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
}

.divspacing /* used for inline divs with padding (div) */
{
	margin: 4px;
	position: relative;
	white-space: nowrap;
}

#companybox TD /* style for manager select company box (table) */
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	padding: 4px;
	border-right: 1px solid #b0d144;
}
#companybox H3 /* style for manager select company box (table) */
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #336699;
}
#companybox TD A 
{
	font-size: 8px;
}

/*--------------- Main Layout Styles ----------------*/

/*
Green background: b0d144
Text blue: 333366
menu grey: dddddd
form bottom button bar green: d7e8a1
*/

#main
{
	margin-left: 5px;
}

.page_top /* style for page design top */
{
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #b0d144;
}

.page_filled /* style for page design with both sides bordered */
{
	background: #b0d144;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.page_mainleft /* style for page design menu cell */
{
	border-left: 1px solid #000000;
}

.page_mainright /* style for page design main content */
{
	border-right: 1px solid #000000;
}

.page_sideborders /* style for page design with both sides bordered */
{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.page_bottom /* style for page design below footer */
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

/*--------------- Online Application Styles ----------------*/

.app_head /* online application header */
{
	border-top: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background: #b0d144;
}

.app_head_left /* left border of online app header */
{
	border-left: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background: #b0d144;
}
.app_head_right /* right border of online app header */
{
	border-right: 1px solid #336600;
	border-bottom: 1px solid #336600;
	background: #b0d144;
}

.app_content /* style for online application pages */
{
	border-left: 1px solid #336600;
	border-bottom: 1px solid #336600;
	border-right: 1px solid #336600;
	text-align: center;
}
.app_content>table /* center first table for netscape */
{
	margin-left: auto;
	margin-right: auto;
}
.app_content .textbox, .passwordbox /* formatting for inputs of type text (input) */
{
	margin-bottom: 2px;
}

.appheading1 /* style for online application pages */
{
	color: #333366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	background: #b0d144;
}
.appheading2 /* style for online application pages */
{
	color: #333366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	background: #d7e8a1;
}
.appheading3 /* style for online application pages */
{
	color: #333366;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
}
.appentry /* style for online application entry area */
{
	font-family: Verdana, Arial;
	background: #dddddd;
	padding-left: 7px;
}
