﻿.ButtonOver
{
	border: 1px solid rgb(0, 0, 0);
	background-color: red;
	width: 200px;
	height: 50px;
	cursor: pointer;
}

.ButtonNormal
{
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(153, 204, 255);
	width: 200px;
	height: 50px;
	cursor: pointer;
}

.Content
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.buttonlinkstable a, .buttonlinkstable a:link, .buttonlinkstable a:visited
{
	color: black;
	text-decoration: none;
}

.buttonlinkstable a:hover
{
	color: blue;
}

.bluebutton a, .bluebutton a:link, .bluebutton a:visited
{
	color: white;
	text-decoration: none;
}

.bluebutton a:hover
{
	color: gray;
}


.Navigation
{
	margin-top: 2px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial;
}
.Navigation ul
{
	text-decoration: none;
	clear: both;
	position: relative;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.Navigation li
{
	text-decoration: none;
	list-style: none;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 134px;
}


.Navigation li div
{
	background: transparent url(/images/buttons5.gif) no-repeat scroll left top;
	color: #000000;
	font-family: Arial;
	font-size: 19px;
	height: 52px;
	margin: 2px;
	text-align: center;
}

.Navigation a
{
	color: #000000;
	display: block;
	font-weight: bold;
	height: 36px;
	padding-top: 17px;
	text-decoration: none;
	width: 100%;
}

.Navigation a:hover
{
	background: transparent url(/images/buttons5-over.gif) no-repeat scroll left top;
}


.Spacer
{
	font-size: 0px;
	position: relative;
	clear: both;
}


.dsSub_Navigation
{
	background-color: #A7E4FD;
	border: solid 1px #000;
}

.dsSub_Navigation_Button
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	margin: 3px;
	border: solid 1px #A7E4FD;
}
.dsSub_Navigation_Button_Over
{
	background: #2346eb;
	border: solid 1px #000;
	color: #000;
}


.propertyDetailTable{
	border-style:solid;
	border-color:#;
	border-width:1px;
	color:#000000;
}
.propertyDetailTableHead{
	font-size:12px;
	font-weight:bold;
	border-style:solid;
	border-color:#;
	border-width:0 0 1px 0;
	background-color:#;
	color:#;
}
.propertyDetailTableRow{
	background-color:#FFFFFF;
	color:#000000;
}
.propertyDetailTableRow td {
	color: black;
}
.propertyDetailTableRow .fieldTitle {
	font-size: 11px;
	font-weight: bold;
}
.propertyDetailHead{
	font-size:16px;
	font-weight:bold;
}
.propertyDetailAddress{
	font-size:14px;
}
.propertyDetailPrice{
	font-size:12px;
	color:#cc0001;
	font-weight:bold;
}

.fieldTitle
{
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.fieldValue
{
    color: #000000;
    text-align: left;
}

.navChild
{
    width: 160px;
}

.navChild ul li
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #DDDDDD;
}

.navChild ul li span a:hover
{
    color: #BBBBBB;
}

.newsHeader
{
    font-size: 12px;
}

.ratesTable td, th
{
    padding: 1px;
    margin: 0px;
}

.ratesTable
{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
    border-style: solid;
    width: 100%;
}

.ratesTable tbody, tr
{
    padding: 0px;
    margin: 0px;
}
.ratesHeader
{
    border-width: 0px 0px 0px 0px;
    cursor: pointer;
}
.ratesTitle
{
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #555555;
    border-right: solid 1px #BBBBBB;
    border-top: solid 1px #FFFFFF;
    padding: 3px;
    cursor: pointer;
}

.ratesItem
{
    background-color: #FFFFFF;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #BBBBBB;
    padding: 2px;
    cursor: pointer;
    color: #000000;
}

.ratesOddItem
{
    background-color: #EEEEEE;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #BBBBBB;
    padding: 2px;
    cursor: pointer;
    color: #000000;
}

.CalendarContainer {
	position:absolute;
}