/************************************************/
/* BUTTON STYLES                                */
/************************************************/
.ApplyNowButton
{
	display: inline-block;
	width: 155px;
	height: 31px;
	background-image: url('../../Images/Buttons/btn_apply_now.jpg');
}

.ApplyNowButton:hover
{
	background-position: 0px 31px;
}

.SubmitButton
{
	display: inline-block;
	width: 108px;
	height: 22px;
	background-image: url('../../Images/Buttons/btn_submit.jpg');
}

.SubmitButton:hover
{
	background-position: 0px 22px;
}

.FindOutMoreButton
{
	display: inline-block;
	width: 186px;
	height: 38px;
	background-image: url('../../Images/Buttons/btn_find_out_more.png');
}

.FindOutMoreButton:hover
{
	background-position: 0px 38px;
}

.DownloadPdfButton
{
	display: inline-block;
	width: 198px;
	height: 37px;
	background-image: url('../../Images/Buttons/btn_download_pdf.jpg');
	margin-right: 10px;
}

.DownloadPdfButton:hover
{
	background-position: 0px 37px;
}

.RequestMoreInfoButton
{
	display: inline-block;
	width: 233px;
	height: 37px;
	background-image: url('../../Images/Buttons/btn_request_more_info.jpg');
}

.RequestMoreInfoButton:hover
{
	background-position: 0px 37px;
}



/************************************************/
/* CALENDAR STYLES                              */
/************************************************/
.Calendar
{
}

.Calendar * th
{
	color: #333333;
}

.Calendar * a
{
	text-decoration: none;
}

.CalendarDayWithEvent
{
	background-image: url('../../Images/Layout/cal_bg.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
}