.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	width: 450px;
	left: 5px;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	color: #FFFFFF;
	background-color: white;
	background-image: url(../images/tab_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	color: #66CCCC;
}

.shadetabs li.selected{
	top: -1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/tab_on.png);
	border-bottom-color: white;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
	margin-bottom: 1em;
	display: block;
	height: 300px;
	background-image: url(../images/bk_tab.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tabcontent {
	display: none;
}

@media print {
.tabcontent {
}
}
.tabcontent_txt {
	display: block;
	margin-left: 50px;
	padding: 1px;
}

.tooltip_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-left: 3px;
	display: block;
	margin-right: 5px;
	font-style: normal;
}

.tooltip_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: left;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-left: 3px;
	display: block;
	margin-right: 5px;
	font-style: normal;
}
