﻿body 
{
    background-color:#281610;
    font:11px arial;
}
a:link, a:visited, a 
{
    color:#579;
    text-decoration:none;
}

.leftside
{
    background: #fff url(images/leftside.jpg) top left repeat-y;
    font-weight: bold;
    padding: 10px 20px 20px 20px;
    vertical-align: top;
    line-height: 1.5em;
}
#container
{
    width: 792px;
    margin: 0 auto;
    margin-top: 37px;
}
#content
{
    border-collapse: collapse;
    background-color: #fff;
}
.rightside
{
    background: #fff url(images/Rightside.jpg) top right repeat-y;
}
.footer
{
    padding-top:10px;
    font-size:10px;
    color:#983222;
}
#contentpane
{
    padding:20px 20px 0px 0px;
    vertical-align:top;
}   
.baseline
{
    background-color:#281610;
}
#leftbaseline 
{
    height:30px;
    background:url(images/bottomtred.jpg) bottom left repeat-x;
}
#middlebaseline
{ 
    height:30px;
    background:url(images/bottomtred.jpg) top left repeat-x;
}
#rightbaseline 
{
    float:right;
    text-align:right;
    height:30px;
    background:url(images/bottomtred.jpg) bottom left repeat-x
}
#rightbaseline img 
{
    height:30px;
    background:url(images/bottomtred.jpg) bottom left repeat-x;
}

.salesringtopmenu, .salesringtopmenuselected
{
    float:left;
    text-align:center;
    text-decoration:none;
    
}

a:link .salesringtopmenu, a:link .salesringtopmenuselected, a:visited .salesringtopmenu, a:visited .salesringtopmenuselected, a .salesringtopmenu, a .salesringtopmenuselected 
{
    background-color:#f4efe5;
    color:#666666;
    margin:3px;
    cursor:pointer;
    font-weight:bold;
    padding:0 20px;
}

a:link .salesringtopmenu, a:visited .salesringtopmenu, a .salesringtopmenu
{
    border:solid 1px #999999;
    color:#666666;
    text-decoration:none;
}

a:hover .salesringtopmenu
{
    border:solid 1px #000000;
    color:#333333;
    text-decoration:none;
}

a:link .salesringtopmenuselected, a:visited .salesringtopmenuselected, a .salesringtopmenuselected 
{
    border:1px solid #000000;
    color:#ffffff;
    background-color:#666666;
    text-decoration:none;
}

.salesringtableleft 
{
    border-top:1px solid black;
    border-left:1px solid black;
    border-bottom:1px solid black;
    width:178px;
}

.salesringtablemiddle
{
    border-top:1px solid black;
    border-right:1px solid black;
    vertical-align:top;
    padding:4px;
}

.salesringtableright
{
    border-right:1px solid black;
    border-bottom:1px solid black;
    vertical-align:bottom;
    padding:4px;
}

#overlay{ background-image: url(overlay.png); }

* html #overlay
{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
* html #leftsidecontainer
{
    background: #fff url(images/leftside.jpg) top left repeat-y;
}
table#bidstable, table.adminpanel
{
    border-collapse:collapse;
}
table#bidstable th, table.adminpanel th
{
    background-color: lightgrey;
}
table#bidstable th, table#bidstable td, table.adminpanel th, table.adminpanel td
{
    border:1px solid black;
    padding:2px;
}
#container { 
    background: #FFFFFF url(images/bodybackground.jpg) repeat-y scroll left top;}
* html #container 
{
    background:#FFFFFF url(images/rightside.jpg) repeat-y scroll right top;
}

.actionButton
{
	padding:3px 5px 3px 5px;
	border:1px solid red;
	font-size:13px;
	color:#ffffff;
	background-color:#333333;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}