/*
* Bazillyo's Spiffy Popup Calendar Styles v1.5 Copyright S. Ousta
*/
#spiffycalendar {
	width: 185px;
	height: 130px;
	left: 0px;
	top: 0px;
	background-color: #000000;
	position: absolute;
	visibility: hidden;
}

.cal-SymbolBtn {
	font-family: Webdings;
	font-size: 8pt;
	outline-style : none;
	outline-width : 0px;	
}

.cal-BtnLink {
	outline-style : none;
	outline-width : 0px;
}

a.cal-DayLink {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color : transparent;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}

a.cal-DayLink:hover {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #000000;
	cursor : hand;
}

a.cal-DayLink:active {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #0000FF;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}

a.cal-DayLink2 {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
	background-color : transparent;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}

a.cal-DayLink2:hover {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #0b3c67;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}

a.cal-DayLink2:active {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #FFFFFF;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}

.cal-TextBoxInvalid{
	color : #660000;
	text-align : center;
	/* font-family : Arial, Helvetica, Sans-serif; */
	/* font-size : 8pt; */
	font-weight : normal;
	border-color : #0b3c67;
	border-style : solid;
}

.cal-TextBoxDisabled{
	color : #808080;
	text-align : center;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	border-color : silver;
	border-style : solid;
	/* background-color : #C0C0C0; */
}

.cal-ComboBox{
	color : Navy;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	background-color : #E5E1D5;
}

.cal-Today {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	color : #0b3c67;
	background-color : transparent;
}

.cal-Day {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	color : #89bbe8;
	background-color : transparent;
}

a.cal-TodayLink {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	color : red;
	background-color : transparent;
}

a.cal-TodayLink:hover {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #FF8800;
}

a.cal-TodayLink:active {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	color : #0000FF;
}

.cal-GreyDate {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	background-color : #FFFFE8;
	color : #999999;
}

.cal-GreyInvalidDate {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : line-through;
	background-color : #FFFFE8;
	color : #999999;
}

.cal-DayCell {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : normal;
	background-color : White;
}

.cal-HeadCell {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #89bbe8;
}

.cal-HeadCell2 {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #0b3c67;
	background-color : #cee1f3;
}

.cal-Table{
	border-color : #0b3c67;
	background-color : #89bbe8;
	border-width : 1px;
	border-style : solid;
	cursor : url(http://www.inns-bb.com/calendrier/calendrier/spiffycal.gif);
}