/* Minification failed. Returning unminified contents.
(110,8): run-time error CSS1036: Expected expression, found ';'
(111,9): run-time error CSS1036: Expected expression, found ';'
(112,11): run-time error CSS1036: Expected expression, found ';'
(113,10): run-time error CSS1036: Expected expression, found ';'
 */
@charset "utf-8";


body {
	background-color: #fff;
	font-family: 'akzidenz-grotesk-std-bloom',Arial, sans-serif;
	font-size: 14px;
	color: #1e1e1e;
	margin: 0;
	padding: 0;
	line-height: 140%;	
}
img {
	border: none;
}
a:link, a:visited {
	color: #147dc0;
	text-decoration: none;
}
a:hover {
	color: #1e1e1e;
	text-decoration: underline;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#banner {
	padding: 0;
	margin: 20px 0 0 0;
	background: url(/images/monitor_banner.jpg) top left no-repeat;
	height: 90px;
}
#breadcrumbs {
	float: left;
	font-size: 11px;
	padding: 10px 0;
}
#issue {
	float: right;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0;
}
#content {
	clear: both;
}
#left {
	width: 214px;
	float: left;
	padding: 0;
	margin: 0;
}
#leftnav {
	padding: 0;
	margin: 0;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-color: #fff;
}
li.lnav {
	font-size:12px;
	color: #1e1e1e;
	background-color: #eff0f1;
	margin: 0;
	padding: 7px 15px;
	border-bottom: 1px solid #fff;
}
li.top {
	color: #fff;
	background-color: #167dc2;
	font-weight: bold;
	font-size: 13px;
}
li.lnav a:link, li.lnav a:visited {
	text-decoration: none;
	color: #0046ad;
	display: block;
}
li.lnav:hover {
	background-color: #ced2d4;
}
li.top:hover {
	background-color: #4f77c6;
}
li.top a:link, li.top a:visited, li.top a:hover {
	color: #fff;
}
li.active, li.active:hover {
	font-weight: bold;
	background-color: #8cd6ef;
	display: block;
}

.left_special {
	padding: 20px 10px;
	font-size: 12px;
}
#center {
	width: 450px;
	float: left;
	padding: 0;
	margin: 10px 33px 30px 33px;	
}
#right {
	width:;
	float: ;
	padding: ;
	margin: ;	
}
.right_img {
	margin: 0 0 15px 0;
}
#footer {
	clear: both;
	margin: 0 auto 30px auto;
	padding: 20px 0;
	height: 40px;
	width: 980px; 
	background-color: #565a5c;
	color: #fff;
	font-size: 11px; 	
}
.footer_left {
	padding: 0 0 0 20px;
	line-height: 175%;
	float: left;
	color: #fff; 
}
.footer_right {
	padding: 0 20px 0 0;
	line-height: 175%;
	float: right;
	color: #fff; 
	text-align: right;
}
.footer_left a:link, .footer_left a:visited,
.footer_right a:link, .footer_right a:visited {
	color: #fff; 
	text-decoration: none;
}
.footer_left a:hover, .footer_right a:hover {
	text-decoration: underline;
}