﻿body 
{
	background-color:white; 
}
.bdyError
{
	background-color:white;
}
hr
{
	height :1px;
	width:98%;
	color:Silver;
}

A
{
	color: Blue;
	text-decoration:none;
	font-family:Times, Roman, Serif
}
A:active
{
	color: Purple;
}
A:hover
{
	text-decoration:underline;
}

/* AutoData Elements */	
.ADBarcode
{
	color:black;
	background-color:inherit;
	height:12px;
	width:100%;
}

.ADBlankSpace
{
	background-color:inherit;
	height:12px;
	width:100%;
}

/* Comment Caption */
.ADComment
{
	background-color:inherit;
	font: 1em times; 
	border-style:none;
	padding:3px;
	width:100%;
	white-space:nowrap;
}     

/* Comment Textbox */
.ADCMTTextBox
{
	background-color:white;
	border: solid ipx black;
	font: 1em arial;
	overflow:auto; 
/*	height:6em; */
	width:auto; 
}    

/* Handprint Container */
.ADHandprint
{
	background-color:inherit;
	border-style:none;
	font: 1em times; 
	padding:3px;
	width:100%;
	white-space:nowrap;
}     

/* Handprint Textbox */
.ADHPTextBox
{
	background-color:white;
	border: solid ipx black;
	font: 1em arial;
	height:1em;
	width:29ex;  
}

.ADSingleChoice
{
	background-color:inherit;
	border: none;
	font: 1em times; 
	font-style:normal;
	color:black;
	width:100%;
	white-space:nowrap;
}

.ADMultipleChoice
{
	background-color:inherit;
	border: none;
	font: 1em times; 
	font-style:normal;
	color:black;
	width:100%;
	white-space:nowrap;
} 

.ADTitle
{
	width:100%;
	font: 26pt arial; 
	font-style:normal;
	color:black;
	background-color:inherit;
	text-align:center;
	white-space:nowrap;
}

.ADText
{
	width:100%;
	font: 1em times; 
	font-style:normal;
	color:black;
	background-color:inherit;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
	white-space:nowrap;
}

.ADSectionHeader
{
	width:100%; 
	font: .9em arial; 
	font-style:normal;
	color:white;
	background-color:black;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	margin-top:2px;
	margin-bottom:2px;
	white-space:nowrap;
}

.ADNavigator
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .75em;
	font-style:normal;
	text-align:center;
	color:black;
	background-color:Transparent;
}

.NavButton
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-style:normal;
	background-color:Transparent;
	border-style:solid;
	border-width:1px;
	height:24px;
	width:120px;
}
