/* FireLevy.css
 * Fire Levy site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

/* Hiding Department Footer */
#deptFooter, #deptFooter #deptFooterContact {
    height: 0;
    margin: 0;
    padding: 0;
	visibility:hidden;
}

/** hiding right column bullets 
 #rightCol div.containerPadding ul li {
	list-style: none outside none;
}**/
#rightCol div.containerPadding ul {
	padding-left:10px;
	margin-left:10px;
} 


/** hiding Last Updated date on project pages **/

#LastUpdate, #ShortContact {
	visibility:hidden;
	height:0;
	padding:0;
	margin:0;
}

/** Station Status Boxes **/
.statusbox {
	border: 1px solid;
}
.statusbox h3 {
	color:#fff;
	text-align:center;
}
.statusbox p {
	padding:3px;
	margin:3px;
}
.renovate {
	background-color: #ffe1ce;
	border-color: #e95801;
}
.renovate h3 {
	background-color: #e95801;	
}
.major {
	background-color: #fee2e2;
	border-color: #872122;
}
.major h3 {
	background-color: #872122;	
}
.seismic {
	background-color: #e1f6ff;
	border-color: #1da0dd;
}
.seismic h3 {
	background-color: #1da0dd;	
}
.rebuild {
	background-color: #eaf6d6;
	border-color: #7dc205;
}
.rebuild h3 {
	background-color: #7dc205;	
}

div#tabs ul li a h4 {font-size: 115%}

/* print */
@media print {
	a[href]:after {
    	content: none;
  	}
}
#x97600 button {
    text-align: left;
    max-width: 90%;
}