 /* MAIN CSS DOCUMENT */

/************************************************************/
/************************************************************/
/*                 Override default elements                */
/************************************************************/
 body .brandPRINT {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	margin: 0;
	border: none;
	padding: 0;
	background: #FFFFFF;

 }
 
 
 /* Links */
 .brandPRINT a {
 	text-decoration: none;
 	color: #2B3879;
 	font-weight: bold;
 }
 
  
 
 
  .brandPRINT .printoffcontrols {
  display:block;
  }
    
   .printoffcontrols {
  display:none;
  }
   .brandPRINT .printoncontrols {
  display:none;
  }
 
  .printoncontrols {
  display:block; 
  }
 
 
 .brandPRINT .printonly {
 	display:none;
 }

 
/************************************************************/
/************************************************************/
/*                 Global styles                            */
/************************************************************/

.brandPRINT .contenttable{
	width:100%;
}


.brandPRINT .parabox {
	background-color: #ffffff;
	margin-left: 0px;
	padding: 5px;
	border-top: 1px solid #DEE8F3;
	border-right: 1px solid #DEE8F3;
	border-bottom: 1px solid #DEE8F3;
	border-left: 0px solid #DEE8F3;





}

.brandPRINT .contentcell {
	border-top: 0px solid;
	border-right: 1px solid #D9D8D3;
	border-bottom: 0px solid;
	border-left: 1px solid #F2F2F0;




}
.brandPRINT .footer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: 0px;
	color: #000;
}
 
 
.PrintReservationOffControls {
	display: inline;
}

.PrintReservationOnControls {
	display: none;
}

.brandPRINTRESERVATION .PrintReservationOffControls {
	display: none;
	text-align: center;
}

.brandPRINTRESERVATION .PrintReservationOnControls {
	display: inline;
	text-align: center;
}
 
 

.hidden {
	display: none;
}

 
 
