#messageBox
{
	display: none;
	position: absolute;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #afafaf;
	background-color: #fafafa;
	padding: 30px;
	-moz-box-shadow: 0px 5px 3px #ccc;
	-webkit-box-shadow: 0px 5px 3px #ccc;
	box-shadow: 0px 5px 3px #ccc;
}

#largeMessageBox
{
    display: none;
	position: absolute;
    width: 1200px !important;
    height: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #afafaf;
	background-color: #fafafa;
	padding: 30px;
	-moz-box-shadow: 0px 5px 3px #ccc;
	-webkit-box-shadow: 0px 5px 3px #ccc;
	box-shadow: 0px 5px 3px #ccc;
}

.userMessage
{
	font-weight: bold;
	color: red;
}

#employeeDetails
{
	border: 1px solid #afafaf;
	width: 340px;
	color: #222222;

	border-radius: 5px;
	box-shadow: 0px 5px 3px #ccc;
}

#employeeDetailsHeader
{
	width: 326px;
	border-bottom: 1px solid #afafaf;
	height: 17px;
	padding: 7px;
	background-image: url('images/headerBackground.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#employeeDetailsTable
{
	background-image: url('images/dashDetailsBackground.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-radius: 5px;
}

.dashTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #838383;
}

.dashTitleDark
{
	font-size: 16px;
	font-weight: bold;
	color: #4a4a4a;
}

.schemeName
{
	font-size: 13px;
	font-weight: bold;
	color: #222222;
}

.dashTableHeading
{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}

.dashTableData
{
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
}

.mousePointer
{
	cursor: pointer;
}

#bookingDiv
{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#bookingTable
{
	width: 540px;
}

#bookingTable td
{
	text-align: center;
}

.bookingHead
{
	font-weight: bold;
	font-size: 16px;
}

.bookingMessage
{
	font-weight: normal;
	font-size: 14px;
}

#calendarDiv
{
	border: 1px solid #eaeaea;
}

#calendarMonthYear
{
	font-weight: bold;
	font-size: 15px;
	color: #545454;
}

#calendarDays
{
	font-weight: bold;
	font-size: 9px;
	color: #545454;
}

#calendarTable
{
	width: 100%;
	border-collapse: collapse;
}

#calendarTable td
{
	border-collapse: collapse;
	border: 1px solid #eaeaea;
	width: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
}

.dayAvailable
{
	color: #0000ff;
	cursor: pointer;
}

.dayAvailable:hover
{
	background-color: #f8fdff;
}

.dayNotAvailable
{
	color: #e4e4e4;
}

.dayClosed
{
	color: #c8c8c8;
}

.dayFull
{
	color: #c8c8c8;
	background-color: #ffe4e4;
	border: 1px solid #e4d5d5 !important;
}

.dayHighlighted
{
	color: #0000ff !important;
	background-color: #dbf6ff !important;
	border: 1px solid #afafaf !important;
}

.bookingSlot
{
	color: #545454;
	font-size: 13px;
}

.bookingSlotSeparator
{
	padding-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #afafaf;
}

.bookingSlotSpacing
{
    margin-bottom: 8px;
}