/* 
	CSS Document for Back Office
	Contractor		: Out Travel
	Contracting		: Tecnodata S.n.c.
	Author			: Dott. Daniele Dell'Aquila
	File Name		: CalendarStyleDefinitions.css
	Date			: 11/03/2009
	Last Revision	: 13/03/2009 
	Version			: 1.03.13
*/
.calendarDiv {
	position: absolute;
	width: 156px;
	border: 1px solid #F30;
	margin: 0px;
	padding: 0px;
	background-color: white;
	z-index: 10;
	visibility: hidden;
}

.monthHeadingTable {
	margin-right: 0px;
}

.changeMonthTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	background-color: #F90;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #FC0;
	cursor: pointer;
}

.monthHeadingTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	color: white;
	text-align: center;
	background-color: #F90;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #FC0;
}

.dayHeadTDf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #425E88;
	border-top: 0px none white;
	border-right: 0px none white;
	border-left: 0px none white;
}

.dayHeadTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #425E88;
	border-top: 0px none white;
	border-right: 0px none white;
	border-left: 0px none white;
}

.dayTDf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
}

.dayTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	color: #333;
	background-color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
}

.emptyTDf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	color: #FF0000;
	background-color: #E5E5E5;
	padding: 4px;
	cursor: default;
}

.emptyTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 8pt;
	color: #5D5D5D;
	background-color: #E5E5E5;
	padding: 4px;
	cursor: default;
}

a.cancelHyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	text-decoration: none;
	background-color: #F90;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #FC0;
	width: 100%;
	text-align: center;
	display: block;
	margin: 1px;
}

a.cancelHyperlink:hover {
	background-color: #FFAC2F;
	border-top-color: #FFAC2F;
	border-right-color: #F29200;
	border-bottom-color: #F29200;
	border-left-color: #FFAC2F;
	width: 100%;
}

