/* 
    Document   : tooltip
    Created on : 14/07/2009, 07:41:05 Õ
    Author     : salah
    Description:
        Purpose of the stylesheet follows.
*/

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

.tooltip{
    padding:5px;
    background:url(../images/right_side_section_image.jpg);
    height:20px;width:130px;
    display:none;
    font-size:20px;
    font-family:'Traditional Arabic';    
    color:#ffffff;
    text-align:center;
    font-weight:bold;

}
#editor{
    display:block;position:absolute;top:50px;left:30px;width:120px;height:20px;
}
#vice_editor{
    display:block;position:absolute;top:70px;left:30px;width:120px;height:20px;
}

