
<!--

	/* COLORS */
	*       
	{
		color: #000000;
	}


	.td_error, .th_debug, .td_debug,#error_message
	{
		background-color:  transparent;
		color: red; 
	}

	.password_strong
	{
		background-color:  transparent;
		color: green;
	}

	.password_medium
	{
		background-color:  transparent;
		color: orange;
	}

	.password_weak, .password_very_weak, .password_none
	{
		background-color:  transparent;
		color: red;
	}

	.mandatory
	{
		background-color:  transparent;
		color: red;
	}



	/* default a hrefs */

	a:link, a.href, a.mailto  		  { font-size:1em; text-decoration: underline;  color: #496259; font-weight: normal} 
	a.href:visited, a.mailto:visited	  { font-size:1em; text-decoration: underline;  color: #496259; font-weight: normal}
	a:hover, a.href:hover, a.mailto:hover	  { font-size:1em; text-decoration: underline; color: #6d8839; font-weight: normal; } 

	:link, :hover, :visited  		  { font-size:1em; text-decoration: none; } 
 


	/* menus  tabs and buttons */
	
	a.table_sbutton_enabled_new, a.table_sbutton_enabled_new:link, a.table_tab_enabled_new, a.table_tab_enabled_new:link
	{
		text-decoration: none;
		background-color: #496259;
		color: 		  #FFFFFF;
	}
	
	a.table_tab_enabled, a.table_tab_enabled:link, a.menu_button_enabled, a.menu_button_enabled:link
	{
		text-decoration: none;
		background-color: #EBFFF1;
		color: 		  #000000;
	}
		
	input.table_button_enabled, .table_button_enabled, a.table_button_enabled, a.table_button_enabled:link
	{
		text-decoration: none;
		background-color: #EBFFF1;
		color:  	  #000000;
	}

	input.footer_item, footer_item, a.footer_item
	{
		text-decoration: none;
		background-color: transparent;
		color:  	  #496259;
	}
	
	.table_button_selected, a.table_button_selected, a.menu_button_selected, a.table_tab_selected, .table_tab_selected
	{
		text-decoration: none;
		background-color:  #6d8839;
		color:  	   #FFFFFF;
	}
	

	a.table_tab_disabled, .table_tab_disabled, .table_button_disabled, a.table_button_disabled, a.menu_button_disabled
	{
		text-decoration: none;
		background-color:  silver;
		color:  	   gray;
	}
	
	a.table_sbutton_enabled_new:hover, a.table_tab_enabled_new:hover, a.table_tab_enabled:hover, a.table_tab_selected:hover, input.table_button_enabled:hover, .table_button_enabled:hover, .table_button_selected:hover, a.table_button_enabled:hover, a.table_button_selected:hover, a.menu_button_enabled:hover, a.menu_button_selected:hover
	{
		text-decoration: none;
		background-color:  #6d8839;
		color:  	   #000000;

		font-weight: normal;
	}

	a.footer_item:hover
	{
		text-decoration: none;
		background-color:  #6d8839;
		color:  	   #000000;
		font-weight: normal;
	}
	
	/* hint (page help) */
	.hint
	{	
		border-color: 	   #6d8839;
		background-color:  #EBFFF1;
		color:  	   #000000;
	}

	/* icon hover */
	a.item_stop:hover, a.item_introduce:hover, a.item_go:hover, a.item_new:hover, a.item_delete:hover, a.item_edit:hover
	{
		background-color:  #6d8839;
		color:  	   #000000;
	}

	/* headers and data itmes in tables  where there are grid lines*/
	.th_date_select, .td_date_display, .td_date_select, .th_header, .td_header, .th_header_identity, .td_header_identity, .th_detail_identity, .td_detail_identity, .td_detail_status, .td_detail, .th_detail, .th_detail_status,.th_detail_example, .td_detail_example, .th_detail_special, .td_detail_special, .td_report, .th_report, .td_report_summary,.td_report_numeric,td_grid_right,.td_grid_left,.td_grid,.th_grid
	{
		border-color: 	   #6d8839;
		background-color:  transparent;
		color:  	   #000000;
	}

	.th_detail_new
	{
		border-color: 	   #6d8839;
		background-color: #496259;
		color: 		  #FFFFFF;
	}

	 .td_copyright
	{
		border-color: 	   #6d8839;
		background-color:  transparent;
		color:  	   #496259;
	}
	 

	/* title lines on tables */
	.th_detail_title, .th_report_title,.th_grid_title
	{
		border-color: 	   #6d8839;
		background-color:  #496259;
		color:  	   #FFFFFF;
	}


	/* large table areas */
	.table_detail, .table_header, .table_date_select, .table_example, .table_report,.table_grid
	{
		border-color: 	   #6d8839;
		background-color:  transparent;
		color:  	   #000000;
	}
	
	/* data entry tables */
	.table_amend, .table_insert_live 
	{
		border-color: 	   #6d8839;
		background-color:  #EBFFF1;
		color:  	   #000000;
	}

	/* container tables for main page */
	.table_menu,.td_main_2
	{
		border-color: 	   #6d8839;
		color:  	   #000000;
	}


	/* user input */
	input.color, .color, input.table_input_large_textarea, .table_input_large_textarea, input.table_input, .table_input, input.pass_input, .pass_input,input.table_input_textarea, .table_input_textarea, .htmlFrame /*, 	input.table_input_checkbox, .table_input_checkbox, input.table_input_radio, .table_input_radio, input.table_input_dropdown, .table_input_dropdown*/
	{
		border-color: 	   #6d8839;
		background-color:  #FFFFFF;
		color:  	   #000000;
	}


	/* cut and paste area for user web pages */
	.insert_live_cut, .insert_live_head
	{
		border-color: 	   #6d8839;
		background-color:  #FFFFFF;
		color:  	   #000000;
	}
-->


