/*
Colours
Navy Blue: #083448
Burgundy: #851d1c
Grey: #7d7d6a
Beige: #d1c57e
Olive: #F0F0D8
*/

body	{
	 background-color: #F0F0D8;
	 font-size: x-small;
	 font-family: arial, helvetica, sans serif;
	 color: #083448;
	}


a:link.reason, a:visited.reason, a:hover.reason, a:active.reason
{
	color: #851d1c;
	font-weight: bold;
}

p, table, td	{font-size: x-small;
			 font-family: arial, helvetica, sans serif;}
			 
h1		{font-size: small;	
		 font-weight: bold;}
		 
h2		{font-size: x-small;
		 font-weight: bold;}

.grey	{background-color: #7d7d6a;}

.olive	{background-color: #F0F0D8;}

.navy	{background-color: #083448;}

.burgundy	{background-color: #851d1c;}

.beige		{background-color: #d1c57e;}

.tablemain	{background-color: #ffffff;
			 border: solid 1px #083448;}

.footer	{font-size: xx-small;
			 color: white;}
			 
/*/////// LINKS //////////////////*/			 
			 
a:link		{color: #7d7d6a;
			 text-decoration: underline;}
			 
a:visited	{color: #7d7d6a;
			text-decoration: underline;}
			
a:hover		{color: #7d7d6a;
			 text-decoration: none;}
			 
/*/////// MENU AREA //////////////////*/			 			 
#menu a:link		{color: #7d7d6a;
			 text-decoration: none;}
			 
#menu a:visited	{color: #7d7d6a;
			text-decoration: none;}
			
#menu a:hover		{color: #7d7d6a;
			 text-decoration: underline;}




			 
.small		{font-size: xx-small;}

.left		{float: left;
	 		 margin-right: 10px;}

.right		{float: right;
			 margin-left: 10px;}

.border		{border: 1px solid #083448;}

.paraleft	{
			 text-align: left;
			 font-weight: bold;
			}

/*
CSS here for the customisation of search results
*/

TABLE.MainTable {
	width: 100%;
}
.FooterText {
	font-size: xx-small;
}
A.FooterText:ACTIVE {
	text-decoration: none;
	font-size: xx-small;
	color : #7d7d6a;
}
A.FooterText:HOVER {
	text-decoration: underline;
	font-size: xx-small;
	color : #7d7d6a;
}
A.FooterText:LINK {
	text-decoration: none;
	font-size: xx-small;
	color : #7d7d6a;
}
A.FooterText:VISITED {
	text-decoration: none;
	font-size: xx-small;
	color : #7d7d6a;
}

/* RESULTS PAGE */
/* rental and sales page */
.ResultsFound {
	font-size: x-small;
}
.ResultsHeader {
	font-size : small;
	font-weight: bold;
}
.ResultsNav {
	font-size: x-small;
	color: #083448;
}
A.ResultsNav:ACTIVE {
	text-decoration: none;
	font-size: x-small;
	color : #7d7d6a;
}
A.ResultsNav:HOVER {
	text-decoration: underline;
	font-size: x-small;
	color: #7d7d6a;
}
A.ResultsNav:LINK {
	text-decoration: none;
	font-size: x-small;
	color: #7d7d6a;
}
A.ResultsNav:VISITED {
	text-decoration: none;
	font-size: x-small;
	color: #7d7d6a;
}
.ResultsText {
	font-size: x-small;
}

/* search page - these will also be used for the property basket */

.ResultsAddress {
font-size: x-small;
		 font-weight: bold;
}
.ResultsArea {
	font-size: x-small;
		font-weight: bold;
	color: white;
}

TD.ResultsBar {
	background-color: #083448;
	font-size: small;
	color: white;
}
TD.ResultsBar2 {
	background-color: #0000FF;
	font-size : 14px;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultsCommArea {
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultsCommType {
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultsContact {
	font-weight : bold;
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.ResultsDescription {
	font-size: x-small;
}
.ResultsHouseType {
	font-size: x-small;
	font-weight: bold;
	color: white;;
}
.ResultsInetref {
	font-size: x-small;
}
.ResultsPrice {
	font-size: x-small;
		font-weight: bold;
	color: white;
}

/* BASKET PAGE */

.BasketHeader {
		 font-size: small;	
		 font-weight: bold;
}
.BasketRegister {
	font-size: x-small;
	font-weight: bold;
}
.BasketText {
		font-size: x-small;
}

/* REGISTER PAGE */
.RegisterButton {
		font-size: x-small;
}
.RegisterInputText {
		font-size: x-small;
}
.RegisterRequired {
		font-size: x-small;
		color: #851d1c;
}
.RegisterText {
		font-size: x-small;
}

/* news styles*/
Table.News{
	width : 90%;
}
.Headline{
	font-size : 14px;
	color : #0000FF;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}
.Introduction {
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.Content {
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
A.MoreLink:ACTIVE {
	text-decoration : underline;
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
A.MoreLink:HOVER {
	text-decoration : none;
	font-size : 12px;
	color : #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
A.MoreLink:LINK {
	text-decoration : underline;
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}
A.MoreLink:VISITED {
	text-decoration : underline;
	font-size : 12px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.new
{
	color: red;
	font-size: xx-small;
}

.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	/*margin-right: 2em;*/
	border: 1px solid #000; 
	vertical-align:top;
}

.txtright
{
	text-align: right;
	float: right;
	vertical-align:top;
}

.largeblue{
	font-size: medium;
	font-weight: normal;
	color: #224488;
}

.blue{
	color: #224488;
}