<%
  Response.ContentType = "text/css"
%>
body {
  background-image: url('bg-epi.jpg'); background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

p, select, input, textarea, span, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

table {
  border-collapse: collapse;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  color: #0087cd;
}

.colheader {
  font-weight: bold;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
a.footer:link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0087cd;
  font-size: 12px;
  text-decoration:underline;
}
a.footer:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0087cd;
  font-size: 12px;
  text-decoration:underline;
}
a.footer:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #118e3d;
  font-size: 12px;
  text-decoration:underline;
}
a.footer:active {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #baddf4;
  font-size: 12px;
  text-decoration:underline;
}

.leftnav {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
a.leftnav:link {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
a.leftnav:visited {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
a.leftnav:hover {
  color: #baddf4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
a.leftnav:active {
  color: #0087cd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
.sidetext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
.pageheader {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #0087cd;
}
.pagetext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
a.pagetext:link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0087cd;
  font-size: 14px;
  text-decoration:underline;
}
a.pagetext:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0087cd;
  font-size: 14px;
  text-decoration:underline;
}
a.pagetext:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #118e3d;
  font-size: 14px;
  text-decoration:underline;
}
a.pagetext:active {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #baddf4;
  font-size: 14px;
  text-decoration:underline;
}
.calendarheader {
  background-color: #0087cd;
  border: 1px solid #0087cd;
  text-align: center;
  font-weight: bold;
  color: white;
}

.calendarheaderdate {
  background-color: #929293;
  border-top: 1px solid #fff;
  font-weight: bold;
  color: white;
}

.calendaroffday {
  background-color: #baddf4;
  border: 1px solid #0087cd;
}

.calendaroffdaycell {
  background-color: #baddf4;
}

.calendaroffmonth
{
  background-color: #baddf4;
  border: 1px solid #0087cd;
  color: #fff;
}

a.calendaroffmonth:link{border: 0px; color: #ccc;}
a.calendaroffmonth:active{border: 0px; color: #ccc;}
a.calendaroffmonth:visited{border: 0px; color: #ccc;}
a.calendaroffmonth:hover{border: 0px; color: #fff;}

.calendaronday {
  background-color: #fff;
  border: 1px solid #0087cd;
}

.calendarondaycell {
  background-color: #fff;
}

.calendaronmonth
{
  border: 1px solid #0087cd;
  background-color: white;
}

.calendartoday
{
  background-color: #00502f;
  border: 1px solid #0087cd;
  color: #fff;
}

a.calendartoday:link{border: 0px; font-weight: bold; color: #fff;}
a.calendartoday:active{border: 0px; font-weight: bold; color: #fff;}
a.calendartoday:visited{border: 0px; font-weight: bold; color: #fff;}
a.calendartoday:hover{border: 0px; font-weight: bold; color: #fff;}

.coolbold {
  color: #0087cd;
  font-weight: bold;
}

.success {
  color: #0e6b38;
  font-size: 10pt;
  font-weight: bold;
}

.warning {
  color: #ba3013;
  font-size: 10pt;
  font-weight: bold;
}