.tile {
	float: left;
	width: 215px;
	height: 225px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #dddddd;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	color: black;
}
.tile #facimg {
	position: relative;
	margin-top: 10px;
	max-height: 65%;
	max-width: 95%;
	margin-bottom: 5px;
}
.tile:hover {
	border: 1px solid #bbbbbb;
}
.tileb {
	float: left;
	width: 215px;
	height: 225px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #dddddd;
	text-align: center;
	text-decoration: none;
	background-color: #fdfdff;
	color: black;
}
.tilec {
	float: left;
	width: 215px;
	height: 225px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c0d0e0;
	text-align: center;
	text-decoration: none;
	background-color: #f5f9ff;
	color: black;
}
.tiled {
	float: left;
	width: 215px;
	height: 225px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c0d0e0;
	text-align: center;
	text-decoration: none;
	background-color: #e0f0fa;
	color: black;
}
.tileb #facimg, .tilec #facimg {
	position: relative;
	margin-top: 10px;
	max-height: 65%;
	max-width: 95%;
	margin-bottom: 5px;
}
.tileb:hover {
	border: 1px solid #bbbbbb;
	background-color: #f5f9ff;
}
.tilec:hover {
	border: 1px solid #99aabb;
	background-color: #eaf0fa;
}
.tiled:hover {
	border: 1px solid #99aabb;
	background-color: #d0e0fa;
}
#browse {
	margin: 0 auto;
	border: 1px solid #cccccc; 
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	width: 95%;
	height: 400px;
	min-width: 600px;
	min-height: 600px;
}
#faclist {
	color: black;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #fafafc; 
	border-right: 1px solid #f0f0f9;
	/* background-image: url('../img/bg.white4.png'); */
}
#faclist a {
	font-family: arial, sans-serif;
	font-size: 9pt;
}
#facilityimage{
	border: 1px solid #ffffff;
}
#facilitydesc, #facilitydesc td, #facilitydesc p, #facilitydesc li {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #334455;
	margin-top: 10px;
}
#facilitydesc td {
	vertical-align: top;
	color: #334455;
}
#facilitydesc .lbl {
	color: #555555;
	vertical-align: top;
	font-size: 9pt;
}
#facilitydesc  .dept {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #505099;
	/*
	font-weight: bold;
	color: #1122bb;
	*/
	text-decoration: none;
}
#facilitydesc:hover .dept:hover { 
	text-decoration: underline; 
	color: #1122bb;
}
#facilitydesc  .platform {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #555577;
}
#facilitydesc  a.platform, a.platform {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #335577;
	text-decoration: none;
}
#facilitydesc  a.platform:hover   {
	color: #115566;
	text-decoration: underline;
}

#facilitydesc  .fac {
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #337777;
}
#facilitydesc  a.fac {
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #337777;
	text-decoration: none;
}
#facilitydesc  a.fac:hover   {
	color: #115566;
	text-decoration: underline;
}

#facilitydesc  .facdesc {
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
#facilitydesc ul {
	padding-left: 15px;
	margin-top: 5px;
}
#ratestable  .lbl {
	padding-right: 10px;
}
#pricelist {
	border: 1px solid #cccccc;
	/* box-shadow: 0 0 5px #666666; */
}

#pricelist th { 
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
#pricelist td {
	text-align: center;
	padding: 10px;
}
.even {
	background-color: #ffffff;
}
.odd {
	background-color: #fbfbfb;
}

#statement {
	
}
#statement th { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;  }
#statement td { border-bottom: 1px solid #eaeaea; }

#compliancediv {
	position: relative;
	display: none; 
	/* visibility: hidden; */
	width: 225px;
	height: 235px;
	border: 1px solid #dddddd;
	background-color: #fbfbfb;
	z-index: 999;
	font-size: 8pt;
	cursor: pointer;
}
#complianceheader {
	background-color: #000077;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 8pt;
}
#compliancemsg {
	padding: 10px;
	color: #000055;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
}
#compliancediv:hover {
	border: 1px solid #bbbbbb;
}

#bookingbanner {
	position: fixed;
	top: 0px;
	width: 45%;
	left: 55%;
	margin: 0px;
	float: right;
	z-index: 9999;
}

#pubmedTitle {
	font-family: Calibri, helvetica, arial, sans-serif;
	font-size:	11pt;
}
#pubmedContent {
	font-family: Calibri, helvetica, arial, sans-serif;
	font-size:	10pt;
}


td.tdclosed 	{background-color: #aaaaaa;}
td.tdavailable {background-color: #f0f0d0; }
td.tdtentative {background-color: #ddddee; }
td.tdbooked {background-color: #cc4444;}
td.tdlegend {border: 1px solid #999999; text-align: center; font-size: 9pt;}

#deptdate, #deptdayname { color: #006644; }
.navarrow {
	text-decoration:none; 
	cursor:pointer;
}
.navarrow:hover {
	background-image: url('img/bg_glow_cyan.png');
	background-repeat: no-repeat;
	background-size: cover;
}

