﻿/* NASG Style Sheet */

.tablecontainer {
	display: table;
	margin: 0 auto 0 auto;
}
table {
	padding: 10px;
	width: 85%;
	margin: 0 auto 0 auto;
}

.s-row {
	display: table-row;
}
.s-num {
	display: table-cell;
	width:		20px;
	height:		20px;	
	text-align:	right;
	padding-left:  0px;
	border:		0px solid blue;
}
.s-clinic {
	display: table-cell;
	width:		450px;
	height:		10px;
	font-size:		.85em;	
	text-align:	left;
	padding-left:  20px;
	border:		0px solid blue;
}
.s-presenter {
	display: table-cell;
	width:		150px;
	height:		20px;
	font-size:		.85em;	
	text-align:	left;
	padding-left:  0px;
	border:		0px solid blue;
}
.s-car {
	display: table-cell;
	width:		300px;
	height:		20px;	
	text-align:	left;
	padding-left:  0px;
	border:		0px solid blue;
}
.s-carcost {
	display: table-cell;
	width:		325px;
	height:		20px;	
	text-align:	left;
	padding-left:  20px;
	border:		0px solid blue;
}
.s-nasg {
	display: table-cell;
	width:		400px;
	height:		25px;	
	text-align:	left;
	padding-left:  0px;
	border:		0px solid blue;
}
.s-nasg a:hover	{
	background-color:	#c1c1c1;
}


