﻿.multiPage
{
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	margin-bottom: -3px;
}
.VerticalRadTabs
{
	width: 200px;
	height: 300px;
}
.executivesPageView
{
	width: 610px;
	height: 300px;
	margin-top: 10px;
}
.directorsPageView
{
	width: 610px;
	height: 300px;
	margin-top: 10px;
}
.governancePageView
{
	width: 610px;
	height:300px;
}
.filingsPageView
{
	margin-top: 10px;
	width: 610px;
	height:300px;
}
.executiveBioPageView
{
	width: 400px;
	height: 300px;
}
.directorBioPageView
{
	width: 400px;
	height: 300px;
}
#divGovernance
{
	width: 600px;
	height: 300px;
	overflow: auto;
	padding-right: 5px;
}
#divFilings
{
	width: 600px;
	height: 300px;
	overflow: auto;
}
#divExecutives
{
	width: 610px;
	height: 310px;
	overflow: auto;
}
#divExecutiveBio
{
	margin-left: 10px;
	padding-right: 2px;
	overflow: auto;
	width: 400px;
	height: 290px;
}
#divDirectors
{
	width: 610px;
	height: 310px;
	overflow: auto;
}
#divDirectorBio
{
	margin-left: 10px;
	padding-right: 2px;
	overflow: auto;
	width: 400px;
	height: 290px;
}
