.section_title /* <DIV> element */
{
	background:white;
	color:#000066;
	font-weight:bold;
	padding:4px 8px;
	margin-top:15px;
	border:1px solid #DDEAFF;
}

.th_left
{
	width:100%;
}
.th_left th, .th_left td
{
	text-align:left;
	vertical-align:top;
	padding:4px 10px;
	border:1px solid #F5F5F5;
}
.th_left th
{
	background:#FDFDFD;
	width:250px;
}
.th_left td
{
	background:white;
}

.display_table_form
{
	width:100%;
	background:white;
}
.display_table_form th, .display_table_form td
{
	text-align:left;
	vertical-align:top;
	background:white;
}
.display_table_form th
{
	padding:10px 0px 3px 0px;
	border-bottom:1px solid #ECECEC;
	color:navy;
	font-size:11px;
}
.display_table_form td
{
	padding:5px;
}

.display_table_1, .display_table_center
{
	width:100%;
	border-collapse:collapse;
}
.display_table_1 th, .display_table_center th
{	
	background:#F2F2F2;
}
.display_table_1 th, .display_table_1 td
{
	padding:7px;
	text-align:left;
	vertical-align:top;
	border:1px solid #CCCCCC;
}
.display_table_1 td
{
	background:white;
}
.display_table_1 th a
{
	font-weight:bold;
}
.display_table_center th, .display_table_center td
{
	border:1px solid #CCCCCC;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

.display_table_2
{
/*	width:100%;*/
	margin-top:3px;
	border:1px solid #ECECEC;
	border-collapse:collapse;
}
.display_table_2 th, .display_table_2 td
{
	border:1px solid #ECECEC;
	text-align:left;
	font-size:11px;	
}
.display_table_2 th
{
	color:maroon;
	padding:3px 10px;	
}
.display_table_2 td
{
	padding:5px 12px;
}
.display_table_2 input, .display_table_2 textarea
{
	padding:2px;
}

.table_pic_header
{
	width:100%;
	background:#F6F6F6;
	border:1px solid #0079B2;
	margin-bottom:10px;
	border-collapse:collapse;
}
.table_pic_header th
{
	font-weight:normal;
	vertical-align:middle;
	padding:5px;
	background:white;
	text-align:center;
}
.table_pic_header th a
{
	
}
.table_pic_header img
{
	height:75px;
}
.table_pic_header td
{
	width:100%;
	padding:10px;
	vertical-align:top;
	background:white;
}

/* Used in displaying student information (including photos) */
.table_profile
{
	width:100%;
}
.table_profile td, .table_profile th
{
	border:1px solid #EAF2FD;	
	vertical-align:top;	
}
.profile_tab /* <DIV> element */
{
	text-align:center;
	color:#000033;
	font-weight:bold;
	margin-bottom:10px;

}
.profile_tab img
{
	height:150px;
}
.profile_content_table
{
	width:100%;
}
.profile_content_table th
{
	padding:5px 10px;
	text-align:center;
	width:30px;
}
.profile_content_table td
{
	padding:5px 10px;
}
