﻿#rightPanelContainer
{
	width: 413px;
	overflow: hidden;
}

#searchBoxContainer
{
	border: #DDDDDD solid 1px;
	width: 210px;
	padding: 10px;
	margin: 15px;
}

input.companySearchStringTextBox
{
	width: 210px;
	border: solid 1px #000000;
}

div.headlineblack
{
	color: black;
}

div.companySearchTypeRadioBoxGroup
{
	margin-top: 10px;
}

div.companySearchTypeRadioBox
{
	display: block;
}

input.companySearchButton
{
	width: 212px;
	border: solid 1px #000000;
	margin-top: 10px;
}

input.personSearchStringTextBox
{
	width: 210px;
	border: solid 1px #000000;
}

div.personSearchTypeRadioBoxGroup
{
	margin-top: 10px;
}

div.personSearchTypeRadioBox
{
	display: block;
}

input.personSearchButton
{
	width: 212px;
	border: solid 1px #000000;
	margin-top: 10px;
}

#searchBoxHeadline
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#companyInfoBox
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#companyList
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#personInfoBox
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#personList
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.headline h1
{
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #e5a134;
}

h2.headline
{
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div.headline h2
{
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 5px;
	text-transform: uppercase;
}

table.dataSheetTable
{
	width: 390px;
	border: #DDDDDD solid 1px;
}

tr.dataSheetTableRow
{
	background: #EEEEEE;	
}

tr.dataSheetTableRowAlternating
{
	background: #DDDDDD;
}

table.companyListTable
{
	width: 390px;
	border: #DDDDDD solid 1px;
}

table.companyListTable thead
{
	font-weight: bold;
}

table.personListTable
{
	width: 390px;
	border: #DDDDDD solid 1px;
}

table.personListTable thead
{
	font-weight: bold;
}

td.propertyValue
{
	font-weight: bold;
	vertical-align: top;
}

td.propertyName
{
	vertical-align: top;		
}

#outlookLink
{
	background: url(images/icon_outlook.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}

.outlookLink
{
	background: url(images/icon_outlook.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}

#routeLink
{
	background: url(images/icon_route.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

#reportLink
{
	background: url(images/icon_error.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}

.reportLink
{
	background: url(images/icon_error.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}

a.externalLink
{
	background: url(images/icon_homepage.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: inline;
}

#companyListNavigator
{
	text-align: center;
}

#personListNavigator
{
	text-align: center;
}

ul.typesList
{
	margin: 0px;
	padding: 0px;
}

ul.typesList li
{
	list-style-position: inside;
	list-style: none;
}

ul.brandsList
{
	margin: 0px;
	padding: 0px;
}

ul.brandsList li
{
	list-style-position: inside;
	list-style: none;
}

ul.personsList
{
	margin: 0px;
	padding: 0px;
}

ul.personsList li
{
	list-style-position: inside;
	list-style: none;
}

ul.positionsList
{
	margin: 0px;
	padding: 0px;
}

ul.positionsList li
{
	list-style-position: inside;
	list-style: none;
}

img.databaseThumbnail
{
	width: 35px;
	float: right;
}

img.databaseSmallImage
{
	height: 80px;
	float: right;
}