/* calendar icon */

img.tcalIcon {

	cursor: pointer;

	/*margin-left: 1px;*/

	vertical-align: middle;

}

/* calendar container element */

div#tcal {

	position: absolute;

	visibility: hidden;

	z-index: 100;

	width: 158px;

	padding: 2px 0 0 0;

}

/* all tables in calendar */

div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}

/* navigation table */

div#tcal table.ctrl {
	border-bottom: 0;
}

/* navigation buttons */

div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}

/* month year header */

div#tcal table.ctrl th {
	background-color: white;
	/*color: black;*/
	border: 0;
}

/* week days header */

div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}

/* date cells */

div#tcal td {

	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}

/* date highlight

   in case of conflicting settings order here determines the priority from least to most important */

div#tcal td.othermonth {
	color: silver;
}

div#tcal td.weekend {
	background-color: #ACD6F5;
}

div#tcal td.today {
	border: 1px solid red;
}

div#tcal td.selected {
	background-color: #FFB3BE;
}

/* iframe element used to suppress windowed controls in IE5/6 */

iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}

/* transparent shadow */

div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}

div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}




/* calendar container element */

div#tcal {

	position: absolute;

	visibility: hidden;

	z-index: 100;

	width: 158px;

	padding: 2px 0 0 0;

}

/* all tables in calendar */

div#caldiv0 table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}

/* navigation table */

div#caldiv0 table.ctrl {
	border-bottom: 0;
}

/* navigation buttons */

div#caldiv0 table.ctrl td {
	width: 15px;
	height: 20px;
}

/* month year header */

div#caldiv0 table.ctrl th {
	background-color: white;
	/*color: black;*/
	border: 0;
}

/* week days header */

div#caldiv0 th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}

/* date cells */

div#caldiv0 td {

	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}

/* date highlight

   in case of conflicting settings order here determines the priority from least to most important */

div#caldiv0 td.othermonth {
	color: silver;
}

div#caldiv0 td.weekend {
	background-color: #ACD6F5;
}

div#caldiv0 td.today {
	border: 1px solid red;
}

div#caldiv0 td.selected {
	background-color: #FFB3BE;
}

/* iframe element used to suppress windowed controls in IE5/6 */

iframe#caldiv0IF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}

/* transparent shadow */

div#caldiv0Shade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}

div#caldiv0Shade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

div#caldiv0Shade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* all tables in calendar */

div#caldiv1 table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}

/* navigation table */

div#caldiv1 table.ctrl {
	border-bottom: 0;
}

/* navigation buttons */

div#caldiv1 table.ctrl td {
	width: 15px;
	height: 20px;
}

/* month year header */

div#caldiv1 table.ctrl th {
	background-color: white;
	/*color: black;*/
	border: 0;
}

/* week days header */

div#caldiv1 th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}

/* date cells */

div#caldiv1 td {

	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}

/* date highlight

   in case of conflicting settings order here determines the priority from least to most important */

div#caldiv1 td.othermonth {
	color: silver;
}

div#caldiv1 td.weekend {
	background-color: #ACD6F5;
}

div#caldiv1 td.today {
	border: 1px solid red;
}

div#caldiv1 td.selected {
	background-color: #FFB3BE;
}

/* iframe element used to suppress windowed controls in IE5/6 */

iframe#caldiv1IF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}

/* transparent shadow */

div#caldiv1Shade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}

div#caldiv1Shade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

div#caldiv1Shade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* Selected Date - TD */
.calDayCurrent {
	background: #ffcc99;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	/*background: #99CCFF;*/
	background:#ACD6F5;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	width: 20px;
	background: white;
	background-image : url(img/sun.gif);
	background-repeat : no-repeat;
}
/* Not Sat. and Sun. - TD */
.calDayWorking {
	background: #FFFFFF;
	width: 20px;
}
/* Days of current month - A */
.calThisMonth {
	font: 14px Arial, Helvetica, sans-serif;
	color:#181818;
	/*font-weight: bold;*/
	text-decoration:none;
}
/* Days of other month - A */
.calOtherMonth {
	font: 12px Tahoma, Verdana, sans-serif;
	color: #808080;
	text-decoration: none;
}
/* Days not alloved by limits - SPAN */
.calForbDate {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color:#858889;
}
/* Month selection box - SELECT */
.calMonthselector {
	width: 100%;
}
/* Hours, minutes & seconds selection boxes - SELECT */
.calTimeselector {
	width: 45px;
}
/* Time navigation table - TABLE */
.calTimetable {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
.calDataTitle{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 14px;
	
}

/* Table containing whole calendar - TABLE */
.calOuterTable {
	border: 1px solid silver;
	width: 170px;
}
/* Month Selector - INPUT */
/* Year Selector - INPUT */
.calCtrl {
	font: 14px Arial, Helvetica, sans-serif;
}
/* Week Day Title - TD */
.calWTitle {
	font: 12px Arial, Helvetica, sans-serif;
	background: #808080;
	text-align: center;
	color: white;
	height: 20px;
	width: 20px;
}
/* Selected Date - TD */
.calDayCurrent {
	background: #FFC0C0;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayWeekend {
	background: #ACD6F5;
	width: 20px;
}
/* Sat. and Sun. - TD */
.calDayHoliday {
	background: gray;
	width: 20px;
}

/* Days of current month - A 
.calThisMonth {
	font: 14px Haettenschweiler, Arrial Narrow, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}*/
/* Days of other month - A */
.calOtherMonth {
	font: 14px Haettenschweiler, Arrial Narrow, Verdana, sans-serif;
	color: #909090;
	text-decoration: none;
}
/* Days not allowed by limits - SPAN 
.calForbDate {
	font: 14px Haettenschweiler, Arrial Narrow, Verdana, sans-serif;
}
/* Time navigation table = TABLE */
.calTimetable{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 12px;
}
.calDataTitle{
	font-family: Tahoma, Verdana, sans-serif;	
	font-size: 14px;
	/*color: #FFFFFF;*/
}

