.blankLine
{
	/*background-color: yellow;*/
	height: 12px;
}

.datalabel
{
	/*background-color: green;*/
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

.datafield
{
	/*background-color: blue;*/
	text-align: left;
}

.sectionTitle
{
	background-color: #bbb;
}

.sectionTitle td
{
	padding-top: 	3px;
	padding-bottom:	3px;
	padding-left:	8px;
}


.dataTable
{
	width: 650px;
}

table{
	font-size: 10pt;
}


.amenityTable
{
	width: auto;
	/*width: 570px;*/
	/*background-color: cyan;*/
}


.amenitiesSubsection td
{
	/*background-color: red;*/
	font-weight: bold;
	border-bottom: 1px solid lightgray;
}


/*150*/

/* datafields that are 1/3rd of the df length */
#df13
{
	width: 150px;
}

/* datafields that are 2/3rds of the df length */
#df23
{
	width: 300px;
}


/* datafields that are 3/3rds of the df length */
#df33
{
	width: 450px;
}

#smalltext tr td {
	font-size: 10px;
}

.smalltext{
	font-size: 10px;
}

.halfwide {
	width: 250px;
}

.fullwide {
	width: 450px;
}

#cal_trigger {
	cursor: pointer;
	position: relative;
	top: 4px;	/* FOR IE */
	/* top: 6px;	/* FOR FIREFOX */
}

#cal_trigger_label {
	position: relative;
	top: 8px;	/* FOR IE */
}

