/* CSS Document */

body{
	margin:0;
	font: 60% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/top_bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	color:#000000;
}

font{
	font:1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	font-weight:bold;
	color:#1E75B4;
}

#breadcrum{
	margin-bottom:7px;
}

#breadcrum a,span{
	font-weight:normal;
	color:#666666;
}

#breadcrum a:hover{
	font-weight:normal;
	color:#1E75B4;
}


label{
	font-weight:bold;
	color:#7f7f7f;
	padding:3px;
}

input {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:0;
	height:120%;
}

input.gri{
	background-color:#b1b1b1;
}

td.sub_menu{
	background-color:#FEFEFE;
}

td.head{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

td.foot{
	padding:5px;
	color:#333333;
	background-image:url(images/bg_foot.jpg);
}


td.main_left, td.main_right{
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
	background-color:#FEFEFE;
}

td.main_left{
	padding-bottom:10px;
}

td.main_right{
	padding-left:45px;
	padding-right:20px;
}

#login{
	background-color:#7F7F7F;
	color:white;
	font-weight:bold;
}

#login .submit{
	font-size:.8em;
	background-color:#7F7F7F;
	color:white;
	height:100%;
}

#login p{
	margin:5px;
	margin-left:15px;
}

form{
	margin:0;
}

#sigla{
	margin:25px 50px 26px;
}

td.bara{
	background-image:url(images/bara2.gif);
}

td.content,td.content_dark,td.content_gri{
	padding:10px;
	padding-bottom:10px;
}

td.content_dark{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #bbbbbb;
	background-color:#eeeeee;
	color:#000000;/*color:#0072BC;*/
}

td.content_gri{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#f9f9f9;
	color:#000000;
}

.mic{
	font-size:.8em;
}

.mediu{
	font-size:1em;
	color:#1E75B4;
}
.mare{
	font-size:1.1em;
}
a.mare:hover{
	font-size:1.1em;
	color:#09448A;
}

#copil {
	padding-top:5px;
	padding-bottom:5px;
}

h1{
	font-size:1.3em;
	/*color:#000000;*/
	margin:5px;
}

h2{
	font-weight:bold;
	font-size: 1em;
	margin:2px;
}

dl {
	width: 100%;
}

dt {
	margin: 10px 0 0 5px ;
	float: right;
	width: 100%;
	font-weight: bold;
}

dd {
	margin: 0 ;
	padding-bottom:5px;
	border-bottom:1px solid #979797;
}
.subtitle {
	font:bold 10px tahoma;
	color:#0072BC;
}
div.button{
	font-weight: bold;
	text-align:center;
	padding-top:8px;
	width:122px;
	height:25px;
	position:relative;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
}

.stiri_head{
	background-image:url(images/stiri_r1_c4.jpg);
	background-repeat:repeat-x;
	background-color:#0171BB;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	white-space:nowrap;
}
.stiri_main{
	padding:5px;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	color:#828282;
/*	width:205px;*/
	height:165px;
	overflow:hidden;
}
.stiri_foot{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	text-decoration:none;
}

.stiri_left{
	background-image:url(images/stiri_r2_c2.jpg);
	background-repeat:repeat-y;
}

.stiri_right{
	background-image:url(images/stiri_r2_c6.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

div.subtitle{
	padding-top:.9em;
}

div.descriere{
	padding-top:.9em;
	font-weight:bold;
	color:#EE3124;
}

.descriere span{
	font-weight:normal;
	color:#333333;
}
.galben {
	color:#EFE663;
}
.fancyinput {
	border:0;
	background-image:url(images/input.gif);
	font:bold 1em tahoma;
	width:100%;
	height:18px;
}
.go {
	border:none;
	width:35px;
	height:20px;
	background-image:url(images/go.gif);
}
form {
	margin:0px;
}
/* ---------------------------------------------------------------------------
 * imagini png
 */
.png {
	filter:expression(
			this.test
			? "" :
			(
				this.src.substr(this.src.length-4)==".png"
				?
				(
					(!this.complete)
					? "" :
						this.runtimeStyle.filter=
						("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
						(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
						String(this.test=true).substr(0,0)+
						(this.src="images/blank.png").substr(0,0)
				)
				:
				this.runtimeStyle.filter=""
			)
		);
}
/* ---------------------------------------------------------------------------
 * imagini png
 */
