﻿div#calendarwrapper{
	margin: 0 auto 0 auto;
	width: 320px;
	text-align: left;
}


#calendar{
	width: 290px;
	font-size: 0.9em;
	
	border-top: solid 1px #f0f0f0;
	border-left: solid 1px #f0f0f0;
	border-bottom: solid 2px #b4b4b4;
	border-right: solid 2px #b4b4b4;
}


#calendar .close{
	margin:0;
	padding-left: 247px;
}


.calendar{
	width: 300px;
}

#calendar form{
	margin: 0;
	padding: 0;
}

/*
.data{
	margin-left: 5px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
*/


/* added by LX */
.data{
	margin-left: 5px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}
/* /added by LX */


/*
#calendar input, #calendar select{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}
*/


/* added by LX */
#calendar input, #calendar select{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
}
/* /added by LX */



#calendar fieldset{
	margin: 0 0 0 0;
	padding: 15px 0 8px 10px;
	/*
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #cacaca;
	border-top: solid 1px #e2e2e2;
	*/
	border: none;
	background: #f7f7f7;
}

#calendar fieldset.noborder{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#calendar legend{
	display: none;
}



/* flight */
#calendar .month{
	width: 270px;
	float: left;
}

#calendar .returnmonth{
	margin-left: 30px;
}

#calendar .month img{
	float: left;
	position: relative;
	top: -5px;
	margin-right: 5px;
}

#calendar .month .line{
	margin-top: 15px;
	text-align: center;
	width: 267px;
}

#calendar .month input{
	clear: both;
	display: block;
	margin-top: 15px;
	width: 77px;
	position: absolute;
}

#calendar .month select{
	width: 90px;
}

#calendar .month .months{
	text-align: center;
	background: url(../images/booking/bg_months_line.gif) no-repeat 21px 9px;
	width: 267px;
}

#calendar .month .arrowleft{
	float: left;
	position: relative;
	top: 0px;
	width:19px;
	clear:none;
	margin-top:0px;		
}

#calendar .month .arrowright{
	float: right;
	position: relative;
	top: 0px;
	left: 4px;
		width:19px;
	clear:none;
	margin-top:0px;	
}

/*
#calendar .month table{
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	left: -2px;
}
*/


/* added by LX */
#calendar .month table{
	/*width: 100%;*/
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	left: -2px;
	font-size: 1.4em;
}
/* /added by LX */



#calendar .month table tr th{
	font-weight: normal;
	color: #000000;
	width: 34px;
}

#calendar .month table tr td{
	border: solid 1px #999999;
	/*
	text-align: left;
	padding-left: 14px;
	*/
	text-align: center;
	
	background: #ffffff;
	color: #000000;
}

#calendar .month table tr td.possible{
	/*
	padding-left: 5px;
	*/
	color: #656565;
	font-weight: bold;
}

#calendar .month table tr td.possible a{
	padding-left: 9px;
	background: url(../images/listitems/listitem_arrowright_red_dotted.gif) no-repeat center left;
	color: #656565;
	text-decoration: underline;
}

#calendar .month table tr td.possible a:hover{
	text-decoration: underline;
	color: #cc0000;
}

#calendar .month table tr td.selected{
	background:#CC0000 none repeat scroll 0%;
	border:1px solid #CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:9px;
}






