.month {
    width: 160px;
    font-family: Verdana;
}   

.monthname {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    font-family: Verdana;
}
.monthname_arr {
    background-color: #333333;
    border: 1px solid #333333;
    color: #777777;
    font-weight: bold;
    padding: 3px 0 3px 1px;
    text-align: center;
    font-family: Verdana;
}
.monthname_dep {
    background-color: #333333;
    border: 1px solid #333333;
    color: #777777;
    font-weight: bold;
    padding: 3px 0 3px 1px;
    text-align: center;
    font-family: Verdana;
}

.month {
/*
    text-align: left;
    width: 20px;
    font-family: Verdana;
  
    border: 1px inset #ccc;
padding:3px;
*/


display: block;
height: 34px;
font-size: 14px;
padding: 0 11px 0 11px;
color: #6991a7;
line-height: 32px;
border: 1px solid #9ab5c7;
background: rgba(255,255,255,0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 39px;
float: left;
padding: 0;
margin-right: 5px;
font-size: 14px;
text-align: center;
}




.hp_calendar {
    /*height: 130px;
    font-family: Verdana;
    */
}

.flight_itinerary .calendar {
    width: 290px;
    margin-top: 18px;
    margin-bottom: 25px;
border-collapse: collapse;
border-spacing: 0;
border-spacing: 2px;
border-color: gray;
line-height: 1.4;

}
.flight_itinerary .calendar th {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #6991a7;
    background: #eaf8fe;
    padding: 4px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
display: table-cell;
vertical-align: inherit;
}
.flight_itinerary .calendar th:last-child {
    border-right: none;
}
.flight_itinerary .calendar tr td {
    background: rgba(255,255,255,0.32);
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: table-cell;
vertical-align: inherit;
    height: 25px;
}
.flight_itinerary .calendar tr td.active,
.flight_itinerary .calendar tr td:hover {
    background: #5689c2;
    cursor: pointer;
}
.flight_itinerary .calendar tr td.active a ,
.flight_itinerary .calendar tr td:hover a {
    color: #fff;
}
.flight_itinerary .calendar tr td:last-child {
    border-right: none;
}
.flight_itinerary .calendar td a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #6991a7;
    display: block;
    line-height: 24px;
}
.flight_itinerary .calendar td.vacation a {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #c0425d;
}

#f_direct_fly{vertical-align: -2px;}

/*
.flight_itinerary .calendar {
    border: medium none;
    border-collapse: collapse;
    width: 100%;
    font-family: Verdana;
}
.flight_itinerary .calendar th {
    background: none repeat scroll 0 0 #022279;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-family: Verdana;
}
 .flight_itinerary .calendar td {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    font-family: Verdana;
}
.flight_itinerary .calendar td.active {
    background: none repeat scroll 0 0 #CC0000;
    font-weight: bold;
    font-family: Verdana;
}
.flight_itinerary .calendar td.active a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    font-family: Verdana;
}
.flight_itinerary .calendar td.vacation a {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana;
}
.flight_itinerary .calendar td.unavailable {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #AAAAAA;
    font-weight: normal;
    font-family: Verdana;
}
.flight_itinerary .calendar td.unavailable a {
    color: #AAAAAA;
    font-weight: normal;
    text-decoration: none;
    font-family: Verdana;
}
.flight_itinerary .calendar td a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana;
}
 .flight_itinerary .calendar td a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    font-family: Verdana;
}
*/

/*.off_calendars input {
    width: 30px;
}
.off_calendars td.three {
    text-align: right;
    width: 70px;
}
.off_calendars select {
    width: 150px;
}
.off_calendar {
    height: 130px;
}
.off_calendar .calendar {
    border: medium none;
    border-collapse: collapse;
    width: 100%;
}
.off_calendar .calendar th {
    background: none repeat scroll 0 0 #FF9A00;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.off_calendar .calendar td {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
}
.off_calendar .calendar td.active {
    background: none repeat scroll 0 0 #FF3232;
    font-weight: bold;
}
.off_calendar .calendar td.active a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
.off_calendar .calendar td.vacation a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
.off_calendar .calendar td.unavailable {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #AAAAAA;
    font-weight: normal;
}
.off_calendar .calendar td.unavailable a {
    color: #AAAAAA;
    font-weight: normal;
    text-decoration: none;
}
.off_calendar .calendar td a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.off_calendar .calendar td a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}*/
