/*
  Bazillyo's Spiffy Popup Calendar Styles v1.5 Copyright S. Ousta
*/
#spiffycalendar {
	width: 220px;
	height:130px;
	left: 0px;
	top: 0px;
	background-color: white;
	position: absolute;
	visibility: hidden;
	z-index:500;
}
.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: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-color: transparent;
}
a.cal-DayLink {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}
a.cal-DayLink:hover {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFCC;
    color: #000;
	display: block;
	cursor: pointer;
}
a.cal-DayLink:active {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}
.cal-TextBox{
    color: #00182C;
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFFF;
}
.cal-TextBoxInvalid{
    color: #660000;
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: Red;
	border-style:solid;
}
.cal-TextBoxDisabled{
    color: #808080;
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: silver;
	border-style:solid;
  /*  background-color: #C0C0C0;*/
}
.cal-ComboBox{
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    /*background-color: #EAFFFF;
    color: Navy;*/
    background-color: #76b6d2;
	color: black;
}
.cal-Today {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}
.cal-Day {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}
a.cal-TodayLink {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}
a.cal-TodayLink:hover {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: Blue;
}
a.cal-TodayLink:active {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}
.cal-GreyDate {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
	background-color: #DDDDDD;
    color: #333333;
	text-align: center; 
}
.cal-GreyInvalidDate {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
	background-color: #DDDDDD;
    color: #333333;
	text-align: center; 
}
.cal-DayCell {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15pt;
    width: 20pt;
    height: 20pt;
	font-weight: normal;
	background-color:White; 
	text-align: center; 
}
.cal-HeadCell {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: gray;
	background-color: #76b6d2;
	text-align: center; 
	vertical-align: middle; 
}
.cal-DayNameCell {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	color: black;
    width: 20pt;
    height: 20pt;
	background-color: #76b6d2;
	text-align: center; 
}
.cal-Table{
	background-color: #76b6d2;
	border: 4px solid #76B6D2;
}

