a
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:#000000;
	text-decoration: none ;
	cursor: hand;
}

a.visited
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:#000000; 
	text-decoration: none;
}

a.hover
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:#000000; 
	text-decoration: none ;
}
a.blueunderline
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue;
	text-decoration: underline ;
	cursor: hand;
}

a.blueunderline:visited
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue; 
	text-decoration:  underline;
}

a.blueunderline:hover
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue; 
	text-decoration:  underline;
}

a.blue
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue;
	text-decoration: none ;
	cursor: hand;
}

a.blue:visited
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue; 
	text-decoration: none ;
}

a.blue:hover
{
	font-family: Verdana;
	font-weight:bolder ;
	font-size: 8pt;
	color:blue; 
	text-decoration: none ;
}

a.underline
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:black;
	text-decoration: underline;
	cursor: hand;
}

a.underline:visited
{
	font-family: Verdana;
	font-weight:normal ;
	font-size: 8pt;
	color:black; 
	text-decoration: underline;
}

a.underline:hover
{
	font-family: Verdana;
	font-weight:normal ;
	font-size: 8pt;
	color:black; 
	text-decoration: underline;
}

a.blueNormal
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:blue;
	text-decoration: none ;
	cursor: hand;
}

a.blueNormal:visited
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:blue; 
	text-decoration: none ;
}

a.blueNormal:hover
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:blue; 
	text-decoration: none ;
}

body
{
	font-size: 8pt;
	font-family: Verdana;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.Label
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color:#006225;
}

.labelTitlu
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana;
	color:#C1C8C1;
}
.labelTitluHelp
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana;
	color:#000000;
}
.labelErr
{
	font-size: 11px;
	color: red;
	font-family: Verdana;
	font-weight:bold;	
}

.labelErrHidden
{
	display: none;
}

.labelNormal
{
	font-size: 8pt;
	font-family: Verdana;
	color:#000000;
}

.labelLogo
{
	font-size: 7pt;
	font-family: Verdana;
	color:#000000;
}

.labelNormalBold
{
	font-size: 8pt;
	font-family: Verdana;
	color:#000000;
	font-weight: bold;
}

.TxtBox {
	border-right: #7c6316 1px solid;
	border-top: #f7b816 1px solid;
	border-left: #f7b816 1px solid;
	border-bottom: #7c6316 1px solid;
	height: 18px;
	font-size: 8pt;
	font-family: Verdana;
}

.TxtBoxBold {
	border-right: #7c6316 1px solid;
	border-top: #f7b816 1px solid;
	border-left: #f7b816 1px solid;
	border-bottom: #7c6316 1px solid;
	height: 18px;
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
}

.txtUnderline
{	
	border-bottom: 1px solid black;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	
}
.txtUnderlineFontBold
{	
	border-bottom: 1px solid black;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	font-weight:bold;
}
.txtDateFontBold
{	
	border-bottom: 1px solid black;
	border-left-width:0px;
	border-right:1px solid black;
	border-top-width:0px;
	font-weight:bold;
}
.txtUnderlineDot
{	
	border-bottom: 1px dotted black;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	width:99%
	
}
.txtUnderlineDot
{	 
	border-bottom: 1px dashed black;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;

}

.iconMeniu {
	padding-top:1px;padding-bottom:1px;padding-right:4px;padding-left:4px;
}

flagslist {
	background-color: #CCC;
}
.flagslist ul{
	width: 160px;
	height: 200px;
	float: left;
	margin-left: 1px;
	padding-left: 7px;
	padding-top: 3px;
	list-style: none;
	line-height: 20px;
	color: red;
}
.flagslist ul li a{
	text-decoration: none;
	color: #000000;
}
.flagslist ul li a:hover{
	color: #F26722;
}
.flagslist input{
	background: transparent;
	border: 0;
	width: 150px;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	padding-top: 2px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;	
}

.flagslist input:hover{
	color: #F26722;
	cursor: hand;
}

.txtLogin{
    border:0;
    background-color:#ebf0e7;
    vertical-align: middle;
}

.txtNormal{
    border:0;
    background-color:#ebf0e7;
    vertical-align: middle;
}

.buttonLogin{
	width:80px;
	border: 0px;
	background-color: #E1E3CB;
   height: 20px;
   color: #000000;
   font: bold 0.9em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
   overflow: visible;
	cursor: hand;
}

.buttonYellow{
	border: 0px;
   background-color: #FEEAAF;
   height: 20px;
   color: #000000;
   font: bold 0.9em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
   overflow: visible;
	cursor: hand;
}

.copyright{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	color:#C1C8C1;
}


