.ori-table{
	text-align:center;
	border-collapse:collapse;
	width: 100%;
	margin-top: 10px;
}
.ori-table th{
	font-weight: bold;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
}
.ori-table td{
	line-height: 2em;
}

.tr-selected{
	font-weight:bold;
	color:#F4524F;
}
.small-title{
	font-size: 0.8em;
	font-weight: normal;
}
.contact-msg{
	border:1px #808080;
	border:1px #808080 dashed;
	font-size:13px;
	padding:10px;
}
.school-title{
	text-align:center;
	color:#000000;
	font-weight:bold;
	padding-top: 10px;
    padding-bottom: 10px;
}
.school-name{
	color:#F4524F;
}
.all-data{
	padding:10px;
	background-color:#fff;
}
.hightline{
	background: #FFF2CC;
}