/*
*  Bazillyo's Spiffy Popup Calendar Styles v1.5 Copyright S. Ousta
*/
#spiffycalendar {
	width: 185px;
	height:130px;
	left: 0px;
	top: 0px;
	background-color: black;
	position: absolute;
	visibility: hidden;
	font-size:8pt;
}

#spiffycalendar td {font-size:9pt}

.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 {
    text-decoration: none;
    background-color: transparent;
	  cursor: url(/img/cal/spiffycal.cur);
    color: #000;
}
a.cal-DayLink:hover {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #CC3300;
	cursor: url(/img/cal/spiffycal.cur);
}
a.cal-DayLink:active {
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
	cursor: url(/img/cal/spiffycal.cur);
}


.cal-TextBoxInvalid{
    color: #660000;
	border-color: #000;
}

.cal-TextBoxDisabled{
	border-color: silver;
}


.cal-ComboBox{
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFF;
}

.cal-Today {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}

.cal-Day {
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}


a.cal-TodayLink {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}
a.cal-TodayLink:hover {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #CC3300;
}
a.cal-TodayLink:active {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #CC3300;
}

.cal-GreyDate {
    text-decoration: none;
	  background-color: #FFFFCC;
    color: #999999;
}

.cal-GreyInvalidDate {
    text-decoration: line-through;
	  background-color: #FFFFCC;
    color: #999999;
}

.cal-DayCell {
  	background-color:White;
}

.cal-HeadCell {
	  color: #fff;
	  font-weight:bold;
	  background-color: #CC3300;
}

.cal-HeadCell select {width:52px}

.cal-Table{
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	cursor: url(/img/cal/spiffycal.cur);
}


