/* 
    Document   : index
    Created on : 12 septembrie 2005, 13:52
    Author     : iulian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.mainTable{
 border :1px solid black;
 margin-top: 5%;
}
.actTableText{
 color : #FFFFFF;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 font-weight: bold;
}
.actTableTextRosu{
 color : #550203;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 font-weight: bold;
}
.scrollText{
color : #550203;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 text-decoration : none;
}
.footlink{
 color : #666666;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 text-decoration : none ;
}
.actTableTextNegru{
 color : #000000;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 font-weight: bold;
}
.menuItem{
 color : #FFFFFF;
 font-family : Tahoma,arial ;
 font-size : 8pt ;
 font-weight: bold;
 text-decoration : none;
}
.topicTableHead{
background : #E8E8E8 ;
background-image : url(images/baraForum.gif) ; 
background-repeat : repeat ;
}
.baraJos{
background-image : url(images/barajos.gif) ; 
background-repeat : repeat-x ;

}
.baraSus{

}
.scrollerTableWidth{
 width :  100% ;
}

