.ColWrapper{
	width: 100%;
}
.LeftCol{
	float: left;
	width: 100%;
}
.RightCol{
	float: right;
	width: 175px;
}
.LeftCol table{
	width: 100%;
}
.RightCol table{
	width: 100%;
}
.Mission {
	background-color: #fbd3a5;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	height: 180px;
	width: 100%;
	padding: 10px;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#Content #Philosophy {
	position: relative;
	overflow: auto;
	background-color: #E6F5FC;
	padding: 0.5em 1.5em;
	margin: 0 0 1em 0 ;
}

#Content #Philosophy #PhiloText {
	cursor: pointer;
	.cursor: hand;
}

#Content #Philosophy p {
	margin: 0 0 1em 0 !important;	
	font-style: italic;
	font-size: 80%;
}

#Content #Philosophy #PhiloDetail {
	font-size: 60%;
	float: left;
	margin: -0.3em -1em;
}

#PhiloDetail a:link,#PhiloDetail a:visited {
	text-decoration: none;
	color: #555;
	display: block;
	padding: 0.3em 1em;

}

#Content #Philosophy .DateAdded {
	font-size: 60%;
	float: right;
	padding: 0.3em 1em;
	margin: -0.3em -1em;
}

#Content #FiveWords {
	position: relative;
	left: 200px;
	margin-bottom: -15px;
	xmax-width: 300px;
	font-size: 80%;
	text-align: right;
	cursor: pointer;
	.cursor: hand;
}

.Adjective.Small {
	font-style: italic;
	font-size: 80%;
	color: #555;
}

.Adjective.Medium {
	font-size: 100%;
	color: #375c77;
}

.Adjective.Large {
	font-weight: bold;
	font-size: 110%;
	color: #f7a240;
}

.SliderCell {
	margin: 0;
	padding: 0;
	height: 30px;
	xmax-width: 330px; /* This, and SliderContainer width, are both 60 px * highest 5 rating, plus 30 px of padding for std. dev */
}

.SliderContainer {
	position: absolute;
	height: 30px;
	xmax-width: 330px;
	margin: 0;
	margin-top: -5px;
	margin-left: -10px;
}

.StdDev {
	position: absolute;
	top: 2px;
}

.Slider{
	position: absolute;
	top: 0;
	height: 15px;
	width: 20px;
}

.StdDev img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	height: 10px;		
}

#Notes {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#Notes > div {
	width: 100%;
	margin: 15px 0;
	border-top: 1px dotted #b9dae9;
	float: left;
	clear: both;
	min-height: 40px;
}

#Notes .Date {
	width: 100px;
	font-size: 80%;
	color: #f6911e;
	text-transform: uppercase;
	float: left;
}

#Notes .Body {
	float: right;
	width: 590px;
	min-height: 40px;
}

#Notes p {
	margin: 0 0 10px 0 !important;
}

#Notes .Author, #Notes .Remove {
	float: left;
	width: 100px;
	font-size: 80%;
	clear: left;
}

#Notes div + button {
	margin-top: -25px;
	margin-bottom: 25px;
}

#Notes .Rating {
	float: right;
	xmax-width: 590px;
}

#Notes .Rating span {
	background-image: url('/admissions/StarryWidget2/stars.gif');
	background-position:0px -60px;
	height: 30px;
	width: 30px;
	display: inline-block;
}

.Addr {
	width: 100%;
	max-width: 700px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.Addr + .Addr {
	border-top: 1px dotted #b9dae9;
}

.Parents, .Siblings {
	width: 290px;
	float: right;
}

.AddrInfo {
	width: 100%;
	max-width: 400px;
	float: left;
}

.date span {
	display: none;
	background-color: #e6f5fc;
	font-size: 60%;
	margin-left: 20px;
	padding: 0px 5px;
}

.date span.remove {
	background-color: #fee;
}

.date:hover span {
	display: inline-block;

}

.date {
	width: 100%;
	height: 100%;
	display: block;
}