a:link {color: #bb4021; font-weight: bold; text-decoration: none}
a:visited {color: #bb4021; font-weight: bold; text-decoration: none}
a:hover {color: #bb4021; font-weight: bold; text-decoration:underline}
a:active {color: #bb4021; font-weight: bold; text-decoration: underline}
a:link.CalendarToday {color: #ffffff; font-weight: bold;  text-decoration: none}
a:visited.CalendarToday {color: #ffffff; font-weight: bold;  text-decoration: none}
a:hover.CalendarToday {color: #ffffff; font-weight: bold; text-decoration:underline}
a:active.CalendarToday {color: #ffffff; font-weight: bold; text-decoration: underline}
a:link.Calendar {color: #000000; font-weight: bold;  text-decoration: none}
a:visited.Calendar {color: #000000; font-weight: bold;  text-decoration: none}
a:hover.Calendar {color: #000000; font-weight: bold; text-decoration:underline}
a:active.Calendar {color: #000000; font-weight: bold; text-decoration: underline}

a.admin_menu {color: #000000;font-size: 12px;}
input {
  font-family: sans-serif;
  font-size: 10px;
}

a:link.links {color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none}
a:visited.links {color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none}
a:hover.links {color: #ffffff; font-size: 13px; font-weight: bold; text-decoration:underline}
a:active.links {color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: underline}

div.pages {
  display: table-cell;
  vertical-align: middle;
}

img {
  border: 0;
}

.login {
  color: #ffffff
  }

font.header {
  color: #047000;
  font-size: 22px;
  font-weight: bold;

}

body {
  padding: 0px;
  spacing: 0px;
  margin: 0px;
  font-family: tahoma;
  color: #000000;
  font-size: 10px;
  background-color: #ffffff;
}

hr {
  color: #000000;
  background-color: #000000;
  height: 1px;
  width: 100%;
  border: 0;
}

p {
  color: #000000;
  font-size: 12px;
}

p.links  {
  font-size: 13px;
}

td {
  font-size: 11px;
}

td.body {
  padding-left: 20px;
  padding-right: 20px;
  font-face: sans-serif;
  font-size: 11px;
  color: #000000;
}

font.error {
  color: red;
  font-weight: bold;
}

font.admin_menu {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

table.normal {
  border-spacing: 0;
  border: 0;
}

/* These classes are required for same line left & right alignment*/
span.left {
  position: absolute;
  left: 0;
}

span.right {
  position: absolute;
  right: 0;
}

div.line {
  position: relative;
  text-align: center;
  width: 100%;
}


table.calendar {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

tr.calendarHeader {
border-width: 1px;
border-style: solid;
border-color: #000000;
font-size: 14px;
font-weight: bolder;
color: #ffffff;
background-color: #047000;
}

td.calendarToday {
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 2px;
font-size: 14px;
color: #ffffff;
height: 73px;
width: 73px;
background-color: #047000;
}

td.calendarNoDay {
border-width: 1px;
border-style: solid;
border-color: #000000;
font-size: 14px;
font-weight: bold;
color: #000000;
height: 75px;
width: 75px;
background-color: #000000;
}

td.calendar{
border-width: 1px;
border-style: solid;
border-color: #000000;
font-size: 14px;
height: 73px;
width: 73px;
padding: 2px;
background-color: #ffffff;
}