/*** General page stylings. ***/
BODY {
 font-family: Verdana;
 font-size: 9pt;
 color: #A9B2BC;
 margin: 0px;
 padding: 0px;
}

/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 9pt;
 font-family: Verdana;
 color: #A9B2BC;
}

SELECT {
 background-color: #0D3159;
}
input {
 color: #000000;
}

.paddImage{
 margin: 14px;
 margin-top: 0px;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: justify;
 text-justify: newspaper;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #FFFFFF;
 text-decoration: none;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: #facd77;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Verdana;
 font-size: 16pt;
 color: #ffb831;
 margin: 0px;
 padding: 4px;
}
H2, H2 a{
 font-family: Verdana;
 font-size: 14pt;
 color: #ffb831;
 margin: 0px;
 padding: 4px;
}
H3, H3 a{
 font-family: Verdana;
 font-size: 12pt;
 color: #ffb831;
 margin: 0px;
 padding: 4px;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #ffb831;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 11pt;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #ffb831;
 color: #0D3159;
}

.DataRow{
 background-color: #416d9e;
 color: #FFFFFF;
}
.DataRowOver{
 background-color: #2e5a8b;
 color: #FFFFFF;
}
.DataRowDown{
 color: #FFFFFF;
 background-color: #234d7c;
}

.RTEForm {background-color: #0D3159;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 780px;
 text-align: left;
 border: 1px solid #000000;
}

/*** This is your main content area. ***/
#pageContentCell{
 background-color: #0D3159;
}

#pageContent{
 padding: 20px;
 padding-top: 0px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
 height:78px;
 text-align: right;
 vertical-align:bottom;
 background-image: url(/inc/skins/ecmo01/images/footer2.jpg);
}
#pageFooter{
 text-align: left;
 padding-left: 200px;
 padding-bottom: 10px;
 font-size: 9px;
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
 font-size: 9px;
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/
#linksBottomCell{
 width: 780px;
 text-align: center;
}

#linksBottom{
 padding-top: 15px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 9px;
}

#linksBottom a:hover{
 text-decoration: underline;
}

.PropertyListingNormal {
 background-color: #5284bc;
}
.PropertyListingTextNormal, .PropertyListingTextNormal a {
 color: #FFFFFF;
}
.PropertyListingTextNormal H2{
 color: #FFFFFF;
 font-size: 15px;
}
.PropertyListingTextNormal UL, .PropertyListingTextNormal LI{
 color: #FFFFFF;
 padding:0px;
 margin: 1px;
 margin-left: 5px;
}

.PropertyListingFeatured {
 background-color: #1f70ca;
}
.PropertyListingTextFeatured, .PropertyListingTextFeatured a {
 color: #FFFFFF;
}
.PropertyListingTextFeatured H2{
 color: #FFFFFF;
 font-size: 15px;
}
.PropertyListingTextFeatured UL, .PropertyListingTextFeatured LI{
 color: #FFFFFF;
 padding:0px;
 margin: 1px;
 margin-left: 5px;
}

.PropertyListingUnderContract {
 background-color: #5284bc;
}
.PropertyListingTextUnderContract, .PropertyListingTextUnderContract a {
 color: #FFFFFF;
}
.PropertyListingTextUnderContract H2{
 color: #FFFFFF;
 font-size: 15px;
}
.PropertyListingTextUnderContract UL, .PropertyListingTextUnderContract LI{
 color: #FFFFFF;
 padding:0px;
 margin: 1px;
 margin-left: 5px;
}

.PropertyListingSold {
 background-color: #5284bc;
}
.PropertyListingTextSold, .PropertyListingTextSold a {
 color: #FFFFFF;
}
.PropertyListingTextSold H2{
 color: #FFFFFF;
 font-size: 15px;
}
.PropertyListingTextSold UL, .PropertyListingTextSold LI{
 color: #FFFFFF;
 padding:0px;
 margin: 1px;
 margin-left: 5px;
}

/*** Styles for displaying your Blog listings ***/
.newsBloggerBlogTitle {
 padding: 10px;
 padding-left: 0px;
 margin: 0px;
 font-size: 18pt;
}
.newsBloggerArticleTitle, .newsBloggerArticleTitle a:link, .newsBloggerArticleTitle a:visited {
 padding: 0px;
 margin: 0px;
 font-size: 10pt;
 text-decoration: none;
}
.newsBloggerArticleTitle a:hover {
 text-decoration: underline;
}
.newsBloggerTime {
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
}
.newsBloggerArticleDescription {
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
}
.newsBloggerArticleDescription a:link, .newsBloggerArticleDescription a:visited {
 font-size: 9pt;
}
.newsBloggerArticleImage {
 float: left;
 padding: 5px;
}

