/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 Sep, 2020, 9:02:44 AM
    Author     : 6167969
*/

H1
{
  color: navy;
  font-family: verdana;
  font-size: x-large;
  font-weight: bolder;
  text-transform: capitalize;
  
}
H2
{
  color: navy;
  font-family: verdana;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
  height:22px ;
}
H3
{
  color: navy;
  font-family: verdana;
  font-size: large;
  font-weight: lighter;
  text-transform: capitalize;
  height:22px ;
}
.header_table
{
  background-color: 	rgb(140, 180, 255); /*  */ 
  margin-bottom: 3px;
}
.header_table h1
{
  font-size: 20px;  
  margin-top: 0.17em;
  margin-bottom: 0.17em;
}

.header_bottom
{
   background-color: #FF836D; /* FF836D; /* FF7F50 ; /* rgb(255, 102, 0);  #f36f25 ;    rgb(255, 165, 0);  orange */
   /*height:4px ;*/
}

table.userinfo
{
    font-family: Helvetica, Verdana, sans-serif, Courier new, Arial;
   /* border: 1px solid black; */
    vertical-align: middle;
    font-size: small; 
    border-collapse:collapse;
    margin-bottom: 7px;
}
table.userinfo td
{
    border-bottom: 1px solid black;
    
}
table.userinfo th{
  background-color: rgb(231,231,231);
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #990033;
  font-weight: bold;
  text-transform: capitalize;
}

table.docinfo th{
  background-color: rgb(231,231,231);
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #990033;
  font-weight: bold;
  text-transform: capitalize;
}

.staffinfo
{
    font-family:  Verdana, Helvetica, sans-serif, Courier new, Arial;
   /* border: 1px solid black; */
    vertical-align: middle;
    font-size: 9pt; 
   /* border-collapse:collapse;*/
    /*margin-bottom: 7px;*/
}
table.usermenu 
{
    font-family:  Verdana, Helvetica, sans-serif, Courier new, Arial;
   /* border: 1px solid black; */
    vertical-align: middle;
    padding-left: 3px; /* space between the border and the content */
    padding-right: 3px;
    font-size: small; 
    border-collapse:separate; 
    border-spacing:4px 6px;
}

table.slotlist
{
    font-family:  Verdana, Helvetica, sans-serif, Courier new, Arial;
   /* border: 1px solid black; */
    vertical-align: middle;
    padding-left: 4px; /* space between the border and the content */
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9pt; 
    border-collapse:collapse;
    /*border:1px solid black;*/
}
table.slotlist tr
{
   height: 23px; 
}
table.slotlist td, table.slotlist th {
  /*border-bottom: 1px solid black;*/
  border:1px solid black;
}

table.appdataentry
{
    font-family:  Verdana, Helvetica, sans-serif, Courier new, Arial;
   /* border: 1px solid black; */
    vertical-align: middle;
    padding-left: 4px; /* space between the border and the content */
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9pt; 
    border-collapse:collapse;
    /*border:1px solid black;*/
}
table.appdataentry tr
{
   height: 23px; 
}
table.appdataentry td, table.appdataentry th {
  /*border-bottom: 1px solid black;*/
  border:1px solid black;
}

select,input {font-family:Verdana;font-size:8pt }

a {text-decoration:none;}
a:hover {text-decoration:underline;}

button
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background: #FFFFFF;
    border-top: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    font-size: 10pt;
    font-variant: small-caps;
    color: #000000;
    font-weight: bold;
   
}
button:hover{ background: #96beff; }