﻿.invizibil
{
    display:none;
}

/* Stiluri pt. text */
.textAB_S
{
    font-family:Arial Black;
    font-style:normal; 
    font-weight:normal;
    font-size:small;
    color:Black;
}
.textV_LW
{
    font-family:Verdana;
    font-style:normal; 
    font-weight:normal;
    font-size:12pt;
    color:White;
}
.textV_S
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:9pt;  
    color:Black;
}
.textV_Sbold
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:bold; 
    font-size:9pt;  
    color:Black;
}
.textV_Sboldred
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:bold; 
    font-size:9pt;  
    color:Red;
}
.textV_XS
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;  
    color:Black;
}
.textV_XSnumar
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;  
    text-align:right;  
    color:Black;
}
.textV_XSbold
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:bold;  
    font-size:8pt;  
    color:Black;
}
.textV_XXS
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:7pt;  
    color:Black;
}
.textV_XSgri
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;
    color:#333333;    
}
.textV_XSnavy
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;
    color:Navy;
}
.textA_XSbleu
{
    font-family:Arial;   
    font-style:italic; 
    font-weight:normal; 
    font-size:8pt;
    color:#5D7B9D; 
}


/* Stiluri pt. butoane */
.butonV_S
{
    font-family:Verdana;
    font-style:normal;
    font-weight:bold;
    font-size:9pt;
    color:Black;     
    background-image: url(resurse/bk02.png);
    border-style:solid;
    border-width:1px;
    border-color:#404040;  
}
.butonV_Sfix
{
    font-family:Verdana;
    font-style:normal;
    font-weight:normal;
    font-size:9pt;
    color:Navy;     
    background-image: url(resurse/bk02.png);
    border-style:solid;
    border-width:1px;
    border-color:#404040;
}
.butonV_XS
{
    font-family:Verdana;
    font-style:normal;
    font-weight:bold;  
    font-size:8pt;
    color:Black;     
    background-image: url(resurse/bk02.png);
    border-style:solid;
    border-width:1px;
    border-color:#404040;  
}
.butonV_XSfix
{
    font-family:Verdana;
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;
    color:Navy;     
    background-image: url(resurse/bk02.png);
    border-style:solid;
    border-width:1px;
    border-color:#404040;
}
.butonV_XSleft
{
    text-align:left;  
    font-family:Verdana;
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;
    color:Navy;     
    background-image: url(resurse/bk02.png);
    border-style:solid;
    border-width:1px;
    border-color:#404040;
}



/* Stiluri pt. campuri editare */
.textboxV_XS
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal;
    font-size:8pt;
    color:Black;
    background-color:#ffffff;
    border-style:solid;
    border-width:1px;
    border-color:#A0A0A0;   
}
.textboxV_Stransp
{
    font-family:Verdana;
    font-style:normal;
    font-weight:normal; 
    font-size:9pt;
    color:Black;  
    background-color:Transparent;
    border-style:none; 
    border-width:0px;   
}
.textboxV_XSnumar
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal;
    font-size:8pt;
    color:Black;
    background-color:#ffffff;
    border-style:solid;
    border-width:1px;
    border-color:#A0A0A0;
    text-align:right;  
}



/* Stiluri pt. dropdown */
.dropdownV_XS
{
    font-family:Verdana; 
    font-style:normal;
    font-weight:normal; 
    font-size:8pt;
    color:Black;
    background-color:#ffffff;    
}



/* Altele */
.pagerA
{
    font-family:Verdana;
    font-style:normal;
    font-weight:bold;
    font-size:8pt;
    color:Red;
    background-color:Transparent;  	
	background-image: url(resurse/bk02.png);
	background-repeat:repeat-x;  
}
.bkV02
{
    font-family:Verdana;
    font-style:normal;
    font-weight:bold;
    font-size:11pt;       
    color:Black;  
    background-color:Transparent;  	
	background-image: url(resurse/bk02.png);
}
.bkV03
{
    font-family:Verdana;
    font-style:normal;
    font-weight:bold;
    font-size:8pt;       
    color:White;  
    background-color:Transparent;  	
	background-image: url(resurse/bk03.png);
}
.linkC
{
	font-family:Arial; 
    font-style:normal;
    font-weight:normal; 
    font-size:9pt;
    color:#284775;    
}
.linkC:hover
{
	color:#5555DD;
}