#callayera { /* This is for the calendar position on the arrival*/
	position:static;
	width:149px;
	height:139px;
	z-index:1;
	left: 152px;
	top: 4905px;
}

#callayerd { /* This is for the calendar position departure*/
	position:static;
	width:149px;
	height:139px;
	z-index:1;
	left: 152px;
	top: 4905px;
}

.mouseoncal { /* This seeting is for the calendar icon. When mouse is on the calendar icon, the mouse pointer changes into a pointing hand*/
	cursor:pointer;
	}

.mouseontxtcal { /* This seeting is for the text field where the date will appear. When mouse is on the text field, calendar the mouse pointer changes into a text cursor*/
	cursor:text;
	}
	
#calendarPop { /*Style for the calendar*/
	background-color:#ffffff;
	margin: 0;
	position:absolute;
	visibility:hidden;
	left:200px;
	top:150px;
	width:210px;
	height:155px;
	text-decoration:none;
	color:#FFFFFF;
}
.kw_img {
	border: 0px;
}

#kwon a:link, #kwon a:visited {
	text-decoration:none;
	display:block;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
}
#kwon a:hover {
	background-color:#926334;
	color: #FFFFFF;
	text-decoration:none;
	border: 0px;
}
.kw_cal_a {text-decoration: none;}
.kw_cal_wkendon { /* Weekend - Clickable */
	background-color:#6589b0;
	color: #FFFFFF;
}
.kw_cal_wkendoff { /* Weekend - unClickable */
	background-color:#ffffff;
	color: #000000;
	text-decoration:line-through;
}
.kw_cal_off { /* Monday - Friday - unClickable */
	background-color:#ffffff;
	color: #000000;
	text-decoration:line-through;
}
.kw_cal_on { /* Monday - Friday - Clickable */
	background-color:#6589b0;
	color: #000000;
}
.kw_cal_wktitle { /* Week Title */
	background-color:#330066;
	color: #ffffff;
	font-weight: bold;
}

.kw_cal_mnth { /*This style is for the calendar month name*/
	background-color:#ffffff;
	color:#330066;
	font-weight:bold;
	font-size:11px;
}

.kw_cal_mnth a:link { /*This style is for the calendar month link*/
	color:#330066;
	font-weight:bold;
	text-decoration:none;
}

.kw_cal_mnth a:hover{ /*Settings for the calendar year name*/
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}

.kw_cal_mnth a:visited{ /*This style is for the calendar month link*/
	color:#330066;
	font-weight:bold;
	text-decoration:none;
}

.kw_cal_yr { /*This style is for the calendar year*/
	background-color:#ffffff;
	color:#330066;
	}

.kw_cal_yr a:link{ /*Settings for the calendar year name*/
	color:#330066;
	font-weight:bold;
	text-decoration:none;
}

.kw_cal_yr a:hover{ /*Settings for the calendar year name*/
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}

.kw_cal_yr a:visited{ /*Settings for the calendar year name*/
	color:#330066;
	font-weight:bold;
	text-decoration:none;
}
	
.kw_cal_ntmoff { /* This style is for the text for the unclickable dates */
	background-color:#ffffff;
	color: #999999;
	text-decoration:line-through;
	}
	
.kw_cal_ntmon { /* This style is for the text or days on the next month on the calendar*/
	background-color:#9db8d5;
	color: #ffffff;
	}

.kw_cal_today { /* This style is for the cell of the current date*/
	background-color: #ff0000;
	color: #FFFFFF;}

.kw_cal_special { background-color:#FFFFFF;;}

.kw_cal_tbl2 {
	border:1px;
	border-color:#666666;
	border-style:solid;
	background-color:#330066;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
}

