/* 
    Document   : stil123_2002
    Created on : Apr 17, 2012, 10:29:28 AM
    Author     : Cristian Hossu
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
table.block
{
	border:1px solid black;
	border-collapse:collapse;
        width:80%;
        margin:0 auto;
}
td.block
{
	border:1px solid black;
}
tr.block
{
	border:1px solid black;
}
div.punctat
{
    border-top:none;
    border-left: none;
    border-right: none;
    display:inline-block;
    border-bottom: 1px dotted black;
    width:100%;
}
span.punctat
{
    border-top:none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted black;
    display:inline-block;
}
span.noborder
{
    /*background-color:white;*/
    border:none;
    position:relative;
    top:2px;
}
div.centrat
{
    margin:0 auto;
    width:100%;
}

