@CHARSET "ISO-8859-1";

#breadcrumb {
	border: solid 1px #cccccc;
	background-color: white;
	margin: 0;
	padding-left: 4mm;
}

#breadcrumb>li:first-child>a {
	background-image: url('../images/Home.gif');
}

#breadcrumb>li {
	display: inline-block;
	background-image: url('../images/Chevron.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px
}

#breadcrumb>li:first-child {
	background-image: url('../images/Home.gif');
}

.crumbLinkClass {
	text-decoration: none;
}

.crumbSpanClass {
	padding-left: 4mm;
	padding-right: 4mm;
	font-size: 10pt;
	font-family: non-serif;
	color: #888888;
}

#signoutwidget {
	padding: 4px;
	border: none;
	background-color: transparent;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8pt;
	font-weight: normal;
}

#signoutwidget>select {
	font-size: inherit;
	text-align: center;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	background-color: transparent;
	color: white;
}

#signoutwidget>select>option{
	color: #666666;
}

#signoutwidget>span {
	color: white;
	cursor: pointer;
}

.dateDisplay {
	margin: 0 auto 0 auto;
	display: table;
	font-weight: bold;
}

.onDay {
	cursor: pointer;
	cursor: hand;
	color: black;
}

.offDay {
	background-color: #AAAAAA;
	cursor: pointer;
	cursor: hand;
}

.dayHeader {
	background-color: aqua;
}

.calendarBody {
	background-color: white;
	color: black;
}

.selectedDay {
	background-color: black;
	color: white;
	cursor: pointer;
	cursor: hand;
}

.calendar {
	background-color: rgb(36, 46, 134);
	color: white;
	border: solid 1px black;
	display: table-row;
	font-family: sans-serif;
	font-weight: normal;
}

tbody.calendarBody td {
	width: 23px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 8pt;
	text-align: center;
}

.calendar-directionals {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
	font-weight: 800;
	color: inherit;
	cursor: pointer;
}

ul, li {
	line-height: 1em !important;
}

#counter {
	display: table;
	font-family: 'Swis721 Md BT';
	font-size: 12pt;
	border-style: ridge;
	border-width: 1mm;
	border-color: green;
	"
}

#counter span {
	border-left: solid black .25px;
	padding: 0 4px 0 4px;
}

#counter span:first {
	border-left: none;
	padding: 0 4px 0 4px;
}

/* Style of navigation bar */
#navigator {
	color: black;
	padding: 0;
	border: 0;
	display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 10pt;
}

#navigator ul {
	margin: 1.5mm;
}
#navigator ul>li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	margin: 0 4mm 0 0;
	padding: 2mm;
	border-style: solid;
	border-color: tan;
	border-width: 2px;
	border-radius: 1.5mm;
}

#navigator ul>li.pageUnselected {
	color: black;
	background-color: transparent;
}

#navigator ul>li.pageUnselected a {
  cursor: pointer;
	text-decoration: none;
}

#navigator ul>li.pageSelected {
	background-color: tan;
	color: rgb(0, 0, 0);
	border-color: brown;
}

#navigator ul>li.pageUnselected:hover {
	color: white;
	border-style: outset;
  box-shadow: 1mm 1mm 5px tan;
}

.wizardcontainer {
	width: 14cm;
	margin: 0 auto 0 auto;
}

.wizardpage {
	font-size: 8pt;
	border-radius: 1.5mm;
	padding: 3mm;
	width: auto;
	float: left;
}