tr.odd{

    background-color: #cccccc;
}
tr.fodd{
    background-color: #dddddd;
}
tr.result_row{}
tr.result_row:hover{
    color: #ffffff;
    background-color: #000080;
    cursor: pointer;
}
tr.result{}
tr.result:hover{
    border: 2px red;
} 
tr.sl{
     background-color: #ffdddd;
}
td.result_row{}
td.result_row:hover{
    color: #ffffff;
    background-color: #000060;
    cursor: pointer;
}
td.auto{
    width: auto;
}
th.auto{
    width: auto;
    text-align: center;
}
td.date{
    width: 10em;
}

th{
    text-align: center;
}
td.std{
    width:30em;
}
td.left{
    text-align: right;
    width: auto;
}
td.right{
    text-align: left;
}
td.span{
    text-align: center;
}
td.center{
    text-align: center;
}
input[type=text], select{
    width: 20em;
}
input.nota{
    width: 4em;
    color: #000099;
}
input.date{
    width: 8em;
    color: #000088;
}
input.pret{
    width: 4em;
    color: #008800;
}
input.dosar{
	width: 5em;
	color: #000088;
    background-color: #dddd66; 
    font-weight: bold;
    border-left-width: 2px;
    border-top-width: 2px;
    border-top-color: #bbbbbb;
    border-left-color: #bbbbbb; 
}

#ev_stt_type{
    width: 8em;
}
#ev_str_no{
    width: 4em;
}
body{
    background-color: #dddddd;

}
legend{
    color: #0000dd;
}
tr{
    vertical-align: top;
    font-size: 16pt; 
}
select.auto{
    width: auto;
}
select.an{
    width: 5em;
}
select.zi{
    width: 3.5em;
}
select.luna{
    width: 10em;
}
#indrumari{
    color: #008888;
//    font-weight: bold;
    font-size: 14pt;
    width: 900px;
    text-align: left;
}
.container{
    width: 100%;    
}
#final{
    color: #0000ff;
    font-size: 18pt;
    font-weight: bold;
    width: 1000px;    
}
.breadcrumb_selected{
    color: #ffffff;
    background-color: #000077;
}

span.link{
    color: #0000aa;
    text-decoration: underline;
}
span.link:hover{
    color: #aa00ff;
    text-decoration: underline;
    cursor: pointer;
}
span.selected{
    background-color: #000088;
    color: #ffffff;
}
span.unselected{
    background-color: #dddddd;
    color: #0000aa;
}
.b{
    font-weight: bold;
}
td.align_left{
    text-align: left;
}
td.align_right{
    text-align: right;
}
td.jos{
    vertical-align: bottom;
}
td.mid{
    vertical-align: middle;
}
input.tot{
    width: 100%;
}
textarea.tot{
    width: 100%;
}
table.tot{
    width: 100%;
}
font.font_tabel{
    font-family: fantasy;
    font-weight: bold;
}
tr.tabContainer{
    background-color: #ffdddd;
}