/*
 * @version Id: packet.css 10/sep/07
 * @package Parcelle
 * @copyright Copyright (C) 2007 Andrea Bizzotto - Tecnobit S.R.L. All rights reserved.
 * @license 
 * Created on 10/sep/07
 *
 * 
 * visualizzazione per grafica >= 1280x800
 */

.subscriptions-table {

	margin: 15px;
}
/*  table header */
.subscriptions-table-check-header {
	background-color:#def;
	width:50px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-item-header {
	background-color:#dfe;
	width:350px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-price-header {
	background-color:#def;
	width:60px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-expires-header {
	background-color:#dfe;
	width:110px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-renew-header {
	background-color:#def;
	width:110px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-state-header {
	background-color:#dfe;
	width:75px;
	text-align:center;
	font: normal bold 12px arial;
	border: 1px dotted black;
}

/* table body */
.subscriptions-table-check {
	background-color:#def;
	width:50px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-item {
	background-color:#dfe;
	width:350px;
	font: normal 12px arial;
}
.subscriptions-table-price {
	background-color:#def;
	width:60px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-expires {
	background-color:#dfe;
	width:110px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-renew {
	background-color:#def;
	width:110px;
	text-align:center;
	font: normal 12px arial;
}

.subscriptions-table-state {
	background-color:#dfe;
	width:75px;
	text-align:center;
	font: normal 12px arial;
}

.subscriptions-table-check-red {
	background-color:#fba;
	width:50px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-item-red {
	background-color:#fcb;
	width:350px;
	font: normal 12px arial;
}
.subscriptions-table-price-red {
	background-color:#fba;
	width:60px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-expires-red {
	background-color:#fcb;
	width:110px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-renew-red {
	background-color:#fba;
	width:110px;
	text-align:center;
	font: normal 12px arial;
}
.subscriptions-table-state-red {
	background-color:#fcb;
	width:75px;
	text-align:center;
	font: normal 12px arial;
}

.subscriptions-table-total-header {

	background-color:#fcb;
	width:350px;
	text-align:right;
	font: normal bold 12px arial;
	border: 1px dotted black;
}
.subscriptions-table-total {

	background-color:#fcb;
	width:60px;
	font: normal bold 12px arial;
	text-align:center;
	border: 1px dotted black;
}
