/*  
 * Copyright: Estudio Nemo S.R.L.
 * Author: Equipo de desarrollo MPH
 * 
 * Hoja de estilo para impresión  
 */
 
body {
	font-size: 11px !important;	
} 
 
#main-container {
	margin: 0 !important;	
} 
 
#header, #footer {
	display: none;	
}

#backend-access-container {
	display: none;
} 
 
 /* BOOKING DETAILS
    ---------------------------------------------------------------------------- */
    
div.budget-detail-identifier {
	width: 620px;
}    
 
.booking-details-container #detail-container {
	margin: 0 !important;
	width: 620px;
}

.booking-details-container .booking-tools {
	display: none;
}
 
.booking-details-container .booking-item-tools {
	display: none;
}


#booking-detail-container .budget-detail-items {
	width: 620px !important;
}

.booking-details-container .budget-detail-items .budget-detail-data {
	width: 620px;
}

.booking-details-container .booking-step2-actions-container {
	display: none;
}

.booking-details-container .booking-item-data-container {
	width: 620px !important;
	border: none !important;	
	border-top: 1px solid #DDD;
}

.booking-item-data .item-hotel-details-header {
	width: 310px !important;
}

.booking-item-data .item-hotel-details {
	width: 310px !important;
}



#frmBackToReferer {
	display: none;
}