/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color: #F9FAF9;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	margin-bottom: 0;
	margin-top: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
}

.Main_Table
{
	background-color: #FFFFFF;
}

.Header_Table
{
	font-size: 8pt;
	color: #FFFFFF;
}

A.Header_Table:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.Header_Table:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

A.Header_Table:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.Header_TopRowTable
{
	background-color: #7A957A;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.Header_RowTable
{
	background-image: url('images/headerTableBackground.png');
	background-repeat:no-repeat;
	background-color: #7A957A;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 2px #003300;
}

.Footer_Table
{
	font-family: Verdana;
	font-size: 8pt;
}

A.Footer_Table:link
{
	text-decoration: none;
	color: #000000;
}

A.Footer_Table:visited
{
	text-decoration: none;
	color: #000000;
}

A.Footer_Table:hover
{
	text-decoration: underline;
	color: #7A957A;
}

.Menu
{
    background-color: #7A957A;
	text-align: left;
	font-size:13px;
	padding-left:20px;
	
}

.Menu_DynamicItemStyle
{
	background-color: #7A957A;
	text-align: left;
	color: White;
	padding-left: 3px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size:13px;
	font-weight:bold;
	
}

.Menu_DynamicHoverStyle
{
	color: Red;
}

.Menu_StaticItemStyle
{	
	color: White;
	width: auto;
}

.Menu_StaticHoverStyle
{
	color: Red;
}

.TopBorderedCell
{
	border-top: solid 1px Black;
}

.BottomBorderedCell
{
	border-bottom: solid 1px Black;
}

.RightBorderedCell
{
	border-right: solid 1px #000000;
}

.Name_Label
{
	font-family: Tahoma;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

.Header
{
	background-image: url('images/CheckOut/Bar.png');
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

.Heading_Label
{
	font-size: 10pt;
	font-weight: bold;
}

.Error_Label
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}

.FooterLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.FooterTextBox
{
	font-family: Verdana;
	color: #045F34;
	width: 100px;
	height: 12px;
	text-align: right;
}

.UserInformationTable
{
	border: solid 1px Gray;
	padding-bottom: 5;
	padding-right: 5;
	font-family: Arial;
	font-size: 7.5pt;
	text-align: left;
}

.UserInformation
{
	font-family: Arial;
	font-size: 7.5pt;
	text-align: left;
	color: Black;
}

.MissingInfo
{
	font-weight: bold;
	text-align: left;
	color: Red;
}

.BodyTable
{
	border-top: solid 1px Black;
	border-bottom: solid 1px Black;
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
}

.BodyHeader
{
	font-size: 12pt;
}

.PageNavigation_Table
{
	
}

A.PageNavigation_Table:link
{
	text-decoration: none;
	color: #000000;
}

A.PageNavigation_Table:visited
{
	text-decoration: none;
	color: #000000;
}

A.PageNavigation_Table:hover
{
	text-decoration: underline;
	color: #7A957A;
}

.Search_TextBox
{
	color: Black;
	font-family: Calibri;
	text-align: left;
	text-decoration: none;
}

/* added by SMH */

.pageLabel
{
    font: bold 10pt verdana;
}
.productName
{
    font: bold 10pt verdana;
}
.productDescription
{
    font: normal 10pt verdana;
}
.companyName
{
    font: normal 10pt verdana;
}
A.resultsLink
{
    color: #003300;
}
A.resultsLink:hover
{
    color: #7A957A;
}
h3
{
    font: bold 9pt verdana;
}
h4
{
    font: bold 8.5pt verdana;
}

/* /added by SMH */