.style2 {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
}

.style3 {
    font-family: Verdana;
    font-size: 10px;
    color: #7e7e7e;
}

.style5 {
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}

.style6 {
    font-family: Verdana;
    font-size: 9px;
    color: #666666;
}

.style7 {
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
}

.style11 {
    font-size: 10px
}

.style12 {
    color: #666666;
    font-family: Verdana;
    font-size: 10px;
}

.style15 {
    color: #DDDDDD
}

.style17 {
    color: #ff00ff;
    font-size: 14px;
}

.style22 {
    color: #ff00ff;
    font-size: 14px;
    font-family: Verdana;
}

.style23 {
    font-size: larger
}

#xRez-body {
    margin-top: 3px;
    margin-left: 7px;
    margin-right: 7px;
    /*height: 476px;*/
}

#body-main {
    width: 575px;
    height: 620px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    float: left;
}

#body-main-frame {
    width: 573px;
    height: 476px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

#airline-body-main-frame {
    width: 373px;
    height: 476px;
    padding: 0px;
    border: 0px;
    margin-left: 5px;
    float:left;
}

.airline-front-page-promotionalText
{
	font-family: Verdana;
	font-size: 12px;
	color: #6c6c6c;
	line-height: 1.4;
}

/* Calendar pop up styles */
#calDiv {
    position: absolute;
    visibility: hidden;
    width:153px;
    height:128px;
   
}

#cpBody a{   
     color: #4e4e4e
     }

.cpMonthNavigation {
    text-transform: capitalize;
    background-image: url("../images/common/calender_back.gif");
    background-repeat: repeat-x;
    color: white;
    border-collapse: collapse;
  
   
}
#cpMonthNavigation a{
    color:white;
    }

#cpBody {
    font-family: arial;
    font-size: 10pt;
    /*background-image: url("../images/calender_back.jpg");*/
    background-color:white;
    border-collapse: collapse;
    width:153px;
    height:128px;
  
}

#cpBody td{
    padding:2px;   
    }
  
    
#cpBody tbody{
    padding:5px;    
}


.cpDayColumnHeader{
    color: #6378a3;
    }


/*Todays date*/
#calDiv td.cpCurrentDate {
    border-color: #000076;
    border: 1px solid;
}

.cpUnavailDate{
    text-decoration: line-through;
    color:#c0c0c0;   
 }
 
 .cpOtherMonthDate
 {
 text-decoration: none;
 }

