﻿/*-- STEPS --------------*/

.ulSteps li { background-color: #72dafb; width: 33%; }
.ulSteps li.liCurrentStep { background-color: #0fa1d0; }



/*-- DAYS --------------*/

.calendar
{
	font-family: Arial;
	font-size: 12px;
	margin: auto;
	width: 500px;
}
.dayHeader
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}


/* links */

.day a, .weekendDay a, .todayDay a, .selectedDay a, .otherMonthDay a, .disabledDay
{
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 100%;
}




.day
{
}
.day a { background-color: white; }
.nextPrev
{
	background-color: #c0c0c0;
	height: 30px;
}
.nextPrev a
{
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
} 



.disabledDay
{
	background-color: #ddd;
} 

.otherMonthDay
{
	background-color: #eee;
} 



.selectedDay
{
	background-color: blue;
}
.selector
{
	background-color: pink;
}
.title
{
	background-color: #c0c0c0;
}
.todayDay
{

}
.weekendDay
{

}



/*-- TIMES --------------*/

.layTimes
{
	margin-left: 10px;
	width: 500px;
}
.tblPollWizardTimes
{
	background-color: #fff;
}
.tblPollWizardTimes td.cellTime
{
	background-color: #ccc;
	padding: 5px;
}
.tblPollWizardTimes  td.cellDate
{
	background-color: #fff;
	padding: 0px 5px 0px 5px;
}
.tblPollWizardTimes  td.cellFld
{
	background-color: #fff;
	padding: 5px;
}
.tblPollWizardTimes  td.cellFld input
{
	border: 1px solid #ccc;
}