body {
	font-family: Arial;
	font-size: 12px;
	background-color: #00284E;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
}
a, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.6em;
}
.L {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}
.Articol {
	border-bottom: 1px solid #ddd; margin-bottom: 10px; padding-top: 25px;
}
.Articol .titlu {
	font-family: Arial; font-size: 1.6em; font-weight: bold;
}
#top {
	background: #00284D url(/img/header-top-bkg.png) repeat-x;
	height: 38px;
}
#header {
	background: #003568 url(/img/header-main-bkg.png) repeat-x;
	height: 116px;
}
#navigation {
	background: #111F2E url(/img/nav-menu-bkg.png) repeat-x;
	height: 31px;
	padding: 10px 0px 0px 0px;
}
#content {
	background: #FFFFFF;
	border-bottom: 5px solid #CCC;
}
#footer {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding: 10px 0px;
}
.nota { color: #444; font-size: 0.8em; }
.nota span { font-weight: bold; color: #333333; display: block; border-bottom: 1px solid #ccc; }

 span.at1:before {content: "@";}
 span.at1>span.hide {display: none; }
 
 .websitecopyright { color: #77A6BF; }
 
/*** BOXES ***/
.info, .success, .warning, .error, .validation {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/img/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/img/valid.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/attention.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/cancel.png');
}
.email { unicode-bidi: bidi-override; direction: rtl; }
.style_em { font-style: italic; color: #777; font-size: 1em; }
/*** END BOXES ***/

h3 { font-size: 1.3em; border-bottom: 1px solid #ccc; margin-bottom: 10px; margin-top: 15px; font-weight: normal;}

/*** STIRI ***/
#stiri {width: 650px; line-height: 1.6em;}
#stiri .htbox { border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-top: 25px; }
#stiri .htitlu {font-family: Arial; font-size: 2em; font-weight: bold;}
#stiri .stire { width: 650px; margin: 10px 0px 30px 0px; }
#stiri .stire .titlu { font-size: 1.4em; font-weight: bold; color: #004080; }
#stiri .stire .titlu a, #stiri .stire .titlu a:visited { font-size: 1em; font-weight: bold; color: #004080; text-decoration: none; }
#stiri .stire .titlu a:hover { text-decoration: underline; }
#stiri .stire .data_adaugarii { font-size: 0.9em; font-weight: normal; color: #777; }
#stiri .stire p { font-size: 1em; font-weight: normal; color: #000000; margin: 5px 0px 0px 0px; }
/*** END STIRI ***/

/*** STIRE-ARTICOL ***/
#stire_articol {width: 650px; line-height: 1.6em;}
#stire_articol .htbox {border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-top: 25px; line-height: 2em; }
#stire_articol .htitlu {font-family: Arial; font-size: 2em; font-weight: bold;}
#stire_articol .sumar { font-weight: bold; }
#stire_articol .continut {}
/*** END STIRE-ARTICOL ***/