/*================ PORTLET =============*/
div.portlet {

}
/*------------ PORTLET TEMPLATE A -------------*/
div.portletModuleA {

}
div.portletModuleA td.descriptionAndLinkBox {
	vertical-align: top;
}
div.portletModuleA p.descriptionBox {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #55565a;
}
div.portletModuleA div.linkBox {
	text-align: right;
}
div.portletModuleA div.linkBox a {
	text-decoration: none;
}
div.portletModuleA div.linkBox a img {
	border-width: 0px;
	vertical-align: bottom;
}
div.portletModuleA td.pictureBox {
	padding-left: 10px;
	vertical-align: top;
}
/*------------ PORTLET TEMPLATE A -------------*/
div.portletModuleB {

}
div.portletModuleB h2.headerBox {
	background-image: url('/templates/portlet/portletModuleB/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	color: #294386;
}
div.portletModuleB h2.headerBox a {
	font-size: 13px;
	color: #294386;
	text-decoration: none;
}
/*======== PROPERTIES OF THE MONTH =======*/
div.properties_of_the_month div.propertiesOfTheMonthBox {
	text-align: center;
	width: 160px;
}
div.properties_of_the_month div.propertiesOfTheMonthBox div.details {
	text-align: left;
	text-transform: capitalize;
	font-size: 12px;
	color: #5c5c5c;
}
div.properties_of_the_month div.propertiesOfTheMonthBox div.price {
	color: #c51f0d;
	text-align: left;
	font-size: 13px;
	margin-bottom: 10px;
}
div.properties_of_the_month div.propertiesOfTheMonthBox div.price strong {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
/*================ TEXTAREA ==============*/
div.textarea {
	margin-bottom: 10px;
}
div.textarea p, div.textarea ul, div.textarea div {
	line-height: 18px;
	font-size: 12px;
}
div.textarea a, div.textarea a:link, div.textarea a:visited {
	color: #080598;
	font-weight: normal;
}
div.textarea a:hover {
	color: #BF2E0D;
	font-weight: normal;
}
/*================ MORTGAGE CALCULATOR ==============*/
div.mortgage_calculator {
	font-size: 12px;
}
div.mortgage_calculator table.formLayout {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
div.mortgage_calculator table.formLayout th, div.mortgage_calculator table.formLayout td {
	padding: 2px 2px 2px 0px;
}
div.mortgage_calculator input {
	color:#080598;
	font-size:12px;
	margin:0px;
	padding:0px;
}
div.mortgage_calculator input.submit {
	color:#080598;
	font-size:10px;
	margin:0px;
	padding:0px;
}
div.mortgage_calculator select {
	color:#080598;
	font-size:12px;
	margin:0px;
	padding:0px;
}
/*================ EXCHANGE RATE CONVERTER ==============*/
div.exchange_rate_converter table.formLayout {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
div.exchange_rate_converter table.formLayout th, div.exchange_rate_converter table.formLayout td {
	padding: 2px 2px 2px 0px;
}
div.exchange_rate_converter {
	font-size: 12px;
}
div.exchange_rate_converter input {
	color: #444444;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div.exchange_rate_converter input.submit {
	color:#080598;
	font-size:10px;
	margin:0px;
	padding:0px;
}
div.exchange_rate_converter select {
	color: #444444;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}