/* unselected left nav button */
td.buttonreg {
    height:26px; 
    width:130px;
    background-color: #A82400;
    vertical-align:middle;
    text-align: center;
    white-space: nowrap;
    border-color: #DE8055 #722800 #722800 #DE8055;
    border-style: solid solid solid solid;
    border-width: 3px 3px 3px 3px;
    }

a.buttonreg {
    font-family:trebuchet ms;
    font-size:9pt;
    color:white;
}



/* selected left nav button */
td.buttonsel
{
    height:26px; 
    width:130px;
    background-color: #E59D67;
    vertical-align:middle;
    text-align: center; 
    white-space: nowrap;
    border-color: #E8A686 #A82401 #A82401 #E8A686;
    border-style: solid solid solid solid;
    border-width: 3px 3px 3px 3px;
}
a.buttonsel
{
   font-family:trebuchet ms;
   font-size:9pt; 
   font-weight:bold;
   color:black;
}

/* Brown Frame */
td.brownframe
{
   background-color:#663300;
}

/* Page Content Cell Format */
td.content
{
   vertical-align:top;
   }

/* Title Text Format */
P.titletext
{
   text-align:center;
   color:#005252;
   font-size:22pt;
   font-weight:bold;
   font-family: trebuchet ms;

}

/* Sub-Title Text Format */
P.subtitletext
{
   text-align:center;
   font-weight:bold;
   color:#005252;
   font-size:12pt;
   font-family: trebuchet ms;
}

/* Body Text Format */
P.bodytext
{
   text-align:left;
   color:#000000;
   font-size:10pt;
   font-family: trebuchet ms;

}

/* Body Text Black Link */
a.bodylink
{
    font-family:trebuchet ms;
    font-size:10pt;
    color:black;
}

/* BAEN Logo */
td.baenlogo
{
    text-align:center;
    font-family: trebuchet ms;
    font-size:9pt;
    color:#000000;
    vertical-align:middle;
}

a.baenlogo
{
    font-family:trebuchet ms;
    font-size:9pt;
    color:black;
}

/* Sale Barn Separator */
td.saleseparator
{
   background-color:#005252
}

/* Sale Barn Listing Text*/
td.saletext
{
   text-align:left;
   color:#000000;
   font-size:10pt;
   font-family: trebuchet ms;
   vertical-align:top;
}

/* Calendar Column Header */
td.calendarheader
{
   text-align:center;
   font-weight:bold;
   color:#ffe7ad;
   font-size:10pt;
   font-family: trebuchet ms;
   background-color:#005252
}

/* Calendar Entry Cell */
td.calendarentry
{
   text-align:center;
   color:#000000;
   font-size:9pt;
   font-family: trebuchet ms;

}

/* Calendar Text Black Link */
a.callink
{
    font-family:trebuchet ms;
    font-size:9pt;
    color:black;
}

/* Calendar Entry Title */
p.calendartitle
{
   text-align:center;
   font-weight:bold;
   color:#9C0000;
   font-size:10pt;
   font-family: trebuchet ms;

}

/* Green Horizontal Line */
hr.thinline
{
   width: 100%; 
   height: 2px; 
   color:#005252;
}

/* Picture Frame */
img.border
{
border: 3px solid rgb(0, 82, 82);
}

/* Testimonial Title Cell */
td.testtitle
{
   font-weight:bold;
   color:#ffe7ad;
   font-size:10pt;
   font-family: trebuchet ms;
   background-color:#005252
}

/*Bloodlines Table Frame*/
td.bltopcenter
{
border-color: rgb(0, 82, 82) rgb(255, 231, 173) rgb(255, 231, 173) rgb(255, 231, 173);
border-style: solid solid solid solid;
}