@media print
  {
  #sidebar, #header, #meniu_wrapper ,#footer {display:none;  }  
  .content_box { -webkit-box-shadow: none;  -moz-box-shadow:none;  box-shadow: none; }    
  }

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;	  
	line-height: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #707b84;
	background: #CCCCCC;
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #008400; text-decoration: underline; }
p { margin: 0px; padding: 3px 0px; text-align: justify; text-indent: 20px}
img { margin: 0px; padding: 0px; border: none; }
.nav {float:left; padding-right:5px; }
.float_l {	float: left;}
.float_r {	float: right;}
.centrat {margin:0 auto; text-align: center; } /* text centrat pe pagina */
.titlu {font-size:1.2em; font-weight: bold;} /* titluri de tabele sau alte documente */
.tabel {margin:0 auto; border: 1px solid #106fb8;border-spacing:0px}	
.tabel td, .tabel th {border: 1px solid #106fb8;padding:2px}
.tabel_ascuns td, .tabel_ascuns th {padding:5px}
.tabel_tiles {margin:0 auto;border-spacing:0px;width:100%}
#contact td {padding:2px }
#social {width:190px;float:right;margin-top:-30px;margin-right: 150px}
.subliniat {text-decoration: underline;}
.tab1 { padding-left: 20px}
.tab2 { padding-left: 40px}
.tab3 { padding-left: 60px}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #106fb8;
    line-height: 1em;
    text-indent:20px;
    
}

h2 {
	margin: 0	;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	color: #3e464d;
    text-transform: uppercase;
    text-align: center;
    text-indent: 20px;
	}
    
.tiles h2 {text-align: left;}    

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;	
	color: #707b84;
	}    
/* content */

#wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -70px;
  /* Pad bottom by footer height */
  padding: 0 0 70px;	
}

#content_wrapper {
	width: 960px;
	padding: 20px 20px 20px 0px;	
	margin:auto;	
}

/* header */
#header_wrapper {	width: 100%;	background: #ffffff;}

#header {
	clear: both;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0 10px;	
    position:relative
}

#header p {
	clear: both;
	padding-left: 50px;
	width: 500px;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

 #sigla_site {		
	float: left;
	padding-top: 10px;
	margin-left: 50px;
	margin-bottom: 5px;	
	width: 280px;
	height: 76px;
	text-align: left;	
	overflow: hidden;	    
}
/* end of header */

/* meniu */
#meniu_wrapper {
	width: 100%;
	height: 50px;
	background:linear-gradient(#FFFFFF, #6e7b8b);
	background:-webkit-linear-gradient(#FFFFFF, #6e7b8b);
	background:-moz-linear-gradient(#FFFFFF, #6e7b8b);
	background:-o-linear-gradient(#FFFFFF, #6e7b8b);
}

#meniu {
	width: 960px;
	height: 50px;
	margin: 0 auto;		
}

#meniu ul {	
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#meniu ul li {	display: inline;}
ol li {text-align: justify;}
#meniu ul li a {
	position: relative;
	float: left;
	width: 140px;
	display: block;
	height: 30px;
	padding: 15px 10px 0 10px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #333333;	
	font-weight: bold;
	outline: none;
}

#meniu li .current {
	color: white;	
	box-shadow:         7px 7px 20px 0px rgba(50, 50, 50, 0.75);	
	-webkit-box-shadow: 7px 7px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 20px 0px rgba(50, 50, 50, 0.75);	
}

#meniu li a:hover {
	color: #FFFFFF;
	background-color:#6e7b8b;	
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);	
	background:        linear-gradient(#FFFFFF, #6e7b8b);
	background:-webkit-linear-gradient(#FFFFFF, #6e7b8b);	
	background:   -moz-linear-gradient(#FFFFFF, #6e7b8b);	
	background:     -o-linear-gradient(#FFFFFF, #6e7b8b);	
}

/* end of meniu */
#sidebar {	float: left;	width: 250px;	}

.sidebar_box {
	padding: 10px 30px;
	background: #fff;
	border-radius:      10px 10px 10px 10px;
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);	
	margin-bottom:30px;	  
}

.stiri {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
    text-align: center;
}

.stiri .post_info {
	font-size: 11px;
	color: #666666;
}

.stiri .post_info a {
	color: #157ad2;
	font-weight: normal;
}

.stiri a{
	color: #000000;
	font-weight: normal;
}

.stiri span {
	color: #157ad2;
}

.sidebar_box label {
	display: block;
	margin-bottom: 10px;
}

.sidebar_box #str_cautare {
	height: 20px;
	width: 180px;
	padding: 0 5px;	
	color: #000000;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;	
}

.sidebar_box #submit_btn {
	float: right;
 	height: 25px;
	width: 50px;
	margin: 10px;	
	cursor: pointer;
	font-size: 12px;
	text-align: center;	
}

#continut {
	padding-left: 20px;
	float:left;
	width: 680px;	
}

.content_box {
	clear: both;
	width: 690px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 10px 10px 10px 10px;
	margin-bottom:30px;
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);	
}

.tile-img {
transition:All 0s ease;
-webkit-transition:All 0s ease;
-moz-transition:All 0s ease;
-o-transition:All 0s ease;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border:2px solid #cccccc;
padding:2px;
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
margin-left:10px;
margin-bottom:20px;
height:100px;
width:100px;
float:left;
}

.tile-img:hover{
transform:  scale(0.97) ;
-webkit-transform: scale(0.98) ;
-moz-transform: scale(0.98) ;
-o-transform: scale(0.98) ;
-ms-transform: scale(0.98) ;
border-radius: 15px;
border:2px solid #cccccc;
padding:2px;
cursor:pointer;
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
height:100px;
width:100px;
}

.tiles {width:200px;vertical-align: top; float:left; margin-left:20px;}
.tiles a:hover{	text-decoration:none;}
.no_line:hover {text-decoration:none; cursor:pointer;} 

.content_box .section_w250 {width: 250px;}
.read_more {font-size: 11px; color: #157ad2; font-weight: normal; text-indent: 0px}
.tiles .read_more:hover {font-weight: bold;	text-decoration:none;}

.lista {margin:0;}
.list_01 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
.list_01 li {
	color: #008400;
	margin-bottom: 7px;
}
/* end of content */

/* footer */
#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff url(images/footer_top.jpg) top repeat-x;	
	height: 70px;	
}
#footer {
	width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	color: #7c7471; 	
}

#footer a {	color: #333333;}

#footer .footer_menu {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
	border-style: solid;
	border-color:#6e7b8b;
	border-width:1px; 
	border-radius: 4px 4px 4px 4px;  
}
			
.separator {
		float:left;		 
		padding-bottom:0px;
		padding-right:5px;
		width:10px;
		background: url(images/separator.png) no-repeat;		
		}
        
#browsere td {padding:0; text-align: center}

/* end of footer */
.asterix {color: #157AD2;}

.image-set {text-align: center;}
.image-set img {
    transition:All 0s ease;
    -webkit-transition:All 0s ease;
    -moz-transition:All 0s ease;
    -o-transition:All 0s ease;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border:2px solid #cccccc;
    padding:2px;
    margin:5px;
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    height:100px;
    width:100px;
    }
    
.image-set img:hover {
    transform:  scale(0.97) ;
    -webkit-transform: scale(0.98) ;
    -moz-transform: scale(0.98) ;
    -o-transform: scale(0.98) ;
    -ms-transform: scale(0.98) ;
}    

/*sticky footer by daniel*/

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}

#footer_wrapper {
background-color: #F3F3F3;
padding-top: 5px;
padding-bottom: 5px;
position: fixed;
bottom: 0;
width: 100%;
clear: both;
height:6em;
}
form{height: 100%;} /* pentru opera */
