/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
}
table{
	width:100%;
	border-collapse:collapse;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	text-align: center;
}
.left {
	text-align: left;
}
.left img {
	margin: 0 10px 0 0;	
}
table#contact {
	width: 45%;
	}
th, td{padding:.5em;border:1px solid #fff;}
th{color:#fff;height:50px;}

.ignition_plan{background: url(ignition.jpg) no-repeat center;}
.launch_plan{background: url(launch.jpg) no-repeat center;}
.orbit_plan{background: url(orbit.jpg) no-repeat center;}

.r500{background: url(r500.jpg) no-repeat center;}
.r1gb{background: url(r1gb.jpg) no-repeat center;}
.runlimited{background: url(runlimited.jpg) no-repeat center;}


td{

}
.pricetr{border-top:none; text-align: center; font-weight: bold; color: #900;font-size: 130%;}
th.popular {background:#B91A1A url(popular.gif) repeat-x;color:#fff;}
th.popular {background:#B91A1A url(popular.gif) repeat-x;color:#fff;}
th.popular a {color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
/* tablecloth styles */

tr.even td{background:url(background.gif) repeat-x;	border-bottom:1px solid #E3F1FE;}
tr.blue td{background:url(td_blue.jpg) repeat-x;border-bottom:1px solid #E3F1FE; color: #fff; font-weight:bold;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#000;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

