.HSList {
    width: 450px;
	text-align: left;
	border: thin solid #0FF;
}

.HousingOptions {
	font-style: italic;
	width: 700px;
}

.odd {
	background-color: #cfe1e5;
}

.fakelink {
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
}

/* These styles are specifically used by the survey engine */
div.CollegeSelector > div.middle > div.Control
{
    clear: both;
    padding: 5px;
    cursor: default;
    background-color: #ddd;
    margin-left: 5px;
}

/* These styles are specifically used by the survey engine */
div.HighSchoolSelector > div.middle > div.Control
{
    clear: both;
    padding: 5px;
    cursor: default;
    margin-left: 5px;
}

.CollegeSelector .label
{
    color: #000;
    font-weight: bold;
}

.CollegeSelector div.results
{
    background-color: #b7b7b7;
}

.CollegeSelector div.results h3
{
    font-size: 16px;
    color: #fff;
    display: block;
    border-bottom: solid 2px #fff;
}

.CollegeGrid div.row div
{
    margin: 0px;
    float: left;
    height: 32px;
    border-right: #666 0px solid;
}
.CollegeGrid .row
{
    border-bottom: #000 1px solid;
    background-color: #fff;
    height: 32px;
    clear: left;
}

.CollegeGrid .row div span
{
    border-left: #444 1px solid;
    background-color: #999;
    padding: 0 3px;
    display: block;
    height: 100%;
}

a.removeLink
{
    padding-left: 20px;
    background: url(../../../Resources/Images/Suggestor/remove.png) no-repeat left center; 
    text-decoration: none;
}
