.tabcontent{
display:none;
height: 127px;
}

.tabcontent img{
float: right;
width: 187px;
height: 106px;
margin:10px 10px 10px 25px;
padding:0;
}

.tabcontent h1{
font-family: Calibri;
font-size: 22px;
color: #16387c;
font-weight: bolder;
margin: 0;
margin-left: 25px;
margin-right: 0px;
padding-top: 10px;
}

.tabcontent p{
font-family: Calibri;
font-size: 14px;
color: #16387c;
text-align: jusity;
margin-top: 10px;
// margin-top: 11px;
margin-left: 25px;
margin-right: 25px;

}

.tabcontent p a{
color: #c40007;
font-size: 12px;
}

.tabcontent p a:hover{
color:#16387c;
font-size: 12px;
}


@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 12px Calibri;
width: 100%; /*leave this value as is in most cases*/
//margin-bottom:-20px; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
background: url(../images/menu_bg.jpg) center repeat-x;


/*Aici se va seta indentarea de la marginea din stanga cu %*/

padding-left: 17px;
text-indent: 0;
width: 550px;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #16387c; /*text color*/
padding: 4px 8px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a.selected{
color: #c40007 !important;
}

.indentmenu ul li a:hover{
color: darkblue;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}






/*
START SECTIUNE CSS PENTRU
TABBER CE SE FOLOSESTE
CA TABURI HTML IN PAGINILE
TELEVIZIUNE, INTERNET, TELFONIE
*/

.tabberlive .tabbertabhide {
 display:none;
}


.tabber{
}

.tabberlive {
 margin-top:3px;
 padding-top: 3px;
 width: 521px;
 padding-left: 30px;
 padding-right: 15px;
}


ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #aaa;
 font: bold 12px Verdana, Calibri;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 2px 0.5em;
 margin-right: 2px;
 border: 1px solid #aaa;
 background: url('../images/bg_tab_inactive.jpg') repeat-x bottom;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #FFFFFF;
 border-color: #aaa;
 background: url('../images/bg_tab_active.jpg') repeat-x;
}

ul.tabbernav li.tabberactive a
{
 background: url('../images/bg_tab_active.jpg') repeat-x;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: url('../images/bg_tab_active.jpg') repeat-x;
}


.tabberlive .tabbertab {
 padding:5px 0;
 border-top:0;
 
 
 /* height:200px; */


 /* overflow:auto; */
}
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}


.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

