
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.white_fill{
background-image:url(images/white_fill.jpg);
background-repeat:repeat-y;
}
.logo{
padding-left: 15px;
position:absolute;
}
.tagline{
padding-top:50px;
padding-left: 300px;
position:absolute;
}
.content_fill{
background-image:url(images/content_fill.jpg);
background-repeat:repeat-y;
padding-left:10px;
padding-right:10px;
}
.footer{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
color:#000000;
font-size:10px;
padding-left:15px;
padding-bottom:8px;
}
.disclaimer{
width: 50px;
position:absolute;
padding-bottom:20px;
margin-left:525px;
font-size:10px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.accordionHeader
{
	border: 1px solid #66666F;
	color: white;
	background-color: #6666FF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionContent
{
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-family: verdana;
	background-color: #EBEAE9;
}

.MyCalendar .ajax__calendar_container
{
  border: 1px solid #646464;
  background-color: lemonchiffon;
  color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
  color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
  color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
  color: black;
  font-weight: bold;
}
.MyCalendar .ajax__calendar
{
  position: absolute;
  left: 0px;
  top: 0px;
}
.MyCalendar .ajax__calendar iframe
{
  left: 0px;
  top: 0px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
  background-color: #ffffcc;
  color: #000000;
}
.MaskedEditMessage
{
  color: #ff0000;
  font-weight: bold;
}
.MaskedEditError
{
  background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
  background-color: #ffffcc;
  color: #ff0000;
}
.MaskedEditBlurNegative
{
  color: #ff0000;
}
.gridfont
{
  font-size: small;
}
.smallcolumn
{
  text-align: center;
  width: 10px;
}
	.cpYearNavigation,
	.cpMonthNavigation
			{
			background-color:#6677DD;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation,
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,
	.cpCurrentDate,
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			font-weight:bold;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color:#FFFFFF;
			background-color: #6677DD;
			border-width:1;
			border:solid thin #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #6677DD;
			}


