﻿/* Begin Universal Settings */
body
{
    padding: 0px;
    margin: 0px;
    font-family: verdana, helvetica, Arial, Times, serif;
    font-size: 62.5%;
    background-color: #C2BEB1;
    position: relative;
    top: 15px;
    color: #343333;
}
.adminBody
{
    padding: 0px;
    margin: 0px;
    font-family: verdana, helvetica, Arial, Times, serif;
    font-size: 62.5%;
    background-color: white;
    padding: 25px;
    color: #343333;
}
p,h1,h2,h3,h4,h5,h6,a,li
{
	line-height: 1.5em;
    font-size: 1.1em;
}
/* this keeps nested items from enlarging */
li li, li li li
{
    font-size:1em;
}
h1
{
	font-size: 1.7em;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}
h2
{
    font-size: 1.6em;
    color: #7A8730;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    font-style: italic;
    font-family: Arial, Times, serif;
}
h3
{
	font-size: 1.4em;
	color: black;
	font-weight: bold;
}
h4
{
	font-size: 1.3em;
	color: black;
	font-weight: normal;
}
h5
{
	font-size: 1.2em;
	color: black;
}
h6
{
	font-size: 1.1em;
	color: black;
	font-weight: bold;
}
img.carImages
{
    padding: 1px;
    border: solid 6px #777F4E;
}
img.10pxPadding
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-bottom: 10px;
}
a:link	
{	
    font-size: 1.0em;
}	
a:visited
{
    font-size: 1.0em;
}	
a:active
{
    font-size: 1.0em;
}	
a:hover
{
    font-size: 1.0em;
}
hr
{
    color: Silver;
    height: 1px;
    border-top-style: dotted;
    width: 100%;
}
.smaller
{
	font-size: 1.0em;
}
.smallest
{
	font-size: .8em;
}
.bigger
{
	font-size: 1.3em;
}
.biggest
{
	font-size: 1.8em;
}
.alert
{
    font-size: 1.3em;
    color: Red;
    font-weight: bolder;
}
.updateSuccessful
{
    font-size: 20pt;
    color: white;
    background-color: red;
    font-variant: small-caps;
    vertical-align: middle;
    padding: 5 px;
}

/* ------------------------- */
/* Header */
/* ------------------------- */
table#headerTable
{
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------- */
/* Body */
/* ------------------------- */
table#bodyTable
{
    margin-left: auto;
    margin-right: auto;
}
td.PageHeader
{
	font-size: 1.7em;
    color: #697A07;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(../../Images/BodyLayout/PageTitleBarBackground.gif);
	background-position-x: right;
	background-repeat: no-repeat;
}
.BorderTD
{
    background-image: url(../../Images/BodyLayout/TableBackground.gif); 
    background-color: White;
}
.InventoryLinksDataList
{
    border-top: solid 1px white;
}
.LeftInventoryLinksItems
{
    font-weight: bold;
    border-bottom: solid 1px white;
    height: 30px;
}
.InventoryLinksImage
{
    position: relative; 
    top: 3px;
}
a.leftInventoryLinks
{
    font-size: 1.0em;
}
a.leftInventoryLinks:link	
{	
    color: #666666;
}	
a.leftInventoryLinks:visited
{
    color: #9F9E9E;
}	
a.leftInventoryLinks:active
{
    color: #9F9E9E;
}	
a.leftInventoryLinks:hover
{
    color: #697A07;
}
.InventoryMenuBackground
{
    background-image: url(../../Images/BodyLayout/InternalMenuBackground.gif); 
    background-color: #EEEDD5;
}
.PagingText
{
    font-size: 1.0em;
}
.welcome
{
    color: #7a8730; 
    font-family: Arial Narrow; 
    font-size: 30px;
    font-weight: bold;
}
.SectionHeader
{
	font-size: 1.5em;
    color: #697A07;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
    left: 20px; 
    position: relative; 
}
.IndentParagraph
{
    left: 50px; 
    position: relative; 
    width: 400px
}
.Testimonial
{
    width: 350px;
    border: #697A07 1px solid;
    padding: 20px;
    font-family: 'Courier New';
    background-color: #f9f8f5;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
}
.HomePageLink
{
    font-weight: bold;
    font-style: italic;
}
/* ------------------------- */
/* Footer */
/* ------------------------- */
table#footerTable
{
    margin-left: auto;
    margin-right: auto;
    color: White;
}
a.footerLinks
{
    font-size: 1.0em;
    text-decoration: none;
}
a.footerLinks:link	
{	
    color: White;
}	
a.footerLinks:visited
{
    color: white;
}	
a.footerLinks:active
{
    color: silver;
}	
a.footerLinks:hover
{
    color: #697A07;
}
td#Footer1
{
    background-image: url(../../Images/BodyLayout/FooterBoxMiddle.gif);
    background-repeat: repeat-x;
    padding-right: 0px;
    padding-left: 20px; 
    padding-top: 0px; 
    padding-bottom: 0px;
    vertical-align: middle;
}
td#Footer2
{
    background-image: url(../../Images/BodyLayout/FooterBoxMiddle.gif); 
    background-repeat: repeat-x;
    padding-right: 0px; 
    padding-left: 20px; 
    padding-top: 0px; 
    padding-bottom: 0px;
    vertical-align: middle; 
    text-align: center;
}