/*
Generated on 2006-07-16 23:05:14
Using CSS Macro script by Sean Colombo
Available at codeaholics.com
*/

table.priceTable{
	border-collapse: collapse;
	border-right: 2px solid #7788ff;
	font-weight: bold;
	font-family: verdana;
	font-size: 12pt;
	width: 100%;
	margin-bottom: 20px;
	
	color: #000;
}

#sslDesc{
	font-size: 8pt;
	font-weight: normal;
	display: none;
}

table.priceTable tr{
	height: 32px;
}

table.priceTable tr.tokens{
	display: none;
}

table.priceTable th{
	background-color: #aabbff;
	border: 2px solid #7788ff;
	text-align: left;
	padding-left: 2px;
	padding-right: 0px;
}

table.priceTable tr.header th{
	text-align: center;
	padding: 0px;
}

table.priceTable td{
	border: 1px solid #7788ff;
	border-left: 2px solid #7788ff;
	border-right: 2px solid #7788ff;
	text-align: center;
	font-size: 10pt;
}

table.priceTable th.empty{
	background-color: transparent;
	border: 0px;
}

table.priceTable tr.empty td{
	border: 0px;
	border-top: 2px solid #7788ff;
	border-bottom: 2px solid #7788ff;
	background-color: #7788ff;
}
table.priceTable tr.empty td.notAvailable{
	border: 2px solid #7788ff;
	border-top: 1px solid #7788ff;
	border-bottom: 1px solid #7788ff;
	background-color: #ddd;
}

table.priceTable tr.empty th{
	border-right: 0px;
	background-color: #7788ff;
}

table.priceTable th.module{
	padding-left: 30px;
}

table.priceTable th.signUp{
	text-align: center;
	padding: 0px;
	background-color: #4f4;

}

table.priceTable th.whiteBg{
	text-align: center;
	background-color:#fff;
	font-size:12px !important;
}

table.priceTable th.notAvailable{
	color:#888;
}
table.priceTable td.notAvailable{
	background-color:#ddd;
}
