.button
{
	cursor: pointer;
}
.actionbutton
{
	background-image: url(../images/actionbutton.gif);
	border: black 0px none;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana;
	width: 75px;
	height: 23px;
	color: white;
	cursor: pointer;
	background-color: black;
	text-transform: uppercase;
	padding-top: 2px;
}
body
{
	margin: 0px;
	font-family: arial;
	overflow: auto;
}
#divDrawingNotes, #divPartNotes, #divDealerNotes
{
	font-weight: bold;
	font-size: 10pt;
	left: 0pt;
	height: 100%;
	width: 100%;
	color: black;
	background-color: #f0f0f0;
	padding: 10 0 0 5;
}
table
{
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
	border-color: black;
	padding: 0000;
	margin: 0000;
	font-weight: normal;
	font-size: 12px;
	color: black;
}
TR.topRow TD
{
	height: 25px;
}
TABLE.top TR TD
{
	color: #000080;
	width: 50%;
}
#TabLogo, #TabFullscreen
{
	width: 0px;
}
TD.unselected
{
	font-weight: normal;
	cursor: pointer;
	background-color: #d3d3d3;
	text-align: center;
}
TD.selected
{
	font-weight: bold;
	cursor: default;
	background-color: #f0f0f0;
	text-align: center;
}
table.top, #tbl1
{
	height: 100%;
}
table.priority
{
	background-color: #9090ff;
	border: #800000 1px solid;
	width: 60%;
}
tr.noteTemplate
{
	background-color: #d3d3d3;
	bordercolor: #800000 1px solid;
}
table.noteTemplate2 
{
	border: #d3d3d3 1px solid;
	width: 95%;
}
table.priority img
{
	width: 16;
	height: 16;
	border: 0;
}
