/* PLANS PAGE CSS - © Copyright Jonathan Nathanson 2010 */

table, thead, tfoot, tbody, th, td {
	margin: 0;
	padding: 0;	
	}
	
table#plans {
	float: left;
	background:#FFFFFF;
	border-collapse: collapse;
	color: #333333;
	margin-top: 75px;
	margin-left: 200px;
	padding: 20px 5px 5px 5px;
	width: 763px;
	font: 13px/1.2 Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	}
	
	div.border { border: 2px solid #4b4c4c; }
	
table#plans tbody { border: 2px solid #4b4c4c; color: #7088a5; font-size:14px; }

table#plans tfoot td { padding:0; margin:0; text-align:left; }
	table#plans tfoot td a.customquote { display:block; float:left; width:337px; height:73px; background-image:url(/images/customquote.jpg); margin-top:5px; }
	table#plans tfoot td div.telephone { display:block; float:right; width:394px; height:73px; background-image:url(/images/telephone.jpg); margin-top:5px; }
			
table#plans thead,
table#plans td {
	text-align: center;
	}
	
table#plans td:empty {
	background: #FFFFFF;
	border: 0;
	}
	
table#plans thead th {
	background-image:url(/images/heading.jpg);
	width:129px;
	height:34px;
	color:#FFFFFF !important;
	text-shadow:#222222 1px 1px;
	}
	
table#plans th[scope=row] {
	font-variant: small-caps;
	text-align:left;
	padding:5px 5px 5px 10px;
	color:#4b4c4c;
	font-size:12px;
	border-left: 2px solid #4b4c4c;
	}
	
table#plans th[scope=col] {
	width:129px;
	}
	
table#plans th[scope=row] a {
	outline:none;
	}
	
table#plans tbody td { border-left:#d1e3f0 1px solid; padding:4px; }

/*table#plans tbody tr:nth-child(odd) {
	
	background-color:#e9f1fb;
	border-top:#e3eaf3 1px solid;
	border-bottom:#e3eaf3 1px solid;
	
}*/

tr.blue { 	background-color:#e9f1fb;
	border-top:#e3eaf3 1px solid;
	border-bottom:#e3eaf3 1px solid; }

.price { font-size:14px; font-weight:bold; color:#124b99; }
span.smallnote { float:left; width:80px; padding-left:25px; font-size:9px; font-weight:normal; line-height:8px; color:#444444; }

.ie_border-bottom { border-bottom: 2px solid #4b4c4c; }
.ie_border-right {border-right: 2px solid #4b4c4c;}
.ie_border-top {border-top: 2px solid #4b4c4c;}

.clr { clear:both; }
