﻿html
{
	height: 100%;
}
body
{
	height: 100%;
	font-family: Arial,ArialMT, Sans-Serif;
	font-size: 0.86em;
	margin-top: 5px;
}
#container
{
	width: 797px;
	margin-left: -5px;
}
#topPanel
{
	color: #A51116;
	margin-left: 0px;
	float: left;
	width: 635px;
}
#topRightPanel
{
	float: right;
	width: 20%;
	text-align: center;
	height: 130px;
	margin-top: 1px;
	color:White;
	font-weight:bold;
}
#rightPanel
{
	float: right;
	height: 100%;
	width: 140px;
}
#leftPanel
{
	float: left;
	height: 100%;
	text-align: center;
	margin-top: 20px;
}
#Wiki
{
	width: 615px;
	height: 100%;
	margin-left: 175px;
	margin-top: 20px;
}
#MainArticle
{
	width: 70%;
}
.biddingInfo
{
	font-size: 0.80em;
}

.bl
{
	text-align: center;
	background: url(../../images/bl_selected.gif) 0 100% no-repeat #802A8E;
	width: 10em;
}
.br
{
	background: url(../../images/br_selected.gif) 100% 100% no-repeat;
}
.tl
{
	background: url(../../images/tl_selected.gif) 0 0 no-repeat;
}
.tr
{
	background: url(../../images/tr_selected.gif) 100% 0 no-repeat;
	padding: 10px;
}

.bl_selected
{
	text-align: center;
	background: url(../../images/bl.gif) 0 100% no-repeat #49C7F4;
	width: 10em;
}
.br_selected
{
	background: url(../../images/br.gif) 100% 100% no-repeat;
}
.tl_selected
{
	background: url(../../images/tl.gif) 0 0 no-repeat;
}
.tr_selected
{
	background: url(../../images/tr.gif) 100% 0 no-repeat;
	padding: 10px;
}

.clear
{
	font-size: 1px;
	height: 1px;
}

.MenuButton
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
.headline
{
	font-size: 18pt;
	color: #802A8E;
	font-weight: bold;
}
#fontsize
{
    width:22%;
    float:right;
}
/* bid page */
.advertHeader, .advertReference
{
	font-family: Trebuchet, "Gill Sans MT", Verdana, Tahoma, Arial;
	font-size: 14pt;
	font-weight: bold;
}
.advertHeader
{
	padding-left: 10px;
}
.advertReference
{
	padding-right: 10px;
}
.advertIcon
{
	margin-top: 4px;
}
.advertBody
{
	font-size: 12pt;
}
.AdvertPanel
{
	position: absolute;
	left: 210px;
	top: 220px;
	z-index: 200;
	background-color: white;
	border: solid 1px black;
	width: 760px;
}

.contactDetails
{
    display:inline;
}

