﻿#MENUTABLE
{
    background-color: White;
}

#mainbody
{
   background-color: White;
}

body
{
    width: 950px;
    margin: auto;
}

.DontShowListSearchPrompt 
{
    display:none;
} 

.drop_down_panel
{
	position: absolute;
	z-index: 100;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	height: auto;
	width: 230px;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #dcdcdc;
}

.drop_down_calendar
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	margin:0px;
}

.calendar_header
{
  width:100%;
}

.prev_month_link
{
   
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;

}

.next_month_link
{
	
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	
}

.month_label
{
	font-weight: bold;	
	text-align:center;
}

.period_days
{
	width:100%;	
	top:25px;
	
}

.loading_icon
{
	text-align: center;
	width: 230px;
	background: url(Images/spinner.gif) fixed no-repeat center center;
}

.clickable_date
{
	cursor: pointer;
	cursor: hand;
	color: #0000ff;
	text-decoration: underline;
	font-weight:bold;

}

.calendar_close_button
{
	cursor: pointer;
	cursor: hand;
}

.regular_date
{
	text-align:center;
	width:30px;	
}

.todays_date
{
	background-color: #DEDEFF;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.days_of_week
{
	background-color: #ccccff;
}

.holiday_date
{
	background-color: #ffff66;
}