#ProfileMap {
	height: 98.2%;
	width: 100%;
}
.gmap {
	border: 1px solid silver;
	margin: 0;
}

span.negVal {
	color: #ff0000;
}

.naicsCodes .code, .companyDetails .comp {
    margin: 0;
    padding: 0;
}
.mock {
    /*display: none;*/
}

#CompanyDetails table, #CompanySearch table {
	border-collapse: collapse;
	font-size: 8pt;
	width: 100%;
}
#CompanyDetails th, #CompanySearch th {
	background-color: #323967;
	color: #FFFFFF;
	padding: 0.2ex 0.2em;
	text-align: center;
}
a.fieldHeader {
	color: #fff !important;
	text-decoration: none;
}
a:hover.fieldHeader {
	color: #fff;
	text-decoration: underline;
}
.dataLabelCol a {
	color: #fff !important;
}
#CompanyDetails td, #CompanySearch td {
	padding: 0.2ex 0.2em;
	vertical-align: top;
}
#CompanyDetails dl {
	margin: 0;
}
#CompanyDetails dt {
	font-weight: bold;
	margin-top: 1ex;
}
#CompanyDetails dd {
	margin-left: 1em;
}

#SourceHeader a.headerImage,
#SourceHeader a.headerImage img {
	display: block;
	width: 100%;
}
#SourceHeader {
	display: block;
	float: right;
	margin: 0 0 1ex 1em;
	max-width: 50%;
	width: 300px;
}

#Sourcebook .companyInfo .companyName {
	font-size: 16pt;
}
#Sourcebook .relContent .videos {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#Sourcebook .relContent .videos .video {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
#Sourcebook .relContent .videos .video a.image {
	clear: both;
	float: left;
	margin-right: 0.5em;
}
#Sourcebook .relContent .videos .video .headline a {
	background-image: none;
	padding-left: 0;
}

.companyInfo {
	float: left;
	padding: 0 0em;
	width: 40%;
}
.companyInfo h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
.companyInfo h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.companyInfo p.address {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.5em;
}
.relatedContent {
}
.relatedInfo {
	/*width: 600px;*/
}
.relatedInfo h3 {
	font-size: 100%;
	margin: 0 1.5em;
	padding: 0;
}
.relatedInfo h4 {
	border-bottom: 1px solid #000000;
	font-size: 110%;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}
.relatedInfo p {
}
.relatedInfo ul {
/*	margin: 0.5em;
	padding: 0 3em;
*/}

.NAIC, .SIC {
	margin: 0 2em;
}

.gatemsg {
	text-align: center;
}
.gatemsg.top {
	margin-bottom: 2ex;
}
.gatemsg.bottom {
	margin: 2ex 0 0;
	overflow: hidden;
}
.gatemsg.bottom h5 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}

#arttabs {
	clear: both;
}
#arttabs.ui-tabs {
	padding: 0;
}
#arttabs.ui-tabs .tabContents > .ui-tabs-panel {
	border-width: 1px 0 0;
	padding: 7.5px 0 0;
}


#Article #ArticleCommentForm {
	border-top: 1px solid gray;
	clear: both;
	margin-top: 2ex;
}

#Article [itemprop~="articleBody"] table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
}
#Article [itemprop~="articleBody"] table[align="left"] {
	clear: left;
	float: left;
	margin: 0 1em 1ex 0;
}
#Article [itemprop~="articleBody"] table[align="right"] {
	clear: right;
	float: right;
	margin: 0 0 1ex 1em;
}
#Article [itemprop~="articleBody"] table td {
	border: 1px solid lightgray;
	padding: 0;
}
#Article [itemprop~="articleBody"] table br {
	display: none;
}
#Article [itemprop~="articleBody"] table img[border='1'] { /* photo/graphic */
	border: none;
	display: block;
}
#Article [itemprop~="articleBody"] table img[height='1'] { /* faux border on the bottom */
	display: none;
}
#Article [itemprop~="articleBody"] table .imagetext {
	padding: 1ex;
	text-align: left;
}
/*embedded iframes*/
#Article [itemprop~="articleBody"] iframe {
	display: block;
	max-width: 100%;
	margin: 0 0 1em;
}
#Article [itemprop~="articleBody"] iframe[align="center"] {
	margin-left: auto;
	margin-right: auto;
}
#Article [itemprop~="articleBody"] iframe[align="left"] {
	margin-right: 1em;
}
#Article [itemprop~="articleBody"] iframe[align="right"] {
	margin-left: 1em;
}

#RelatedReports .reports .report .title {
	font-size: 9pt;
	margin: 0;
}
#RelatedReports .reports .report + .report {
	margin-top: 1ex;
}


#Article #RightInfo {
	clear: right;
	float: right;
	margin: 0 0 15px 15px;
	max-width: 100%;
	width: 335px;
}
#Article #RightInfo > * + * {
	margin-top: 1ex;
}
#Article > * {
	float: none;
}
#Article #RightInfo #RelatedReports {
	width: auto;
}
#Article #RightInfo .plug {
	border: 2px solid lightgray;
	padding: 10px;
}
#Article #RightInfo .plug + .plug {
	border-top: 0;
	margin-top: 0;
}



.sddtarticle .more.moreComments {
	border-top: 1px solid black;
	clear: both;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2ex;
	padding-top: 2ex;
}
.sddtarticle .more.moreComments a {
	color: inherit;
	text-decoration: inherit;
}
.sddtarticle .more.moreComments a:active,
.sddtarticle .more.moreComments a:hover {
	text-decoration: underline;
}
.sddtarticle + .bottomlinks:before {
	border-top: 1px solid #CCC;;
	content: '';
	display: block;
	font-size: 9pt;
	margin-top: 2ex;
	padding-top: 2ex;
	width: 100%;
}

.StoryBody {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	margin: 0;
}
.StoryBody + .StoryBody {
	margin-top: 2ex;
}

body.columnListingPage .sections {
}
body.columnListingPage .sections .section {
}
body.columnListingPage .sections .section + .section {
	margin-top: 2ex;
}

body.columnListingPage .sections .section .columns .column a {
}
body.columnListingPage .sections .section ul.columns {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2em;
}
body.columnListingPage .sections .section .columns .column {
	font-weight: bold;
}
body.columnListingPage .sections .section .columns .column + .column {
	margin-top: 0.5ex;
}
body.columnListingPage .sections .section .columns .column a {
	color: #000;
}