/*
//	module	      :	ax-points.css
//
//	program	      :	ax-points
//
//	target system :	any computer supporting CSS 3 or later.
//
//	purpose	      :	contains the style information used by
//			ax-points.php.
//
//	notes	      :	none.
//
//	language      :	PHP
//
//	history	      :
//
//	date		authors		comments
//
//	23apr2013	jeff thomson	extracted from ax-points.php.
//	24apr2013	jeff thomson	tweak formatting to match old version.
//	02may2013	jeff thomson	increase table borders.
//	10nov2014	jeff thomson	add styles to highlight trophy
//                                      contenders and gray out drivers who
//                                      can't make season event count.
*/

h1
{
	color:black;
}

p
{
	color:black;
}

td
{
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	padding-bottom:1px;
	align: center;
}

table
{
	border-top: 2.0pt solid #CDCDCD;
	border-right: 2.0pt solid #CDCDCD;
	border-bottom: 2.0pt solid #CDCDCD;
	border-left: 2.0pt solid #CDCDCD;
}

.td1
{
	background-color: #F11A22;
}

.td2
{
	background-color: #2B115A;
	color: #FFFFFF;
}

.td3
{
	background-color: #008AC9;
}

.td4
{
	border-top: 1.0pt solid #CDCDCD;
	border-right: 1.0pt solid #CDCDCD;
	border-bottom: 1.0pt solid #CDCDCD;
	border-left: 1.0pt solid #CDCDCD;
	background-color: #E6E6E6;
}

.td4b
{
	border-top: 1.0pt solid #CDCDCD;
	border-right: 1.0pt solid #CDCDCD;
	border-bottom: 1.0pt solid #CDCDCD;
	border-left: 1.0pt solid #CDCDCD;
	background-color: #E6E6E6;
        font-weight: bold;
        font-style: italic;
}

td.td5
{
	border-top: 1.0pt solid #CDCDCD;
	border-right: 1.0pt solid #CDCDCD;
	border-bottom: 1.0pt solid #CDCDCD;
	border-left: 1.0pt solid #CDCDCD;
	background-color: #FFFFFF;
	text-align: center;
}

td.td5b
{
	border-top: 1.0pt solid #CDCDCD;
	border-right: 1.0pt solid #CDCDCD;
	border-bottom: 1.0pt solid #CDCDCD;
	border-left: 1.0pt solid #CDCDCD;
	background-color: #FFFFFF;
	text-align: center;
        font-weight: bold;
        font-style: italic;
}

td.td5g
{
	border-top: 1.0pt solid #CDCDCD;
	border-right: 1.0pt solid #CDCDCD;
	border-bottom: 1.0pt solid #CDCDCD;
	border-left: 1.0pt solid #CDCDCD;
	background-color: #F3F3F3;
	text-align: center;
}

/*
//	end of ax-points.css.
*/
