th A:visited {color: #0000ff;}

body
{
	width: 99%;
	margin: 0px;
	padding: 0px;
	background-color: #C6D3D6;
}

.topExpander
{
	background-image:url(images/top_right.gif); background-repeat:repeat-x;
}

.MainMenu_top div
{
	background: url(images/MainMenu_tl.png) no-repeat top left;
}
.MainMenu_top
{
	background: url(images/MainMenu_tr.png) no-repeat top right;
}
/*.MainMenu_bottom div {
	background: url(images/MainMenu_bl.png) no-repeat bottom left;
}
.MainMenu_bottom {
	background: url(images/MainMenu_br.png) no-repeat bottom right;
}*/

.MainMenu_top div, .MainMenu_top, 
.MainMenu_bottom div, .MainMenu_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
/*.MainMenu_content { margin: 0 30px; }*/

.Main
{
	/*margin: 1em 0 0 1em;*/
	vertical-align: top;
	width: 98%;
}

.MainMenu
{ 
	background-color: #21A2C6;
	/*background: url(images/keybs.gif) no-repeat bottom right;*/

	width: 11em;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 1em 0 0 4px;
	
	/*border-style: solid;*/
	
	font-weight: bold;
	font-size: 16px;
	font-family: verdana;

	float: left;
}


.MainMenu A span {padding-left: 0px;}
.MainMenu A
{
	color: #ffffff;
	white-space: nowrap;
	background: url(images/menu_arrow.gif) transparent no-repeat 1em 0.62em;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/menu_arrow.png');*/
	padding-left: 2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-decoration: none;
	width: 9em;
	float: left;
}

.MainMenu A:hover 
{
	color: #ffffff; 
	text-decoration: none; 
	background-color: #21BCC6;
	background: url(images/menu_arrow.gif) #21BCC6 no-repeat 1.1em 0.62em;
	padding-left: 2.1em;
	width: 8.9em;
}
.MainMenu A:visited {color: #ffffff;}
.MainMenu A[disabled=disabled] {color: gray; background-color: #21A2C6;}
.MainMenu A[disabled=disabled]:hover 
{
	color: gray; 
	background-color: #21A2C6;
	background: url(images/menu_arrow.gif) transparent no-repeat 1em 0.62em;
	padding-left: 2em;
}

.MainMenu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	width: 100%;	
}
.MainMenu li 
{
	display:inline;	
}

.LoginName {padding-left: 2em;}

.BuyersMenuHeader
{
	background-color: #D8C312;
	padding: 0 0 0 1em;
	margin: 0 0 0 0 0;
	float:left;
	width: 10em;
	margin-top: 2em;
}
.SellersMenuHeader
{
	background-color: #6BC721;
	padding: 0 0 0 1em;
	margin: 0 0 0 0;
	float:left;
	width: 10em;
	margin-top: 2em;	
}

.MenuBox
{	
	float:left;
	margin-top: 0em;
	/*margin-bottom: 2em;*/
	background-color: #21A2C6;
}

.hr
{
	padding: 0 0 0 0px;
	margin: 0 0 0 16px;
	float: right;
	width: 158px;
	
	height: 1px; 
	border-bottom: 1px solid white; 
	display: block;
	font-size: 1px;
}

.MainMenuBottom 
{
	width: 11em; 
	vertical-align: bottom;
	/*float: left;*/
	background-color: #C6D3D6;
}

.BuyersGrid
{
	width: 100%;
}

.BuyersGrid td
{
	border-bottom-color: #d8c312;
	border-bottom-style: solid;
	border-width: 1px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}

.BuyersGrid textarea
{
	background-color: #C6D3D6;
}

.BuyersGrid th
{
	background-color: #D8C312;
}
 
/*.BuyersMenu a:hover {background-color: #FF9000;}*/

.SellersGrid th
{
	background-color: #6BC721;
}

.SellersGrid
{
	width: 100%;
}

.SellersGrid td
{
	border-bottom-color: #6BC721;
	border-bottom-style: solid;
	border-width: 1px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}

.SellersGrid textarea
{
	background-color: #C6D3D6;
}

.PaddedBox
{
	margin: 0;
	padding: 0;
	/*float: left;*/
}

.Links
{
	/*margin: 0px;padding: 0px;*/
	height: 40px;
	background-color: #000000;
	background-image: url(images/top_menu.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.Links A
{
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	font-style: italic; 
	
	padding-left: 1em;
	padding-right: 3em;
	padding-top: 12px;
	padding-bottom: 13px;
	
	background: url(images/slash.gif) no-repeat right center;
	position: relative;
	top: 9px;
}

.Links a:link {color: #ffffff;}
.Links a:visited {color: #ffffff;}
.Links a:hover {color: #ffff99;}
.Links a:active {color: #ffffff;}

.PanelBox {width: 100%;}
.LeftPanel {float: left; margin-right: 20pt; width: 40%;}
/*.LeftPanel td {padding-top:0px;	margin:0;}*/
.RightPanel {float: left; width: 15em;}
.RightPanel_top div
{
	background: url(images/rightPanel_tl.gif) no-repeat top left;
}
.RightPanel_top
{
	background: url(images/rightPanel_tr.gif) no-repeat top right;
}
.RightPanel_top div, .RightPanel_top
{
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.RightPanelBody
{
	border-right-style: solid;
	border-left-style: solid;
}

.CommentsBox {float:left; width: 100%;}

.AdminMsg .Author {color: #ff0000;}

.AuthorMsg .Author {color: #0000ff;}

.bidPanel_box 
{
	float: left; width: 14em;
	background: url(images/bidPanel_tl.png) no-repeat top left;
}
.bidPanel_top {
	background: url(images/bidPanel_tr.png) no-repeat top right;
}
.bidPanel_bottom {
	background: url(images/bidPanel_bl.png) no-repeat bottom left;
}
.bidPanel_bottom div {
	background: url(images/bidPanel_br.png) no-repeat bottom right;
}
.bidPanel_content {
	background: url(images/bidPanel_r.png) top right repeat-y;
}

.bidPanel_top div,.bidPanel_top,
.bidPanel_bottom div, .bidPanel_bottom 
{
	/*float: left;*/
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.bidPanel_content, .bidPanel_bottom {
	margin-top: -19px;
}
.bidPanel_content 
{
	/*float: left;*/
	padding: 0 15px; 
}

.BidLogin
{
	width: 12em;
}

.RightPanelBottomPicture
{
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 14em;
}
