/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
	display: none;
    }
}

#cont_1, #cont_2, #cont_3, #cont_4, #cont_5 {
	background-image: url(../../images/bg-navTab-solucoes.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#cont_1 h2, #cont_2 h2, #cont_3 h2, #cont_4 h2, #cont_5 h2{
	font-weight: normal;
	color: #2AA6FF;
	font-size: 19px; }
#cont_1 p, #cont_2 p, #cont_3 p, #cont_4 p, #cont_5 p{
	color: #000;
	font-size: 10pt;
}

/* Skin */
.tabs-nav {
	list-style: none;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0;
	min-width: 84px; /* be nice to Opera */
}
.tabs-nav li.li2 {
	float: left;
	margin: 0; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	background-image: url(bg-btn.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 1px;
	margin-right: 1px;
}
.tabs-nav a.a2, .tabs-nav a.a2 span {
	display: block;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url(bg-allbtns.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabs-nav a {
	position: relative;
	color: #CCC;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	width: 184px;
	font-weight: bold;
	height: 32px;
	padding: 0px;
}
.tabs-nav a.a2 {
	position: relative;
	color: #CCC;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	height: 32px;
	padding: 0px;
	width: 150px;
	background-repeat: no-repeat;
}
.tabs-nav .tabs-selected a {
}
.tabs-nav .tabs-selected a, .tabs-nav a:active, .tabs-nav a:hover {
	background-position: center center;
	outline: 0; /* prevent dotted border in Firefox */
	color: #333;
	background-image: url(bg-btn-over.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
.tabs-nav .tabs-selected a.a2, .tabs-nav a.a2:active, .tabs-nav a.a2:hover {
	background-position: center center;
	outline: 0; /* prevent dotted border in Firefox */
	color: #333;
	background-image: none;
	font-size: 12px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-image: url(bg-btn.jpg);
	background-repeat: repeat-x;
}
.tabs-nav a.a2, .tabs-nav .tabs-disabled a.a2:hover, .tabs-nav .tabs-disabled a.a2:focus, .tabs-nav .tabs-disabled a.a2:active {
	background-image: none;
}
.tabs-nav a span {
	min-width: 64px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabs-nav a.a2 span {
	min-width: 64px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	padding: 1em 8px;
	background: #fff;
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background-image: url(../../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#cont_1, 
#cont_2, 
#cont_3, 
#cont_4, 
#cont_5, {
	float: left;
	width: 910px;
	margin-right: 10px;
	margin-left: 10px;
}
