/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: large;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}

.WarningLabel
{
	font-size: 8pt;
	color: Red;
	font-family: Arial;
}

.ComboBoxLabels
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	text-align: right;
}

.ComboBoxes
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	background-color: white;
}

.TextBoxLabels
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	text-align: right;
}

.CommandButtons
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
}

.ViewSpecials
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
	text-align: center;
}

.PropertyIndexTitle
{
	font-size: small;
	color: white;
	font-family: Arial;
	background-color: #9999cc;
	text-align: center;
	font-weight: bold;
}

.PropertyIndexSelector
{
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
	text-align: center;
}

.SearchResultsError
{
	font-size: 11pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}	

.SearchResultsUnitHeader
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #666699;
}

.SearchResultsPagingLine
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsPageSelector
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: underline;
}


.SearchResultsLine1
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsLine2
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsLine3
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsLine4
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsLine5
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SearchResultsLine6
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.SpecialsCount
{
	font-size: 11pt;
	color: black;
	font-family: Arial;
	background-color: white;
}


.PropertyDetailsHeadlines
{
	font-size: 9pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}	

.PropertyDetailsLocation
{
	font-size: 9pt;
	color: White;
	font-family: Arial;
	background-color: #9999cc;
	text-align: center;
}	

.PropertyDetailsNightsCheckIn
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	text-align: right;
}

.PropertyDetailsEssentials
{
	font-size: 8pt;
	font-family: Arial;
}

.PropertyBookingFieldLabels
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	text-align: right;
}

.PropertyBookingDataFields
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	background-color: White;
}

.PropertyBookingFailedValidationDataFields
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	background-color: Yellow;
}

.PropertyBookingSectionHeaders
{
	font-size: 9pt;
	color: White;
	font-family: Arial;
	background-color: #9999cc;
	text-align: center;
}

.PropertyBookingCheckInOutRateLabels
{
	font-size: 9pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}

.PropertyBookingCheckInOutRateFields
{
	font-size: 9pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}

.PropertyConfirmationHeaders 
{
	font-size: 9pt;
	color: White;
	font-family: Arial;
	background-color: #9999cc;
	text-align: center;
}

.PropertyConfirmationSummaryBody
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
	/* text-align: center; */
}

.PropertyConfirmationFieldLabels
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}


.PropertyConfirmationDataFields
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.PropertyConfirmationFinal
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: white;
}

.GlobalFooter
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

.AdvancedSearchTitleBar
{
	font-size: 9pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}	

.AdvancedSearchSectionTitle
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	text-align: right;
}

.AdvancedSearchCheckBoxes
{
	font-size: 8pt;
	font-family: Arial;
	text-align: left;
}

.ThumbnailBox
{
	overflow-x: hidden;
	overflow-y: auto; 
	position: static; 
	WIDTH: 100%; 
	HEIGHT: 62px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

.PropertyIndexLabel
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
	
}

