/* Default CSS Stylesheet for a new Web Application project */


.detailCaption
{
	text-align:left;
	font-weight: bold;
}
.detailData
{
	text-align:left;
}
.roomName 
{
	text-align:left;
	font-weight: bold;
}
.roomDim 
{
	text-align:center;
}

.rooms
{
 font-family:Verdana;
 font-size: 8pt;
}

.mlsResultHeader
{
	background-color:Black;
	color:White;
	text-align:center;
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;

}

.mlsResultData
{
	text-align:center;
	font-weight:normal;
	font-family:Verdana;
	font-size:10pt;
}

.mlsResultText
{
	font-family:Verdana;
	font-size:10pt;

}

.mlsResultLinks
{
	text-align:right;

}
.schoolType
{
	text-align:left;
	font-weight: bold;
}
.schoolName 
{
	text-align:center;
	
}
.FieldLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold
}
.FieldData
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal
}