@charset "utf-8";
/* CSS Document */
/* ---------------------------------  */
/* default font Tahoma */
body
{
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	color: rgb(0,0,0);
	font-family: tahoma;
	text-align: left;
	text-decoration: none;  
}
/* ---------------------------------  */
.textnormal
{
  font-weight: normal;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,0);
}
/* ---------------------------------  */
.textnormalred
{
  font-weight: normal;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(237,0,0);
}
/* ---------------------------------  */
.textnormal14
{
  font-weight: normal;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,0);
}
/* ---------------------------------  */
.textnormalred14
{
  font-weight: normal;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(237,0,0);
}
/* ---------------------------------  */
.textnormalbold
{
  font-weight: bold;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,0);
}
/* ---------------------------------  */
.textnormalbold14
{
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,0);
}
/* ---------------------------------  */
.textnormalboldred
{
  font-weight: bold;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(237,0,0);
}
/* ---------------------------------  */
.textnormalboldred14
{
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(237,0,0);
}
/* ---------------------------------  */
.textnormalblue
{
  font-weight: normal;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,170);
}
/* ---------------------------------  */
.textnormalblue14
{
  font-weight: normal;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,170);
}
/* ---------------------------------  */
.textnormalboldblue
{
  font-weight: bold;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,170);
}
/* ---------------------------------  */
.textnormalboldblue14
{
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,170);
}
/* ---------------------------------  */
.textnormalgreen
{
  font-weight: normal;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,150,0);
}
/* ---------------------------------  */
.textnormalgreen14
{
  font-weight: normal;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,150,0);
}
/* ---------------------------------  */
.textnormalboldgreen
{
  font-weight: bold;
  font-size: 12px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,150,2);
}
/* ---------------------------------  */
.textnormalboldgreen14
{
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,150,0);
}
/* ---------------------------------  */
/* ---------------------------------  */
a.linknormal
{
  font-weight: normal;
  font-size: 11px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,150);
}
a.linknormal:visited
{
  font-weight: normal;
  font-size: 11px;
  font-family: tahoma;
  text-decoration: none;
  color: rgb(0,0,150);
}
a.linknormal:hover
{
  font-weight: normal;
  font-size: 11px;
  font-family: tahoma;
  /*text-decoration: underline;*/
  color: rgb(0,150,255);
}
a.linkmeniusus
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}
a.linkmeniusus:hover
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/* ---------------------------------  */
/* ---------------------------------  */

.chenar_punctat {
	border: 1px dotted #000000;
}

.linie_jos_gri {
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
}

.textRedArial10
{
  font-weight: normal;
  font-size: 10px;
  font-family: Arial;
  text-decoration: none;
  color: rgb(255,0,0);
}

.textGreenArial10
{
  font-weight: normal;
  font-size: 10px;
  font-family: Arial;
  text-decoration: none;
  color: rgb(0,150,0);
}

.inputW
{
	width: 200px;
	font-family: tahoma;
	font-size: 12px;
	color: rgb(0,0,150);
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.border_right_punctat {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}

