@font-face{
    font-family:"gentiumbb";
    src:url('fonts/GenBkBasR.ttf') format('truetype');
}
@font-face{
    font-family:"gentiumbb";
    src:url('fonts/GenBkBasB.ttf') format('truetype');
    font-weight:bold;
}
@font-face{
    font-family:"gentiumbb";
    src:url('fonts/GenBkBasI.ttf') format('truetype');
    font-style:italic;
}
@font-face{
    font-family:"gentiumbb";
    src: url('fonts/genbkbasbi.ttf') format('truetype');
    font-style:italic;
    font-weight:bold;
}
body
{
	font-family: sans-serif;
}

textarea {resize:vertical}
form[name="form1"]{
    margin-block-end:0;
    margin-block-start:0;
}
td.TableLabel
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

td.TSTitle
{
	font-weight: bold;
	font-size: 150%
}

td.TSHeader
{
	font-size: 100%
}

.BlankMenu
{
    border-bottom:2px solid black;
}


hr
{
	color: #000000;
	width: 100%;
}

span.Error
{
	font-size: 60%;
	color: Red;
}


select.adminSelect
{
	width: 200px;
	height: 300px;
}
	
td.psentry
{
	font-size: 80%;
	/* font-family: times; */
}

table.actionitems
{
	font-size: 80%;
	/* font-family: times; */
	height: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:link { color: #0000FF; text-decoration: none }
a:visited { color: #0000FF; text-decoration: none }
a:hover { color: #0000FF; text-decoration: underline }

a.toapproved { color:black; text-decoration:none; font-size: 80%;}
a.toapproved:link    { color:black; text-decoration:none; font-size: 80%;}
a.toapproved:visited { color:black; text-decoration:none; font-size: 80%;}
a.toapproved:hover   { color:black; text-decoration:underline; font-size: 80%;}
a.todeclined { color:red; text-decoration:none; font-style:italic; font-size: 80%;}
a.todeclined:link    { color:red; text-decoration:none; font-style:italic; font-size: 80%;}
a.todeclined:visited { color:red; text-decoration:none; font-style:italic;font-size: 80%;}
a.todeclined:hover   { color:red; text-decoration:underline; font-style:italic;font-size: 80%;}
a.topending {color:#000000; text-decoration:none; font-weight:600;font-size: 80%; }
a.topending:link    { color:#000000; text-decoration:none; font-weight:600;font-size: 80%;}
a.topending:visited { color:#000000; text-decoration:none; font-weight:600;font-size: 80%;}
a.topending:hover   { color:#000000; text-decoration:underline; font-weight:600; font-size: 80%;}


hr
{
	margin: 0px;
}

h5
{
	margin: 0px;
}

#actionitems
{
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 400px;*/
}

#actionitems2
{
    clear: both;
    /*max-height: 400px;*/
}

.bannerimage
{
    outline: none;
}

.leftcenter
{
    margin: 0px 0px 0px 5px;
    float:left;
    text-align:center;
    width:450px;
}

.centerdiv
{
    text-align: center;
}

.logincenter{
    width:100%;
    min-height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.exportCenter {
    width:500px;
    display:block;
}

.exportCyborg {
    width:100%;
    display:block;
    margin-left: auto;
    margin-right:auto;
}

.passwordresetmessage
{
    font-weight: bold;
    color: red;
}

.futurebalance
{
    font-size: smaller;
    display:none;
}

.smallbox
{
    width: 75px;
}

.airowhead
{
    color: #FFFFFF;
	background-color: #002364;
	font-size: 12pt;
	/* font-family: times; */
	font-weight: bold;
	text-decoration: none;
    overflow:hidden;
}
.airow
{
    background-color: white;
    font-size: 11pt;
    margin-left:5px;    
    text-align:left;
}

.airowalt
{
    background-color: whitesmoke;
    font-size: 11pt;
    margin-left:5px;
    text-align:left;
}

    .airow:hover, .airowalt:hover
    {
        background-color: lightblue;
        cursor:pointer;
	    cursor:hand;
    }


.aiemp
{
    clear: both;
    float: left;
    width: 47%;
    background-color: inherit;
}

.aiaction
{
    float: left;
    width: 33%;
    background-color: inherit;
}

.aidate
{
    float: left;
    width: 20%;
    background-color: inherit;
}

.red
{
    color: red;
}

.attendanceflag
{
    background-color:red !important;
}