body {
	background-color: #B9CEFE;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial;
}

/* LINK */
a:link {
	color: #0066A2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066A2;
}
a:hover {
	text-decoration: underline;
	color: #3BB40D;
	
}
a:active {
	text-decoration: none;
	color: #0066A2;
}
img {
	border: none;
}

table td {vertical-align: top}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
.clear {
	display: block;
}


.wrapper {
	margin: 0 auto;
	background-color: white;
	width: 1000px;
	border-right: thin solid #b7b7b7;
	border-left: thin solid #b7b7b7;
}


.header {
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	height: 90px;
	
}

.nav {
	height: 40px;
	text-align: center;
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x;
	color: #3e3e3e;
	text-transform: capitalize;
	padding-top: 6px;
}

.nav a, .nav a:link, .nav:hover a{
	color: #3e3e3e;
	font: 1em Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	margin-right: 40px;
	
}

.content{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}


.leftCol{
	width: 760px;
	float: left;
}

.rightCol{
	width: 210px;
	float: right;
}

.rightCol ul {
	font-size: .8em;
}
.rightCol ul a {
	color: #666;
}

.leftCol2{
	width: 180px;
	float: left;
    padding-right: 10px;
}

.midCol2{
	width: 480px;
	float: left;
}

.rightCol2{
	width: 310px;
	float: right;
}

.leftCol2 ul {
	font-size: .8em;
	color: #666;
}
.leftCol2 ul a {
	color: #666;
}

h1 {
	font-size: 1.7em;
	color: #333;
	margin: 5px 0 15px 0;
}

h2{
	background-image: url(../images/headerTitle.jpg);
	height: 21px;
	margin: 0px;
	padding: 2px 0px 0px 5px;
	color: white;
	font-size: 1em;
	
}
h2 a { 
	color: white; 
	text-decoration: none;
}

h3 {
	font-size: 1em;
}

h4 {
	background-image: url(../images/headerTitleGray.jpg);
	height: 21px;
	margin: 0px;
	padding: 2px 0px 0px 5px;
	font-size: 1em;
    font-style: italic;
    color: #333;
}

.box{
	padding-left: 5px;
	font-size: 12px;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	margin-bottom: 15px;
}

.box p {
    margin-top: 0px;
    padding-top: 5px;
}

.box div {
    margin-top: 0px;
    padding-top: 5px;
}

.box ul {
    margin-top: 0px;
    padding-top: 5px;
}

.simpleBox{
	font-size: .85em;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	margin-bottom: 15px;
}

.filterBox{
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	margin-bottom: 10px;
}
.filterBox ul {
	margin: 0px;
	padding: 3px 0px 0px 5px;
}
.filterBox li {
    list-style: none;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

.quickLinks {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	list-style-position: inside;
	list-style-type: none;
	
}

.quickLinks a{
	color: black;
	
}


.quickLinks li{
	color: black;
	margin-bottom: 4px;
	margin-left: 3px;
	font-size: .8em;
}


.cForm label{
	font-size: 1.1em;
	font-weight: bold;
	
	
}

.townList{
	height:150px;
	width: 250px;
	
}

.miniInfo{
}

.miniInfo a{
	color: #2c2c2c;
	text-decoration: underline;
	font-size: .75em;
	padding-right: 3px;
	
}
.miniInfo img{
	border: thin solid #575559;
	margin-left: 2px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.miniInfo .price{
	color: green;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1px;
	
}


.miniInfo .type{
	font-style: italic;
}

label {
	font-weight: bold;
}
.label-nobold label {
	font-weight: normal;
}
.input-margin-bottom-10 input, select, textarea {margin-bottom: 10px;}
.input-margin-bottom-15 input, select, textarea {margin-bottom: 15px;}

/* General label widths */
.label-left label {text-align: left}
.label-right label {text-align: right}
.label-20 label {float: left; width: 20px}
.label-20 .data {margin-left: 20px}
.label-40 label {float: left; width: 40px}
.label-40 .data {margin-left: 40px}
.label-60 label {float: left; width: 60px}
.label-60 .data {margin-left: 60px}
.label-70 label {float: left; width: 70px}
.label-70 .data {margin-left: 70px}
.label-80 label {float: left; width: 80px}
.label-80 .data {margin-left: 80px}
.label-90 label {float: left; width: 90px}
.label-90 .data {margin-left: 90px}
.label-100 label {float: left; width: 100px}
.label-100 .data {margin-left: 100px}
.label-110 label {float: left; width: 110px}
.label-110 .data {margin-left: 110px}
.label-120 label {float: left; width: 120px}
.label-120 .data {margin-left: 120px}
.label-140 label {float: left; width: 140px}
.label-140 .data {margin-left: 140px}
.label-160 label {float: left; width: 160px;}
.label-160 .data {margin-left: 160px}
.label-180 label {float: left; width: 180px;}
.label-180 .data {margin-left: 180px}
.label-200 label {float: left; width: 200px;}
.label-200 .data {margin-left: 200px}
.label-220 label {float: left; width: 220px;}
.label-220 .data {margin-left: 220px}
.label-paddingright-5 label {padding-right: 5px}


/* second navigation (profile, stocks and groups) */
.firstTabsContainer { 
	background: url(../images/tabs/blue_tab_background.jpg) repeat-x;
}

.firstTabsContainer ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}

.firstTabs li {
	display: inline;
	float:left;
	font-size: .9em;
	list-style:none;
	margin: 1px 5px 0 0;
	background:url(../images/tabs/blue_left_full.jpg) 0 0 no-repeat;
}
.firstTabs li a {
	float:left;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 15px 5px 12px;
	margin-left: 5px;
	background:url(../images/tabs/blue_right.jpg) top right no-repeat;
  	outline: none;		
}
.firstTabs li a:hover {
	color: yellow;
}
.firstTabs li.active {
	border-bottom: 1px solid #fff;
	background:url(../images/tabs/white_left_full.jpg) 0 0 no-repeat;
  	outline: none;		
}
.firstTabs .active a {
	background:url(../images/tabs/white_right.jpg) top right no-repeat;
	color: #333;
}
.firstTabs .active a:hover {
	color: #FF5403;
}

.viewMore{
	margin-top: 10px;
	text-align: right;
	font-size: .85em;
	width: 100%;
}


.mbta table {
	border-collapse: collapse;
}
.mbta th {
	text-align: left;
}
.mbta td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 10px 20px 0 0;
	font-size: .85em;
}
.mbta .stationImage {
	padding: 0;
}
.mbta .odd
{
	background: #f5f5f5; 
}

.mbta_1 h2 {background-image: none; background-color: #008642;color: white;}
.mbta_1 h2 a {color: white;}

.mbta_2 h2 {background-image: none; background-color: #F41B1C;color: white;}
.mbta_2 h2 a {color: white;}

.mbta_3 h2 {background-image: none; background-color: #F6951A;color: white;}
.mbta_3 h2 a {color: white;}

.mbta_4 h2 {background-image: none; background-color: #0551a4;color: white;}
.mbta_4 h2 a {color: white;}

.mbta_5 h2 {background-image: none; background-color: #B4B1B9;color: white;}
.mbta_5 h2 a {color: white;}

.mbta_6 h2 {background-image: none; background-color: #90228B;color: white;}
.mbta_6 h2 a {color: white;}

li {
	list-style-image:url(../images/icon/liArrow.gif);
	margin-left: -10px;
	margin-top: 3px;
}

.footer {
	clear:both;
	padding:.5em 0 .5em 0;
	text-align: center;
	border-top: 1px #ddd solid;
	color:#777;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.3em;
}
.footer li {
	text-align: center;
	background: none;
	display:inline;
	margin-right: 0em;
	padding-right: 1em;
	padding-left: 1.4em;
	border-right-width:1px;
	border-right-style: solid;
	border-color: #c0c0c0;
	line-height:1em;
	
}

.footer ul{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.footer li:last-child, .footer .last {
	border:none;
	padding-right:0;
	margin-right:0;
}


.footer ul{
	display: inline;	
	
}
.mbtaTooltipContent {
	color: black;
	font-size: .9em;
	background-color: white;
	padding: 5px;
	border: 2px solid purple;
}

.pager {
    width:  100%;
	font-size: .85em;
	font-weight: normal;
	color: #8A8A8A;
}
.pager ul {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pager li{
    display: inline;
    background: none;
    padding-right:.2em;
    border-right: 1px solid #ddd;
    margin-right:1.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pager li:last-child {
	border-right: none;
    margin-right: 0px;
}

.pager2 {
	font-size: .85em;
	font-weight: normal;
	color: #8A8A8A;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pager2 li{
    display: inline;
    background: none;
    padding-right:.3em;
    border-right: 1px solid #ddd;
    margin-right:1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pager2 li:last-child {
	border-right: none;
}

.smallList li a{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#1B1B1B;
	
	
}

.smallList li{
	line-height: 18px;
	margin: 0px;
	padding: 0px;

}

.smallList {
	margin-top:2px;
	padding-top:0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}


.red-line:link, .red-line:visited, .red-line:hover{
	color: red;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.green-line:link, .green-line:visited, .green-line:hover{
	color: green;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.orange-line:link, .orange-line:visited, .orange-line:hover{
	color: orange;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.blue-line:link, .blue-line:visited, .blue-line:hover{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}


.commuter-rail:link, .commuter-rail:visited, .commuter-rail:hover{
	color: #902288;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.silver-line:link, .silver-line:visited, .silver-line:hover{
	color: silver;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}


.townMap{
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
	border: solid thin grey;
}

.townInfoTable{
	margin-bottom: 20px;
	
}

.townInfoTable td{
	border-right: 1px solid grey;
	text-align: center;
}

.townInfoTable th{
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	text-align: center;
	
}


.townInfoText {
	font-size: 14px;
}

.smallText ,.smallText a{
	font-size: 8px;
}

.accountNav {
	margin: 0;
	list-style: none;
}

.accountNav li {
	display: inline;
	background: none;
	border-right: 1px solid #ddd;
	padding: 0 10px 0 15px;	
}

.accountNav li:last-child,  .accountNav li.last{
	border-right: none;
}


.breadCrumbs {
	margin: 0;
	padding-left: 10px;
}
.breadCrumbs li {
	font-size: .85em;
	font-weight: normal;
	color: #8A8A8A;
	float:left;
	display: inline;
	listing-style: none;
}
.breadCrumbs li a {
	font-weight: normal;
	font-decoration: underline;
	color: #8A8A8A;
	background:url(../images/icon/breadcrumb_arrow.gif) top right no-repeat;
	padding-right: 20px;
	margin-right: 15px;
}
.breadCrumbs li:last-child a {
	background: none;
}

.breadCrumbs2 {
	margin: 0 0 0 25px;
	padding: 0;
}
.breadCrumbs2 li {
	font-size: .85em;
	font-weight: normal;
	color: #8A8A8A;
	listing-style: none;
}
.breadCrumbs2 li a {
	color: #8A8A8A;
}
.h2link a{
	color: black;
	font-size:10px;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


.color-red {color:red}

.singleEntry {
	background-color: white;
	border-bottom: #c7c7c7 thin solid;
	width: 100%;
}
.singleEntry img {
	padding: 4px;
}

.singleEntry .title{
	background-color: #ededed;
	border-bottom: #c7c7c7 thin solid;
	padding: 5px;
}

.singleEntry .address a {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: 1px;
	color: #303030;
}

.singleEntry .distance a {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: .5px;
	color: #303030;
}
.singleEntry .price {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
	color: #338144;
}

.singleEntry .propertyType {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: .5px;
}

.singleEntry .description{
	color: #404040;
	padding: 5px;
	font-size: 13px;
}


.singleEntry .heading{
	padding-bottom: 2px;
	font-weight: bold;
}
.singleEntry .heading a{
	color: #404040;
}

.myMassRealty {
	padding-left: 5px;
	font-size: 12px;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	margin-bottom: 15px;
	background-color: #FFF6BF;
}
.myMassRealty h2 {
	background-image: url(../images/headerTitle.jpg);
	height: 21px;
	margin: 0px 0 0 px;
	padding: 2px 0px 0px 5px;
	color: white;
	font-size: 1em;
	
}
.myMassRealty h2 a { 
	color: white; 
	text-decoration: none;
}
.myMassRealty ul {
	margin: 0;
	padding-left: 5px;
}
.myMassRealty li {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	width: 90px;
	float: left;
}
.listingDetails {
	font-size: .9em;
	line-height: 1.5em
}
.listingDetails h2 {
	background: #F4F8FB;
	color: #848790;
}
.foreclosures li {
	margin-bottom: 10px;
}

.entryDate {
	color: gray;
	float: right;
	font-size: .8em;
	margin-top: 4px;
}
.note {
	color: gray;
	font-size: .85em;
	margin-top: 4px;
}
.savedListingNotes div {
	font-size: .9em;
	width: 200px;
	min-height: 140px;
	background:#FFF6BF;
	color:#514721;
	padding: 5px;

}
.savedListingNotes textarea {
	width: 190px;
	height: 100px;
	margin-bottom: 3px;
}
.savedListingNotes input {
	font-size: .8em;
}
.savedListingDate {
	color: gray;
	font-size: .8em;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;	

}
.savedListingStatus {
	background: #EFEAE4;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #c7c7c7;
}
.savedListingStatus img {
	float: left;
	padding-right: 5px;
}
.savedListingStatus .statusText {
	font-size: .9em;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 0 0;
}
.benefits td {
	font-size: 1.3em;
	border-bottom: 1px dashed #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.benefits .description {
	padding-top: 15px;
	padding-right: 15px;
	text-align: left;
}
.benefits .last {
	border-bottom: none;
}
.benefitsSmall td {
	font-size: 1em;
	border-bottom: 1px dashed #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.benefitsSmall .description {
	padding-top: 15px;
	padding-right: 15px;
	text-align: left;
}
.benefitsSmall .last {
	border-bottom: none;
}

.remarks, .remarks p {
    color: #FFFFFE;
	text-decoration: none;
	height:0.01px;
	line-height:1px;
	width: 1px;
	display:block;
	overflow:hidden;
}


.udCleanTable
{
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.udCleanTable .odd
{
	background: #f5f5f5; 
}
.udCleanTable .new
{
	font-weight: bold;
}
.udCleanTable .total
{
	background: lightblue; 
}
.udCleanTable th
{
	vertical-align: top;
	font-size: 13px;
	font-weight: normal;
	color: #4b4b4b;
	padding: 10px 8px;
	border-bottom: 1px solid #ccc;
}
.udCleanTable td
{
	vertical-align: top;
	border-bottom: 1px dashed #c0c0c0;
    padding: 10px 4px 10px 4px;
}
.udCleanTable tr:hover {
    background-color: #f5f5f5;
}


input.actionButton, button.actionButton, input[type=submit].actionButton, input[type=button].actionButton, input[type="file"]>input[type="button"].actionButton {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#FD6305;
	border:1px solid #666;
	padding:4px 15px 4px 15px;
	vertical-align:top;
	cursor:pointer;
	width:auto; /* needed to fix IE input width problem*/
   	overflow:visible; /* needed to fix IE input width problem*/
}
input.actionButton:hover, button.actionButton:hover, input[type=submit].actionButton:hover, input[type="file"]>input[type="button"].actionButton:hover {
	background:#FD6305;
}

#imgHolder {width: 400px;height: 340px;text-align: center}
#ss_img_div {width: 500px;height: 450px;text-align: center}

