body {
	background: #F3F3F3 url("images/fin_dunga.png") repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #222222;
}


input, button, textarea {
	padding: 1px;
	margin-right: 2px;
	width: 96%;
	background: #F9F9F9;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #A3A3A3;
 	font: 12px Arial, Helvetica, sans-serif; 
	color: #F00000;
}

.cb {
	width: auto;
	background: none;
	border: none;
}

fieldset{
	padding: 5px;
	border: 1px solid #A3A3A3;
}

legend{
	font-weight: bold;
	font-variant:small-caps;
}


/* BUTOANE FORME */
.ok {
 font: 11px Arial, Helvetica, sans-serif;
 color: #000000;
 letter-spacing: 0px;
 text-transform: uppercase;
 text-align: center;
 width: 48%;
}

.ok:hover {
 color: #000000;
 letter-spacing: 1px;
 background: #E6E7ED;
 cursor: hand;
 font-weight: bold;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
/*	width: 93%;
	background: url(images/bg_h4.png) repeat-x; */
	text-align: left;
	font-size: 13px;
	color: #00AAFF;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 5px 5px 35px;
/*	margin: 10px 0px 10px 5px;*/
	text-decoration: none;
/*	border-top: 5px solid #000000;*/
}

h1 a {
	color: #00AAFF;/* #31363B; */
	text-decoration: none;
	text-align: right;
}

h1 a:hover{
	color: #FF002A;
	text-decoration: none;
	border: none;
	text-align: right;
}

h2 {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 5px 0px;
	background: url(images/bullet_square_gray.png) no-repeat center left; /* bullet_square_gray.png */
	font-size: 12px;
	color: #00AAFF;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

h2.simplu {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 5px 0px;
	background: url(images/bullet_square_gray.png) no-repeat top left; /* bullet_square_gray.png */
	font-size: 11px;
	color: #00AAFF;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

h3 {
	padding: 5px 0px 5px 20px;
	margin: 0 auto;
	margin-top: 2px;
	margin-left: 5px;
	background: url(images/fin_but_men.png) no-repeat left center;
	color: #222222;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align:left;	
	font-variant:normal;
}

h3 a {
	color: #222222; 
	font-weight: bold;
	text-decoration: none;
	font-variant:normal;	
}

h3 a:hover {
	color: #00AAFF;
	text-decoration: none;
	border: none;
	font-variant:normal;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 10px;
	margin: 0 auto;
	font-size: 12px;
	margin-left: 5px;	
	color: #222222;
	letter-spacing: 0px;
/*	font-weight: bold; */
	text-transform: capitalize;
	text-decoration: none;
	border-bottom: 0px; 
	text-align:left;
	font-variant:normal;
}

h4 a {
	color: #222222; 
	font-weight: bold;
	text-decoration: none;
	font-variant:normal;
}

h4 a:hover {
	color: #00AAFF;
	text-decoration: none;
	font-variant:normal;
	border: none;
}

h5 {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	background: transparent; 
	font-size: 10px;
	color: #000000;
	letter-spacing: 0px;
/*	font-weight: bold; */
	text-transform: lowercase;
	text-decoration: none;
	border-bottom: 0px; 
}

h6 {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
	font-size: 12px;
	color: #00AAFF;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}

#titlu_n {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
}

#majuscule {
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	font-variant:small-caps;	
/*	text-transform: uppercase;*/
	text-align:left;
}

p{
	margin-top: 1.3em; /* 1.5em; */
	line-height: 120%;
	text-align: justify;
}

ul{
	margin-top: 1.2em;
	line-height: 100%;
	list-style-type: square; 
}

ul.rotund{
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 5px;
}

ul.patrat{
	margin-left: 10px;
	list-style-type: square; 
}

ol{
	margin-left: 15px;
	line-height: normal;
	list-style-type: decimal;
}

ol.indent{
	margin-left: 30px;
	padding:  5px 0px 5px 0px;
	line-height: normal;
	list-style-type: decimal;
}

li{
	margin-left: 0px; 
	line-height: normal;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF002A;
	font-variant:small-caps;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #00AAFF;
	text-decoration: none;
	border-bottom: none;
}

a img {
	border: none;
	text-decoration: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
/* 	display: none;*/
	width: 90%;
	border: 1px solid #EDEDED;
	text-align: center;
}


/* Header */

#antet{
	width: 830px;
	height: 280px;
	margin: 0 auto;
	margin-top: 0px;
	background: url('images/fin_antet.png') no-repeat top center; /*#F0F0F0 */
}

#asistenta{
	float: left;
/*	position: fixed;*/
	width: 30px;
	height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	padding: 10px;
	text-align:center;
}

#header {
	width: 830px; /* 830px*/
	text-align: left;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	margin: 0 auto;
/*	margin-right: 20px;
	margin-top: 0px;						/* misca pagina ALL fata de antet si meniu */
	
}

#header .st{
	float: left;
	width: 220px;	
	padding: 0px;
	margin: 0 auto;
	margin-left: 5px;
	}

#header .dr{
	float: right;
	margin: 0 auto;
}

#header a {
	color: #FFFFFF;
	border-bottom: none;
}

#header a:hover {
	text-decoration: none;
/*	border-bottom: 1px dotted #FFFFFF; */
}

#panorama{
	width: 100%;
/*	height: 100px;*/
 	padding: 0px;
	margin: 0px;
/*	background: #99CCCC;*/
}

#logo{
	float: left;
	width: 800px;
	text-align:right;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
 	padding: 10px 30px 10px 0px;	
}


#logo .stanga{
	float: left;
	text-align:left;
	width: 300px;
	margin: 0 auto;
	margin-left: 5px;
	background: transparent;
}

#logo .dreapta {
	float: right;
	text-align:right;
	width: 450px;
	background: transparent;
	margin: 0 auto;
	margin-right: 5px;
/*	border-left: 1px inset #CACACA; */
}


/* Meniu principal */

#menu {
	float: right;
	width: 190px; /* 220 550px */
/*	height: 50px;*/
	margin: 0 auto;
	margin-right: 20px;
	margin-top: 65px;									/*marginea de sus a meniului*/
	margin-bottom: 10px;								/*marginea de jos a meniului*/	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
/*	background: yellow; */
}

#menu ul {
	overflow: hidden; /* hidden scroll */
	list-style-type:none;
/*	zoom:1;*/
	margin:0;
	padding:0;
}

#menu li {
	height:22px;
	margin-bottom: 5px;
	display: block; /* inline block */
/*	border-bottom:1px dashed #AECCCA;*/
/*	padding: 15px 5px 15px 25px;		/* de aici maresc interiorul meniului */
	padding: 0px 5px 0px 5px;
}

#menu p{
	line-height: normal;
/*	padding: 0px 5px 0px 0px; */
	text-align: justify;
}

#menu a {
	height:24px;
	background: url(images/fin_meniu_a.png) center left no-repeat;
	color:#222222;
	line-height:24px;
	text-decoration:none;
	padding-left: 20px;
}

#menu a:hover {
	background: url(images/fin_meniu_ahover.png) center left no-repeat;
	color:#C5C5C5;
	line-height:24px;
	text-decoration:none;
	padding-left: 20px;
}

#menu .current_page_item a {
	background: url(images/fin_meniu_curent.png) center left no-repeat;
	color:#00AAFF;
	line-height:24px;
	text-decoration:none;
	padding-left: 20px;
}

/*
#menu .current_page_item{
	background: url(images/incom_meniu_select.png) no-repeat center top;	
}
*/

/* Meniu Secundar */

#dunga {
	float: right;
	width: 200px;
	margin: 0 auto;
	padding: 0px;
	padding-right: 20px;	
	text-align:center;
/*
	margin-right: 20px;
	background: blue;
	*/
}

#dunga_sus {
	height:8%;	
}

#dunga_corp {
	text-align:left;
	height:72%;
}

#dunga_jos {
	text-align:left;
	color: #222222; /* #ECECEC*/
	font-size: 11px;	
	height:20%;	
}


.tabel_meniu {
	width:100%;
	height: 100%;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: none; 
	/*	
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	*/
}

.tabel_meniu td{
	padding: 0px;
	margin: 0px;
	vertical-align:top;
	border: none;
/*	background: #FFFFFF url(images/coolde_bg_dunga.jpg) repeat-y top right; /* #F8F9FD; url(images/joom_greyStripes.jpg) /coolde_gradient_5.png/ joom_greyStripes.jpg */
}


/* Page */

#wrapper {
	/*
	clear: both;
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	*/
	clear: both;
	width: 830px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
/*	background: #FFFFFF url("images/fin_dunga.png") repeat-y top center;*/
}

#page {
	width: 530px;
	float: left;
	margin: 0 auto;
	padding: 5px;
	margin-left: 10px;
}

/* Content */

#content {
	float: right;
	width: 500px;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
/*	list-style: none; */
	line-height: normal;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 25px;
	height: 30px;
	text-transform: lowercase;
	font-size: 28px;
	letter-spacing: -1px;
}

#sidebar li p {
	padding: 0 20px;
}

/* footer */

#footer {
	clear: both;
	color: #F2F2F2;
	font-size: 10px;
	font-weight: bold;
	width: 830px;
	height: 500px;
	margin: 0 auto;
	padding: 0px;
	background: url('images/fin_footer.png') no-repeat top center;/* url('images/fin_footer.png') no-repeat top center;*/
}


#footer a {
	color: #777777;
	border: none;
}

#footer a:hover {
	color: #111111;
	text-decoration: none;
	border: none;	
}

#footer .legal {
	text-align: left;
	float: left;
	width: 575px;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	margin-left: 5px;
	margin-top: 20px;
}

.legal2 a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.legal2 a:hover{
	color: #111111;
	text-decoration: none;
	border: none;
}

#footer .credit {
	float: right;
	width: 200px;
	padding: 0px 15px 0px 15px;
	margin: 0 auto;
	text-align: right;
	margin-top: 40px;
	margin-right: 5px;
}

#footer .credit a {
	text-decoration: none;
}



/* Data */

.data{
text-align: right;
margin: 0px auto;
padding: 5px;
font-size: 11px;
color: #000000;
}


/* tabele */

table {
	width: 100%; /* 520px; 97% */
	line-height: normal;
	font-size: 12px;/* 0.9em; */
	color: #000000;
	text-align: justify;
/*	border: 1px solid #E1E1E1;
	background: #FFFFFF;
	*/
}

caption {
/*	font-family: "Arial Black", Helvetica, sans-serif;*/
	font-size: 13px;
	padding: 10px 0px 10px 15px;
	text-align: left; /* center; */
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	color: #00AAFF;
	background: #FFFFFF url(images/bg_caption.png) left top no-repeat;
}

th {
	padding:  10px 0 10px 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	color: #222222; 
	background: url(images/bg_th.png) repeat-x;
}


td{
/*	border-spacing: 15px;*/
	margin: 5px 5px 10px 5px;
	padding: 10px;
/*	border: 1px solid #E1E1E1;*/
/*	border-left: 5px solid #EEEEEE;*/
/*	background: #FFFFFF;*/
}

.special {
	width:100%; /* 98%*/
/*	line-height: normal; */
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 2px 0px 2px 0;
	border-collapse: collapse;
/*	border-collapse: separate;*/
}

.special td{
	padding: 2px;
	margin: 2px;
	border: 1px solid #CACACA;	
}

.special th{
	text-align:center;
	padding: 2px;
	margin: 2px;
/*	border: thin #CACACA;*/
	border-spacing: 0px;
	background: #00AAFF; /* url(images/n2.gif) repeat-x top *#6598CB gloss_black_bg.gif ; img18.gif*/
	color:#FFFFFF;
}


.blue{
	color: #00AAFF; 
/*	font-family: Georgia, Tahoma, Verdana;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-variant:small-caps;
/*	
	letter-spacing: 0px;
	background: #0F5B96;
	font-size: 12px;
*/	
 }

.bg_rosu{
 background: #00AAFF; /*#0055FF #E61F1F; */
 }
 
 
.verde{
	color: #37AC0D;
	text-transform: uppercase;
	font-weight: bold;
	font-variant:small-caps;
 }
 
.negru{
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
	font-variant:small-caps;
 }
 
.albastru{
	color: #00AAFF;
	text-transform: uppercase;
	font-weight: bold;
	font-variant:small-caps;
 }

.rosu{
	color: #FF002A;
	text-transform: uppercase;
	font-weight: bold;
	font-variant:small-caps;
 }

.linie{
/* border-left: 2px solid #0E96C4;*/
 padding-left: 15px;
 background: url(images/bullet_blue.png) no-repeat top left;
 }

.noutati {
	width:100%;
/*	line-height: normal; */
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 2px 0px 2px 0;
	border-collapse: collapse;
/*	border-collapse: separate;*/
}

.noutati td{
	padding: 2px;
	margin: 2px;
	background: #FCFCFC; /* url(images/n2.gif) repeat-x top; */
	border: 0px;
	border-bottom: 1px solid #E1E1E1;
}

.noutati th{
/*	text-transform: capitalize; */
	text-align:left;
	margin-bottom: 5px;
	border-spacing: 0px;
	background: transparent;
	color:#000000;
}

.intropg{
	padding: 5px 0px 5px 10px;
	color:#FFFFFF;
	background: url(images/square_bara_intro.png) no-repeat left center;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left; /* center; */
	text-transform: uppercase;	
}

.intropg2{
	padding: 5px 0px 5px 10px;
	color:#FFFFFF;
	background: url(images/square_bara_intro2.png) no-repeat left center;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left; /* center; */
	text-transform: uppercase;	
}

.intro3{
	padding: 0px;
	border-collapse: collapse;
	border: none;	/*1px solid #E1E1E1;*/
	border-spacing: 0px;	
	background: #FFFFFF;
/*	
	background: #E1E1E1;
	border-collapse: separate;	
	border: 10px solid #E1E1E1;
*/
}

.intro3 td{
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	border: none;
	background: #FFFFFF;
/*	border: 5px solid #FFFFFF;
	background: #FCFCFC url(images/incom_hdbg.gif) repeat-x; /* #004276*/
}


.introdiv_brp{
/*	float: left;
	width: 230px; */
	height: 130px;
	background: url(ilustratii/intro_brp.jpg) no-repeat top center; /* left */
	padding: 35px 10px 0px 115px;
	text-align: left; /*justify*/
	color:#222222;
}

.introdiv_ach{
/*	float: left;
	width: 230px; */
	height: 130px;
	background: url(ilustratii/intro_achizitii.jpg) no-repeat top left;
	padding: 40px 20px 0px 130px;
	text-align: justify;
	color:#222222;
}

.introdiv_opr{
/*	float: left;
	width: 230px; */
	height: 140px;
	background: url(ilustratii/intro_opriri.jpg) no-repeat top left; /* #EDEDED  */
	padding: 50px 10px 0px 10px;
	text-align: justify;
	color:#222222;
}

.introdiv_cfp{
/*	float: left;
	width: 230px; */
	height: 130px;
	background: url(ilustratii/intro_cfp.jpg) no-repeat top left; /* #EDEDED  */
	padding: 40px 20px 0px 130px;
	text-align: justify;
	color:#222222;
}

.introdiv_avizier{
/*	float: left;
	width: 230px; */
	height: 300px;
	background: url(ilustratii/intro_avizier.jpg) no-repeat top left; /* #EDEDED  */
	padding: 40px 20px 0px 130px;
	text-align: justify;
	color:#222222;
}


/* Coloanele */

#coloanele {
	width: 830px;
	height: 100%;
	position: absolute;
	background: black;
	padding: 10px;
}


#dreapta {
	float: right;
	width: 580px;
	background: transparent;
	margin-right: 0px;
/*	border: 1px dotted #CACACA; */
}


#stanga {
	float: left;
	width: 180px;
	background: transparent;
/* 	border-right: 2px inset silver; */
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}

#maincol {
	position:relative;
	height:300px;
	width:830px;
	margin:0;
	padding: 0px;
	background:#FFFFFF;
	border: 1px solid #E1E1E1;
	}
	
#leftcol { 
	position:relative;
/*	top:-10px;
	left:-10px;*/
	float:left;
	width:220px;  /* for IE5/WIN */
	height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
/*	margin:0 0 -10px 0;*/
	padding:10px;
	background:#ECB9E8;
	z-index:100;
	}
	
#rightcol {
	position:relative;
/*	top:-10px;
	right:-10px; */
	float:right;
	width:220px;  /* for IE5/WIN */
	height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
/*	margin:0 0 -10px 0;*/
	padding:10px;
	background:#D7C4FA;
	z-index:100;
	}
	
#centercol {
	position:relative;
/*	top:-10px; */
	height: 100%;
	background:#9343B9;
	padding:0px;
	margin:0px;	
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */	
	}
	
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}


/* round corners div */
.rbroundbox { background: url(images/nt.png) repeat; } /* fond mijloc */
/*.rbtop div { background: url(images/tl.png) no-repeat top left; } /* coltul stanga-sus */
 .rbtop { background: url(images/elph_colt.png) no-repeat top right; }  /* coltul dreapta-sus */
/* .rbtop { background: url(images/tr.png) no-repeat top right; }  /* coltul dreapta-sus */
/*.rbbot div { background: url(images/bl.png) no-repeat bottom left; } /* coltul stanga-jos */
/*.rbbot { background: url(images/br.png) no-repeat bottom right; } /* coltul dreapta-jos */

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop{
width: 100%;
height: 45px;
font-size: 1px;
}

.rbbot div, .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}

.rbcontent { margin: 0 10px; }
.rbroundbox { width: 100%; margin: 1em auto; }
/* round corners div */


ul.botton{width:150px; height:45px; /*position:absolute;*/ top:118px; left:250px;}
ul.botton li{float:left; height:45px;}
ul.botton li.home a{width:42px; height:45px; display:block; background:url(images/home-normal.gif) 0 0 no-repeat; text-indent:-200000px; margin:0 12px 0 0;}
ul.botton li.home a:hover{background:url(images/home-hover.gif) 0 0 no-repeat;}

ul.botton li.aboutus a{width:42px; height:45px; display:block; background:url(images/aboutus-normal.gif) 0 0 no-repeat; text-indent:-200000px; margin:0 12px 0 0;}
ul.botton li.aboutus a:hover{background:url(images/aboutus-hover.gif) 0 0 no-repeat;}

ul.botton li.contact a{width:42px; height:45px; display:block; background:url(images/contact-normal.gif) 0 0 no-repeat; text-indent:-200000px; margin:0px;}
ul.botton li.contact a:hover{background:url(images/contact-hover.gif) 0 0 no-repeat;}


/* HOVER IMAGES */
a img
      {
      border: none;
	  text-decoration: none;
      } 

a.roll
      {
      background: url("ilustratii/fancy_p2.png") no-repeat;
      display:block
      } 
	  
a.roll:hover img
      {
      visibility: hidden
      } 

a.roll, a.roll:visited
      {
      background:  url("ilustratii/fancy.png") no-repeat;
      display:block
      }

a.roll:hover
      {
      background:  url("ilustratii/fancy_p2.png") no-repeat;
      } 

a.rollover_ie {
    display: block;
    width: 15px;
    height: 15px;
    background: url("ilustratii/compatibil_ie.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.rollover_ie {
    background-position: -15px 0;
} 

a.rollover_ff {
    display: block;
    width: 15px;
    height: 15px;
    background: url("ilustratii/compatibil_ff.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.rollover_ff {
    background-position: -15px 0;
} 

a.rollover_gc {
    display: block;
    width: 15px;
    height: 15px;
    background: url("ilustratii/compatibil_gc.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.rollover_gc {
    background-position: -15px 0;
} 

/** HOVER ** IMAGES **/

blockquote {
	font-size: 90%;
	margin:0 auto;
	margin-left: 20px;
}


/** Modul Administrare **/
#page_admin {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CACACA;
	background: #FFFFFF;
}

#antet_admin{
	margin: 0px;
	padding: 5px;
	background: #F0F0F0;
}

#footer_admin {
	clear: both;
	margin: 0px;
	padding: 5px;
	background: #F0F0F0;
}

#meniu_admin {
	float: left;
	width: 20%;
	height: 500px;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	border-right: 1px double #CACACA;
}

#continut_admin {
	width: 80%;
	margin: 0px;
	padding: 0px;
}

#h3_admin {
	padding: 5px 0px 5px 5px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	background: none;
	text-transform: capitalize;
	font-variant:normal;
}

#culoare_1 {
	background: #CCDDFE; /* #DBE8EE E5E5E5 */
}

/*** Grafic ***/

div.progress-container {
  border: 1px solid #ccc; 
  width: 100px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container > div {
  background-color: #ACE97C; 
  height: 12px
}

/*** Scroller ***/

#stiri_scroller{
width: 400px;
height: 30px;
border: none;
padding: 0px;
margin: 10px 0px 0px 0px;
background-color: transparent;
}
