body {

    background-color: #ffffff;
    font-size: 10px;
    font-family: verdana, trebuchet, arial, sans-serif;
    margin: 0px;
}


h1 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 10px;
    font-weight: bold;
}

.tools {
    line-height: 1.5em;
}

.tools a:link, .tools a:visited, .tools a:hover, .tools a:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.tools a:link, .tools a:visited {
    color: #006699;
}

.tools a:active {
    color: #333333;
}

.tools a:hover {
    color: #D22E0A;
    text-decoration: underline;
}

ul li, dl {
    line-height: 1.5em;
}

ul {
    margin-top: 1.8em;
}

/*
    This is for tiny text.
*/
.tinyLink, .tinyLink a:link, .tinyLink a:active, .tinyLink a:visited, .tinyLink a:hover {
    color: #000099;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.tinyLink a:link {
    color: #000099;
}

.tinyLink a:visited {
    color: #0000b0;
}

.tinyLink a:active {
    color: #333333;
}

.tinyLink a:hover {
    color: #cccccc;
    text-decoration: underline;
}

/*
   This is for tiny text.
*/
.tinyLink {
    color: #000000;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
}

/*
   This is the non-linked titles.
*/
.titleText {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.titleText-small {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 12px;
    padding-top: 5px;
}

.tabular {
    background: #ECEAB4
}

/*
   This formats the subtitle links.
*/
.subtitleLink, .subtitleLink a:link, .subtitleLink a:active, .subtitleLink a:visited, .subtitleLink a:hover {
    color: #000000;
    font-family: trebuchet MS, trebuchet, verdana, geneva, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.subtitleLink a:link {
    color: #000000;
}

.subtitleLink a:visited {
    color: #000000;
}

.subtitleLink a:active {
    color: #000000;
}

.subtitleLink a:hover {
    color: #006699;
}

/*
   This is the non-linked subtitles.
*/
.subtitleText {
    color: #000000;
    font-family: trebuchet MS, trebuchet, verdana, geneva, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*
   This is the non-linked blue subtitles.
*/
.subtitleText-blue {
    color: #006699;
    font-family: trebuchet MS, trebuchet, verdana, geneva, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.subtitleText-color {
    font-family: trebuchet MS, trebuchet, verdana, geneva, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
}

.colored_text {
    color: #006699;
    font-family: trebuchet MS, trebuchet, verdana, geneva, arial, sans-serif;
    letter-spacing: 1px;
}

/*
    Default text in tables.
*/
td {
    color: #000000;
    font-family: verdana, trebuchet, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/*
    Bold text used in the forms.
*/
.formText {
    color: #333333;
    font-family: verdana, trebuchet, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/*
    Non-bold text used in the forms.
*/
.normalText {
    color: #000000;
    font-family: verdana, trebuchet, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/*
    White colored header text used at the top of all forms.
*/
.whiteText {
    color: #ffffff;
    font-family: verdana, trebuchet, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/* Error Messages */
.errorMsg {
    color: #D22E0A;
    font-weight: bold;
    text-decoration: none
}

.errorMsg a:link {
    color: #D22E0A;
}

.errorMsg a:visited {
    color: #D22E0A;
}

.errorMsg a:active {
    color: #D22E0A;
}

.errorMsg a:hover {
    color: #D22E0A;
    text-decoration: underline
}

/*
    General text formatting: Sizes 9 - 14 in various colors
*/
.text9, .text9red, .text9blue, .text9purple, .text9gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 9px;
    color: #000000;
    font-weight: normal;
}

.text10, .text10red, .text10blue, .text10purple, .text10gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

.text11, .text11red, .text11blue, .text11purple, .text11gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}

.text12, .text12red, .text12green, .text12blue, .text12purple, .text12gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

.text13, .text13green, .text13blue, .text13purple, .text13gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.text14, .text14red, .text14green, .text14blue, .text14purple, .text14gray {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.text9red {
    color: #D22E0A;
}

.text11red {
    color: #D22E0A;
}

.text14red {
    color: #D22E0A;
}

.text14green {
    color: #009933;
}

.text10blue {
    color: #006699;
}

.text11blue {
    color: #006699;
}

.text9gray {
    color: #666666;
}

.text10gray {
    color: #666666;
}

.text11purple {
    color: #990099;
}

.text12white {
    color: #ffffff;
}

/*
    Form "submit" button.
*/
.button {
    font-family: verdana, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #006699;
    background-color: #bfbfbf;
}

/*
    Form textarea formatting
*/
.textarea {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #cacaff;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

/*
    Form input fields - a whole bunch of different sizes
*/
.box {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    height: 14px;
    background-color: #cacaff;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

.blueFrame {
    border: 1px solid #006699
}

.errorFrame {
    border: 1px solid #D22E0A
}

/*My Clients Page*/
.activeClientFrame {
    border: 1px solid #0086b5;
}

.activeClientFrameText {
    color: #ffffff;
    background-color: #006599;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 16px;
}

.inactiveClientFrame {
    border: 1px solid #666666;
}

.inactiveClientFrameText {
    background: #666666;
    color: #ffffff;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 16px;
}

.pendingClientFrame {
    border: 1px solid #D22E0A;
}

.pendingClientFrameText {
    background: #D22E0A;
    color: #ffffff;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 16px;
}

.invitedClientFrame {
    border: 1px solid #ffcc00;
}

.invitedClientFrameText {
    background: #ffcc00;
    color: #000000;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 16px;
}

.formhead {
    text-transform: uppercase;
    font-size: 10px;
}

.errorformhead {
    color: #d22e0a;
    text-transform: uppercase;
    font-size: 10pt;
}

.boldcolor {
    color: #006699;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
}

.underlined a:link {
    text-decoration: underline;
}

.underlined a:visited {
    text-decoration: underline;
}

.underlined a:active {
    text-decoration: underline;
}

.underlined a:hover {
    text-decoration: underline;
}

.portlet {
    line-height: 1.5em;
}

.openLeading {
    line-height: 1.5em;
}

.medLeading {
    line-height: 1.3em;
}

.oneEmLeading {
    line-height: 1em;
}

.listHeading {
    position: relative;
    top: 1.5em;
}

.step {
    font-weight: bold;
    line-height: 1.5em;
}

.boxMsg {
    border: 1px solid #D22E0A;
    color: #D22E0A;
    font-weight: bold;
    padding: 10px;
    margin: 30px;
}

.pageNo {
    font-weight: bold;
    text-decoration: underline;
}

.sorted {
    font-weight: bold;
    text-decoration: underline;
}

.bannerHeadsm {
    color: #ffffff;
}

/* the following for Search Results pages */
.propInfo {
    background-color: #CDCE9C;
    font-weight: bold;
}

.propDescrip {
    background-color: #EDEDB5;
}

.clientText {
    font-weight: bold;
}

.featureHeading {
    color: #D22E0A;
    font-weight: bold;
}

.inactive {
    color: #999999;
    font-weight: bold;
}

.note {
    font-style: italic;
    color: #D22E0A;
}

.status {
    font-size: 7pt;
    font-weight: bold;
}

/*Required fields on a form*/
label.required {
    /*padding: 5px 17px 0 0;
     background: url(/images/required.gif) 100% 0% no-repeat;*/
}

.asterisk {
    color: #CC3300;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
}

/*Registration form caption*/
.register caption {
    font-style: italic;
    font-size: 85%;
}

.title {
    color: #000000;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 13 0;
}

.notice {
    text-align: center;
    margin: 0px auto;
    font-style: italic;
    font-size: 9px;
}

.notice a {
    font-style: italic;
    font-size: 10px;
}

.principal {
    padding-top: 2em;
    padding-bottom: 4em
}

.bios {
    width: 1000px;
    padding-left: 10em;
}

.pic {
    padding-right: 3em;
    padding-top: 4em;
    float: left;
    width: 150px;
}

#unorderedList {
    padding-left: 6em;
}

.contactCO {
    color: #006699;
    font-size: 14px;
}

.invitationSampleText {
    color: black;
    font-size: 12px;
    font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
    line-height: 18px;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.invitationLink {
    color: #999999;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
    line-height: 18px;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.propDetailFrameText {
    background: #146698;
    color: #ffffff;
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.insideBoxText {;
    line-height: 20px;
}

/* Error box:

Colors are defined in specific theme
-----------------------*/
h2.errorHeader {
    margin-top: 1em;
}

.errorWindow {
    margin: 2em 0;
    border: 1px solid black;
}

.errorWindow  h3 {
    margin: 0;
    padding: 0.8em;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 1em;
}

.errorWindow p {
    padding: 0 0.8em;
}

.emailListingReportFrameText {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 2em;
    padding-left: 1em;
}

.emailListingReportIntro {
    padding: 2em;
    line-height: 1.5em;
}

.emailListingReportFields {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.5em;
    line-height: 1.8em;
    font-weight: bold;
}

.emailListingReportContent {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.5em;
    line-height: 1.5em;
}

.cancelButton {
    border: 0;
    background-color: #FFF;
    color: #010066;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
}

.agentInvitationConfirmation {
    padding: 1.5em;
    line-height: 1.5em;
}

.secondaryButton {
    border: 0;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
}

div.disclaimer {
    border: 1px solid #f0c000;
    background-color: #FFFFCE;
    padding: 0.7em;
    line-height: 1.5em;
}

#coFrame {
    margin-bottom: 50px;
    width: 700px;
}

#coFrame h3 {
    padding: 0.4em;
    margin: 0;
    font-weight: normal;
    font-size: 1.4em;
    padding-left: 2em;
}

#coFrame h4 {
    font-size: 1.3em;
    margin-left: 0.7em;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: normal;
    line-height: 1.5em;
}

#coFrame li {
    font-size: 1.2em;
    list-style-type: none;
    margin-top: 0.3em;
    padding-left: 0;
    padding-right: 2em;
    line-height: 2em;
}

#coFrame table {
    margin-left: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#coFrame tr {
    font-size: 1.1em;
    list-style-type: none;
    margin-top: 0.3em;
    padding-left: 1.5em;
    line-height: 2em;
}

#coFrame td {
    padding-left: 1em;
}

/*
Listing analysis report landing page
*/
#lar {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 800px;
}

#lar h2 {
    font-size: 1.5em;
    padding-left: 1em;
}

#lar .mlsnumber {
    font-size: 1.3em;
    font-weight: normal;
    padding-left: 1em;
}

#lar .date {
    font-size: 1.3em;
    padding-right: 1em;
    font-weight: normal;
    float: right;
    position: relative;
}

#lar .header {
    font-size: 1.5em;
    padding-left: 1em;
    font-weight: bold;
    padding-bottom: 1em;
}

#lar table {
    margin-left: 1em;
    width: 200px;
    display: inline;
}

#lar p.description {
    padding-left: 1.5em;
    list-style-type: none;
    width: 350px;
}

#lar .rightColumn {
    float: right;
    padding-right: 1em;
    position: relative;
}

#lar a:link {
    font-size: 1.3em;
    padding-right: 1em;
    font-weight: normal;
}

#lar .shadow1, #lar .shadow2, #lar .shadow3, #lar .shadow4, #lar .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#lar .shadow1 {
    background: #F1F0F1;
}

#lar .shadow2 {
    background: #DBDADB;
}

#lar .shadow3 {
    background: #B8B6B8;
}

#lar .shadow4 {
    background: #989798;
}

#lar .container {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
}

table.paymentHistory {
    line-height:1.2em;
    border: 1px solid #EEE;
    font-family:arial;
}

.paymentHistory tr{
    text-align:right;
}

.paymentHistory th {
    text-align:center;
    padding-bottom:10px;
}

.total td {
    border-bottom: 2px solid black;
    font-weight:bolder;
    padding-bottom:10px;
    font-size:90%;
}

.paymentHistory .last td {
    border: 0px;
}