/**************************************************
* This stylesheet has been adapted by Dylan from www.bluerobot.com
**************************************************/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #E6E6FA;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: x-large;
	font-weight:bold;
	color: #00008B;
}
	
h2 
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: large;
	font-weight: bold;
	color: #00008B;
}
	
hr 
{
	border-style : solid;
	border-color:#90C1EF;
	height: 1px;
}

.propertyDetailsTitle
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: medium;
	font-weight: bold;
	color: #00008B;
}

.navLink
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: small;
	color: #00008B;
}

.propertyDetailWarning
{
	color:Red;
	border-color: Red;
	border-style:solid;
	border-width:thin;
	padding: 3px;
}

.outercontent
{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border : 1px solid #0099FF;
	background-color:#FFFFFF;
}

.innercontent
{
	width:750px;
	padding:10px;
	background-color:#FFFFFF;
	text-align: justify;
	background : url(../Images/Clocktower.jpg) no-repeat;
}

.rentalDisplayTitle
{
	background : #90C1EF;
}

.rentalDisplay
{
	background : #FFFFFF;
	padding: 4px;
	border : thin solid #90C1EF;
}

.mainmenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	border : thin solid #0099FF;
	padding : 10px 4px 10px 4px;
}

.mainmenu a {
	color : #00008B;
	text-decoration:none;
}

.mainmenu a:hover {
	text-decoration: underline;
}

.menuitem {
	color : #00008B;
	padding: 10px 4px 10px 4px;
}

.menuitemnormal {
	background-color : transparent;
	text-decoration:none;	
}

.menuitemhighlight{
	background-color:#0099FF;
	text-decoration: underline;
}

.smallHelpText{
	font-size : small;
}

.primaryPhoto{
	border-color : #0099FF;
	border-width : medium;
	border-style :  dashed;
	background-color : #E0FFFF;
}

.normalPhoto{
	padding : 5px;
	text-align : center;
}

.lighterText{
	color : #666666;
	font-size : 80%;
}

.lighterText a {
	color : #666666;
}


	/*
a {
	color:#0099cc;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:hover {
	background-color:#cccccc;
	color:#eeeeee;
	}

*/


