/* WebSitePulse.com public report custom style sheet*/
/* If you need any help with editing this file, contact us at support@websitepulse.com */
/* or call our 24/7 toll-free support line 1-888-WSPULSE */

/* use the following ID definition to publish your logo on the reports page. */
/* replace the example image url with the url of your logo and set the width and height to match the ones of the image */
/* REMOVE this row to uncomment the definition
#customerlogo {
	background:url(http://yourserver.com/yourimage.gif) #ffffff no-repeat;
	width:150px;
	height:50px;
}
REMOVE this row too to uncomment the definition */

BODY {
	vertical-align: top; 
	padding: 0px; 
	margin: 0px;
}
BODY,P,TD,A {
	font: 11px/15px Verdana,Tahoma,Arial,Helvetica,sans-serif; 
}
A { 
	text-decoration: underline;  color: #336699;
}
A:hover { 
	color: #33CC00;
}

TD{
	border:1px solid #dddddd; 
	padding:1px 3px;
}

TH,.description{
	text-align:center;
	border:0px; 
	font:10px Verdana, Tahoma, Arial, sans-serif;
	padding:1px 3px;
	background:#dddddd;
	color:#000000;
}
.description { 
	text-align:left;
}

.section{
	vertical-align:top; 
	text-align:center;
	border:0px; 
	font-weight:bold;
	padding:2px 3px;
	background:#336699;
	color:#ffffff;
}

.totals{
	text-align:right;
	border:0px; 
	font-weight:bold;
	padding:1px 3px;
	background:#dddddd;
	color:#000000;
}

span.statusup{color:green;font-weight:bold;}
span.statuswarn{color:#FF6600;font-weight:bold;}
span.statusdown{color:red;font-weight:bold;}
span.statuspending{color:#707070;}


