/* iTravel-Tech itinerary CSS file */

html, body {			
	/*overflow: hidden;	*/
	margin: 5px;		
	padding: 5px;		
	width: 100%;		
	height: 100%;		
	background-color: rgb(255,255,255);
	font-family: arial, courier, serif;
}

/* override ExtJS default setting */
.ext-ie .x-form-text {
	margin-top:0px; 
	margin-bottom:0px;
	height:22px; 
	line-height:18px;
}
