body
{
	margin: 0;
	padding: 0;
	font: 13px "Liberation Sans", "Bitstream Vera Sans", sans-serif;
	background: #BABABA url(background-pattern.png) repeat;
	color: #000;
}
a
{
	color: inherit;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
div#pts_header_top
{
	width: 100%;
	margin: 0;
	color: #FFF;
	background-color: #454545;
	border: solid #333;
	border-width: 0 0 1px;
}
div.pts_header_center
{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
div#pts_header_top_logo
{
	position: relative;
	float: left;
	background-image: url(pts-header.png);
	margin: 5px 0;
	width: 510px;
	height: 60px;
}
div#pts_header_top_title
{
	font-size: 40px;
	margin: 10px 0 0 15px;
	float: left;
}
div.pts_header_links
{
	margin: 4px 0 0;
	text-align: right;
	font-size: 11px;
	float: right;
}
div.pts_header_links_left
{
	margin: 4px 0 0;
	text-align: left;
	font-size: 11px;
	float: left;
}
div#pts_container
{
	text-align: left;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	border: solid #919191;
	border-width: 0 1px;
	background-color: #FFF;
}
div#pts_header_bottom a
{
	color: #FFF;
}
div#pts_header_bottom
{
	width: 100%;
	margin: 0;
	color: #FFF;
	background-color: #454545;
	border: solid #333;
	border-width: 1px 0 0;
	padding-bottom: 5px;
}
div#pts_header_bottom_center
{
	margin: 2px auto;
	padding: 6px 0 10px;
	width: 940px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}
div.pts_column_head
{	
	font-size: 13px;
	color: #FFF;
	background-color: #454545;
	font-weight: bold;
	display: table-row;
}
div.pts_column_body
{	
	font-size: 12px;
	color: #000;
	display: table-row;
}
div.pts_column_body_text
{
	padding: 3px 4px;
}
h1
{
	margin-left: 10px;
	margin-top: 10px;
	font-size: 21px;
	color: #454545;
	font-weight: bold;
}
p
{
	margin-left: 10px;
}
div.pts_results_table_box
{
	text-align: center;
	background-color: #F8F8F8;
	border: solid #949494 1px;
	margin: 20px auto;
	display: table;
}
div.pts_results_table_box div.pts_table_col
{
	display: table-cell;
}
div.pts_table_col div.pts_table_cell
{
	height: 17px;
	border: solid #949494;
	border-width: 1px 0 0 1px;
	padding: 0 4px;
}
div.pts_table_col div.pts_table_cell_property
{
	height: 17px;
	border: solid transparent;
	background-color: #2b6b29;
	color: #FFF;
	border-width: 1px 0 0 1px;
	padding: 0 4px 0 2px;
	text-align: left;
}
div.pts_table_col div.pts_table_cell_header
{
	height: 18px;
	background-color: #2b6b29;
	color: #FFF;
	padding: 0 4px;
	font-weight: bold;
}
div.pts_table_box
{
	text-align: center;
	background-color: #F8F8F8;
	border: solid #949494;
	border-width: 0 0 1px 1px;
	margin: 6px 10px;
	display: table;
}
div.pts_table_box_col
{
	border: solid #949494;
	border-width: 0 1px 0 0;
	display: table-cell;
	width: auto;
}
div.pts_chart_box
{
	width: 95%;
	overflow: hidden;
	margin: 5px auto;
}
div.pts_chart_box a
{
	text-decoration: none;
	font-weight: bold;
}
div.pts_chart_box a:hover
{
	text-decoration: underline;
}
div#pts_benchmark_area
{
	background-color: #FFF;
	margin: 10px auto;
	color: #000;
	overflow: hidden;
}
div.pts_benchmark_bar
{
	background-color: #454545;
	color: #FFF;
	padding: 4px;
	border: solid #6B6B6B 1px;
	margin: 0 10px;
	clear: both;
}
span.pts_benchmark_bar_header
{
	font-size: 18px;
	font-weight: bold;
}
span.pts_benchmark_bar_version
{
	vertical-align: super;
	padding-left: 5px;
	font-size: 10px;
}
div.pts_benchmark_text
{
	padding: 30px 15px 15px;
	float: left;
	overflow: hidden;
	color: #333;
}
div.pts_benchmark_img_area
{
	padding: 15px 0 15px 35px;
	float: right;
	overflow: hidden;
	height: 100%;
	vertical-align: middle;
	margin-right: 10px;
}
div#pts_copyright_area
{
	clear: both;
	background-color: #BABABA;
	text-align: center;
	padding: 0 -10px -15px;
	border: solid #919191;
	border-width: 1px 0 0;
	padding: 1px 0;
	color: #454545;
}
div#pts_banner_nav
{
	height: 36px;
	width: 100%;
	background: #266c29 url(horizontal-nav-bg.png) repeat-x;
	border: solid #949494;
	border-width: 0 0 1px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding-right: 1px;
}
div#pts_banner_nav a
{
	width: 20%;
	height: 36px;
	display: block;
	float: left;
	line-height: 36px;
	margin-right: -1px;
	border: solid #333;
	border-width: 0 1px 0 0;
}
div#pts_banner_nav a:hover
{
	text-decoration: none;
	background: #266c29 url(horizontal-nav-bg-hover.png) repeat-x;
}

