﻿body
{
	font: normal;
	font-family: Arial;
	font-size: small;
	color:GrayText;
	padding: 10px,10px,10px,10px;
	margin:0px,0px,0px,0px;
	background: url(Images/background.jpg); /*the path to your image*/
}

A:link
{
	color:#999999;
	font-weight: bolder;
}

A:hover
{
	color: #CC0000;
	font-weight: bolder; 
}

A:visited
{
	color: #B22222;
	font-weight: bolder; 
}

A:active 
{
	color: Gray;
}

H1
{
	color:white;
	font-style: italic;
}

H2
{
	
}

H3
{
	color:white;
}
H4
{
    color:#B22222;
}

TD
{
	background-color: White;
}
div.container
{
	border: solid 1px #f5f5f5;
	width:700px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}
div.bidder
{
	border: solid 1px #f5f5f5;
	width:350px;
	padding: 10px 10px 10px 10px;
	color:GrayText;
	text-align:left;
}
div.login
{
	border: solid 1px #f5f5f5;
	width:250px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}

div.adminDetail
{
	border: solid 1px #f5f5f5;
	width:400px;
	padding: 10px 10px 10px 10px;
	color:GrayText;
}

.menuItem
{
	background-color: #F0F1E9;
	color: #488CBD;
	font-weight: bolder;
}

.dropShadowPanel
{	
    display:block;
	background-color:#ffffff;		
	color: #CDB79E;
	font-weight:bold;	
	width:900px;
}

.ItemList
{
    float:left;
    
}
.ItemSummary
{
    font-weight:bold;
    font-size:12px;
}
.ItemDescription
{
    font-weight:normal;
    font-size:small;
}

.CategoryList
{
    padding: 10px 10px 10px 10px;
    vertical-align:top;
    border: solid 1px #f5f5f5;
    min-width:150px;
    max-width:200px;
    vertical-align:top;
    
}

.CategoryLinkDiv
{
    text-align:left;
}
.ItemListSummary
{
    width:200px;
}

.DetailHeader
{
    font-weight:bold;
    color:#666666;
    padding-bottom:20px;
    vertical-align:top;
}
.DetailList
{
    font-weight:normal;
    color:Black;
    padding-bottom:10px;
    vertical-align:top;
    
}
.PagerStyle a
{
    padding-right:5px;
    padding-left:5px;
    border: solid 1px #f5f5f5;
}

.footer
{
	font-size:x-small;
}
.breadcrumb
{
	border: solid 1px #f5f5f5;
	text-align:left;
	padding: 3px 5px 3px 5px;
	vertical-align:baseline;
}