﻿body 
{
    min-width:960px;
    margin-left:3%;
    margin-right: 3%;
    margin-top:20px;
    margin-bottom:10px;
    font-size:12pt;
    padding:0px;
    font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
    background-color:#F7F7F7;
    background-image:url('/imagini/bg.jpg');
    background-repeat:repeat-x;
}
h1
{
    
    font-weight:normal;
    font-size:20pt;
    margin:2px;
    margin-top:10px;
    padding:0px;
}
h2
{
    font-size:16pt;
    font-weight:normal;
    margin: 2px;
    padding:0px;

    
}
h3
{
    font-size:13pt;
    padding:2px;
     margin: 0px;
    font-weight:normal;
}
a
{
    font-size:12pt;
}
hr
{
    width: 80%;
    color: #CCCCCC;
    height: 1px;
    border: 1px solid #CCCCCC;
    clear: both;
}

#all
{
    width:100%;
    background-color:#fff;
}
#header
{
    
    color: #333333;
    width: 100%;
    background-image: url('/imagini/header.jpg');
    background-repeat: repeat-x;
    overflow:hidden;

}
.header1
{
    background-color: #F8F8F8;
    background-image: url('/imagini/header.jpg');
    background-repeat: repeat-x;
}
#continut
{
    clear: both;
    width: 100%;
}
.continut2
{
    margin:5px;
    background-image: url('/imagini/panel.jpg');
    background-repeat: repeat-x;
}
.continut2 a
{
    font-size:12pt;
    color: #800000;
    text-decoration:none;
}
.continut2 a:visited
{
    font-size:12pt;
    color: #800000;
    text-decoration:none;
}
.continut2 a:hover
{
    text-decoration: underline;
    color: #333333;
}
.link_negru a
{
    font-size: 12pt;
    color: #666666;
    text-decoration: none;
}
.link_negru a:visited
{
    font-size: 12pt;
    color: #666666;
    text-decoration: none;
}
.link_negru a:hover
{
    text-decoration: underline;
    color: #333333;
}
.datalist
{
    margin:0px;
    padding:1px;
    overflow:hidden;
}
#stanga
{
    width:27%;
    float:left;
    background-color:#F7F7F7;
    background-position:right;
    background-repeat:repeat-y;
}
#dreapta
{
    width:72%;
    float:right;
}
#footer
{ 
    clear: both;
    width: 100%;
    background-image: url('/imagini/footer.jpg');
    background-repeat: repeat-x;
}
.link_utile a
{
    font-size: 10pt;
    text-decoration: none;
    color: #0000FF;
}
.link_utile a:visited
{
    color: #0000FF;
}
.link_utile a:hover
{
    text-decoration: underline;
    color: #0066CC;
}
.div_pad5px
{
    padding:5px;
}
.arrowlistmenu{
width: 99%; /*width of menu*/
margin-top:10px;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/imagini/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/imagini/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight:normal;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    background-position: left;
    color: #000000;
    background-color: #CCCCCC;
}
.st
{
    float:left;
}
.dr
{
    float:right;
}
.paginare
{
    border: 1px solid #800000;
    text-align: center;
    padding: 10px;
    background-color: #F2F2F2;
}
.ell
{
    font-weight:bold;
}



