<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  HOTS CSS */

body
{
  background-color: #79addd;
  background-image: url('../images/body-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
#wrapper
{
  background-image: url('../images/wrapper-bg.png');
  margin: 0 auto;
  width: 960px;
  border-radius: 6px;
  border-top-left-radius: 24px;
}

/* Header */
#header
{
  width: 960px;
  float: left;
  padding: 0px;
  height: 209px;
  margin: 0px;
  background-color: #79addd;
  background-image: url('../images/header-bg.png');
  background-position: top center;
  background-repeat: repeat-x;
}
#left-header-column
{
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  height: 209px;
  width: 240px;
  float: left;
}
#logo
{
  position: relative;
  left: -4px;
  top: 24px;
  background-image: url('../../image.aspx?opt=3');
  background-position: center center;
  background-repeat: no-repeat;
  width: 108px;
  height: 80px;
  margin: 0 auto;
}
#title
{
  position: relative;
  left: 24px;
  top: 96px;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
}
#centre-header-column
{
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  margin: 0px;
  padding: 0px;
  height: 209px;
  width: 260px;
  display: inline;
}
#status-bar, #content-top
{
  padding-top: 4px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
}
#right-header-column
{
  margin: 0px;
  padding: 0px;
  height: 209px;
  width: 450px;
  float: left;
}
#logoff
{
  position: relative;
  left: 160px;
  top: 0px;
  width: 97px;
  height: 36px;
  display: block;
}
a.logoff
{
  width: 97px;
  height: 36px;
  display: block;
  background-image: url('../images/logoff-bg.png');
}
a.logoff:hover
{
  width: 97px;
  height: 36px;
  display: block;
  background-image: url('../images/logoff-bg-ro.png');
}

#help
{
  color: #fff;
  text-align: right;
  width: 180px;
  float: right;
  font-weight: bold;
  margin-top: -15px;
}
#help ul li
{
  line-height: 16px;
}
#help a:link
{
  text-decoration: none;
  color: #fff;
}
#help a:visited
{
  text-decoration: none;
  color: #fff;
}
#help a:hover
{
  text-decoration: none;
  color: #C8CCCE;
}

#refresh-page
{
  width: 140px;
  position: relative;
  left: 300px;
  top: 92px;
}
a.refresh-page
{
  height: 31px;
  display: block;
  background-image: url('../images/refresh-page.png');
}
a.refresh-page:hover
{
  height: 31px;
  display: block;
  background-image: url('../images/refresh-page-ro.png');
}

#reports-header
{
  position: relative;
  left: -200px;
  top: 102px;
  border: inset 2px;
}
.header-left-col-bg
{
  background-image: url('../images/header-left-col-bg.jpg');
}

/* End Header */


/* Content */
#left-content-column
{
  background-image: url('../images/vert-line.png');
  background-position: top right;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0px;
  min-height: 500px;
  width: 240px;
  float: left;
}

#centre-content-column
{
  float: left;
  margin: 0px;
  padding: 0px;
  min-height: 350px;
  width: 320px;
  display: inline;
}
#right-content-column
{
  margin: 0px;
  padding: 0px;
  min-height: 350px;
  width: 320px;
  float: left;
}

/* End Content */
#footer
{
  width: 960px;
  height: 24px;
  clear: both;
  margin: 0px;
  padding: 0px;
  background: #1F3C6B;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}


/* End base template CSS */



/* HTML Elements */

h1
{
  color: #294C77;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid;
  border-bottom-style: groove;
  border-bottom-color: #ECECEC;
  padding-bottom: 4px;
  margin-bottom: 8px;
  text-align: left;
}

h2
{
  color: #294C77;
  font-weight: bold;
  padding-bottom: 5px;
}


h3
{
  color: #294C77;
}


h4
{
  color: #294C77;
}


h5
{
  color: #294C77;
}


h6
{
  color: #294C77;
}

.overlay
{
  position: fixed;
  z-index: 98;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #aaa;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.overlayContent
{
  z-index: 99;
  padding-top: 10px;
  margin: 250px auto;
  width: 150px;
  height: 100px;
  background-color: White;
  border: 1px solid #666;
  left: auto;
  right: auto;
}
.overlayContent h2
{
  font-size: 18px;
  text-align: center;
  top: 10px;
  font-weight: bold;
  color: #000;
}
.overlayContent h3
{
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  color: #333;
}
.overlayContent img
{
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}



</pre></body></html>