/* 
    Document   : style2
    Created on : Dec 17, 2008, 10:42:46 AM
    Author     : Cristi1
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.gray_title{
    color: #606060;
    font-size: 14px;
    margin-top: 12px;
    font-weight: bold;
    
    
    
}

.gray_style2{
   color:#808285;
   font-size: 12px;
   padding-top: 5px;
   padding-left: 15px;
   padding-bottom: 5px;
}

.faq{
    padding-bottom: 5px;
}

.parere{
    margin-bottom: 30px;
}
.parere_img{
    width: 115px;
    float: left;
}

.img_border{
    border-top: solid 5px #bbbbbb;
    border-left: solid 5px #bbbbbb;
    border-right: solid 4px #bbbbbb;
    border-bottom: solid 4px #bbbbbb;
    height: 92px;

    width:96px;
}

.parere_text{
    width: 215px;
    float: left;
}
.parere_title{
    color: #606060;
    font-size: 14px;
    font-weight: bold;
}

.parere_date{
    color:#ed1c24;
    margin-bottom: 10px;
}



.red_title_progr{
    color: #ff0000;
    font-size: 16px;
    margin-bottom: 15px;
}

.gray_style_progr{
   color:#808285;
   font-size: 12px;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 10px;
}


img.floatLeft2 {
    float: left;
    margin: 5px;
}