
/* This is style sheet is for coding style of calendars on apartment pages*/
/* This style sheet is protected by copyright c 2003-2007  www.barcelona-tourist-guide.com all rights reserved */



#callayer { /* This is for the calendar position */
	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:#3781a7;
	color: #FFFFFF;
}
.kw_cal_wkendoff { /* Weekend - unClickable */
	background-color:#f1f6f9;
	color: #000000;
	text-decoration:line-through;
}
.kw_cal_off { /* Monday - Friday - unClickable */
	background-color:#f1f6f9;
	color: #000000;
	text-decoration:line-through;
}
.kw_cal_on { /* Monday - Friday - Clickable */
	background-color:#83bddb;
	color: #000000;
}
.kw_cal_wktitle { /* Week Title */
	background-color:#0283c4;
	color: #ffffff;
	font-weight: bold;
}

.kw_cal_mnth { /*This style is for the calendar month name*/
	background-color:#21698d;
	color:#FFFFFF;
	font-weight:bold;
}

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

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

.kw_cal_yr { /*This style is for the calendar year*/
	background-color:#21698d;
	color:#FFFFFF;
	}

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

.kw_cal_yr a:visited{ /*Settings for the calendar year name*/
	color:#FFFFFF;
	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:#b5e4fc;
	color: #ffffff;
	}

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

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

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

