@charset "utf-8";
/* CSS Document */

TABLE#comparison-table img{border:none;}

TABLE#comparison-table {
	width:660px;
	font:11px/12px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	}

TABLE#comparison-table th{
	text-align:center;
	vertical-align:middle;
}
	
TABLE#comparison-table tr.first td {	
	border-top:5px solid #fff;
	}
	
TABLE#comparison-table thead  tr th {
	font-weight:bold;
	padding-left:5px;
	background:url(/Portals/0/table-images/th.jpg) repeat-x;
	height:35px;
	color:#FFFFF;
	background-color:#AAAAAA;
	}
	
TABLE#comparison-table thead th a{	
	color:#FFF;
	text-decoration:none;
}

TABLE#comparison-table td a{	
	color:#000000;
	text-decoration:none;
}

TABLE#comparison-table td{
	font-weight:normal;
	padding-left:5px;
	padding-top:5px;
	background:url(/Portals/0/table-images/td.jpg) repeat-x;
	height:35px;
	background-color:#E7F1F5;
	text-align:center;
	}
	
	TABLE#comparison-table td.category {
		color:#000;
		font-size:15px;
		text-align:left;
		}
	
	TABLE#comparison-table tr.bold td
	{
		font-weight:bold;
	}
	
	TABLE#comparison-table td.feature{
		color:#069;
		text-align:left;
		}
	
	TABLE#comparison-table td.red{
		color:#c00;
		font-style:italic;
		}
	
TABLE#comparison-table tr:hover td{
	background:url(/Portals/0/table-images/td-hover.jpg) repeat-x;
	background-color:#F5FAFC;
	}

TABLE#comparison-table a{
	text-decoration:underline;
	color:#09C;
	}
	
	TABLE#comparison-table a:hover{
	color:#000;
	}
	
#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#f7f7f7;
	width:200px;
	color:#06c;
	font:11px Tahoma, Geneva, sans-serif;
	}