﻿/* for toolpoint */

body
{	
	color: #000000;
	font-family: helvetica arial, sans-serif, serif;
	font-weight: normal;
}

a,
a:visited
{
	text-decoration: none;
	color: #00529b;
}

a:active,
a:hover
{
	text-decoration: underline;
	color: #00529b;
}

tr.tablehead
{
	font-size: smaller;
	background-color: black;
	color: White;
	
}

tr.tablehead th
{
	text-align: left;
	padding: 2px 2px 2px 2px;
}

tr.tablerow td
{
	border-bottom: dotted 1px black;
	vertical-align: top;
	text-align: left;
	padding: 2px 2px 2px 2px;
	background-color: #dddddd;
}

tr.tablerow-included td
{
	border-bottom: dotted 1px black;
	vertical-align: top;
	text-align: left;
	padding: 2px 2px 2px 2px;
	background-color: #fff;	
	
}

.toolpoint
{
	background: #cccccc;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
	width: 658px;
	margin-right: -30px;
}

.toolpoint p 
{
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.toolpoint .row
{
	clear: both;
	margin: 0 0 0 0;
	width: 628px;
	padding-left: 53px;
}

.toolpoint .dg
{
	width: 618px;
	text-align: center;
	margin-left: 10px;
}

.toolpoint .row .left
{
	width: 133px;
	float: left;
	padding: 2px 2px 2px 2px;
}

.toolpoint a,
.toolpoint a:visited
{
	color: #00529b;
	text-decoration: none;
}

.toolpoint a:hover,
.toolpoint a:active
{
	text-decoration: underline;
}

/* End Toolpoint */

/* Autodata */

.autodata
{
	background: #cccccc;
	font-size: 0.9em;
	padding: 0px 0px 73px 0px;
	width: 658px;
	margin-right: -30px;
}

.autodata p 
{
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.autodata .left
{
	clear: both;
	margin: 0 0 0 0;
	width: 305px;
	padding-left: 10px;
	float: left;
	border-right: groove 2px gray;
}

.autodata .left .row
{
	width: 308px;
}

.autodata .left .row .col1
{
	clear: both;
	float: left;
	width: 120px;
}

.autodata .left .row .col2
{
	padding-bottom: 10px;
}

.autodata .right
{
	margin: 0 0 0 0;
	width: 314px;
	padding-right: 10px;
	float: right;
	
}

.autodata .right .row
{
	padding-bottom: 10px;
}

.autodata .right .row .col1
{
	float: left;
	width: 120px;
}

.autodata .centrerow
{
	padding-top: 10px;
	width: 628px;
	text-align: center;
	clear: both;
}
	
.autodata .dg
{
	width: 618px;
	text-align: center;
	margin-left: 10px;
}

.text-danger { color: red; }

.centrerow a:first-child {
    width:50%;
	height:0;
	padding:35px 0 0 0;
	background:url(../images/ToolPoint_Button_Small.gif) no-repeat center 0;
	float:left;
}

.centrerow a#btnReset {
    width:50%;
	height:0;
	padding:35px 0 0 0;
	background:url(../images/ToolPoint_Button_Reset.gif) no-repeat center 0;
	float:right;
}


/* End Autodata */