/* Table Standards */
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 10px;
	vertical-align: top;
}

tr.even th, tr.even td {
	background-color: #c6dcf1;
}
tr.odd th, tr.odd td {
	background-color: #e3ecf6;
}

/* Comparison Table */
table#comparison {
	margin-bottom: 20px;
}
table#comparison th, table#comparison td {
	border-top: 1px solid #ffffff;
}
table#comparison tbody td {
	border-left: 1px solid #a3c6ea;
	text-align: center;
}

/* API Table */
table#api {
	margin-bottom: 20px;
}
table#api th, table#api td {
	border-top: 1px solid #ffffff;
}
table#api tbody td {
	border-left: 1px solid #a3c6ea;
}

/* Support Table */
table#support td {
	width: 135px;
}
table#support li {
	margin-left: 15px;
	margin-bottom: 5px;
}
table#support th, table#support td {
	border-top: 1px solid #ffffff;
}
table#support td {
	border-left: 1px solid #a3c6ea;
}
/* Option 1
table#support th, table#support td {
	border: 1px solid #1155aa;
}
*/

/* Specifications Table */
table#specs th, table#specs td {
	border-top: 1px solid #ffffff;
}
table#specs td {
	border-left: 1px solid #a3c6ea;
}

/* Pricing Tables */
table.price {
	margin-bottom: 20px;
}
table.price th, table.price td {
	border-top: 1px solid #ffffff;
}
table.price td {
	border-left: 1px solid #a3c6ea;
}

table#servers td, table#servers thead th {
	text-align: left;
}

