@charset "utf-8";

body#defcon #page_banner { background-image:url(../_img/graphics/page_banners/managed-services.jpg);}

a:hover {background:#ffffff; text-decoration:underline;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:3px 5px; margin-left:8px; width:320px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #000; background:#333; font-weight:normal; color:#fff;}

#grid {
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	cursor:default;
	margin:0 0 20px 16px;
	width:700px;
	}
#grid tbody td {
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	color:#666;
	font:9px verdana;
	line-height:17px;
	text-align:center;
	}
#grid tfoot td {
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	color:#999;
	font:bold 9px verdana;
	line-height:17px;
	text-align:center;
	}



