/*/ GENERAL ///////////////////*/

body
{
/*/	background-color: #f3f3f3;*/
    background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 25px 25px;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.validationSummary
{
	color: Red;
	font-weight: bold;
	font-size: 8pt;
}

.validation
{
	font-size: 13pt;
	color: Red;
	font-weight: bold;
	cursor: crosshair;
}

.operationComplete
{
	color: Red;
	font-weight: bold;
	font-size: 8pt;
	float: left;
}

.table
{
	margin-bottom: 10px;
}

.contentTable
{
	margin-top: 15px;
}


#right_align
{
	float: right;
}

/*/ LOGIN ///////////////////*/

.login_box
{
	border: solid #3787A6 1px;
	background-color: #f6f6f6;
	font-family: Verdana;
	font-size: 10pt;
}

.loginHeader
{
	color: White;
	vertical-align: middle;
	text-align: center;
	background-color: #3787A6;
	display: block;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.loginLabel
{
	margin-right: 5px;
}

.loginButton
{
	border: solid #3787A6 1px;
	background-color: White;
}





/*/ LINKS ///////////////////*/

a, a:visited
{
	text-decoration: underline;
	color: #3787a6;
}

a:hover, a:active
{
	color: #a6d1e1;
}

a.help, a.help:visited
{
	text-decoration: underline;
	color: #3787a6;
}

a.help:hover, a.help:active
{
	text-decoration: none;
	color: #00a1d2;
}

a.key, a.key:visited
{
	color: #000099;
	text-decoration: underline;
}

a.key:hover, a.key:active
{
	color: #666666;
	text-decoration: none;
}

a.logout, a.logout:visited
{
	color: #00a1d2;
	text-decoration: underline;
}

a.logout:hover, a.logout:active
{
	color: #00a1d2;
	text-decoration: none;
}



/*/ NAVIGATION ///////////////////*/

.top_menu_default
{
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
}

.top_menu_hover
{
	text-decoration: underline;
	color: #3787a6;
	background-color: #c6e1ec;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}

.top_menu_selected
{
	text-decoration: none;
	color: #3787a6;
	background-color: #c6e1ec;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}

.sub_menu_default
{
	text-decoration: none;
	color: #3787a6;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
}

.sub_menu_hover
{
	color: #464646;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}

.sub_menu_selected
{
	color: #464646;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}


a.nav_current, a.nav_current:visited
{
	display: block;
	text-decoration: none;
	color: #3787a6;
	background: url( "../images/bluedot.gif" );
	float: left;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	height: 25px;
}

a.nav_current:hover, a.nav_current:active
{
	display: block;
	text-decoration: none;
	color: #3787a6;
	background: url( "../images/bluedot.gif" );
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

a.nav_top, a.nav_top:visited
{
	display: block;
	text-decoration: none;
	color: #000000;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

a.nav_top:hover, a.nav_top:active
{
	color: #3787a6;
	background: url( "../images/bluedot.gif" );
	margin-bottom: 0px;
	margin-top: 0px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

a.nav_bottom, a.nav_bottom:visited
{
	display: block;
	text-decoration: none;
	color: #3787a6;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 1.9em;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

a.nav_bottom:hover, a.nav_bottom:active
{
	color: #464646;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}



/*/ BUTTONS ///////////////////*/

/*/ NONOPTION ///////////////////*/
.nonoption_block_lg
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_lbluebg.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_block_lg_l
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_lbluebg.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_block_sm
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_lbluebg_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_block_sm_l
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_lbluebg_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_footer_lg
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_bluebg.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_footer_lg_l
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_bluebg.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_footer_sm
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_bluebg_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_footer_sm_l
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_bluebg_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_header_lg
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_greenbg.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_header_lg_l
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_greenbg.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_header_sm
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_greenbg_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_header_sm_l
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_greenbg_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_row_lg
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_whitebg.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_row_lg_l
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_whitebg.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_row_sm
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_whitebg_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.nonoption_row_sm_l
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/nonoption_gray_whitebg_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*/ FOOTER ///////////////////*/
#rollover_footer_lg a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rollover_footer_lg a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#rollover_footer_lg a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#rollover_footer_lg_l a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rollover_footer_lg_l a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#rollover_footer_lg_l a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* Footer Medium */
#rollover_footer_md a
{
	display: block;
	width: 71px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_medium.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rollover_footer_md a:hover
{
	background-position: -71px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#rollover_footer_md a:active
{
	background-position: -142px 0;
	color: #000000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* End Footer Medium */

#rollover_footer_sm a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_footer_sm a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_footer_sm a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_footer_sm_l a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_footer_sm_l a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_footer_sm_l a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/*/ BLOCK ///////////////////*/
#rollover_block_lg a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_lblue.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_lg a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_lg a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_lg_l a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_lblue.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_lg_l a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_lg_l a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_lblue_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm_l a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_lblue_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm_l a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_block_sm_l a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/*/ ROW ///////////////////*/
#rollover_row_lg a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_white.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_lg a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_lg a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_lg_l a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_white.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_lg_l a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_lg_l a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_row_sm a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_white_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
}

#rollover_row_sm a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
}

#rollover_row_sm a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 3px;
}

#rollover_row_sm_l a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_white_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 3px;
}

#rollover_row_sm_l a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 3px;
}

#rollover_row_sm_l a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 3px;
}

/*/ HEADER ///////////////////*/
#rollover_header_lg a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_green.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_lg a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_lg a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_lg_l a
{
	display: block;
	width: 122px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_green.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_lg_l a:hover
{
	background-position: -122px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_lg_l a:active
{
	background-position: -244px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_green_sm.gif" ) 0 0 no-repeat;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm_l a
{
	display: block;
	width: 52px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_green_sm.gif" ) 0 0 no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm_l a:hover
{
	background-position: -52px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#rollover_header_sm_l a:active
{
	background-position: -104px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}



/*/ TEXT ///////////////////*/

h1
{
	color: #00a1d2;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 8px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
}

.block_text
{
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 3px;
}

.breadcrumbs
{
	font-size: 0.65em;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 8px;
}

.copy
{
	font-size: 0.7em;
}

.copy_left
{
	padding-left: 3px;
}

.copy_right
{
	padding-right: 3px;
}

.copyright
{
	font-size: 0.65em;
	color: #aba9aa;
}

.copy_sm
{
	font-size: 0.65em;
}

.date
{
	font-weight: bold;
	margin-left: 5px;
	font-size: .75em;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.emphasize
{
	font-weight: bold;
	padding-left: 3px;
}

.ok
{
	font-weight: bold;
	color: #006600;
	font-size: 1.2em;
}

.okay
{
	color: #009900;
}

.warning
{
	color: #CC0000;
}



/*/ FOOTERS ///////////////////*/

.footer
{
	background-color: #469fc1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer_sub
{
	background-color: #c6e1ec;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 3px;
}


/*/ HEADERS ///////////////////*/

.header
{
	background-color: #69a637;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 3px;
}

.header_sub
{
	background-color: #aad786;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
	padding-right: 3px;
	padding-left: 3px;
}

.header_sub_rightline
{
	background-color: #aad786;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}

.header_sub_topline
{
	background-color: #aad786;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
	padding-left: 3px;
}

.header_sub_sub
{
	background-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	font-size: .7em;
}



/*/ CELLS ///////////////////*/

.alert_alert
{
	background-color: #ffe6aa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #CC0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.cell_a
{
	background-color: #bbcfdd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 3px;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cell_b
{
	background-color: #75af83;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 0.7em;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cell_c
{
	background-color: #fff5b2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 3px;
	font-size: 0.7em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cell_d
{
	background-color: #88abc4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: .7em;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.cell_alert
{
	background-color: #ffe6aa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.cell_alert_sub
{
	background-color: #ffd980;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.dropdown_cell
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.subhead_space
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.subhead_space_double
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}



/*/ ROWS ///////////////////*/

.block
{
	background-color: #e6f2f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.row
{
	font-size: 0.7em;
	line-height: 1.6em;
}

.row_sub
{
	background-color: #d7ecc6;
	font-size: 0.7em;
	line-height: 1.6em;
}

.row_sub_sub
{
	background-color: #e6f2f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 1.6em;
	font-size: 0.7em;
}



/*/ BOXES ///////////////////*/

.cell_a_key
{
	background-color: #bbcfdd;
	padding-left: 5px;
	font-size: 0.7em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.cell_b_key
{
	background-color: #75af83;
	font-size: 0.7em;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.cell_c_key
{
	background-color: #fff5b2;
	padding-left: 5px;
	font-size: 0.7em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.cell_d_key
{
	background-color: #88abc4;
	font-size: .7em;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.controller_box
{
	background-color: #f6f6f6;
	border: 1px dashed #e1e1e1;
	margin: 5px;
	margin-right: 15px;
}

.controller_box_full
{
	background-color: #f6f6f6;
	border: 1px  #e1e1e1;
	margin: 1px;
	margin-right: 1px;
    margin-bottom :5px;
}

.key_box
{
	background-color: #e6f2f7;
	border: 1px solid #c6e1ec;
	margin-right: 15px;
	margin-top: 5px;
}

.key_padding
{
	margin: 0px;
	padding: 2px;
}

.alt_key_padding
{
	padding-right: 5px;
	padding-left: 5px;
}

.padding_5px
{
	padding: 5px;
}



/*/ FORMS ///////////////////*/

.textfield
{
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 2px;
}



/*/ HOME PAGE ONLY ///////////////////*/

a.home, a.home:visited
{
	color: #00a1d2;
	text-decoration: underline;
}

a.home:hover, a.home:active
{
	text-decoration: none;
}


.home_copy
{
	font-size: .75em;
}

.home_weathertrak
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #69a637;
	text-align: center;
}

#rollover_home a
{
	display: block;
	width: 228px;
	height: 23px;
	text-decoration: none;
	color: #000000;
	background: url( "../images/flatbtn_rollover_home.gif" ) 0 0 no-repeat;
	float: middle;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	font-size: 0.7em;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rollover_home a:hover
{
	background-position: -228px 0;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#rollover_home a:active
{
	background-position: -455px 0;
	color: #000000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
