body {
   font-family: arial, verdana, helvetica, sans-serif;
   margin: 0px;
   padding: 0px;
   font-size: 13px !important;
   background : #fff; 
}

html, body {
   height: 100%;
}

.body_background {
   background: #81b7ff url(/images/bg-body.gif);
}

a:link { color: #000; }
a:hover { color: #ed8d2f; }

#pagecontainer {
   background-color: #fff;
   width: 100%;
   min-height: 100%;
   position: relative;
   margin: 0 auto;
}

.header { 
   width: 100%;
   height: 80px;
   background: url("/images/orangebar.jpg") repeat-x bottom left;
}

.logo {
   float: left;
   padding-top: 15px;
   background: url("/images/logo.jpg") no-repeat;
   width:  203px;
   height: 53px;
}

.topright {
   background: url("/images/topright.jpg") no-repeat;
   float: right;
   height: 80px;
   width: 290px;
}


main {
   padding-bottom: 32px;
   display: flex;
}


#navpanel { 
   padding-left: 0px; 
   overflow:hidden;
   background: #fff;
   max-width: 230px;
   width: 100%;
   flex-shrink: 0;
}

#navpanel .hidePanel { 
   height:24px; 
   padding:4px 0 0 72px; 
   text-align: right;
}

#navpanel .hidePanel a { color:#ed8d2f; font-weight: bold;}
#navpanel, .showPanel { color:#000; }

.showPanel {
   position:inherit; 
   z-index:2;
   left:0; 
   float:left; 
   padding-top:40px; 
   display:none; 
   width:0px;
   height:100px; 
   cursor:pointer;
}

.showPanel span {
   display:block; 
   font-size:24px; 
   height:30px; 
   margin-top:20px; 
   padding:10px 0 10px 10px; 
   width:20px; 
   background: #f90;
}

#content {
   padding-top: 15px;
   margin-left: 50px;
   vertical-align: top;
}


#footer {
   position:absolute;
   bottom: 3px;
   width: 100%;
   height 32px;   /* Height of the footer */
   font-size: 13px;
   text-align: center;
}



ul {
   margin: 0;
   list-style: none;
   padding: 0px;
   font-size: 13px;	
   text-align: left;
}

ul li { 
   border-bottom:1px solid #bfbfbf; 
   line-height: 23px; 
}


ul li:hover, ul li.over, ul li.selected {
   background: url(/images/orangenavbar.png) top repeat-x;
   cursor: pointer;
   height: auto;
}

ul.helplinks li { border-bottom: none; }
ul.helplinks li:hover, ul.helplinks li.over { background: none; }
ul.helplinks li a, ul.helplinks li a:hover { 
   text-decoration: underline; 
   display: inline;
}  

ul li a, ul li a:hover { 
   font-weight: bold; 
   padding-left: 15px;  
   text-decoration: none; 
   color: #000;
   display: block;
}

ul li ul.sublinks { padding:  7px 0 7px 20px; }

ul li ul.sublinks li { 
   border-bottom: none;   
   height: 18px;
}

ul li ul.sublinks li a  { font-weight: normal; }
ul li ul.sublinks li a:hover, ul li ul.sublinks li.selected a { 
   color: #ed8d2f;  
   font-weight: normal;
}

ul li ul.sublinks  li:hover, ul li ul.sublinks li.selected {
   background: none;
   cursor: pointer;
}

ul li ul.sublinks li.subsublink {
   padding-left: 30px;
}

ul.sublinks li.subsublink a {
   margin-left: 4px;
}   

.logout_help {
   float: left;
   margin-left: 30px;
   margin-top: 20px;
   font-weight: bold;
}

.logout_help a { 
   color: #ed8d2f; 
   padding: 0 5px;
}

table { clear: left; float : left; }
table tr td { padding: 3px; }

B { font-weight: bold; }

td {
   vertical-align: top;
   font-size:12px;
   font-family: Arial, Helvetica, Verdana; 
   color:#666666 ; 
}

.tdnormal {
   font-size: 13px;
   vertical-align: middle;
   background-color: #edf0f4;
}

.tdmenu {
   font-size: 8pt;
   background-color: #c3d9f8;
   color: #000;	
}

.thead {
   font-family: Arial, Verdana, Helvetica;
   font-weight: bold;
   font-size: 13px;
   vertical-align: middle;
   color: #000000;
   background-color: #c3d9f8;
}

.tdsubhead {
   font-family: Arial, Verdana, Helvetica;
   font-weight: bold;
   font-size: 13px;
   vertical-align: middle;
   color: #000000;
   background-color: #c3d9f8;
}

.tdhead {
   font-family: Arial, Verdana, Helvetica;
   font-weight: bold;
   font-size: 13px;
   vertical-align: middle;
   color: #000000;
   background-color: #c3d9f8;
}

.tdError {
   font-size: 14px;
   vertical-align: middle;
   color: #ff0000;
}

.tdInfo {
   font-family: Verdana, Arial, Helvetica;
   font-weight: bold;
   font-size: 12px;
   vertical-align: middle;
   color: #000000;
}

.tdNumeric {
   background-color: #eeeeee;
   text-align: right;
}

.tdbold {
   font-weight: bolder;
   font-size: 9px;
   color: black;
   font-family: Verdana;
}

.tdhelp {
   font-size: 12px;
   vertical-align: middle;
   background-color: #fff;
   font-family: Arial;
}


.tdblue {
   font-weight: bolder;
   font-size: 13px;
   vertical-align: middle;
   background-color: #fff;
   font-family: Courier;
   color: #000080;
}

.tdorange {
   font-size: 13px;
   vertical-align: middle;
   background-color: #fff;
   font-family: Bookman Old Style;
   color: #d34800;
   text-decoration: underline;
}

.tdred {
   font-size: 13px;
   vertical-align: middle;
   background-color: #ffffff;
   color: #ff0000;
}

.tdfooter {
   font-size: 13px;
   font-weight: bold;
   vertical-align: middle;
   background-color: #c3d9f8;
   color: #000000;
}

#popholidayform { display : none; }

.logincontainer {
   background-color: #fff;
   width: 65%;
   height: 85%;
   margin: 0 auto;
}

.loginbox {

   background-color: #d8e9fd;
   width: 325px;
   height: 220px;
   margin: 30px auto;
}

.splashimage {
   width: 220px;
   height: 116px;
   margin: auto;
   background: url("/images/splashimage.jpg") no-repeat;
}


div.loginbox .heading { 
   color : #000;
   padding-top: 15px;
   font-weight: bold;
   font-size: 15px;
   text-align: center;
} 


div.loginbox .messagebox {
   height: 20px;
   margin-top: 5px;
   text-align: center;
   font-family: 'Verdana';
}

.error {
   color: #f00;
   font-weight: bold;
   font-size: 12px;
}

.logo_textcenter {
   padding-top: 15px;
   background: url("/images/logo_textcenter.jpg") no-repeat;
   width:  203px;
   height: 53px;
   margin: auto;
}

div.logincontainer .footer {
   position: absolute;
   left: 0px;
   width: 100%;
   bottom:15%;
   text-align: center;
}

.input_wrapper {
   width: 65%;
   margin: 0px auto;
}

label {
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica;
   font-size: 13px;
   color: #666;
   display: block;
   padding-bottom: 5px;
}

.form_field {
   padding-bottom: 10px;
}

.form_field input {
   width: 210px;
}


#content p {
   margin: 4px 0px;
   padding: 2px;
   text-align: left;
}

#content div .btn { margin-top: 10px; }

.btn {
   border: none;
   color: white;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 13px;
   border-radius: 4px;
   cursor: pointer;
}

.btn_default {
   padding: 5px 15px;
   height: 30px;
   /*width: 67px; */
   margin: 2px;
}

.btn_square {
   padding: 4px 5px;
   height: 24px;
   /*width: 26px;*/
   margin: 2px 4px;
}


.btn_gray {
   background-color: #5f5e63;
}


.btn_black {
   background-color: #000;
}

.btn a:active,
.btn a:link,
.btn a:hover,
.btn a:visited {
   color: white;
   text-decoration: none;
}

h1 {
   font-size: 13px;
}

p { text-align: center; }
