.row1 { background-color: whitesmoke; }
.row2 { background-color: #DEDEDE; }

.inputbutton { font-family:Verdana; font-size:11px; font-weight:normal; font-style:normal; color:#000000; background-color:#CCCCCC; border:1px solid #000000; }
.inputbuttonover { font-family:Verdana; font-size:11px; font-weight:normal; font-style:normal; color:#FFFFFF; background-color:#000000; border:1px solid #000000; }

.ContentHeader { font-family: Verdana; font-size: 16px; text-decoration:none; color: black; font-weight: bold }
.ContentSubHeader { font-family: Verdana; font-size: 14px; text-decoration:none; color: black; font-weight: bold }
.ContentSection { font-family: Verdana; font-size: 13px; text-decoration:none; color: black; font-weight: bold }
.ContentWhiteSubHeader { font-family: Verdana; font-size: 14px; text-decoration:none; color: white; font-weight: bold }
.ContentWhiteBold { font-family: Verdana; font-size: 11px; text-decoration:none; color: white; font-weight: bold }
.ContentBold { font-family: Verdana; font-size: 11px; text-decoration:none; color: black; font-weight: bold }
.Content { font-family: Verdana; font-size: 11px; text-decoration:none; color: black; font-weight: normal }
.ContentMidSmall { font-family: Verdana; font-size: 11px; text-decoration:none; color: black; font-weight: normal }
.ContentSmall { font-family: Verdana; font-size: 10px; text-decoration:none; color: black; font-weight: normal }
.ContentLinkSmall { font-family: Verdana; font-size: 10px; text-decoration:none; color: black; font-weight: normal; text-decoration: underline}
.ContentLink { font-family: Verdana; font-size: 11px; text-decoration:none; color: black; font-weight: normal; text-decoration: underline; }
.Error { font-family: Verdana; font-size: 14px; text-decoration:none; color: red; font-weight: bold }
.color1 { background-color:#CCCCCC; font-size:10px; color:black; font-family: Verdana,Arial, Helvetica, sans-serif; }
.color2 { background-color:dodgerblue; font-size:10px; color:black; font-family: Verdana,Arial, Helvetica, sans-serif; }
.color3 { background-color:deepskyblue; font-size:10px; color:black; font-family: Verdana,Arial, Helvetica, sans-serif; }
.largetext { font-size:12px; color:black; font-family: Verdana,Arial, Helvetica, sans-serif; }
.display_background2 { background-color: #D9D9EE; }
.display_background { background-color: #f2f2f2; }
.form_header { color: #999999; font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 12px; background-color: #cccccc; }
.formTable {
	background-color: #E5E6C7;
}
.formTableBorder {
	border: 1px solid #D6D6D6;
}
CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {   
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}
  
#CalendarControl th a {  
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}
  
#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}
  
#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none; 
  border: 1px solid #FFF;
  padding: 1px;
  width: 2em; 
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999; 
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next { 
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;   
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;   
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}


