body
{
	height: 100%;
	margin: 0px 8px 0px 8px;
	font-family: arial, sans-serif;
	background: white;
}

a { color: #0B5394; }
th, td { font-size: 10pt; }
input, select, textarea { font-size: 10pt; }

.mainTable
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    color: #333333;
}

.header
{
	margin: 0;
	border-bottom: solid 1px #dcdcdc;
}

.siteTitle
{
	font-size: 32px;
	color: #cc6600;
	padding: 10px 4px 8px 1px;
}

.siteMessage
{
    font-size: 32px;
    color: Orange;
    padding: 0px 4px 4px 1px;
}

.tab
{
	text-align: center;
    border-right: solid 2px white;
}
	
.selectedTabLink
{
	display: block;
	color: #0B5394;
	background-color: #dcdcdc;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 16px 6px 16px;
}

.selectedTabLink:hover { text-decoration: underline; }

.otherTabLink
{
	display: block;
	color: #0B5394;
	background-color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 16px 6px 16px;
}

.otherTabLink:hover { text-decoration: underline; }

.navPane
{
	height: 98%;
    background-color: White;
    padding: 10px 10px 10px 10px;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

.leftPane
{
	height: 98%;
    background-color: White;
    padding: 10px 10px 10px 10px;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

.rightPane
{
	height: 98%;
    background-color: White;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

.footer
{
	padding: 8px 0px 8px 0px;
}

.sectionTitle
{
	color: #996600;
	font-size: 12pt;
	padding: 4px;
}
	
.cleanLink { text-decoration: none; }
.cleanLink:hover { text-decoration: underline; }

.navCell
{
    padding: 4px 4px 4px 4px;
    border-bottom: dotted 1px #dcdcdc;
}

.product
{
	font-weight: bold;
	padding: 8px 4px 4px 4px;
}

.price
{
	padding: 0px 4px 4px 4px;
}

.desc
{
	padding: 4px 4px 4px 4px;
}

.qty
{
	padding: 8px 4px 16px 4px;
}

.cell
{
    padding: 4px;
    border-right: dotted 1px white;
    border-bottom: dotted 1px white;
}

.cellB
{
    padding: 4px;
    border-right: dotted 1px white;
    border-bottom: dotted 1px #dcdcdc;
}

.cellR
{
    padding: 4px;
    border-right: dotted 1px #dcdcdc;
	border-bottom: dotted 1px white;
}

.cellRB
{
    padding: 4px;
    border-right: dotted 1px #dcdcdc;
	border-bottom: dotted 1px #dcdcdc;
}

.errMsg
{
	font-weight: bold;
	padding: 4px;
}

