/* CSS Document */

body {
	padding: 0; /*Opera 8 browser req. */
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #0000CC;
}
.xboxcontent h2 {
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.xboxcontent h3, h3 {
	font-size: 14px;
	margin-left: 10px;
}
.xboxcontent h4 {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}
table {
border-collapse:collapse;
}
.tableborder td {
border:1px solid black;
font-size:10px;
color:#000000;
text-align:center;
}

img.linked-image {
	border: none;
}

table.specstable {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	}
.specstable td {
	font-size: 10px;
	text-align: center;
	vertical-align: top;

	border: 1px solid black;
	padding: 5px;
	}
.specstable-data td {
	color: #333;
	}
.specstable .alt-line td {
	background-color: #CCC;
	}
.specstable-header td, .specstable .alt-line td.specstable-header, td.specstable-header {
	background-color: #DF192A;
	text-transform: uppercase;
	color: white;
	}
.specstable-header2 { /* alt color from the regular header, in case want both horiz + vert header in one table */
	background-color: #666; /* #0169a6; */
 	text-transform: uppercase;
	color: white;
	font-weight: bold;
	}	
.sub-header {
	margin: 10px 10px 4px 10px;
	font-weight: bold;
	text-align: left;
	}	