body { 	
	padding: 0;
	margin: 0px 0 0 0;
	font-family: arial, helvetica, verdana, geneva, sans-serif; 
	font-size: 12px;
	background: #FFF url(/images/bg_page.gif) repeat-x top;
	/*background-color: #C1C2C3;
	background-color: #E9E9E9;*/
	text-align: center;
}

body.mceContentBody {
  	background: #FFFFFF;
  	text-align: left;
}

#container{
/*
	width: 85%; 
	width:expression(document.body.clientWidth < 874? "760px": "85%" ); 
	min-width: 760px;
*/
	width:770px;
	padding: 0;
	margin: 0 auto;
	_margin: 0;  /* Only MacIE5 will see this; and hopefully allow proper window resizing */

	border: 1px solid #8A8A8A;
	border-top:0;
	
	background-color: #FFF; 
	background-image: url("../images/leftnavBkgr.gif"); 
	background-repeat: repeat-y;
	text-align:left;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #014481;
}

a:hover {
	text-decoration: underline;
}

a { color: #039;}
a:hover { color: #6699CC; }

p {
padding: 0px;
margin: 0 0 15px 0;
}

ul {
padding: 0px;
margin: 5px 0 5px 27px;
}

ol {
	
}

td {
font-size: 12px;
}


#main { 
	padding: 15px;
	color: #333;
	line-height: 17px;
}

#main table {
	line-height: 17px;
}


#main p.homepage {
	line-height: 19px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}


#masthead {
	height: 64px;
	padding: 0;
	margin: 0;
	border: 0;
	/* background-color: #5D88B7; */
	background-color: #000;
}

#topImages {
	background-color: #000;
}


#topnav, #bookingsnav {
	margin:0;
	padding:0;
	background-color: #CECECE;
	background: url(/images/bg_nav.gif) repeat-x;
	border-bottom: 1px solid #8A8A8A;
}

#topnav ul, #bookingsnav ul {
	list-style-type: none;
	margin:0;
	padding: 5px 0 5px 0;
}

#topnav li, #bookingsnav li {
	font-family: verdana;
	display: inline;
	text-align: center;	
}

#topnav li a, #bookingsnav li a {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	color: #000;
}

#bookingsnav {
	text-align: left;
}

#bookingsnav ul {
	background:#eee;
}
 #bookingsnav li a {
	font-size: 12px;
}

#topnav li a:hover, #bookingsnav li a:hover { color: #0058AD; }

#home #linkHome, #equipment #linkEquipment, #fees #linkFees, #equipBookings #linkEquipBookings, #announcements #linkAnnouncements, #microscopy #linkMicroscopy, #fees #linkFacilityFees, #images #linkImages, #contact #linkContact {
	background-color: #4485C4; /*#ADC3DC;  */
	color: #fff;
 }



#breadcrumb {
	font-size: 11px;
	padding: 3px 6px 2px 8px;
	text-align: left;
	margin-left: 147px;
	background-color: #F4F4F4; /* #E9EEF2; */
	border-bottom: 1px solid #CCC;
/*  border-bottom: 1px solid #5D88B7;*/

}

#breadcrumbContent {
	font-size: 11px;
	padding: 0px 0px 1px 0;
}



#footer {
	padding: 5px 0 10px 5px;
	font-size: 11px;
	color: #FFF;
	clear: both;
	background-color: #000; /* #CECECE; */
	line-height: 16px;
	border-top: 1px solid #8A8A8A;
}

#footer a {	color: #CCC; }
#footer a:hover { color: #FFF; }
.clearDiv { clear: both; } 

.pdflist {
	margin:0;
	padding:0;
    list-style: none;
}
	
.pdflist ul { 
	list-style-type: none; 
	margin:0;
	padding:0;
}

.pdflist li {
    padding-left: 14px;
    background-image: url(../images/pdf.gif);
    background-repeat: no-repeat;
    background-position: 6px;
	
/*	height:expression(document.body.clientWidth < 874? "760px": "85%" ); */
	height: 51px;

	font-size: 13px;	
	margin:0;
	margin-bottom:10px;
	padding: 0 0 5px 65px;
	display:block;
	text-align:left;
}

.pdfList li .author {
	font-size: 11px;
	font-style: italic;
}



.image {
	width:495px;
	border:1px solid #CCC;
}

.caption {
	width: 485px;
	margin-top: 5px;
	padding: 5px; 
	font-size: 11px;
	color: #333;
	background-color: #F6F6F6;
	border-top: 1px solid #CCC;
}

.mainHeading {
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000;
}

.mainSubheading {
	font-size: 13px;
	font-weight: bold;
	color: #185C9E;
	padding: 5px 0 5px 0;
}

.feesTable {
/*		padding: 10px;
*/
	border:1px solid #185C9E;
}

.feesTable td.tableHeading {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #185C9E;
}

.feesTable td {
text-align:center;
}


.equip_status {
	padding: 5px 10px 10px 10px;
	margin-bottom:10px;
	background-color: #EBF2F8;
}

.equip_status td.heading {
	font-size: 13px;
	font-weight: bold;
	color:#000;
}
.equip_status td.equipment { text-align:right; }
.equip_status td.available { text-align:center; }



.announcements {
	padding: 5px 10px 10px 10px;
	background-color: #EBF2F8;

}

.announcements li {	
	padding-bottom: 10px;
}


.imageGallery {
	text-align: center;
	background-color: #CCC;
}

.imageGallery img {
	margin:4px;
	border-right: 1px solid #000;
}

.stock {
	padding: 2px;
	border:1px solid #666;
}

.textbox, select, .datebox {
	border: 1px solid #666;
	background: #fff;
	height: 16px;
}

select {
	height: 18px;
}

.datebox {
	background: #fff url(/images/calendar.gif) no-repeat right;
	cursor: pointer;
}

.button {
	border: 1px solid #939393;
	background: url(/images/bg_button.gif) repeat-x;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height:20px;
}

.button:hover {
	border-color:#333;
}

.errMsg {
	color: #f00;
}

.machineHeader {
	border: 0px solid #999;
	border-top-width: 1px;
	padding-top: 6px;
}

.machineHeader strong {
	color: #c33;
	color: #000;
}

.nicetable {
	/*padding: 10px;
	border: 2px solid #6694E3;
	background: #E0ECFF;*/
	padding: 6px;
	border: 1px solid #8A8A8A;
	background: #f2f2f2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.rowOn {
	background: #f7f7f7;
}

.mbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 20px;
}

.instrumentList {
	display: inline;
	margin-right: 20px;
	width: 300px;
	list-style: none;
	float: left;
}

.small, .small td {
	font-size: 11px;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
	cursor:pointer;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
	margin-top: -18px;	
}	

.red {
	color:#f00;
}

.clr {
	clear: both;
}