@charset "utf-8";
/* CSS Document */

/* ------ PRETTY DATA TABLE-------------*/

table.pretty {
  background: whitesmoke;
  border-collapse: collapse;
}
table.pretty th, table.pretty td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.pretty th {
  background: gainsboro;
  text-align: left;
}

table.pretty th, table.pretty td
{
	padding: 7px;
}

/* ----------- SPECIAL STYLES ---------------- */

p.yellowbox{
	background-color:#fff0c1;
	padding: 7px 10px 10px 10px;
	margin:7px 0 7px 0;
	line-height:150%;
}

p.meta{
	
	background-color:#d6f9cc;
	padding: 7px 10px 10px 10px;
	margin:7px 0 7px 0;
	line-height:150%;
	font-size:90%;
}

/* THICK RED BORDER - HEADER WITH NO TOP PADDING */

div.thickRedBox
{
	border: 2px solid red;
	padding: 7px;
	margin: 10px 0px 10px 10px;
}

div.thickRedBox h5
{
	margin: 0px 0 5px 0;
	text-transform: uppercase;
}


p.blue
{
	color:#039;
	font-weight: bold;
}

/* -----------------IMAGE GALLERY FOR PHOTOS ------------------*/


div.img
  {
  margin:0 15px 15px 0;
  border:1px solid #5e9dc8;
  float:left;
  text-align:center;
  width:165px; 
  }
div.img img
  {
  display:inline;
  margin:0 0 10px 0;
  border:none;
  width:165px;
  }
  
  div.img a:hover
  {
  color: #F30;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  margin:0 0 10px 0;
  padding: 5px;
  }
  
  div.clear
  {
	  width:100px;
	  clear: both;
  }

/* formats image captions */

p.caption{
	font-size:80%;
	color: #666;
	padding:10px;
	margin:0;
}

/* ---------- ADMISSIONS --------------------*/

div.admissions {
	background-color:#fff0c1;
	padding: 5px 0 5px 7px;
	margin: 5px 0 10px 0;
}
div.admissions > p {
	padding: 5px 0 5px 0;
	margin:0;
}

/*---------------------------------------*/



/* -------------------RESEARCH SECTION STYLES -----------------------*/

table#data{
	width:90%;
	background-color:#eee;
	
}

table#data td{
	background-color:#fff;

}

table#data th{
	text-align: center;

}

/*--------------------END RESEARCH SECTION STYLES-------------------*/



