/* 
    Document   : testimonials
    Created on : Feb 2, 2010, 2:35:09 PM
    Author     : bmillett
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.tstmnlTblHead {
    background-color: #022875;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tstmnlTestimonial {
    font-family: arial;
    margin-top: 10px;
}

.tstmnlSmallText {
    font-size: 11px;
}

.tstmnlFullName {
    color: #FFDD28;
}

.tstmnlCell {
    padding-top: 20px;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}

tr.tstmnlCell td, td.tstmnlTblBody blockquote
{
    padding: 5px;
    background-color: #D1EBEF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#testimonials {
    
}


#testimonials form {
    margin: auto;
    width: 400px;
}

#testimonials .ftErrors, #testimonials .txtError {
    color: red;
}
