/* ================================
    CSS STYLES FOR Appointment Wizard Module 
   ================================
*/

.LL_Modules_AppointmentWizard_UnavailableDayStyle
{
	color: #aaaaaa !important;
	padding: 5px !important;
	text-decoration: line-through;
	cursor: default;
}

.LL_Modules_AppointmentWizard_DayStyle
{
	background-color: #ffffff;
}

.LL_Modules_AppointmentWizard_DayStyle A
{
	display: block;
	padding: 5px;
	font-weight: bold !important;
	color: #003366 !important;
	text-decoration: none !important;
}

.LL_Modules_AppointmentWizard_DayStyle A:hover
{
	background-color: #003366;
	color: #ffffff !important;
	text-decoration: none !important;
}

.LL_Modules_AppointmentWizard_SelectedDayStyle
{
	background-color: transparent !important;
}

.LL_Modules_AppointmentWizard_SelectedDayStyle A
{
	background-color: #003366;
	color: #ffffff !important;
}

.LL_Modules_AppointmentWizard_TodayDayStyle
{
	border: solid 2px #ee9311 !important;
}

.LL_Modules_AppointmentWizard_WeekendDayStyle
{
	background-color: #f5f5f5;
}

.LL_Modules_AppointmentWizard_OtherMonthDayStyle
{
	background-color: #a5bfe1;
	color: #ffffff !important;
}

.LL_Modules_AppointmentWizard_Calendar
{
	border: solid 1px #003366 !important;
	width: 300px;
}

.LL_Modules_AppointmentWizard_DayHeaderStyle
{
	background-color: #ffffff;
	border-bottom: solid 1px #003366;
	padding: 5px;
}

.LL_Modules_AppointmentWizard_NextPrevStyle
{
}

.LL_Modules_AppointmentWizard_SelectorStyle
{
}

.LL_Modules_AppointmentWizard_TitleStyle
{
	background-color: #f5f5f5;
}

.LL_Modules_AppointmentWizard_TitleStyle td
{
	padding: 5px !important;
}

.SettingsWorkingHoursDataGridItemStyle td
{
	padding-right: 5px;
}

.SettingsBCCListDataGridItemStyle td
{
	padding-right: 5px;
}

.LL_Modules_AppointmentWizard_MasterTable
{
	width: 100%;
	text-align: center;
}

.LL_Modules_AppointmentWizard_StepTable
{
	width: 100%;
}

.LL_Modules_AppointmentWizard_StepContentTableCell
{
	width: 100%;
	height: 150px;
}

.LL_Modules_AppointmentWizard_Item
{
	display: block;
	width: 80px;
	text-align: center;
	white-space: nowrap;
}

.LL_Modules_AppointmentWizard_Item_Selected
{
	display: block;
	width: 80px;
	text-align: center;
	white-space: nowrap;
}

.LL_Modules_AppointmentWizard_Item_TableCell
{
	width: 80px;
	height: 16px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
	vertical-align: middle;
}

.LL_Modules_AppointmentWizard_Item_Selected_TableCell
{
	background-image: url(grant.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

