﻿@media print
{
	.noprint { display: none; }
}

/* GENERAL STYLES */
html, body, form
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
html { overflow-y: scroll; }
a img { border: 0px; }
body { background: #DCDDDF; height:100%; }

body,table,td
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #777;
}

td.leftmenu
{
	background: #999999;
	color: #fff;
	font-size: 14px;
	padding-bottom: 14px;
	padding-left: 0px;
	line-height: 130%;
}
td.leftmenu span
{
	padding-left: 16px;
}
td.leftmenu span.active
{
	background: url("../images/lma.png") no-repeat 5px 50%;
}
td.leftmenu span.active a
{
	font-weight: bold;
}
td.leftmenu a
{
	color: #B50D1A;
	text-decoration: none;
}
td.leftmenu a:hover
{
	color: #B50D1A;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
td.leftpanel, td.mainpanel
{
	background: #fff;
	font-size: 14px;
	padding: 16px;
}
td.leftpanel
{
	color: #B50D1A;
	font-size: 14px;
	line-height: 140%;
}
td.leftpanel select
{
	width: 160px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
td.leftpanel a
{
	color: #B50D1A;
	text-decoration: none;
}
td.leftpanel a:hover
{
	color: #B50D1A;
	text-decoration: none;
	border-bottom: 1px dotted #B50D1A;
}

td.copyright
{
	background: #B50D1A;
	color: #fff;
	padding: 4px 16px 4px 16px;
	font-size: 10px;
	font-weight: bold;
}

a.news
{
	color: #B50D1A;
	text-decoration: none;
}
a.news:hover
{
	color: #B50D1A;
	text-decoration: none;	
}

table.form
{
	width: 1%;
}
table.form td
{
	font-size: 12px;
	color: #444;
}

select,option,input,button,textarea
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.property-info, .property-info td,.property-info div
{
	font-size: 12px;
}

.property-info a
{
	color: #B50D1A;
	text-decoration: none;
}.footer {
	float: right;
}
a.foot
{
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
a.foot:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.sitelink
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
}
a.sitelink
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a.sitelink:hover
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a.sitelink:visited
{
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #B50D1A;
}
.sectionTitle{
	color: #B50D1A;
}