﻿html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

body
{
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 100%;
}

#content
{
	/*height:100%;*/
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	position: relative; /*width: 980px;  	/* opera does not like 'margin:20px auto' */
	background-color: #fff;
	text-align: left; /* part 2 of 2 centering hack */ /*width: 980px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 950px;
	z-index: 3000;
}

.PageContent
{
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px ;  /*position:relative;*/
	width: 950px;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.Validators
{
	color:Red;
	/*background-color:#c00000;*/
	padding:3px 3px 3px 3px;
}
.PageHeader
{
	font-size:28px;
	color:#5B8A2B;
}
.SectionHeaders
{
	background-image:url(webimages/header_grey.png);
	padding: 5px 5px 5px 10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
}
.DataEntryTable
{
	font-size:13px;
}
.DataEntryTable td
{
	padding:  5px 5px 5px 0px;
}
.StoreLabel
{
	font-size:14px;
	color:Green;
	font-weight:bold;
}
.ConfirmationBox
{
	font-size: 14px;
	font-weight:normal;
	text-align:justify;
	color: black;
	background-color: white;
	min-height: 200px;
	min-width: 350px;
}
.PriceChartBoxBackground
{
	background-color: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.Close
{
    color: #E67104;
    font-size:14px;
}
.PriceChartPanel
{
    border: solid 2px :#153214;
    background-color: White;
    background-image: none;
    color: #153214;
    width: 450px;
}
.PriceChartPanel td
{
    background-image: none;
    padding: 8px 12px 5px 0px;
}
.PriceChartTable
{
    border: solid 2px black;
    width: 100%;
}
.PageNameHeader
{
    border-bottom: solid 1px #999999;
    height: 40px;
    font-family: Verdana;
    font-size: 20px;
    color: #E67104;
    padding-top: 20px;
    padding-bottom:0px;
    padding-left:0px;
    width: 950px;
}
.GVHeader
{
	background-image: url(webimages/grey_42.png);
	color: black;
}


.GVHeader th
{
	height: 30px;
	text-align: center;
	border-left-color: #D8D8D8;
}
.GVItem td, .GVSelectedItem td, .GVAltItem td
{
	padding: 5px 5px 5px 5px;
	background-image: none;
	border-left-color: #D8D8D8;
}
.GVItem a, .GVSelectedItem a, .GVAltItem a
{
	color: #E67104;
	text-decoration: underline;
}
.GVItem
{
	background-color: White;
	color: Black;
}
.GVSelectedItem
{
	background-color: #eff5ea;
}
.GVAltItem
{
	background-color: #f5f5f5;
}

