/* 
    Document   : feedbacks
    Created on : 02-Sept-2008
    Author     : robl
    Description:
        PARTICULAR/ PAGE-SPECIFIC styles for feedbacks page

        ORGANISATION OF STYLES IN THIS STYLESHEET:
        Each category of styles should be delimited with its own heading in the format:
        /********************************** HEADER **********************************/
/* 
        Use multiple lines of ***s to indicate a major division, with decreasing numbers of lines for minor divisions.

        GENERAL GUIDELINES FOR STYLES:
        1. Don't put browser hacks in this stylesheet. Assuming we're talking about IE, these should be contained in a seperate stylesheet that is included conditionally.
        2. Try to avoid using !important declarations: these may work in the short term, but lead to problems later on.
        3. Try to write styles with an appropriate level of specificity from the start, so that they only apply to the specific element that you're writing them for: i.e. don't rely on multiple layers of inheritance with overwriting when it becomes necessary.
*/
div#main_content h3 {color:#003366; padding: 5px 10px 0px 10px;}
div#main_content h4 {font-size: 0.9em; padding: 3px 10px 0px 10px;}
.testimonial {border:1px solid #DFDFDF;float:left;margin:10px 10px 5px 10px;min-height:211px;width:47%; background: transparent url(/images/particulars/testimonials/bg.gif) repeat-x;}
.testimonial img {float:right;padding:5px;font-weight:bold;width:172px;}
.odd.testimonial {}
.clearfix {clear:left}
#main_content div.major_panel p {font-size: 0.7em;}
div.major_panel a.read_more,
div.major_panel a.read_less {cursor: pointer;}
div.testimonial h3 {font-size: 0.9em;}
div.testimonial h4 a {font-size: 0.8em;}