/*

	carhold.css - the default style sheet for the carhold application.  This
	              can be used by linking it to the main web page that includes
	              the carhold script tag or an alternative may be provided that
	              defines the classes below
	           
*/

/*
	chOuter - text align for the overall carhold include
*/
.chOuter
{
	text-align:     left;
}


/*
	chMain - the background color and positioning information for the main
	         carhold search window
*/	         
.chMain
{
	background-color: 	#CDC3B7; 
	position:			absolute;
	top:				20;
	left:				10;
	width:				750px;
}

/*
	chResults - the background color and positioning information for the results
			    window
*/			 
.chResults
{
	background-color: 	#CDC3B7; 
	position:			absolute;
	top:				200;	/*Generally chMain.top + 170px*/
	width:				750px;
	left:				10;
	height:				400px;
}

/*
	chBooking - the background color and positioning information for the booking
			    window
*/			 
.chBooking
{
	background-color: 	#CDC3B7; 
	position:			absolute;
	top:				200;
	width:				750;
	left:				10;
}

/*
	chRefNo - the amend booking reference no dialog
*/
.chRefNo
{
	background-color: 	#CDC3B7; 
	border-style:		ridge;
	border-color:       #044569;
	border-width:       thick;
	padding:			.5cm;
	position:			absolute;
	top:				200;
	width:				20%;
	left:				270;	/*40%;*/
}

/*
	chSearchingGif - the position for the searching gif
*/
.chSearchingGif
{
	position:			absolute;
	top:                45%;
	width:              160;
	height:             160;
	left:				35%;
}


/*
	chBackground - 	the background color and size for the main carhold
					user interface
*/
.chBackground
{
/*	background-color: 	#CDC3B7; */
}

/*
	chMainTitle - 	the background color and text color of the main
					title information
*/
.chMainTitle
{
	background-color: 	#044569;
	font-size:        	12pt;
	color:			  	white;
	font-style: 		italic;
	font-weight:		bold;
	font-family: 		Arial;
	text-align:			center;
}

/*
	chTitleBackground	- the title background color
*/
.chTitleBackground
{
	background-color:	#044569;
}

/*
	chSubTitleText	- the subtitle text color and size
*/
.chSubTitleText
{
	font-size: 			10pt;
	color: 				#000101;
	font-weight: 		bold;
	font-family: 		Arial;
}

/*
	chLabelText	- the label text color and size
*/
.chLabelText
{
	font-size: 			9pt;
	color: 				#003366;
	font-style: 		normal;
	font-family: 		Arial;
}

/*
	chSelection - the text size and type for dropdown lists
*/
.chSelection
{
	font-size: 8pt;
	font-family: Arial;
}

/*
	chButton - color, size and type for buttons
*/
.chButton
{
	font-size: 			9pt;
	color: 				#003366;
	font-style: 		normal;
	font-family: 		Arial;
}

/*
	chBookBackground - color of the booking form background
*/
.chBookBackground
{
	background-color: #CDC3B7;
}

/*
	chMessage - color & font for a message
*/
.chMessage
{
	color:			  Green;
	font-style:		  italic;
	font-family:	  Arial;
	font-size:		  12pt;
}

/*
	chResultsBackground - color of the results list background
*/
.chResultsBackground
{
	background-color: #CDC3B7;
}

/*
	chResultsBackground - color of the results list background
*/
.chResultsText
{
	font-size: 			9pt;
	color: 				#000101;
	font-style: 		normal;
	font-family: 		Arial;
	text-align:			left;
}

/* 
	chReportTitle - color, font etc for the confirmation report
*/
.chReportTitle
{
	font-family:        Arial;
	font-style:         normal;
	font-size:          14pt;
	text-align:         center;
	color:              White;
	background-color:   olive;
	width:              100%;
}

/* 
	chReportBookNo - color, font etc for the confirmation report
*/
.chReportBookNo
{
	font-family:        Arial;
	font-style:         normal;
	font-size:          14pt;
	text-align:         center;
	color:              Black;
	width:              100%;
}

/* 
	chReportLabel - color, font etc for the confirmation report
*/
.chReportLabel
{
	font-family:        Arial;
	font-style:         normal;
	font-size:          12pt;
	text-align:         left;
	color:              Black;
}

/* 
	chReportText - color, font etc for the confirmation report
*/
.chReportText
{
	font-family:        Arial;
	font-style:         italic;
	font-size:          12pt;
	text-align:         left;
	color:              Black;
}
