





/* 
=======================================
calendar
=======================================
*/

#calendar {
	visibility: hidden;
	position: absolute;
	top: 270px;
	left: 0px;
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #00277f;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
    .futureDate  { color: #000; text-decoration: underline;}
    .pastDate { color: #aaa; text-decoration: none;}
    .close { 
    	position: absolute;
    	top: 1px;
    	left : 210px;
    	color: #00277f; 
    	text-decoration: none; 
    	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
    	}
    .currDate { 
    	color: #000; 
    	text-decoration: underline; 
    	border: 1px solid #00277f;
    	background: #d4e3f4;
    	font: 8pt Verdana, Arial, Helvetica, sans-serif;
    	}
    
    #calendar_frame {
    	position: absolute;
    	top: 0px;
    	margin: 0px;
    	background: #d4e3f4;
    	width: 266px;
    	height: 135px;
    	}
    #months_frame {
    	position: absolute;
    	top: 16px;
    	left: 0px;
    	margin-left: 2px;
    	margin-right: 2px;
    	margin-bottom: 2px;
	background: #fff;
	text-align: center;
	display: block;
	height: 115px;
	width: 262px;
	border: 1px solid #00277f;
	z-index: 1;
	}

    #bisector { 
    	position: absolute;
    	left: 131px;
	border-left: 1px solid #00277f;
	height: 100%;
	z-index: 1;
	}
    .month_label {
    	text-align: center;
    	font-size: 8pt;
    	font-weight: bold;
    	font-family: Verdana;
    	color:  #00277f;
    	background: #d4e3f4;
    	display: block;
    	height: 18px;
 	letter-spacing:-0.2mm 
   	}

    .calendar_table {
    	background: #fff;
    	display: block;
    	}

    #left_month {
	float: left;
	font-color: #92192A;
    	width: 130px;
    	display: block;
    	text-align: center;
	}
	
    #right_month {
    	position: absolute;
    	left: 133px;
    	width: 127px;
    	display: inline;
    	text-align: center;
	}

    #monthOne {
    	width: 130px;
    	}	
	
    #monthTwo {
    	position: relative;
    	width: 127px;
 	}
	
    #monthOne, #monthTwo {
	margins: 0px;
	background: #fff;
	}
	
    #monthOne td, #monthTwo td {
        font: 8pt Verdana, Arial, Helvetica, sans-serif; 
        line-height: 9pt;
	letter-spacing: -0.2mm; 
	text-align: center;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	}
    .days_of_week {
     	background: #00277f;
     	color: #fff;
     	}

#travelProfile{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
	}
#travelProfilesHidden {
	visibility: hidden;
	}

