table.calendar {
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.calendar td.calendar_cities {
	background-color: #56A2D3;	
	color: #001F4C;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

table.calendar td.calendar_month {
	background-color: #001F4C;
	color: #ffffff;
	padding: 3px;
}

table.calendar th.calendar_day_hdr {
	background-color: #81B817;
	color: #000000;
	border: 1px solid #001F4C;
}

table.calendar td.calendar_day_box {
	background-color: #ADC5D1;
	border: 1px solid #001F4C;
}

table.available {
	height: 40px;
}

table.available td.calendar_day_top_num {
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
	color: #001F4C;
}

table.available th.calendar_day_bottom {
	color: #000000;
	padding: 2px;
	vertical-align: bottom;
	font-weight: bold;
}

table.cal_table .day_head{
        background-color:#FFFFFF;
        color : #000000;;
        width:25px;
        text-align: center;
	font-size : 10px;
	font-family : verdana, sans serif;
}
table.cal_table .month_head{
	background : #A70708;
	color : #ffffff;
        text-align: center;
	font-weight : bold;
	font-size : 10px;
	text-transform : uppercase;
	font-family : verdana, sans serif;
}
table.cal_table td.arrow_head {
    	text-align: center;
	background : #A70708;
	color:#ffffff;
}

table.cal_table td.arrow_head a{
	font-weight : bold;
	font-size : 9px;
	color:#ffffff;
	font-family : verdana, sans serif;
}

a.cal_day, a.current_day{
	color:#000000;
	text-decoration:none;
}

a.cal_day:active, a.current_day:active {
	color:#000000;
	text-decoration:none;
}

table.cal_table td {
    	background-color : #D1DAE9;
    	color : #000000;
	font-size : 10px;
	padding : 1px;
	font-family : verdana, sans serif;
}

table.cal_table td.cal_day  {
    	text-align : center;
	width : 22px;
}

table.cal_table td.current_day {
    	text-align : center;
	width : 22px;
	border: 1px solid #001F4C;
	color: #001F4C;
	background-color: #ffffff;
	padding: 0px;
}

table.cal_table td.passed_day{
	background-color:#e3e3e3;
	color : #000000;
    	width : 22px;
    	text-align : center;
    	font-size : 10px;
}
table.cal_table{
        border-width : 1px;
        border-color : #000000;
        border-style : solid;
        background-color : #FFFFFF;
	font-family : verdana, sans serif;
}

a.close {
	font-size : 10px;
	color:#000000;
}
