    /* STYLED TABLE WITH BORDERS SHOWING */
table.datatable {
	border: 2px solid #DCD7C7;
	font-size: 12px;
}

table.datatable2 {
	border: 2px solid #DCD7C7;
	font-size: 14px;
}

table.datatable th, table.datatable2 th {
	border: 1px solid #ADA68D;
}
table.datatable td, table.datatable2 td {
	border: 1px solid #DCD7C7;
}

th {
	font-weight: bold;
	background: #DCD7C7;
	text-align: center;
}
tr.oddrow, td.oddrow {
	background: #F7F4EA;
}

table.dept-thumb {
}

table.dept-thumb li {	
	font-size: 10px;
}

table.dept-thumb th {
	font-weight: bold;
	text-align: center;
	background-color: #e5daa7;
	font-size: 12px;
	color: #8e2200;
	
}

/* ------ DEPT CONTACT PAGELET ------*/

table.dept_contact td {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px !important;
}
table.dept_contact {
}
table.photo_gallery {
	width: 600px;
 	font-size: 11px !important;
	font-style: italic;
}