body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #a7bacc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Header_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.body_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.Mini_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Blue_12_points {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Blue_12_point {
	color: #003399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.Blue_12_point_regular {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Blue_11_point {
	color: #003399;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Orange_11_point {
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Orange_12_point {
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Black_Titles {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
}


.Orange_Titles {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
}

.Blue_Titles {
	color: #003399;
	font-weight: bold;
	font-size: 16px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
}

.Blue_Titles-BIG {
	color: #003399;
	font-weight: bold;
	font-size: 18px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	line-height: 24px;
}

.Blue_Titles-HUGE {
	color: #003399;
	font-weight: bold;
	font-size: 24px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	line-height: 24px;
}

.Orange_Titles-BIG {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	line-height: 24px;
}

.Orange_Titles-HUGE {
	color: #FF6600;
	font-weight: bold;
	font-size: 24px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	line-height: 24px;
}

a:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
}
a:visited {
	color:   #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
}

a:hover {
	color: #A7bacc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
}

a:active {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
}

a {
	font-size: 11px;
	font-weight: bold;
}

.smallLink {
	font-size: 9px;
	font-weight: bold;
}

.calendarTable {
	border-collapse: separate;
	font-size: 12px;
	margin: 10px;
	color: gray;
	width: 200px;	
}

.calendarTable td, .calendarTable th {
	text-align: center;
	border: 1px solid gray;	
}

.calendarTable th {
	padding: 4px;
}

.calendarTable td a {
	display: block;
	color: gray;	
	padding: 6px;
	width: 15px;
	height: 15px;
	text-decoration: none;
}

.thismonth th, .thismonth td a {
	color: black;
}

.calendarTable td a:hover {
	font-weight: bold;
	text-decoration: none;
}

.calendarTable .selected {
	color: black;	
	background-color: #D1E8FF;
	border: 2px double red;
}

.calendarTable .today {
	color: white;
	background-color: red;
}

.calendarTable .hasDate {
	color: black;	
	background-color: #D1E8FF;
	border: 2px double green;
/*	color: white;
	background-color: green;
	*/
}

.calendarTable .anyDate {
	color: black;
	background-color: #D1E8FF;
	
	}

.dateBadge {
	border: 1px solid gray;
	width: 40px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-right: 10px;	
}

.dateBadgeMonth {
	background-color: gray;
	color: white;
}

.dateBadgeDay {
	color: gray;
	font-size: 24px;
}

#datePicker {
	float: right;
	text-align: center;
}

#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: #880c0c;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #880c0c;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #880c0c;
  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 {
  padding: 1px 3px 1px 3px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}


