/* CSS Document */

p {padding:0px;}
body { 
margin:0px; 
padding:0px; 
text-align:left; 
background:#e1e4d8;
} 

#container { 
margin:0 auto; 
width:1000px; 
background:#ffffff;
} 


/* header */
.header-top{
margin:0px;
padding:0px;
width:1000px;
height:31px;
background:#ffffff url('imagini/site/headertop.png') repeat-x top;
line-height:27px;
font-family: verdana,georgia,arial;
font-size:13px;
color:#ffffff;
}

#header_info{
float:left;
margin:0px;
padding:3px 0px 0px 0px;
width:740px;
}

.search {
	float:left;
	line-height:1.0em; 
	Text-Align:right;
	margin-right:10px;
  FONT-FAMILY: arial;
	width:230px;
	height:19px;
	FONT-SIZE:85%;
	margin-top:3px;
	margin-left:20px;
	/*background: url(images/lupa1.png) no-repeat right;*/

}

.search input {
  z-index:199;
  background: inherit; 
  background-color:transparent; 
	font-size:13px;
	color:#fefefe;
	font-family:Tahoma, arial, verdana, courier;
	width:190px;
	height:17px;
	vertical-align:middle;
	border-top:1px solid #011268;
	border-bottom:1px solid #011268;
	border-left:1px solid #011268;
	border-right:0px;
	padding:0px;
	margin:0px;
}

.search .input {
  z-index:198;
  background: url('imagini/site/lupa2.png') no-repeat center bottom;
  width:19px;
	height:23px;
	border-top:1px solid #011268;
	border-bottom:1px solid #011268;
	border-right:1px solid #011268;
  border-left:0px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

/* fin header */


/*centru*/
#centru{
margin:0px;
padding:0px;
width:1000px;
}

/*partea stanga*/
/* partea de meniu dreapta*/
#stanga{
float:left;
width:215px;
margin:15px 0px 0px 0px;
}

#stanga1{
float:left;
width:215px;
background: #ffffff url('imagini/site/fond_menu_albastru_215.png') repeat-y; /*violet pal #f1c5f3 --  rosu pal #ffa6a6 */
}

#titlu_bara_meniu{
 line-height:20px;
 padding-top:15px;
 font-family:Georgia, Verdana, Arial, Sans Serif;
 font-size:12px;
 font-weight:bold;
 color:#013bb0;
 text-align:center;
}

#bara_meniu_first{
 margin-top:0px;
 padding:0px;
 height:47px;
 background:url('imagini/site/bara_galbena_215.png') no-repeat;
}

#bara_meniu{
 margin-top:0px;
 padding:0px;
 height:47px;
 background:url('imagini/site/bara_galbena_215.png') no-repeat;
}

#menu_exterior{
 margin:0px 10px 0px 10px;
}
#menu_exterior_titlu {
  padding-left:7px;
  padding-bottom:4px;
  font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#menu_exterior_titlu a{
  font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
}
#menu_exterior_titlu a:hover{
  font-family: Arial, Sans Serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #fff; /*#a5ff96;*/
	text-decoration:underline;
}

#spatiu_meniu {
 width:220px;
 height:1px;
 background-color: #eeeffa;
 margin-top:7px;
 margin-bottom:7px;
}

/* newsletter*/
label {
display: block;
}
.error {
color: #373737;
font-style: italic;
}

#newsletter_form {
background: transparent;
width: 190px;
margin: 0px 0px 0px 8px;
padding-left:10px;
border-top: 1px solid #d5d5d5;
}

#newsletter_form form input[type=text] {
width: 87%;
}
#newsletter_form p{
font-family:verdana,arial,georgia;
font-size:12px;
margin:0px 0px 5px 0px;
}
h2 {
margin-top:9px;
color:#aa2828;
font-family: Georgia,arial;
}

input[type=submit] {
border: 1px solid #c62828;
background: #aa2828;
color: #e3e3e3;
padding: 2px 5px 3px 5px;
margin-top:2px;
cursor: pointer;
}
input[type=reset] {
border: 1px solid #c62828;
background: #aa2828;
color: #e3e3e3;
padding: 2px 5px 3px 5px;
margin-top:2px;
cursor: pointer;
}

input[type=submit]:hover {
background: #9a2222;
}
/*fin newsletter*/

/*fin stanga*/

/***************/
/*partea din centru*/

/* centru slide(carusel) */
#container-slide {
  padding-top:5px;
	width:523px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:523px;
	height:310px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-4px;
	left:4px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:600px;
	height:300px;
	top:-3px;
	left:-40px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:12px;
	left:22px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:474px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:476px;
	height:242px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-26px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:482px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('imagini/slide/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:1px 12px 0 12px;
	background:#000000;
	width:476px;
	font-family:georgia,arial,verdana;
	font-size:0.8em;
	line-height:1px;
	color:#fff;
	border-top:1px solid #000000;
}

/* fin centru slide(carusel) */


#centru_mijloc{
float:left;
width:523px;
margin-top:15px;
margin-left:10px;
}
.cadru_centru{
width:503px;
background: url('imagini/site/img_prez_centru2.jpg') no-repeat top; 
margin-left:8px;
margin-bottom:10px;
}
.titlu_centru{
font-family:arial,verdana,georgia;
font-size:11px;
font-weight:bold;
color:#ffffff;
padding:12px 0px 0px 19px;
}
#titlu_centru_raspuns{
float:left;
font-family:arial,verdana,georgia;
font-size:11px;
font-weight:bold;
color:#ffffff;
padding:12px 0px 0px 17px;
}
#titlu_stanga_raspuns a{
float:right;
font-family:arial,verdana,georgia;
font-size:11px;
font-weight:bold;
color:#ffffff;
padding:12px 15px 0px 0px;
text-decoration:none;
}
#titlu_stanga_raspuns a:hover{
font-family:arial,verdana,georgia;
font-size:11px;
font-weight:bold;
color:#fc8e00; /*#ffa500;*/
text-decoration:none;
}
#centru_cadru_centru{
margin:10px 4px 10px 3px;
font-family:arial,verdana,georgia;
font-size:12px;
color:#111111;
}
#centru_cadru_centru img{
padding:1px;
border:1px solid #e1e1e1;
margin-right:15px;
margin-bottom:10px;
}
#centru_cadru_centru2{
margin:21px 25px 21px 25px;
font-family:arial,verdana,georgia;
font-size:12px;
color:#111111;
}
#centru_cadru_centru2 img{
padding:1px;
border:1px solid #e1e1e1;
margin-right:15px;
margin-bottom:10px;
}
#data_ag{
float:left;
width:200px;
padding-top:10px;
}
#inapoi{
float:right;
margin:5px 0px 0px 0px;
width:430px;
}
#inapoi img{
float:right;
border:0px;
}
#titlu_cc {
 font-family:georgia,arial;
 font-size:13px;
 font-weight:bold;
 color:#000000;
 padding: 5px 0px 0px 10px;
 text-decoration:none;
}
#titlu_cc:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 23px;
	font-weight: bold;
	color:blue;
	margin: 0px 2px -3px 0px;
}
#titlu_cc a{
 font-family:georgia,arial;
 font-size:13px;
 font-weight:bold;
 color:#000000;
 text-decoration:none;
}
#titlu_cc a:hover{
 font-family:georgia,arial;
 font-size:13px;
 font-weight:bold;
 color:blue;
 text-decoration:none;
}


.title_rss_pnl a{
 font-family: geogia,arial;
 font-size:12px;
 font-weight:bold;
 color:#0056cf;
 text-decoration:none;
}
.title_rss_pnl a:hover{
 color:#0152c5;
 text-decoration:underline;
}
.data_rss_pnl{
 font-family:goergia,arial;
 font-size:11px;
 color:#b1b1b1;
}
.description_rss_pnl{
 font-family:arial;
 color:#000000;
}
/*fin centru*/

/************/

/* partea din stanga */

.dreapta{
 float:left;
 margin:15px 0px 0px 10px;
 background-color:#ffffff;
 width:242px;
 z-index:11;
}
#foto-dreapta{
margin-top:3px;
}

/* opinia publica */
#opinie{
width:238px;
border:2px solid #fade1f; /* #fadb0a; /* #d2e9ff; */
background:#fff9d2; /* #fef5bc; /* url('imagini/site/fondopoll.GIF'); */
}
.titlu_opinie a{
 color:#000000;
}

.fat:first-letter {
	font-family: "Lucida Calligraphy",arial;
	font-size: 19px;
	font-weight: bold;
	color: #be00bf;
	text-decoration: none;
	padding-right: 1px;
}
.fat {
	font-family: arial,georgia,arial;
	font-size: 14px;
	font-weight: bold;
	color: #e900ea;
	text-decoration: none;
	margin-bottom: 3px;
}
#index_opinie{
 width:210px;
}

#total_voturi {
margin-top:3px;
margin-bottom:7px;
}
/* fin opinia publica */

/*flux stiri*/
.title {
margin-top:13px;
width:242px;
text-align:center;
font-family:georgia,verdana,arial;
font-size:14px;
font-weight:bold;
color:#ffffff;
text-align:left;
padding:5px 0px 5px 0px;
background:#ffffff url('imagini/site/menu-degradat.png') no-repeat top;
}
#newsticker-demo { 
width:222px; 
background:#fff7ff; /* #EAF4F5; */ 
border-left:1px solid #b1b1b1;
border-right:1px solid #b1b1b1;
border-bottom:1px solid #b1b1b1;
padding:9px 9px; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:0px 0px 13px 0px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

.newsticker-jcarousellite { width:222px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
 /*.newsticker-jcarousellite .thumbnail { float:left; width:110px; } */
.newsticker-jcarousellite .info { float:left; width:222px; }
.newsticker-jcarousellite .info a { 
 padding:3px 0px 3px 0px;
 font-family:verdana,arial,georgia; 
 font-size:12px;
 color:#0000ff;
 text-decoration:none;
}
.newsticker-jcarousellite .info span.cat { display: block; font-size:11px; color:#808080; }

.clear { clear: both; }
/*fin flux stiri*/
/* fin partea din stanga */

/* footer */
.footer{
margin-top:35px;
margin-bottom:0px;
width:1000px;
height:330px;
background:#ffffff url('imagini/site/footer.png') repeat-x top;
}

#reteaua_pnl{
 width:1000px;
 margin:0px;
 padding:0px;
 background:#ffffff; /* url('imagini/site/footer.png') repeat-x top; */
}
#titlu_retea{
 float:left;
 margin:3px 5px;
 font-family:arial,verdana;
 font-size:12px;
 color:#000000;
 font-weight:normal;
 background:#fffff9; /*#e7e7e7;*/
 padding:3px 5px;
}
.footer ul{
 float:left;
 margin:5px 0px;
 padding:0px;
}
.footer ul li{
 float:left;
 width:120px;
 margin-left:15px;
 text-align:left;
 list-style-type: none;
 font-family: arial;
 font-size:11px;
 color:#0629fd;
 padding-bottom:1px;
}
.footer ul li a:hover{
 font-family: arial;
 font-size:11px;
 color:#000000;
}
.footer ul li a:visited{
 font-family: arial;
 font-size:11px;
 color:#0629fd;
}
#titlu_retea{
	float: left;
	
}
#pnl_bucuresti{
 float:left;
 margin:0px;
 padding:0px;
 width:150px;
}
#pnl_national{
 float:left;
 margin:0px;
 padding:0px;
 width:150px;
}
#pnl_regional{
 float:left;
 width:275px;
}
#pnl_europarlamentari{
 float:left;
 width:150px;
}
#pnl_membri{
 float:left;
 width:275px;
}

#menu_footer{
width:980px;
margin-top:10px;
padding:5px 10px 5px 10px;
border-top:1px solid #d7daec;
height:21px;
}
#menu_footer a{
font-family:verdana, arial;
font-size:11px;
font-weight:normal;
color:#000000;
text-decoration:none;
}
#menu_footer a:hover{
text-decoration:underline;
	list-style-type: none;
}

#bottom_footer{
height:21px;
}
#copyright{
float:left;
width:491px;
text-align:left;
margin-top:5px;
padding-left:7px;
font-family:georgia,arial;
font-size:12px;
}
#copyright span{
font-family:georgia,arial;
font-size:12px;
font-weight:bold;
}
#design{
float:left;
width:497px;
text-align:right;
padding-top:3px;
padding-right:5px;
font-family:georgia,arial;
font-size:12px;
}
#design a{
text-decoration:none;
text-transform:uppercase;
font-family:georgia,arial;
font-size:12px;
font-weight:bold;
color:#0000ff;
}
/* FIN footer */








#titlu_presa a{
font-family:arial,georgia,arial;
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:none;
padding-left:7px;
}
#titlu_presa:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0px 2px -3px 0px;
	text-decoration: none;
}

.cad_press{
margin-top:10px;
width:518px;
padding-top:7px;
padding-bottom:11px;
border:1px solid #e1e1e1;
background:#fafaff;/* url('imagini/site/contact.png')no-repeat; */
font-family:arial,georgia,arial;
font-size:12px;
font-weight:normal;
color:#000000;
}
.cad_press table tr td select{
font-family:arial,georgia,arial;
font-size:11px;
font-weight:normal;
color:#000000;
}
.cad_press table tr td input{
font-family:arial,georgia,arial;
font-size:11px;
font-weight:normal;
color:#000000;
}

.sustinator_index{
width:205px;
height:150px;
background: url('imagini/site/fundal_sustinatori.png') no-repeat center bottom;
}


/*album*/
.imagini_album{
 padding:1px;
 border: 1px solid #e1e1e1;
}
.imagini_album_desc{
 padding:2px;
 border: 1px solid #dadada;
}
.titlu_sustinator a{
	height: 29px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: arial,georgia,arial;
	font-size: 12px;
	font-weight: bold;
text-decoration:none;
color:#000000;
vertical-align: bottom;
}
.titlu_sustinator:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0px 2px -3px 0px;
	text-decoration: none;
}

#titlu_album{
margin-left:10px;
margin-bottom:5px;
	font-family: arial,georgia,arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#titlu_album:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}
#titlu_album span{
padding-left:10px;
	font-family: arial,georgia,arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*fin album*/

/*descriere*/
#cadru_descriere_first{
	width: 519px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #f2f9ff;
	border-top:1px dotted #d1d1d1;
	border-bottom:1px dotted #d1d1d1;
}
#cadru_descriere1{
	width: 519px;
	margin: 0px;
	padding: 0px;
	background: #f2f9ff;
   border-bottom:1px dotted #d1d1d1;
}
#cadru_descriere2{
	width: 519px;
	background: #f8fff0;
	margin: 0px;
	padding: 0px;
	border-bottom:1px dotted #e1e1e1;
}
#titlu_declaratie:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: bold;
	color: #000168;
	text-decoration: none;
	padding-right:1px;
}
#titlu_declaratie{
	padding-top:15px;
	padding-left: 7px;	
}
#titlu_declaratie a{
	font-family: arial,georgia,arial;
	font-size: 12px;
	font-weight: bold;
	color: #000168;
	text-decoration: none;
}
#titlu_2_declaratie:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: bold;
	color: #733c22;
	text-decoration: none;
	padding-right:1px;
}
#titlu_2_declaratie{
	padding-top:1px;
	padding-left: 7px;
}
#titlu_2_declaratie a{
	font-family: arial,georgia,arial;
	font-size: 13px;
	font-weight: bold;
	color: #733c22;
	text-decoration: none;
}
#data_declaratie{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #4446ff;
	padding: 2px 9px;
}
#link_id_raspuns{
	text-align:right;
	padding-bottom:5px;
}
#link_id_raspuns a{
	text-decoration: none;
	color: #3739ff;
}
#link_id_raspuns a:hover{
	text-decoration:underline;
}
#descriere_declaratie:first-letter{
	font-family: "Lucida Calligraphy",arial;
	font-size: 17px;
	font-weight: normal;
	color: #733c22;
	text-decoration: none;
	padding-right:1px;
}
#descriere_declaratie{
	font-family: arial,georgia,arial;
	font-size: 12px;
	font-weight: normal;
	color: #733c22;
	text-decoration: none;
	padding-left:7px;
}
/*fin descriere*/

#search{
float:left;
margin: 19px 0px 25px 10px;
width:738px;
z-index:111;
}
