﻿/* Tabella Visualizzazione Carrello / Track / Preventivi */
#tblTrack
{
	border-top: solid 1px #cccccc;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6 #BFBFBF #BFBFBF #BFBFBF;
}
#tblTrack thead
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
}
#tblTrack thead th
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
}

#tblTrack tbody td
{
	border-bottom: solid 1px #E6E6E6;
}
#tblTrack input
{
	text-align: center;
}
#tblTrack tfoot
{
	background-color: #F2F2F2;
	color: #417bb4;
}
#tblTrack tfoot td
{
	border-top: solid 1px #ffffff;
}
#divTrackButton
{
	text-align: center;
	padding: 5px;
}	
.PanelTrackMessage
{
	text-align: center;	
	padding-bottom: 10px;
	padding-top: 10px;
}
