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

.myText {
font-size:11px;
margin-right: 1em;
}

.myTextDefinition {
font-size:11px;
font-weight:bold;
}

.galleryCaption {
padding: 5px;
font-size:9px;
text-align:center;
}
.galleryDisplay {
font-size:9px;
text-align:center;
}
.galleryTable {
border-color:#666666;
border-bottom-style:dotted;
border-top-style:dotted;
border-width:thin;
}

.eventDate {
font-style:oblique;
}

.event{
width: 100%;
font-size:11px;
padding-bottom: 14px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1em;
	padding-right: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align:left;
	background-image:url(../../assets/backgrounds/gradientBar2.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


.details {
visibility:hidden;
}

.profileHeader {
font-size:11px;
/*background-image:url(../../assets/backgrounds/gradientProfileBar.png);*/
background-color: #EBEBEB;
background-repeat:repeat-x;
color: #666666;
float:right;
padding:10px;
width: 16em;
margin-bottom: 20px;
margin-left: 20px;
}

.profileHeader img {
width:121px;
height:150px;
}

.profileRollover {
font-size:11px;
/*background-image:url(../../assets/backgrounds/gradientProfileBar.png);*/
background-color: #EBEBEB;
background-repeat:repeat-x;
color: #666666;
font-size:12px;
font-weight:bold;
float:right;
padding:10px;
width: 16em;
margin-bottom: 20px;
margin-left: 20px;
position: absolute;
}

.currentStudents img{
width: 60px;
height: 75px;
float:left;
}

.labInfo #details {
background-color:#EBEBEB;
width: 400px;
padding: 8px;
}

.labInfo td {
vertical-align:text-top;
}


