.tabcontentstyl{ /*style of tab content oontainer*/
border: 1px solid #006699;
width: 200px;
height:50px;
margin-bottom: 1em;
float:left;
margin-left:45px;
background:#006699
}


.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid #006699;
width: 550px;
margin-bottom: 1em;
padding: 10px;
}

.tabconten{
padding: 5px;
display:none;
height: 150px;
}

#tcontent .Advance {
	height: 35px;
}

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