@charset "utf-8";
/* CSS Document */

/* Links */

a:link
{
color: #990000;
text-decoration: none;
}


a:visited
{
color: #990000;
text-decoration: none;
}


a:hover,
a:focus
{
color: #0000CC;
text-decoration: underline;
}


a:active
{
color: #0000CC;
text-decoration: underline;}


/** body **/
html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
height: 100%;
}


/** HTML elements **/ 

h1 {

}

h2 {
padding: 0;
font-size: 1.25em;
font-weight: bold;
color: #012145;
}

input, textarea, submit, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
}

ul
{
margin: 0 0 1em 2em;
list-style-type: circle;
}

ol
{
margin: 0 0 1em 2.3em;
}

ul li
{
padding: 0 0 .5em .7em;
}

ol li
{
padding: 0 0 .5em .4em;
}

p 
{
margin: 0 0 1.25em 0;
}

table 
{
border-collapse: collapse;
}

td
{
vertical-align: top;
}

#container {
position:relative;
min-height: 100%;
}


/** header **/
#navigation 
{ 
width: 100%;
position: absolute;
margin-bottom: 10px;
min-height: 40px;
}

#navigation-inner
{
background-color: #eeeeee;
border-bottom: 1px solid #000000;
padding: 0 1em 0 1em;
}

#header
{
width: auto;
height: auto;
}

#header-inner
{
margin: 2em 0 2em 0;
}

#header-inner h1
{
font-size: 1.5em;
padding: 0 0 .25em 0;
font-weight: bold;
color: #012145;
border-bottom: 1px dashed #012145;
}

/** Footer **/
#footer
{
position: absolute;
bottom: 15px;
width: 100%;
height: 15px;   /* Height of the footer */
}

#footer-inner {
background-color: #eeeeee;
border-top: 1px solid #000000;
padding: 1em;
font-size: .8em;
color: #666666;
}


/** content **/
#content
{
}


#content-inner
{
padding: 40px 1em;
}

#content-inner-no-nav
{
padding: 1em;
}

#content-inner h2
{
font-size: 1.25em;
font-weight: bold;
color: #012145;
padding: 1em 0 .5em 0;
}

#content-inner-no-nav h2 {
padding: 1.5em 0 .25em 0;
font-size: 1.25em;
font-weight: bold;
color: #012145;
border-bottom: 1px solid #012145;
}

/** Nav **/

#nav {
margin: 0 0 0 0;
padding: 1em 0 1em 0;
font-size: .9em;
}

#nav li
{
display: inline;
list-style-type: none;
padding: 0 8px 0 0;
margin: 0;
}

#break {
display: block;
margin: .5em 0 0 0;
}

/** Special Classes **/

.colorTable {
width: 30px;
text-align: center;
vertical-align:middle;
height: 1.4em;
border: 1px solid #000000;
}

.colorTable td { 
vertical-align: middle;
}

.error 
{
color: #FF0000;
font-size: 1.2em;
font-weight: bold;
margin: 0 0 1em 0;
padding: .5em .5em .5em 1.5em;
background-image: url(../images/error.png);
background-position: center left;
background-repeat: no-repeat;
}

.required {
color: #FF0000;
font-weight: bold;
padding: .25em .5em .25em 1.7em;
background-image: url(../images/exclamation.png);
background-position: center left;
background-repeat: no-repeat;
}

.setupTitle {
padding: 5px 0 0 0;
font-size: 1.2em;
font-weight: bold;
}

.dataHeading 
{
font-weight: bold;
padding: .5em 0 .5em .5em;
white-space: nowrap;
}

.dataList
{
padding: .5em 2em .5em .5em;
}

.dataLabel
{
font-weight: bold;
padding: .5em .5em .5em 0;
white-space: nowrap;
}

.data
{
padding: .5em 1em .5em .5em;
}

.data-left
{
padding: .5em 1em .5em 0;
}

.icon
{
padding: .5em .75em .5em 0;
width: 18px;
text-align: center;
}

.bdr1T {
border-top: 1px solid #000000;
}

.bdr1B {
border-bottom: 1px solid #000000;
}

.admin {
background-color:#FFFFCC;
}

/** Calendar Widget Styles  **/

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 5px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#efefef;
  margin: 5px 0 0 10px;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: inherit;
  font-size: .8em;
  border: 1px solid #000000;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #cccccc;
}

#CalendarControl .weekday {
  background-color: #dddddd;
  color: #000000;
}

#CalendarControl .weekend {
  background-color: #bbbbbb;
  color: #0000000;
}

#CalendarControl .current {
  background-color: #eeeeee;
  color: #000000;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  width: 2.5em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color:#003399;
  background-color: #eeeeee;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #000000;
}

#CalendarControl .empty {
  background-color: #aaaaaa;
}

