/*	
**	Filename:		popCalendar.css
**	Date Modified:	21/10/09
**	Author:			Mazzi Nabavi
**	Dependencies:	
**	Description:	This css file has been created to style the popup calendar for the date picker.
**
**	Copyright 		© 2009, Flight Centre Ltd. All rights reserved.
*/

table#calendar td  {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.calInput{
	background-image: url('../contact-us/images/sf-mini-cali.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 1px;
	border: 1px solid #cccccc;
	width: 100px;
	cursor: pointer;
	height: 15px !important;
	font-size: 11px;
}
table#calendar td b { 
	color: #fff;
}
#sCal, #eCal {
	display: none;
	position: relative;
	color: #fff;
	border: 1px solid #DBE0E5;
}
#calendar {
	background: #043984;
	clear: both;
	text-align: center;
}
#calendar, #linksTable {
	width: 170px;
}
#calendar .calendarHeader {
	background: #000;
	border-bottom: 1px solid #444;
	color: #fff;
	padding: 2px 4px;
}
#calendar .calendarHeader td {
    color: #fff;
	font-weight: bold;
}
#calendar .calendarHeader a {
    color: #fff;
}

#calendar .weekDaysTitleRow {
	background: #2E2B3C;
	color: #fff;
}
#calendar .weekDaysRow {
	background: #EEEDF3;
	color: #dfe6ef;
}
#calendar td.weekDaysCell {
	color: #999;
	border: 1px solid #C9C7D3;
}
#calendar td.weekDaysCellOver{
	background: #fff;
	border: 1px solid #C9C7D3;
}
.sD{
	cursor: pointer;
	color: #000;
}
#selectedDay{
	font-weight: bold;
	background: #E36F00;
}
#calendar td.sMonth{
	color: #000;
	background: #FFD401;
	cursor: pointer;
}
#calendar td.mTitle{
	background: #000;
}
#calendar td.mTitleOver{
	cursor: pointer;
	background: #6B677E;
}
.fullDayRow{
	padding: 3px;
	background: #6B677E;
}
#today {
	background: #D5D8DF;
}


