@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0 0 0 5px;
	padding: 0px;
	border-bottom: 4px solid #4f6b93;
	height:44px;
	
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	min-width: 100px;
}
    .TabbedPanelsTab h2{
		font-size:20px;
		color: #52637B;
		font-family: 'Yanone Kaffeesatz', arial, serif;
		font-weight: 500;
	}
	      .TabbedPanelsTab .bold{
			font-size:20px;
			color: #52637B;
			font-weight: 500;
			font-weight: bold;
		}
	    

.TabbedPanelsTabHover {

}
.TabbedPanelsTabSelected  h2{
	font-size:38px;
	color: #52637B;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: 500;
}
    .TabbedPanelsTabSelected  .bold{
		font-size:38px;
		color: #52637B;
		font-weight: bold;
	}




.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	background: url(../img/bg_exames.png) no-repeat center top;
	clear: both;
	width: 934px;
	min-height: 200px;
	_height: 200px;
}
			.TabbedPanelsContentGroup  h3{
				color: #333;
				font-size: 18px;
				float: left;
				width: 300px;
				margin-bottom: 10px;
			}
			.TabbedPanelsContentGroup  ul.text{
				width: 890px;
				min-height: 260px;
				_height: 260px;
				float: left;
			}
			.TabbedPanelsContentGroup  ul.text li{
				list-style: none;
				width: 376px;
				height: 20px;
				float:left;
				border:none;
				background: none;
				color: #333;
				margin-left:10px;
			}
.TabbedPanelsContent {
	padding: 20px 0 20px  20px;
} 
    .TabbedPanelsContent p{
		min-height: 60px;
		_height: 60px;
		
		margin-bottom: 20px;
		color: #333;
	}
	
	  .TabbedPanelsContent p.missao{
		min-height: 60px;
		_height: 60px;
		text-align: justify;
		margin-bottom: 20px;
		color: #333;
	}
	
            .TabbedPanelsContent .thumb{
				background: #999;
				min-height: 275px;
				_height: 275px;
				width: 340px;
				float: right;
				border: 10px solid #d2d3d5;
				margin: 0 20px 20px 20px;
			}
			.col_esq{
				min-height: 275px;
				width: 340px;
		    }
			 ul#lista, ul#lista2{
				height:100%;
				width: 940px;
				float: left;
				margin-bottom: 20px;
				padding: 0;
			}
			     ul#lista li, ul#lista2 li{
					background: none;
					min-height:160px;
					width: 136px;
					border: 0;
					margin: 5px 16px 0 0;
				}
				 ul#lista li img, ul#lista2 li img{
					background: #999;
					height:80px;
					width: 126px;
					float: left;
					border: 5px solid #d2d3d5;
					margin: 5px 16px 5px 0;
				}
			.TabbedPanelsContent ul{
				height:100%;
				width: 940px;
				float: left;
				margin-bottom: 20px;
				padding: 0;
			}
			    .TabbedPanelsContent ul li{
					background: #999;
					height:80px;
					width: 126px;
					float: left;
					border: 5px solid #d2d3d5;
					margin: 5px 16px 0 0;
					
				}
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background: url(../img/aba_quemsomos_hover.png) no-repeat center top;
	border-bottom: solid 1px #999;
	width: 220px;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

