/* CSS Document 
	Steve Gooch
*/

/*HTML TAGS*/
table,td
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:12px;
	color						:#003d6d;
}

textarea, select, option
{
	font-size				:11px;
	color						:#000000;
	width						:160px;
}

img
{
	border					:none;
}

/*OTHER CLASSES*/
.propertyWebsiteNet
{
	font-size				:9px;
	color						:#000000;
}

.textboxes
{
	font-size				:11px;
	color						:#000000;
	width						:160px;
}

.imgBorder
{
	border-color			:#CCCCCC;
	border-style			:solid;
	border-width			:2px;
}

.mandatory
{
	font-weight				:bold;
	color						:red;
}

.hpText
{
	color:#81221D;
}

/*LINKS*/
a.propertyWebsiteNet:link, a.propertyWebsiteNet:visited
{
	font-size				:9px;
	color						:#81221D;
}
a.propertyWebsiteNet:hover
{
	color						:#000000;
	text-decoration		:none;
}

a:link, a:visited
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:12px;
	color						:#003d6d;
	text-decoration		:none;
}
a:hover
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:12px;
	color						:#000000;
	text-decoration		:none;
}

a.pS:link, a.pS:visited
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	font-weight				:normal;
	color						:#003d6d;
	text-decoration		:none;
	text-align				:center;
	display					:block;
	border-width			:1px;
	border-style			:solid;
	border-color			:#81221D;
}

a.pS:hover
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	font-weight				:normal;
	color						:#FFFFFF;
	text-decoration		:none;
	background-color		:#81221D;
	text-align				:center;
	display					:block;
	border-width			:1px;
	border-style			:solid;
	border-color			:#81221D;
}

a.locationMap:link, a.locationMap:visited
{
	font-size				:11px;
	color						:#003d6d;
	text-decoration		:none;
}
a.locationMap:hover
{
	font-size				:11px;
	color						:#000000;
	text-decoration		:none;
}

/* additional Lettings CSS */

.propertyBorder
{
	border-style:solid;
	border-width:2px;
	border-color:#010B93;
}

a.search:link, a.search:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#81221D;
	height:15px;
	width:90px;
	display:block;
	background-color:#FFFFFF;
	vertical-align:middle;
}
a.search:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#81221D;
	height:15px;
	width:90px;
	display:block;
	background-color:#81221D;
	vertical-align:middle;
}

a.button:link, a.button:visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#010068;
	height:20px;
	width:75px;
	background-color:#81221D;
	vertical-align:middle;
	padding:4px;
	font-weight:bold;
}

a.button:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#010068;
	height:20px;
	width:75px;
	background-color:#ec4d44;
	vertical-align:middle;
	padding:4px;
	font-weight:bold;

}

.propertyTableBorder
{
	border-style:solid;
	border-width:2px;
	border-color:#C1DDFF;
	background-color:#FFFFFF;
}

.red
{
	color:red;
	font-weight:bold;
}

.table_border
{
	border-style:solid;
	border-width:2px;
	border-color:#81221D;
	background-color:#FFFFFF;
}

.propertyImgBorder
{
	border-style:solid;
	border-width:1px;
	border-color:#C1DDFF;
}