#cal {
	z-index: 99;

}


.ArrowBack {
  width: 0; 
  height: 0; 
  border-top: 10px solid;
  border-bottom: 10px solid; 
  border-right:16px solid; 
}

.ArrowForward{
  width: 0; 
  height: 0; 
  border-top: 10px solid;
  border-bottom: 10px solid; 
  border-left:16px solid;
}
table.calendar {
    border: 1px solid;

	padding-bottom: 0px;
}
.cells td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
	padding: 0px 2px 1px 2px;
    text-align: right;
    font-size: 10px;
}
.cells .over {
    border: 1px solid;
    cursor: pointer;
}
.cells .weekend {
	/* Color in Template */
}

.cells .current {
    font-weight: bold;
    border: 1px solid;

}
.cells .selected {
    border: 1px solid;
}


.cells .weekendpast {
    text-decoration: line-through;
}

.cells .past {
    text-decoration: line-through;
}

.cells .disabled {
    text-decoration: line-through;
}


.cells .specialOffer {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	font-weight: bold;
}

.cells .specialOfferOver {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	font-weight: bold;
    cursor: pointer;
}
.noBorder{
	border: none !important;
}

.mtitle .next, .mtitle .over {
    border-right: 1px solid;
    border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
    text-align: center;
    cursor: pointer;
    padding: 4px 0px 5px 0px;
}

.mtitle .over {
	border-top: 1px solid;
	border-left: 1px solid;
}

.mtitle .title {
    padding: 2px 0px 2px 2px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.wtitle td {	
    border-right: 1px solid;
    padding: 1px;
    text-align: center;
    font-size: 10px;
}

.wtitle td.weekend {
	
}

a.cancelCalendar {
    font-size: 9px;
    font-weight: normal;
}

td.link {
    padding: 2px 10px 2px 2px;
    text-align: center;
	 font-size: 12px;
}

td.link a {
    font-size: 12px;
    text-decoration: none;
}

.spacerA {
    font-size: 1px;
    width: 1px;
	border-left: 1px solid;
}

.spacerB {
    font-size: 1px;
    width: 1px;
	border-right: 1px solid;

}

.invalid {

}

.specialOfferInfo {
	border: 1px solid;
	position: absolute;
	right: -252px;
	width: 180px;
	top: 0;
	height: 110px;
	font-size: 9pt;
	padding: 15px 20px 15px 50px;
}

.calOfferWarning {
	float: right;
	position: relative;
	right: 30px;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

.calOfferWarning .i{
	padding: 5px 30px 5px 30px;
	border: 1px solid;
	width: 350px;
}


