body
{
	font-family: Georgia;
}

p, ul, ol
{
	line-height: 130%;
}

.space_for_rent
{
	font-variant: small-caps;
}
.error-message
{
	color: #000000;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
}
.mandatory
{
}

.optional
{
	font-style: italic;
	color: #666666;
}

.footer-box
{
	margin: 20px 0px 0px 0px;
	clear: both;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

h1
{
	font-size: 26px;
} 

h1.large
{
	font-size: 40px;
} 

a
{
	color: #ce5c00;
}
.copyright
{
	font-family: verdana;
	font-size: 12px;
	color: #666666;
}

.rent-this-space-box
{
	float: right;
}

.error-box
{
	border-color: #aa0000;
	border-style: solid;
	background: orange;
	border-width: 3px 0px 3px 0px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.main-box
{
	width: 1000px;
}

.global-message-box
{
	margin-top: 5px;
	background: #e9ddaf;
}

.menu-box
{
	font-family: sans;
	font-size: 12px;
	font-weight: bold;
}

.left-box
{
	width: 680px;
	height: 500px;
}

.header-box
{
	padding: 0px;
	margin: 0px;
}

.logo-box
{
}

.content-box
{
	padding-top: 20px;
}

.user-menu-box
{
	float: right;
}

.note
{
	background:	#ffcc33;
	padding: 5px;
	margin: 10px;
	font-family: monotype;
}


.table
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bcd35f;
}

.table table
{
	padding: 1px;
}

.table table td
{
	background: #eeeeee;
}

.table .brand-name
{
	background: #ffffff;
	padding-top: 10px;
}

.positive, .negative, .neutral
{
	color: #ffffff;
	font-weight: bold;
}

.positive
{
	background: #006600;
}

.negative
{
	background: #990000;
}

.neutral
{
	background: #999999;		
}

.statistics
{
	font-family: sans;
	font-size: 12px;
}

.comments
{
	color: #003366;
	font-size: 12px;
	padding-bottom: 10px;
}

pre
{
	font-size: 14px;
}

thead
{
	background: #BCD35f;
}