﻿/* ------------------ addition for new SBS payroll comparison table --------------- */	
	


div#compare {
	width:550px;
	border:1px solid #000;
	margin:0 auto;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}

td.close {
	text-align:right;
	font-size:10px;
	color:#999;
	}
a.close {
	display:block;
	width:9px;
	height:9px;
	background-image:url(../images/close_btn.gif);
	overflow:hidden;
	text-indent:1em;
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:4px;
	}
a.close:hover {
	background-position:0px -9px;
	}
a.info img {
	border:0px;
	padding:3px 3px 1px;
	}
div.info {
	display:inline;
	position:relative;
	visibility:hidden;
	}
div.info div {
	position:absolute;
	left:-37px;
	color:#444;
	}
div.info div h3,div.info div p {
	font-size:12px;
	margin:0px;
	}
div.info div table {
	width:200px;
	}
tr.head td {
	background-image:url(../images/head_bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	}
td.alt {
	background-color:#f0f6fa;
	}
td.center {
	text-align:center;
	}
td.service {
	padding:8px 12px;
	}
td.service img {
	padding-bottom:6px;
	}
tr.row td {
	border-bottom:1px solid #666;
	}
tr.row td div.info td {
	border:0px;
	}
a.reset { display:none; }

table.bubble td.bubbletop {
	background-image:url(../images/bubble-t.gif);
	background-repeat:repeat-x;
	background-color:#e9f3f8;
	font-size:1px;
	}
table.bubble td.bubbleleft {
	background-image:url(../images/bubble-l.gif);
	background-repeat:repeat-y;
	background-color:#e9f3f8;
	}
table.bubble td.bubblemiddle {
	background-image:url(../images/bubble-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#e9f3f8;
	}
table.bubble td.bubbleright {
	background-image:url(../images/bubble-r.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#e9f3f8;
	}
table.bubble td.bubblebottom {
	background-image:url(../images/bubble-b.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#e9f3f8;
	font-size:1px;
	}
