@charset "utf-8";
/* CSS Document */

#libhours  caption {
	display: none;
}
#staff  caption {
	display: none;
}


#libhours-table 
{
	padding-top: 20px;
	font-weight: normal;
	width: 95%;
	text-align: left;
	border-collapse: collapse;  
}
#staff-table 
{
	padding-top: 20px;
	font-weight: normal;
	width: 95%;
	text-align: left;
	border-collapse: collapse;  
}
#catalog-table 
{
	padding-top: 20px;
	font-weight: normal;
	width: 95%;
	text-align: left;
	border-collapse: collapse;  
	margin-left:2%;
}
#libhours-table  th
{
	padding: 10px 12px 6px 12px;
 	font-weight: bold;  
	font-size: 0.7em;
	color: #000000;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
 

#staff-table  th
{
	padding: 10px 12px 6px 12px;
	font-weight: bold;
	font-size: 0.7em;
	color: #000000;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	vertical-align: bottom;
	background-color: #ECE9C8;
}
#catalog-table  th
{
	padding: 10px 12px 6px 12px;
	font-weight: bold;  
	font-size: 0.9em;
	color: #000000;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	vertical-align: bottom;
	background-color: #ECE9C8;
}


#libhours-table td
{
	padding: 9px 12px;
	color: #000000;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 0.625em;
	text-align: left;
	/*font-weight:bold; */
}

#staff-table td
{
	padding: 9px 12px;
	color: #000000;
	font-size: 0.625em;
	vertical-align: bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


#catalog-table td
{
	padding: 9px 12px;
	color: #000000;
	font-size: 0.8em;
	vertical-align: bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#libhours-table tbody tr:hover td
{
	background: none;
}
.name {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.rs #container #staff #staff-table th  {
	font-weight: bold;
}



#staff-table tbody tr:hover td
{
	background: none;
}
#libhours h4 {
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.8em;
	color:#993300;
	font-variant: small-caps;
	padding-bottom: 20px;
	}
	
 #libhours table {width: 90%; text-align:center; padding-top:20px;}  
/* end libhours stuff */

