div.table {
   top: 0px; left: 0px; width:100%; display: table; background-color:#686868 ; color: #FF0000; overflow: hidden;
}
/* div.table-heading {
    width:100%; height: 100%; display: table-row; font-family: Trebuchet MS; font-size: 22px; color: #FF0000; font-weight: bold; 
}
This removed 061219 
*/
div.table-row {
    width:100%; height: 100%; display: table-row; font-family: Trebuchet MS; font-size: 10px; color: #FF6600;
}
div.table-cell {
   height: 100%; display: table-cell; border: solid; border-width: thin; padding-left: 5px; padding-right: 5px; border-color: #FF6600; 
}

.hidden_div {
	display: none;
}

/* This added 061219 */
label.table-heading{
	color: #000000; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: bold;
	/*width:140px; */
	/*display: inline-block;*/
}
label.test_table-heading{
	color: #000000; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: bold;
	/*width:140px; */
	/*display: inline-block;*/
}
td.pandl{
	color: #000000; /* Black */
	font-family: verdana; 
	font-size: 11px; 
	font-weight: normal;
}
td.pandl_bold{
	color: #000000; /* Black */
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold;
}

td.warning{
	color: red; /* Black */
	font-family: Trebuchet MS; 
	font-size: 14px; 
	font-weight: bold;
}

td.heading_text_valign{
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 14px; 
	font-weight: bold;  
	vertical-align: top;
	text-align: left;
}

#page-heading{ /*This superceded - below */
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 14px; 
	font-weight: bold; 	
}

.page_heading{
	color: #336699; /* This same as a link */
	font-family: Trebuchet MS;
	font-size: 14px; 
	font-weight: bold;  
}

#page-text{ /*This superceded - below */
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
}

.page_text{  
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
}

.page_text_bold{  
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold; 
}

.page_text_wrap{ 
	word-wrap: break-word;
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
}

#page-text-warning{ /*This superceded - below */
	color: red; /* Black */
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 12px; 
}

.page_text_warning{
	color: red; /* Black */
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 12px; 
}

.page_text_confirm{
	color: green; /* Black */
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 12px; 
}

input{
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px;
	border-radius:5px;	
}
.input_inputable{
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
	border-radius:5px;
	text-align: left;
}
.input_readonly{
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
	background-color:#cce6ff;
	border-radius:5px;
	text-align: left;
}

.error{
	display: none;
	margin-left: 10px;
}		
.error_show{
	color: red;
	margin-left: 10px;
	font-family: Trebuchet MS;
	font-size: 12px;
	visibility:visible;
}
.info:hover{
	background-color:#cce6ff;
}

input.invalid, textarea.invalid, select.invalid{
	border: 2px solid red;
	border-radius:5px;
	
}
.adv_field{
	display: none;
	margin-left: 10px;
}		
input.valid, textarea.valid, select.valid{
	border: 2px solid green;
	
}

#sales_input{
	font-family: Trebuchet MS;
	font-size: 12px; 
	padding-left: 10px;
}
#col_width_1{
	color: green; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
	width:1200px;
}

#col_width_2{
	color: green; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
	width:200px;
}
.form-container {
position:relative;
left:0;
top:0;
bottom:0;
right:0;
overflow:auto;
padding:0 0 0 3px
}
button.change {
background-color: white;
background: #668cff;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
}

td.change {
background: #668cff;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
}

button.change:hover {
background: yellow;
color: black;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
}
button.sidebar {
background: #668cff;
color: white;
height: 15px;
width:100%;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: left;
border: 0px;
cursor: pointer;
border-radius:5px;
}

button.sidebar:hover {
background: yellow;
color: black;
height: 15px;
width:100%;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: left;
border: 0px;
cursor: pointer;
border-radius:5px;
}

button.expand {
background: #668cff;
color: white;
height: 15px;
width:100%;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
text-align: center;
border: 0px;
cursor: pointer;
}

button.expand:hover {
background: yellow;
color: black;
height: 15px;
width:100%;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
text-align: center;
border: 0px;
cursor: pointer;
}

button.continue{
background: green;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.continue:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}



button.annul {
background: red;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.annul_no_popup {
background: red;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.annul:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.edit{
background: #336699;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.edit:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.dummy{
background: grey;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
border-radius:5px;
}

button.annul_no_popup:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}

button.close{
background: green;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid ;
cursor: pointer;
border-radius:5px;
}

button.close:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid ;
cursor: pointer;
border-radius:5px;
}

button.button_annul_blue {
background: #668cff;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
}

button.button_dummy {
background: grey;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
}

input.reference_text {
font-family: Trebuchet MS;
font-size: 14px;
font-weight: bold;
border: 0px solid green;
}

button.copy_reference {
background: blue;
color: white;
height: 25px;
width: 130px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid blue;
cursor: pointer;
}
button.file {
background: green;
color: white;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
}
/*db 11/05/2020*/
input:focus{
	background-color:#87ceeb;
	
}
.input_inputable:hover{
background-color:#87ceeb;
	
}
select{
	padding: 0px 0px;
	margin: 0px 0;
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px;
	border: 1px solid #000000;
	background-color:#ffffff;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
  
}
select:focus{
background-color:#87ceeb;
	
}
select:hover{
background-color:#87ceeb;
	
}
.select_box:hover{
background-color:#87ceeb; /* from #ffffcc */
}
button.continue:focus {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}	
/*---------*/

#help_info_1 {
	display: none;
	margin-left: 10px;
}	

tr.highlight{
	color: green; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: bold;
}

tr.highlight_red{
	color: red; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: bold;
}

.dummy_navigation{  
	color: #336699; /* Same as heading */
	font-family: Trebuchet MS;
	font-size: 14px; 
	font-weight: bold; 
}

a.navigation:hover{
	background: #87ceeb;
	border-radius: 4px;
}

a:hover{
	background: #87ceeb;
	border-radius: 4px;
}


div.arrow_show{
	 display: inline-block;
}
div.arrow_hide{
	 display: none;
}
div.arrow_blank {
  width:0; 
  height: 0;
  display:inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
div.arrow_up {
  width:0; 
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

div.arrow_down {
  width: 0; 
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

th.sorted{
	background-color:#ccebff;
}
th.sorter{
	font-family: Trebuchet MS; 
	font-size: 12px;
	height: 25px;
	border: 1px solid black;
	background: #cccccc;
}
th.sorter:hover{
	cursor: pointer;
}
th.table_heading{
	font-family: Trebuchet MS; 
	font-size: 12px;
	height: 25px;
	font-weight: bold;
}
img.dice{
	width:20px;
	height:20px;
	vertical-align:top;
}
img.info{
	margin-left: auto;
	margin-right: auto;
}
td.dice{
	font-size: 18px;
	text-align: left;
	vertical-align:top;
}

td.debit{
	font-size: 12px; 
	font-family: Trebuchet MS; 
	color: green;
	text-align: right;
}

td.credit{
	font-size: 12px; 
	font-family: Trebuchet MS; 
	color: red;
	text-align: right;
}

.table_total{
	background: #cccccc;
	font-size: 12px;
	font-weight: bold; 
	vertical-align:middle;
	border: 1px solid black;
}

.table_analysis{
	border: 1px solid black;
	font-size: 12px;
	vertical-align:middle;
	table-layout:fixed;
}

.table_row_analysis{
	border: 1px solid black;
	font-size: 12px;
	vertical-align:middle;
}

tr.table_row_analysis{
	border: 1px solid black;
	font-size: 12px;
	vertical-align:middle;
}

.input_container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
  }
#input_file {
	position: absolute;
	z-index: -1;
	top: 6px;
	left:30px;
	color: #000000; /* Black */
	font-family: Trebuchet MS;
	font-size: 12px; 
  }
.button-wrap {
	position: relative;
}

.new_button {
	display: inline-block;
	padding-top: 4px;
	padding-right: 2px;
	cursor: pointer;
	border-radius: 5px;
	font-family: Trebuchet MS;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #668cff;
	height: 25px;
	width: 100px;
	color: #fff;
}

.new_button:hover {
	background: yellow;
	color: black;
}

.hidden_div {
	display: none;
}
.hidden_div_item {
	display: none;
}

.multipay_div {
	display: none;
}

.fake_button {
	background: #668cff;
	color: white;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.fake_button:hover {
	background: yellow;
	color: black;
	text-decoration: underline;
}

.fake_pay_button {
	background: #668cff;
	color: white;
	height: 13px;
	width: 60px;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 0px solid green;
	cursor: pointer;
}

.fake_dummy_button {
background: grey;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
}

a.a_fake_continue {
	padding: 0px 0;
    display: inline-block;
	background: green;
	color: white;
	height: 25px;
	width: 100px;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 0px solid green;
	cursor: pointer;
	border-radius:5px;
}

a.a_fake_continue:hover {
background: yellow;
color: black;
height: 25px;
width: 100px;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
vertical-align: middle;
text-align: center;
border: 0px solid green;
cursor: pointer;
border-radius:5px;
}


button.button_dummy {
background: grey;
color: white;
height: 13px;
width: 60px;
font-family: Trebuchet MS;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0px solid green;
}


.fake_pay_button:hover {
	background: yellow;
	color: black;
	text-decoration: underline;
}

a.a_fake_pay_button {
	padding: 0px 0;
    display: block;
	background: #668cff;
	color: white;
	height: 13px;
	width: 60px;
	color: white;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

a.a_fake_pay_button:hover {
	background: yellow;
	color: black;
	text-decoration: underline;
}

.single_pay_div {
	display: block;
	margin-left: auto;
	float: left;
	width: 60px;
}

.visible_div{
	display: block;
}

.underline {
    text-decoration: underline;
}

.border_bottom {
	border-bottom: 1px solid black;
}

input.checkbox {
    width: 1px;
    height: 1px;
}

option.hidden_option {
    display: none;
}

input.checkbox_scalable {
	/* transform: scale(0.9); */
	margin: 0; 
	padding: 0; 
	vertical-align: bottom;  
	text-align: center;
}

tr.table_row_data:nth-child(odd) {
  background-color: #e6e6e6;
}

tr.table_row_data_green {
	color: green; 
	font-weight: bold;
}

tr.table_row_data_green:nth-child(odd) {
	background-color: #e6e6e6;
}

/* Sales invoice preview */
td.sales_invoice_left{
	color: #000000; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: normal;
	width: 440px;
}

td.sales_invoice_middle_1{
	color: #000000; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	text-align: right;
	font-weight: normal;
	width: 100px;
}

td.sales_invoice_right{
	color: #000000; /* Black */
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight: normal;
	width: 60px;
}

/* Calendar */
.calendar{top: 0px; left: 0px; width:900px; display: table; border: 1px solid black; background-color:white ; color: #FF0000; overflow: hidden; border-collapse:collapse; } /* border-collapse:collapse; */
tr.calendar_row{width:900px; height: 18px; padding:0px 0px 0px 0px; height: auto; min-height:100%; margin: 0px auto; } /* display: flex; flex-direction: column; */
td.calendar_row_heading{width:190px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: black; background-color:#808080; vertical-align: middle; text-align: left; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */
td.day_weekend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; font-weight: bold; color: #000000; background-color:#808080; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */
td.day_weekend:hover{ cursor: pointer; }
td.day_bank_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; font-weight: bold; color: #000000; background-color:#4d4d4d; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */
td.day_bank_holiday:hover{ cursor: pointer; }
td.day_bank_holiday_uk{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; font-weight: bold; color: #000000; background-color:#4d4d4d; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */
td.day_bank_holiday_uk:hover{ cursor: pointer; }
td.day_bank_holiday_poland{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; font-weight: bold; color: #000000; background-color:#4d4d4d; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */
td.day_bank_holiday_poland:hover{ cursor: pointer; }
td.day_notaday{width:18px; padding:0px 0px 0px 0px; height: 18px;auto; min-height:100%; margin: 0px; border: 1px solid black; font-weight: bold; color: #000000; background-color:black; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; } /* display: flex; flex-direction: column; */

/* Temp: not added to t1.php */
td.am_occupied_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:green; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_occupied{ color: #f2f2f2; width:100%; height:100%; background-color:green; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.am_occupied_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }

/* Combinations: see t1.php for production*/
td.day_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:#80b3ff; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_workday{ color: #f2f2f2; width:100%; height:100%; background-color:#80b3ff; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:green; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_occupied{ color: #f2f2f2; width:100%; height:100%; background-color:green; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:red; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_holiday{ color: #f2f2f2; width:100%; height:100%; background-color:red; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:orange; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_sickness{ color: #f2f2f2; width:100%; height:100%; background-color:orange; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:purple; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_training{ color: #f2f2f2; width:100%; height:100%; background-color:purple; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:#1f618d; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_admin{ color: #f2f2f2; width:100%; height:100%; background-color:#1f618d; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:#f06292; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_statutory{ color: #f2f2f2; width:100%; height:100%; background-color:#f06292; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:#a3e4d7; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_systems{ color: #f2f2f2; width:100%; height:100%; background-color:#a3e4d7; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.day_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background-color:#dcc923; vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.day_holpend{ color: #f2f2f2; width:100%; height:100%; background-color:#dcc923; vertical-align: middle; text-align: center; color: #f2f2f2; font-weight: bold; }
a.day_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }

td.am_workday_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, green 50%, green 100%); }
a.am_workday_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, red 50%, red 100%); }
a.am_workday_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, orange 50%, orange 100%); }
a.am_workday_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_training{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, purple 50%, purple 100%); }
a.am_workday_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #1f618d 50%, #1f618d 100%); }
a.am_workday_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #f06292 50%, #f06292 100%); }
a.am_workday_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_workday_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_workday_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_workday_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, #80b3ff 0%, #80b3ff 49%, #dcc923 50%, #dcc923 100%); }
a.am_workday_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_occupied_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, red 50%, red 100%); }
a.am_occupied_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, orange 50%, orange 100%); }
a.am_occupied_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_training{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, purple 50%, purple 100%); }
a.am_occupied_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, #1f618d 50%, #1f618d 100%); }
a.am_occupied_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, #f06292 50%, #f06292 100%); }
a.am_occupied_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_occupied_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_occupied_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, green 0%, green 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_occupied_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, green 0%, green 49%, #dcc923 50%, #dcc923 100%); }
a.am_occupied_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_holiday_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, green 50%, green 100%); }
a.am_holiday_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, orange 50%, orange 100%); }
a.am_holiday_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_training{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, purple 50%, purple 100%); }
a.am_holiday_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, #1f618d 50%, #1f618d 100%); }
a.am_holiday_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, #f06292 50%, #f06292 100%); }
a.am_holiday_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_holiday_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holiday_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, red 0%, red 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holiday_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, red 0%, red 49%, #dcc923 50%, #dcc923 100%); }
a.am_holiday_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_sickness_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, green 50%, green 100%); }
a.am_sickness_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, red 50%, red 100%); }
a.am_sickness_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_training{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, purple 50%, purple 100%); }
a.am_sickness_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, #1f618d 50%, #1f618d 100%); }
a.am_sickness_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, #f06292 50%, #f06292 100%); }
a.am_sickness_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_sickness_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_sickness_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, orange 0%, orange 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_sickness_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, orange 0%, orange 49%, #dcc923 50%, #dcc923 100%); }
a.am_sickness_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_training_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, green 50%, green 100%); }
a.am_training_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, red 50%, red 100%); }
a.am_training_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, orange 50%, orange 100%); }
a.am_training_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, #1f618d 50%, #1f618d 100%); }
a.am_training_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, #f06292 50%, #f06292 100%); }
a.am_training_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_training_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_training_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, purple 0%, purple 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_training_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, purple 0%, purple 49%, #dcc923 50%, #dcc923 100%); }
a.am_training_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_admin_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, green 50%, green 100%); }
a.am_admin_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, red 50%, red 100%); }
a.am_admin_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, orange 50%, orange 100%); }
a.am_admin_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_training{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, purple 50%, purple 100%); }
a.am_admin_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #f06292 50%, #f06292 100%); }
a.am_admin_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_admin_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_admin_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_admin_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, #1f618d 0%, #1f618d 49%, #dcc923 50%, #dcc923 100%); }
a.am_admin_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_statutory_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, green 50%, green 100%); }
a.am_statutory_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, red 50%, red 100%); }
a.am_statutory_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, orange 50%, orange 100%); }
a.am_statutory_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_training{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, purple 50%, purple 100%); }
a.am_statutory_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #1f618d 50%, #1f618d 100%); }
a.am_statutory_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_statutory_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_statutory_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_statutory_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, #f06292 0%, #f06292 49%, #dcc923 50%, #dcc923 100%); }
a.am_statutory_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_systems_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, green 50%, green 100%); }
a.am_systems_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, red 50%, red 100%); }
a.am_systems_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, orange 50%, orange 100%); }
a.am_systems_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_training{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, purple 50%, purple 100%); }
a.am_systems_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #1f618d 50%, #1f618d 100%); }
a.am_systems_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #f06292 50%, #f06292 100%); }
a.am_systems_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_systems_pm_holpend{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #dcc923 50%, #dcc923 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_systems_pm_holpend{ color: #f2f2f2; background: linear-gradient(to right, #a3e4d7 0%, #a3e4d7 49%, #dcc923 50%, #dcc923 100%); }
a.am_systems_pm_holpend:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_workday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #80b3ff 50%, #80b3ff 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_workday{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #80b3ff 50%, #80b3ff 100%); }
a.am_holpend_pm_workday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_occupied{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, green 50%, green 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_occupied{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, green 50%, green 100%); }
a.am_holpend_pm_occupied:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_holiday{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, red 50%, red 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_holiday{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, red 50%, red 100%); }
a.am_holpend_pm_holiday:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_sickness{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, orange 50%, orange 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_sickness{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, orange 50%, orange 100%); }
a.am_holpend_pm_sickness:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_training{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, purple 50%, purple 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_training{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, purple 50%, purple 100%); }
a.am_holpend_pm_training:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_admin{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #1f618d 50%, #1f618d 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_admin{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #1f618d 50%, #1f618d 100%); }
a.am_holpend_pm_admin:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_statutory{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #f06292 50%, #f06292 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_statutory{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #f06292 50%, #f06292 100%); }
a.am_holpend_pm_statutory:hover { text-decoration: underline; color: black; cursor: pointer; }
td.am_holpend_pm_systems{width:18px; padding:0px 0px 0px 0px; height: 18px; min-height:100%; margin: 0px auto; border: 1px solid black; color: #f2f2f2; font-weight: bold; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #a3e4d7 50%, #a3e4d7 100%); vertical-align: middle; text-align: center; font-family: Trebuchet MS; font-size: 12px; }
a.am_holpend_pm_systems{ color: #f2f2f2; background: linear-gradient(to right, #dcc923 0%, #dcc923 49%, #a3e4d7 50%, #a3e4d7 100%); }
a.am_holpend_pm_systems:hover { text-decoration: underline; color: black; cursor: pointer; }
#help_popup{position:absolute; top:120px; left:280px; visibility:hidden; padding:0px; height:280px; width:400px; z-index:30; border-style:solid;border-color:#2b6da4;   background-color:white;color:blue; font-size:12px;font-family:verdana;white-space:pre-wrap;}
#help_popup_logo{position:absolute; top:5px; left:10px; visibility:hidden; padding:0px; height:55px; width:120px; z-index:30; border-style:none;border-color:#2b6da4;   background-color:white;color:blue; font-size:12px;font-family:verdana;white-space:pre-wrap;}
#help_popup_text{position:absolute; top:85px; left:10px; visibility:hidden; padding:0px; height:100px; width:350px; z-index:30; text-align:center;border-style:none;border-color:red;   background-color:white;color:blue; font-size:12px;font-family:verdana;}
#help_ok_button{position:absolute; top:230px; left:220px; visibility:hidden; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;height:45px; width:100px; z-index:30; border-style:none;border-color:#2b6da4;  border-width:1px; background-color:#2b6da4;color:white; text-align:left; font-size:12px;font-family:verdana; font-weight:bold; white-space:pre-wrap;}
#help_cancel_button{position:absolute; top:230px; left:100px; visibility:hidden; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;height:45px; width:100px; z-index:30; border-style:none;border-color:#2b6da4;  border-width:1px; background-color:#2b6da4;color:white; text-align:left;font-size:12px;font-family:verdana; font-weight:bold; white-space:pre-wrap}
	