﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3A486D;
}
a
{
	text-decoration: none;
	color:#555;
}
a:hover
{
	text-decoration: none;
	color: #0000FF;
}
img
{
	border:0;
}
.MenuHeading
{
	font-weight: bold;
	background-color: #D8D8D8;
}
.MenuBox
{
	width: 100%;
	height: 100%;
}
.BaseTable
{
	border: 1px solid #959595;
	background-color: White;
}
.ItemList
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #959595;
}
.MainItemsTable
{
}
.CategoryHeadingTD
{
	border-bottom-style: solid;
	color: #993300;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #959595;
	border-bottom-width: thin;
}
.CategoryHeading
{
	font-size: 15px;
	font-weight:bold;
	color: #F3A521;
}
.ItemTable
{
	width: 400px;
	height: 130px;
}
.ItemTitle
{
	font-weight: bold;
	height: 20px;
}
.ItemDesc
{
	height: 100px;
}
.ItemFooter
{
	height: 10px;
}
.underline
{
	text-decoration:underline;
}
.AdminDetailsViewFieldHeader
{
	width: 180px;
	font-weight:bold;
}
.AdminDetailsViewFooter
{
	font-weight:bold;
}
.AdminDetailsViewRowStyle
{
	border: 1px solid #FFFFFF;
	background-color: #D9ECEC;
	border-spacing: 1px;
}

.AdminMessage
{
	padding: 2px;
	background-color: #BBFFBB;
	border: thin solid #009D00;
	color: #008000;
	width: 80%;
}

.AdminErrMessage
{
	padding: 2px;
	background-color: #FFCCCC;
	border: thin solid #FF0000;
	color: #990000;
	width: 80%;
}
.SiteFooter
{
	padding: 10px;
	border-top: 1px solid #959595;
	font-size: x-small;
	text-align: center;
	background-color: #D8D8D8;
}
.SiteCompanyName
{
	font-size: 25px;
	color: #555; /*border-top: 1px solid #959595;*/
	background-color: #D8D8D8;
	width: 500px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Academy Engraved LET';
	font-weight: bold;
}
.SiteLogo
{
	/*border-top: 1px solid #959595;
	border-left: 1px solid #959595;*/
	background-color: #D8D8D8;
	padding-left: 20px;
	padding-right:0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:50px;
}
.SiteTopMenu
{
	color: #555;
	font-size: 10px;
	font-variant: small-caps; /*border-top: 1px solid #959595;
	border-right: 1px solid #959595;*/
	background-color: #D8D8D8;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.ItemListFooter
{
	text-align: center;
	font-size:smaller;
	width: 100%;
}
.ContactUsAssociatedCompanyTitle
{
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #959595;
	font-size: medium;
}
.ContactUsCompanyName
{
	font-weight: bold;
	padding: 8px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #959595;
}
.ContactUsCompanyDetails
{
	padding: 5px;
	text-align: center;
}
.AdminHeadings
{
	font-size: 20px;
	font-weight: lighter;
	color: #003399;
	text-align:left;
}
.AdminItemsGridFooter
{
}
