/* CSS Document */

body{
margin:0px;
behavior: url(p5/csshover.htc);
font-size: 19pt;
}


a.button {
	display:block;
	float:left;
	color: #ffffff;
	background: #4b77bd;
	padding-left:5px;
	padding-right:5px;
	height: 16px;
	text-align: center;
	text-decoration: none;
    font-weight: bold;
	font-family: Verdana,arial,sans-serif;
    font-size: 7pt;
	}



a.button:hover {
color: #ffffff;
background: #ffc06e;
}

a.selected{
	display:block;
	float:left;
	color: #ffffff;
	background: #fc9816;
	padding-left:5px;
	padding-right:5px;
	height: 16px;
	text-align: center;
	text-decoration: none;
        font-weight: bold;
	font-family: Verdana,arial,sans-serif;
        font-size: 7pt;
}


.text_area
{
 margin-bottom:1px;
 font-size: 12pt; 
 font-family: Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 border: 1px solid #1f54a7;
}

.text_area_log
{
 margin-top:0px;
 font-size: 11px; 
 font-family: Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 border: 1px solid #fc9816;
}
.text
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-style: normal;
}

.text_mic
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
line-height: 13px;
font-style: normal;
}

.text_menu_stg
{
line-height:16px;
font-family: Verdana,arial,sans-serif;
font-weight: bold;
font-size: 7pt;
color: #999999;
}

.title
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 22px;
font-style: normal;
font-weight: bolder;
color:#fc9816;
text-transform:uppercase;
}

.title_blue
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 20px;
font-style: normal;
font-weight: bolder;
color:#4b77bd;
text-transform:uppercase;
width:300px;
}


.title_blue_mon
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 20px;
font-style: normal;
font-weight: bolder;
color:#4b77bd;
text-transform:uppercase;
text-align:left;
}

.text_stiri
{
font-family: Verdana,arial,sans-serif;
font-size: 10pt;
color: #333333;
text-align: left;
}

.text_stiri_pag
{
font-family: Verdana,arial,sans-serif;
font-size: 8pt;
color: #333333;
text-align: justify;
}
.data_stiri
{
color: #ff9900;
font-weight:bold;


}

.menu_stg
{
padding-left:5px;

}

.menu_stg:hover  {
cursor: hand;
color: #ffc06e;
background-color: #ffffff;
text-decoration: none ;
}

A.link_stiri:visited  {color: #4b77bd; text-decoration: none}
A.link_stiri:link  {color: #4b77bd; text-decoration: none}
A.link_stiri:active  {color: #4b77bd; text-decoration: none}
A.link_stiri:hover   {color: #1d59b7;text-decoration: underline}


A.link_footer:visited  {color: #ffffff; text-decoration: none}
A.link_footer:link  {color: #ffffff; text-decoration: none}
A.link_footer:active  {color: #ffffff; text-decoration: none}
A.link_footer:hover   {color: #ffffff;text-decoration: underline}


A.linkm:visited  {color: #999999;; text-decoration: none}
A.linkm:link  {color: #999999; text-decoration: none}
A.linkm:active  {color: #999999; text-decoration: none}
A.linkm:hover   {color: #ffc06e;;text-decoration: none}


.footer
{	display:block;
	float:left;
	color: #ffffff;
	background: #4b77bd;
	padding-left:8px;
	padding-right:8px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
        font-weight: normal;
	/* border: 1px solid #000000; */
	font-size: 7pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.button_search
{

border: 1px solid #d7b9c9;
color: #ffffff;
background: #4b77bd;
padding-left:5px;
padding-right:5px;
height: 16px;
text-align: center;
text-decoration: none;
font-weight: bold;
font-family: Verdana,arial,sans-serif;
font-size: 7pt;

}