/* 
    Document   : style-right
    Created on : 10.2.2010, 18:04:38
    Author     : ToMi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#right_panel {
    position:relative;
    float: right;
    width: 320px;
    margin-top: -40px;
 }

 #right_panel h2 {
    font-size: 20px;
    font-family: Tahoma;
    padding-left: 20px;
    margin: 0px;

}
 #right_panel h3 {
    font-size: 16px;
    font-family: Tahoma;
    text-align: center;
    margin: 0px;
    margin-bottom: 25px;
    margin-top: 15px;

}


 #right_panel .box-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    height:100px;

    color: #000000;

    /*border: 1px solid #000000;
    background: url(../imgs/background_2.jpg) repeat-x;*/
}
#right_panel .box-contact .text {
    float: right;
    width: 200px;
}
#right_panel .box-contact .contact_image {
    float: left;
}
#right_panel .box-offer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 20px;

    color: #000000;

    border: 1px solid #000000;
}

#right_panel .box {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 0px;

    color: #000000;
}


#right_panel .alert-sign {
    position: relative;
    float: right;
    margin-top: -20px;
    margin-right: 10px;

    width: 100px;
    
}
#right_panel .alert-user {
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 10px;

    width: 80px;
    
}

#right_panel .groups-text {
    font-size: 20px;
    font-family: verdana;
    
}
#right_panel .course-text {
    font-size: 18px;
    font-family: verdana;

}

