@charset "utf-8";
/* CSS Document */

/* TABLES CSS */
table {
	margin: 20px 0 0 0;	
}
.grey {
	background: #EBEFF3 url(../images/tables/td_shadow.png) repeat-y right;
}
tr {
	font-size: 100%;
	color: #333333;
}
td {
	padding: 10px 3px;
/*	border-bottom: 1px solid #ccc; */
/*	border-left: 1px solid #ccc;   */
/*	border-right: 1px solid #ccc;  */
/*	text-align: center;            */
}
td.blue {
	border-left: 1px solid #0077C6;
	border-right: 1px solid #0077C6;
	color: #000;
	background: #fff;
}
td.upgrade {
	color: #999;
}
td.item {
	text-align: left;
	padding: 0 0 0 15px;
}
td.title {
	text-align: left;
	padding: 10px 15px;
	font-size: 120%;
	color: #900;
}
th {
	background: #000;
	color: #fff;
	font-size: 100%;
	height: 40px;
	text-align: left;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
th.blue {
	background: url(../images/tables/th_blue.jpg) repeat-x center;
	color: #fff;
	text-align: center;
}
th.blue_dc {
	background: url(../images/tables/th_blue.jpg) repeat-x right;
	color: #fff;
	text-align: center;
}
/* TABLES CSS */