﻿/* 15 jul 22 */
/* CAPPS STDS/DEFAULTS
----------------------------------------------------------*/
/* color: #631e7e	- purple	*/
/* color: #09a909	- not a darkgreen	*/

/* LOGIN  
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/

/* std other top stuff
----------------------------------------------------------*/
#x_titleDiv {	background-color: #FFAE35;}

/* GRID  
----------------------------------------------------------*/
.GridCommandButtonDeleteImg	{background-color:green;}

/* std icons
----------------------------------------------------------*/
.lst_det_icon, .lst_det_icon_16		{background-color:green;}
.more_icon							{background-color:#09a909;}

/* std_css
----------------------------------------------------------*/
.std_background_color	{background-color: darkgreen }
.img_bgc	{background-color:#9571a3;}

/* std button stuff
----------------------------------------------------------*/
.std_button_6pt, .lst_buttons, .ee_buttons, .std_button, .submit_button, .new_bottom_button, .submit_button {
	color: white;	background-color: darkgreen;
}
.iframe_top_button						{color: black;		background-color: white;} 
.lst_buttons_100, .ee_buttons_100		{color: black;		background-color: #FFAE35;}
.std_del_button							{color: yellow !important;}

/* std top title and menu menu1
----------------------------------------------------------*/
.standalonepagetitle	{color:white;	background-color:darkgreen;}  

#popupTitleDiv	{color: white;	background-color: darkgreen;}
.popupTitleDiv	{color: white;	background-color: darkgreen;}
.errMsgDiv		{color: red;}


#div_topbar		{color: white;	background-color:darkgreen;}
#div_systemtitle{color: white;	background-color:darkgreen;}
#span_systemtitle	{}
#div_pagetitle	{color: white;	background-color:darkgreen;}
#span_pagetitle		{}

.div_NavBar			{color: black;	background-color:lightgray;}
.div_NavItem		{}

/* in page popup title
----------------------------------------------------------*/
.inpagepopuptitle	{color: white;	background-color: darkgreen;}

/* std sub menu menu
----------------------------------------------------------*/
.submenubar			{color:white;	background-color:darkgreen;}
.submenuitem		{color:white;	background-color:darkgreen;}
.submenuitem:hover	{color:white;	background-color:#09a909;}

.submenu	{color:white;	background-color:lightgray;}					/*009900*/
.menubut	{color:white;	background-color:darkgreen;	}					/*#528ffb*/

/* std footer stuff
----------------------------------------------------------*/

/*  std_cal
----------------------------------------------------------*/
#calControl		{border:thick solid lightgreen;	background-color:white; }
#timeControlSA	{border:thick solid lightgreen;	background-color:white;	}
.cal_hdr_lst_title		{color:white;	background-color:darkgreen;}		/*#0099ff */
.cal_hdr_col_title			{color:black;	background-color:LightGrey; }  
.cal_hdr_col_title_center	{color:black;	background-color:LightGrey;}  
.cal_header		{color:darkgreen; }
.sel_mon_button		{background-color:green; color:white;}
.unsel_mon_button	{background-color:LightGrey; color:black;}

/*  open/close accordion
----------------------------------------------------------*/
.accordion label	{color: black;	}
.accordion label:hover,  .accordion label:focus	{color:white;	background: lightgreen;}
.accordion .content	{	background: #fff;}
