/* CSS Document */

body {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #62615A;
}

A:link {text-decoration: underline; color: #000000;}
A:visited {text-decoration: underline; color: #000000;}
A:active {text-decoration: underline; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}

A.terms:link {text-decoration: none; color: red;}
A.terms:visited {text-decoration: none; color: red;}
A.terms:active {text-decoration: none; color: red;}
A.terms:hover {text-decoration: underline; color: red;}

div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.pagelinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

h2 {
  font-family: Arial;
  font-size: 16px;
  color: #707070;
  font-style: italic;
  display: inline;
  margin-bottom: 8px;
}

.resbox {
  margin: 0px 5px 0px 9px;
  background-color: #D7E0EF;
  color: #004177;
  text-align: left;
  border: 1px solid #3E5394;
}

.formfield {
  BORDER: #9B9B9B 1px solid; 
  FONT-SIZE: 11px; 
  WIDTH: 95px; 
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  HEIGHT: 15px; 
  BACKGROUND-COLOR: #ffffff
}

.formfield_select {
  BORDER: #9B9B9B 1px solid; 
  FONT-SIZE: 11px; 
  WIDTH: 110px; 
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  HEIGHT: 20px; 
  BACKGROUND-COLOR: #ffffff
}

.formfieldarea {
  BORDER: #9B9B9B 1px solid; 
  FONT-SIZE: 11px; 
  WIDTH: 100px; 
  FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  BACKGROUND-COLOR: #ffffff
}

/* Calendar styles */

.calendar {
  position: relative;
  display: none;
  border: solid 1px #505050;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #EDEDED;
  font-family: tahoma, verdana, sans-serif;
}

.calendar table {
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #EDEDED;
  font-family: tahoma, verdana, sans-serif;
}

.calendar tbody {
  background-color: #EDEDED;
}

.calendar tbody .day {
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #ccc;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fcc;
}

.calendar table .wn {
  padding: 2px 4px 2px 2px;
  background-color: #9B9B9B;
  color: white;
}

.calendar tbody td.hilite {
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  border-left: 1px solid #fff;
}

.calendar thead .daynames {

}

.calendar thead .name {
  padding: 2px;
  text-align: center;
  background-color: #9B9B9B;
  color: white;
}

.weekend {
  color: red;
}

.calendar tbody td.today {
  color: #1B769A;
  font-weight: bold;
  background-color: #E3E3E3;
}

.calendar tbody td.selected {
  color: #FFFFFF;
  background-color: #9B9B9B!important;
}

.calendar tbody .rowhilite td {
  background-color: #F1F1F1;
}

.calendar tbody .rowhilite td.wn {
  background-color: #CCCCCC;
}

.calendar tbody .rowselected td {
  background-color: #F1F1F1;
}

.calendar tbody .rowselected td.wn {
  background-color: #CCCCCC;

  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .button {
  text-align: center;
  padding: 1px;
  border-top: 1px solid #F2F2F2;
  border-right: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  border-left: 1px solid #F2F2F2;
}

.calendar .nav {

}

.calendar thead .title {
  font-weight: bold;
  padding: 1px;
  background: #9B9B9B;
  color: #FFFFFF;
  text-align: center;
}


.calendar thead .hilite {
  border-top: 1px solid #F2F2F2;
  border-right: 1px solid #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
  border-left: 1px solid #F2F2F2;
  padding: 0px;
  background-color: #F7F7F7;
  color: #000000;
}

.calendar tbody td.selected {
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #FF9999;
}
A.email:link {text-decoration: none; color: FFFFFF;
A.email:visited {text-decoration: none; color: FFFFFF;
A.email:active {text-decoration: none; color: FFFFFF;
A.email:hover {text-decoration: underline; color: FFFFFF;
}