/*
*  Bazillyo's Spiffy Popup Calendar Styles v1.5 Copyright S. Ousta
*/
#spiffycalendar {
/*
	width: 185px;
	height:130px;
*/
	width: 220px;
	height:130px;
	left: 0px;
	top: 0px;
	background-color: black;
	position: absolute;
	visibility: hidden;
}

.cal-SymbolBtn {
	font-family: Webdings;
	font-size: 8pt;
	outline-style : none;
	outline-width: 0px;	
    color: white;
}

.cal-BtnLink {
	outline-style : none;
	outline-width: 0px;
}

.cal-Next {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
	cursor: url(Calendar/spiffycal.cur);
}

.cal-Next:hover {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    text-decoration: none;
    color: #19619a;
    background-color: transparent;
	cursor: url(Calendar/spiffycal.cur);
}

a.cal-DayLink {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #180040;
    background-color: transparent;
	cursor: url(Calendar/spiffycal.cur);
}
a.cal-DayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #282F81;
	cursor: url(Calendar/spiffycal.cur);
}
a.cal-DayLink:active {
   font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
	cursor: url(Calendar/spiffycal.cur);
}
.cal-TextBox{
    color: Black;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFFF;
}

.cal-TextBoxInvalid{
    color: #660000;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: Red;
	border-style:solid;
}

.cal-TextBoxDisabled{
    color: #808080;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: silver;
	border-style:solid;
    background-color: #ffffff;
}


.cal-ComboBox{
    color: Navy;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #ffffff;
}

.cal-Today {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
    background-color: transparent;
}

.cal-Day {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}


a.cal-TodayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
    background-color: transparent;
}
a.cal-TodayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #282F81;
}
a.cal-TodayLink:active {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}

.cal-GreyDate {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
	background-color: #c3ddea;
    color: #0B1054;
}

.cal-GreyInvalidDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
	background-color: #C2D6EA;
    color: #999999;
}

.cal-DayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    width=20pt;
    height=20pt;
	font-weight: normal;
	background-color:White;
}

.cal-HeadCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: white;
	background-color: #419bce;
}

.cal-DayNameCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: #ffffff;
    width=20pt;
    height=20pt;
	background-color: #419bce;
}

.cal-Table{
	border-top-color: #19619a;
	border-left-color: #19619a;
	border-right-color: #19619a;
	border-bottom-color:  #19619a;
	background-color: #19619a;
	border-width:4px;
	border-style: solid;
	cursor: url(Calendar/spiffycal.cur);
}