
/* CSS Document */
/*#list{
	overflow:auto;
	border: 1px solid #ccc;
	padding: 0;
	}*/
#list h2 {
	padding: 3px 0px 3px 10px;
	margin: 0 0 10px 0;
	color: #ffffff;
	background-color:#999999; 
	clear:both;
	}
#list #header_img {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	}
#message {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px;
	}
#message h2 {
	padding: 5px;
	margin: 0 0 10px 0;
	text-align:center;
	background-color:#578C32;
	color: #fff;
	}
#list .outline_box_location {
	border: 1px solid #666666;
	margin: 0 5px 12px 8px;
	padding: 10px 5px;
	background-color: #fff;
	width: 208px;
	height: 100px;
	float:left;
	position:relative; 
	}
#list .outline_box_location img {
	float: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	border-width: 1px;
	}
#list .outline_box_location h3 {
	font: bold 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin: 0;
	}
#list .status_open, #list .status_closed, #list .status_unmonitored, #list .status_none {
	float:left;
	font: bold 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	width: 83px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align: center;
	}
#list .status_open {
	background-color:#33CC33;
	}
#list .status_closed {
	background-color:#FF3333;
	}
#list .status_open img, #list .status_closed img, #list .status_unmonitored img, #list .status_none img {
	width: 75px;
	height: 75px;
	border: 0;
	background-color:#FFFFFF;
	}
#list .status_open img{
	border: 1px solid #33CC33;
	}
#list .status_closed img{
	border: 1px solid #FF3333;
	}
#list .status_unmonitored img, #list .status_none img{
	border: 1px solid #CCC;
	}
#list .unmonitored {
	position:absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	padding: 3px 0;
	margin: 0 0 0 -5px;
	text-align:center;
	background-color: #D6D6D6;
	background-color: #99CCFF;
	}