﻿html, body
{
	font-family: Arial, MS Sans Serif;
	font-size: 12pt;
	background-color: #E6E6E8;
	color: Black;
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}

.orderWizard 
{
	font-size: 10pt;
}

.detailHeader
{
	border-bottom: #999999 1px solid;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;font-weight:bold;font-style:normal;
	color: White;
}

.gridcell 
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	font-size: 12pt;
}

.gridcellbutton
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	text-align: center;
}

td 
{
	font-family: Arial, MS Sans Serif;
	font-size: 14pt;
}

a.bodylink:visited, a.bodylink:link
{
	color: Navy;
	text-decoration: none;
}

a.bodylink:hover 
{
	color: Black;
	text-decoration: underline;
}

a.SideLink:visited, a.SideLink:link
{
	color: Navy;
	text-decoration: none;
}

a.SideLink:hover, a.SideLink:active
{
	color: Purple;
	text-decoration: underline;
}

a image 
{
	border: none;
}

.producttable
{
	background-color : Navy;
	color : White;
	font-weight : bold;
	text-align : center;
}