<!--
body {
	background-color: #EFEFEF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

tr, td, p  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

img {vertical-align:top;}
img.top {vertical-align:text-top;}
img.middle {vertical-align:middle;}
img.bottom {vertical-align:text-bottom;}

#div_container
{
    position: relative;
}
#div_content
{
    position: absolute;
    top: -200px;
    left: -60px;
	background-color: #FFFFFF;
	border: 1px solid #000000;	
	color: #000000;
}
.frame_menu{
	min-height: 100px;
	align: center;
}

.frame_body{
	min-height: 400px;
	align: center;
}

a.text_progress 		{ color: #000000; font-size: 14px; font-weight: bold; }
a.text_fram_title		{ color: #000000; font-weight: bold; }
a.text_progress_green 	{ color: #00CC00; font-weight:bold; }
a.text_progress_red 	{ color: #CC0000; font-weight:bold; }
a.text_progress_gray 	{ color: #C0C0C0; font-weight:bold; }
a.text_progress_black 	{ color: #000000; font-weight:bold; text-decoration: underline;}

a.logout_link:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none; 
}
a.logout_link:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none; 
}
a.logout_link:active {
	color: #999999;
	font-weight: bold;
	text-decoration: none; 
}
a.logout_link:hover {
	color: #666666; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.attach_link:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
}
a.attach_link:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
}
a.attach_link:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
}
a.attach_link:hover {
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.remove_link:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
a.remove_link:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
a.remove_link:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
a.remove_link:hover {
	color: #000000; 
	font-weight: bold; 
	text-decoration: underline; 
}

a.ssa_link:visited {
	color: #757575;
	font-weight:bold;
	text-decoration: none; 
}
a.ssa_link:link {
	color: #757575;
	font-weight:bold;
	text-decoration: none; 
}
a.ssa_link:active {
	color: #757575;
	font-weight:bold;
	text-decoration: none; 
}
a.ssa_link:hover {
	color: #000000; 
	font-weight:bold; 
	text-decoration: underline; 
}

a.link_chart 			{ color: #000000; }
a.link_chart:link 		{ text-decoration: none; }
a.link_chart:visited 	{ text-decoration: none; }
a.link_chart:hover 		{ text-decoration: underline; }
a.link_chart:active 	{ text-decoration: none; }

a.calendar_link 		{ color: #000000; }
a.calendar_link:link 	{ text-decoration: none; }
a.calendar_link:visited { text-decoration: none; }
a.calendar_link:hover 	{ text-decoration: underline; }
a.calendar_link:active 	{ text-decoration: none; }

a.menu_active_link 			{ color: #006699; font-weight:bold; }
a.menu_active_link:link 	{ text-decoration: none; }
a.menu_active_link:visited 	{ text-decoration: none; }
a.menu_active_link:hover 	{ text-decoration: underline; }
a.menu_active_link:active 	{ text-decoration: none; }

a.link_group 			{ color: #006699; font-weight:bold; text-decoration: none;}

a.div_hover { color:#000000; text-decoration: underline; cursor: help;}

a.action_link 			{ color: #6C6C6C;  }
a.action_link:link 		{ text-decoration: none; }
a.action_link:visited 	{ text-decoration: none; }
a.action_link:hover 	{ text-decoration: underline; }
a.action_link:active 	{ text-decoration: none; }

a.bay_link 			{ color: #000000; }
a.bay_link:link 	{ text-decoration: none; }
a.bay_link:visited 	{ text-decoration: none; }
a.bay_link:hover 	{ text-decoration: underline; }
a.bay_link:active 	{ text-decoration: none; }

.menu_inactive_l {
	background-image:url(../../graphics/html_images/nav-i-l.gif);
}
.menu_inactive_m {
	background-image:url(../../graphics/html_images/nav-i-m.gif);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}
.menu_inactive_r {
	background-image:url(../../graphics/html_images/nav-i-r.gif);
}

.menu_active_l {
	background-image:url(../../graphics/html_images/nav-a-l.gif);
}

.menu_active_m {
	background-image:url(../../graphics/html_images/nav-a-m.gif);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}

.menu_active_r {
	background-image:url(../../graphics/html_images/nav-a-r.gif);
}

a.normal_link 				{ color: #000000; }
a.normal_link:link 			{ text-decoration: none; }
a.normal_link:visited 		{ text-decoration: none; }
a.normal_link:hover 		{ text-decoration: underline; }
a.normal_link:active 		{ text-decoration: none; }

a.normal_bold_link 				{ font-weight:bold; color: #000000;}
a.normal_bold_link:link			{ text-decoration: none; }
a.normal_bold_link:visited 		{ text-decoration: none; }
a.normal_bold_link:hover 		{ text-decoration: underline; }
a.normal_bold_link:active 		{ text-decoration: none; }

.normal_gray_link 				{ font-weight:bold; color: #C0C0C0;}

a.menu_inactive_link 				{ color: #F0F0F0;	font-weight:bold; }
a.menu_inactive_link:link 			{ text-decoration: none; }
a.menu_inactive_link:visited 		{ text-decoration: none; }
a.menu_inactive_link:hover 			{ text-decoration: underline; }
a.menu_inactive_link:active 		{ text-decoration: none; }

a.sub_menu_active_link 				{ color: #006699; font-weight:bold; }
a.sub_menu_active_link:link 		{ text-decoration: none; }
a.sub_menu_active_link:visited 		{ text-decoration: none; }
a.sub_menu_active_link:hover 		{ text-decoration: underline; }
a.sub_menu_active_link:active 		{ text-decoration: none; }

a.sub_menu_inactive_link 			{ color: #969696;	font-weight:bold; }
a.sub_menu_inactive_link:link 		{ text-decoration: none; }
a.sub_menu_inactive_link:visited 	{ text-decoration: none; }
a.sub_menu_inactive_link:hover 		{ text-decoration: underline; }
a.sub_menu_inactive_link:active 	{ text-decoration: none; }

a.external_link 					{ color: #666666; font-weight:bold; }
a.external_link:link 				{ text-decoration: none; }
a.external_link:visited 			{ text-decoration: none; }
a.external_link:hover 				{ text-decoration: underline; }
a.external_link:active 				{ text-decoration: none; }

a.results				{ color: #000000; font-weight:bold; text-decoration: underline;}
a.sort_column			{ color: #000000; text-decoration: underline;}
a.table_results			{ color: #000000; font-weight:bold; text-decoration: underline;}

a.email_link	 		{ color: red; font-weight:bold; text-decoration: underline; }
a.email_link:link 		{color: red; font-weight:bold; text-decoration: underline; }
a.email_link:visited	{color: red; font-weight:bold; text-decoration: underline; }
a.email_link:hover 		{color: red; font-weight:bold; text-decoration: underline; }
a.email_link:active 	{color: red; font-weight:bold; text-decoration: underline; }

.image_preview{
position: relative;
z-index: 0;
}
.image_preview:hover{
background-color: transparent;
z-index: 50;
}
.image_preview span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.image_preview span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.image_preview:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50;
left: -200px; /*position where enlarged image should offset horizontally */
}

.banner {
	font-family: Arial Black; 
	font-size: 14;
	color: #FFFFFF; 
	font-weight: bold
}

.textbox { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.textbox_date { 
	font-family: Arial, Helvetica, sans-serif;
	color: #999999; 
	font-size: 8pt;
 }

.textbox_readonly {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color: transparent;
	text-decoration: none;
	border: 0;
}

.textbox_readonly_align {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color: transparent;
	text-decoration: none;
	border: 0;
	text-align: center;
}

.textbox_overwrite {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color: #99FF99;
	text-decoration: none;
	border: 0;
}

.textbox_calendar {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545; 
	font-size: 8pt;
}

.checkbox { 
	width: 10px;
	height: 10px;
}

.textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.dropdown { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt 
}

.button_image{
	background: transparent;
	background-image:url(../graphics/icons/members16.gif);
	background-repeat:no-repeat;
}

.dropDownHeader { 
	color: #D70000;
	font-weight: bold; 
}

/* Table Formatting */
.table_header_cell
{
	background-image: url('../../graphics/extjs/grid3-hrow.gif'); 
	background-repeat: repeat-x;

	height: 28px;

	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #FCFCFC;

	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #D0D0D0;

	border-top-width: 1px; 

	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #D0D0D0;
}
.table_header_cell_select
{
	background-image: url('../../graphics/extjs/grid3-hrow-over.gif'); 
	background-repeat: repeat-x;

	height: 28px;

	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #FCFCFC;

	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #D0D0D0;

	border-top-width: 1px; 

	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #AACCF6;
}
<!-- Grouping Table Format -->
.table_group_row
{
}
.table_group_cell
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
}
.table_blank_row
{
}
.table_blank_cell
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
}
.table_sum_row
{
}
.table_sum_cell
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: #EAEAEA;
}
<!-- -->



.table_data_group
{
	height: 22px;
}
.table_data_row
{
	height: 22px;
}
.table_data_cell
{
	border-left-width: 1px; 

	border-right-width: 1px; 

	border-top-width: 1px; 

	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #EAEAEA;
}


.table_data_cell_group
{
	border-left-width: 1px; 

	border-right-width: 1px; 

	border-top-width: 1px; 

	border-bottom-style: solid; 
	border-bottom-width: 2px;
	border-bottom-color: #99BBE8;
}

.table_field {
	padding-left: 2px;
	font-size: 8pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}
.table_field_print {
	padding-left: 2px;
	font-size: 14px;
	border: #000000 1px solid;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}
.font_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 11px;
}
.table_label_blue {
	background-color: #66CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_yellow {
	background-color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_red {
	background-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_green {
	background-color: #80FF00;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_orange {
	background-color: #FF8000;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_pink {
	background-color: #FF00FF;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}
.table_label_white {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}

.table_label_green_light {
	background-color: #99FF99;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #EAEAEA;
}

.table_fieldgreen {
	padding-left: 2px;
	font-weight: 100;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #00FF00;
}
.table_fieldred {
	padding-left: 2px;
	font-weight: 100;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF0000;
}
.pageTitle{
  font-size:       38px;
  font-family:      Arial, Helvetica, sans-serif;
  color:         	#7E7E7E;
  font-weight:     bold;
}

.textRedBold {
	font-family:     Arial, Helvetica, sans-serif;
	color:			#FF0000;
	font-weight:    bold;
}
.redSml{
  font-size:       10px;
  font-family:      Arial, Helvetica, sans-serif;
  color:         #FF0000;
  font-weight:     bold;
}
.redMed{
  font-size:       14px;
  font-family:     Trebuchet MS;
  color:         #FF0000;
  font-weight:     bold;
}
.redLrg{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #FF0000;
  font-weight:     bold;
}
.graySml{
  font-size:       10px;
  font-family:      Arial, Helvetica, sans-serif;
  color:         #999999;
  font-weight:     bold;
}
.grayMed{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #999999;
  font-weight:     bold;
}
.grayLrg{
  font-size:       24px;
  font-family:     Trebuchet MS;
  color:         #999999;
  font-weight:     bold;
}
.blackSml{
  font-size:       10px;
  font-family:      Arial, Helvetica, sans-serif;
  color:         #000000;
  font-weight:     bold;
}
.blackMed{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #000000;
  font-weight:     bold;
}
.blackLrg{
  font-size:       24px;
  font-family:     Trebuchet MS;
  color:         #000000;
  font-weight:     bold;
}
.tableHeadingPrint {
  color: #FFFFFF;	
  padding-left: 2px;
  font-size: 10px;
  font-weight: bold ;
  FONT-FAMILY:  Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #7E7E7E;
}
.table_labelPrint {
  padding-left: 2px;
  font-size: 10px;
  FONT-FAMILY:  Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #EAEAEA;
}
.table_fieldPrint {
  padding-left: 2px;
  font-size: 10px;
  font-weight: bold;
  FONT-FAMILY:  Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #FFFFFF;
}

fieldset {
   border: 1px solid black;
}

.table_bkg {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../graphics/icons/transparent_table_bkg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.table_bkg[class] {
	background-image:url(../../graphics/icons/transparent_table_bkg.png)
}

-->