﻿body 
{
    font-size:8pt;
    font-family:Arial, Sans-Serif;
    color:Black;
}

span.formeticheta
{
    font-weight:bold;
}

span.etich
{
    font-weight:bold;
    color:#999999;
}

input.formtb
{
    width:250px;
    height:15px;
    font-size:8pt;
}

input.formbt
{
    border:solid 1px #CCCCCC;
    background-color:#DEDEDE;
}

table.form
{
    border:solid 1px #DDDDDD;
    background-color:#EEEEEE;
}

a.mi:link, a.mi:visited
{
    text-decoration:none;
    color:black;
    text-transform:capitalize;
}

a.mi:hover
{
    text-decoration:underline;
    color:Orange;
    text-transform:capitalize;
}

h1
{
    font-size:10pt;
}

a:link, a:visited
{
    color:Blue;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

/* ===  PENTRU PAGINATOR  === */
a.selpag:link, a.selpag:visited
{
    font-size:9pt;
    color:Red;
    font-weight:bold;
    padding:0px 5px 0px 5px;
    text-decoration:none;
}

a.selpag:hover
{
    color:Green;
    text-decoration:underline;
}

a.pag:link, a.pag:visited
{
    font-size:8pt;
    color:#343263;
    font-weight:bold;
    padding:0px 3px 0px 3px;
    text-decoration:none;
}

a.pag:hover
{
    color:Green;
    text-decoration:underline;
}