@import url(search.css);

body, td, th, li, input, select, option {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

body.page {
	margin: 0px;
	padding: 0px;
	background-color: #344E74;
	background-image: url(../images/ui_browserBkg.gif);
}

body,td,th,p,li,ul { color: #000000; }
a:link { color: #002452; }
a:visited { color: #43668D; }
a:hover,a:active { color: #000000; }
h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman"; }

h1 {
	margin: 0 0 10px 0;
	clear: both;
	font-size: 18px;
	background-image: url(../images/ui_h1Bkg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

h2 {
	margin: 10px 0px 10px 0px;
	background-image: url(../images/ui_h2Bkg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 8px 0;
	font-size: 16px;
}

h3 {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
}

h2 + p, h3 + p { margin-top: 5px; }
p { margin: 5px 0 10px 0; }

#body {
	background-color: #ffffff;
	width: 750px;
	border-color: #223959;
	border-width: 3px;
	border-style: none solid solid solid;
}

/* Header & Utility Navigation*/
#header {
	background-image: url(../images/ui_headerBkg.gif);
	border-color: #000000;
	border-width: 1px;
	border-style: none none solid none;
}

#logo { }

#utilNav {
	padding: 11px 10px 0 5px;
	background-color: #1C314F;
	background-image: url(../images/ui_utilNavBkg.gif);
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	background-repeat: repeat-x;
}

#utilNav a:link, #utilNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#utilNav a:hover, #utilNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#utilNav .separator { margin: 0 10px 0 10px; }
#quickFact { }

/* DHTML Menu */
#menuBar {
	padding: 0;
	border-width: 2px 1px 1px 1px;
	border-style: solid none solid none;
	color: #000000;
	border-color: #C8D6EB #000000 #000000 #000000;
	background-color: #1C3150;
	background-image: url(../images/ui_menuBarBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.menuButton, a.menuButton:link, a.menuButton:visited {
	text-align: center;
	float: left;
	padding: 5px 15px 5px 15px;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #45658E;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
	background-image: url(../images/ui_menuButtonOffBkg.gif);
	background-repeat: repeat-x;
}

a.menuButtonActive, a.menuButtonActive:hover, a.menuButtonActive:active {
	position: relative;
	background-color: #4A78BE;
	background-image: url(../images/ui_menuButtonOnBkg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

div.dhtmlMenu {
	position: absolute;
	visibility: hidden;
	z-index: 101;
	margin: 0;
	text-transform: none;
	background-color: #89AEE5;
	padding: 0 0 3px 0;
}

div.dhtmlMenu a.dhtmlMenuItem {
	display: block;
	padding: 5px 10px 5px 20px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: #B0C8EE;
	color: #1F3554;
	border-color: #89AEE5;
	border-width: 3px;
	border-style: solid solid none solid;
	background-image: url(../images/ui_menuItemBulletOff.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

div.dhtmlMenu a.dhtmlMenuItem:hover, div.dhtmlMenu a.menuItemHighlight {
	padding: 5px 10px 5px 20px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	background-color: #D6E3F6;
	color: #1F3554;
	text-decoration: none;
	background-image: url(../images/ui_menuItemBulletOn.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}

/* Sub Navigation */
#subNavBox {
	background-image: url(../images/ui_h2Bkg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#subNav ul {
	margin: 0 0 15px 0;
	padding: 0 10px 0 30px;
	list-style-type: none;
}

#subNav li {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
}

#subNav a:link, #subNav a:visited { text-decoration: none; }
#subNav a:hover, #subNav a:active { text-decoration: underline; }

/* Home Page Banner */
#homeBanner {
	white-space: nowrap;
	border-color: #C8D6EB;
	border-width: 5px;
	border-style: none none solid none;
}

/* Path Navigation */
#pathNav {
	background-image: url(../images/ui_pathNavBkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-color: #000000;
	border-width: 1px;
	border-style: none none solid none;
}

#path {
	font-size: 10px;
	padding: 7px 0 0 15px;
}

#path a:link, #path a:visited { color: #000000; }
#path a:hover, #path a:active { color: #000099; }

/* Body Content */
#content { padding: 15px 10px 15px 20px; }

#content p {
	line-height: 18px;
	text-align: justify;
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child { margin-top: 0; }

/* Display Tables */

.displayTable {
	border-color: #47648F;
	border-width: 1px;
	border-style: solid;
	padding: 1px
}

.displayTable table {
	border-color: #8FA1BA;
	border-width: 1px;
	border-style: solid solid none none;
	background-color: #C8D6EB;
	margin: 0;
	width: 100%;
}

.displayTable table thead tr th {
	border-color: #8FA1BA;
	border-width: 1px;
	border-style: none none solid solid;
	text-align: left;
	padding: 2px;
}

.displayTable table thead tr th div {
	background-color: #47648F;
	color: #FFFFFF;
	padding: 5px 9px 5px 9px;
}

.displayTable table tbody tr th {
	border-color: #8FA1BA;
	border-width: 1px;
	border-style: none none solid solid;
	text-align: left;
	padding: 1px;
}

.displayTable table tbody tr th div {
	background-color: #8FA1BA;
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
}

.displayTable table td {
	border-color: #8FA1BA;
	border-width: 1px;
	border-style: none none solid solid;
	color: #47648F;
	padding: 7px 11px 7px 11px;
}

/* Annotated Links */
.annotatedLinks th {
	white-space: nowrap;
	text-align: right;
	text-transform: inherit;
	padding: 10px 5px 0 0;
}

.annotatedLinks td { padding: 10px 0 0 0; }

/* Forms */
fieldset {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 0 5px 5px 5px;
	width: auto;
}

legend {
	color: #1F4C79;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

fieldset fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	padding: 0 5px 5px 5px;
	width: auto;
}

fieldset fieldset legend {
	color: #666666;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFFF;
	border: none;
}

fieldset table { margin: 0 0 5px 0; }
fieldset table td { padding: 0 5px 0 0; }

fieldset table th {
	padding: 0 5px 0 0;
	text-align: right;
	color: #666666;
}

fieldset .fieldlabel, fieldset .annotation { font-size: 10px; }

fieldset input.text {
	height: 14px;
	font-size: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset input, textarea {
	margin: 2px 0 2px 0;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset select { margin: 1px 0 0 0; }

/* Sidebar */
#sidebar {
	padding: 0;
	background-image: url(../images/ui_sidebarBkg.gif);
	background-repeat: repeat-y;
}

#sidebar .carhillInsight { margin: 0 20px 20px 21px; }

#sidebar .carhillInsight th {
	background-image: url(../images/ui_sidebarCarhillHeaderBkg.gif);
	background-repeat: repeat-y;
	background-color: #C3B98D;
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 3px 0;
}

#sidebar .carhillInsight td.sidebarStoryBody {
	background-image: url(../images/ui_sidebarCarhillBodyBkg.gif);
	background-repeat: repeat-y;
	background-color: #E3DCBE;
	padding: 5px 15px 5px 15px;
	font-family: "Times New Roman";
	text-align: justify;
}

#sidebar .carhillInsight td.topBorder {
	background-image: url(../images/ui_sidebarCarhillTop.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .carhillInsight td.midBorder {
	background-image: url(../images/ui_sidebarCarhillMiddle.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .carhillInsight td.bottomBorder {
	background-image: url(../images/ui_sidebarCarhillBottom.gif);
	background-repeat: no-repeat;
	background-color: #E3DCBE;
}

#sidebar .carhillInsight td.sidebarStoryBody div.hr {
	background-image: url(../images/ui_sidebarCarhillHR.gif);
	background-repeat: repeat-x;
}

#sidebar .carhillInsight td.sidebarStoryBody .signature { text-align: right; }

#sidebar .industryInsight { margin: 0 20px 20px 21px; }

#sidebar .industryInsight th {
	background-image: url(../images/ui_sidebarIndustryHeaderBkg.gif);
	background-repeat: repeat-y;
	background-color: #C3B98D;
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 3px 0;
}

#sidebar .industryInsight td.sidebarStoryBody {
	background-image: url(../images/ui_sidebarIndustryBodyBkg.gif);
	background-repeat: repeat-y;
	background-color: #E1BEBD;
	padding: 5px 15px 5px 15px;
	font-family: "Times New Roman";
	text-align: justify;
}

#sidebar .industryInsight td.topBorder {
	background-image: url(../images/ui_sidebarIndustryTop.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .industryInsight td.midBorder {
	background-image: url(../images/ui_sidebarIndustryMiddle.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .industryInsight td.bottomBorder {
	background-image: url(../images/ui_sidebarIndustryBottom.gif);
	background-repeat: no-repeat;
	background-color: #E3DCBE;
}

#sidebar .industryInsight td.sidebarStoryBody div.hr {
	background-image: url(../images/ui_sidebarIndustryHR.gif);
	background-repeat: repeat-x;
}

#sidebar .industryInsight td.sidebarStoryBody .signature { text-align: right; }

#sidebar .customerInsight { margin: 0 20px 20px 21px; }

#sidebar .customerInsight th {
	background-image: url(../images/ui_sidebarCustomerHeaderBkg.gif);
	background-repeat: repeat-y;
	background-color: #C3B98D;
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 3px 0;
}

#sidebar .customerInsight td.sidebarStoryBody {
	background-image: url(../images/ui_sidebarCustomerBodyBkg.gif);
	background-repeat: repeat-y;
	background-color: #E3DCBE;
	padding: 5px 15px 5px 15px;
	font-family: "Times New Roman";
	text-align: justify;
}

#sidebar .customerInsight td.topBorder {
	background-image: url(../images/ui_sidebarCustomerTop.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .customerInsight td.midBorder {
	background-image: url(../images/ui_sidebarCustomerMiddle.gif);
	background-repeat: no-repeat;
	background-color: #C3B98D;
}

#sidebar .customerInsight td.bottomBorder {
	background-image: url(../images/ui_sidebarCustomerBottom.gif);
	background-repeat: no-repeat;
	background-color: #E3DCBE;
}

#sidebar .customerInsight td.sidebarStoryBody div.hr {
	background-image: url(../images/ui_sidebarCustomerHR.gif);
	background-repeat: repeat-x;
}

#sidebar .customerInsight td.sidebarStoryBody .signature { text-align: right; }

.sidebarImage {
	border: none;
	margin: 0 20px 20px 21px;
}

.sidebarImageCaption {
	font-size: 10px;
	margin: 3px 0 10px 0;
	text-align: center;
}

.sidebarBanner { margin: 0 20px 20px 21px; }

.sidebarBannerCaption {
	font-size: 10px;
	margin: 3px 0 10px 0;
	text-align: center;
}

/* Popup Image */
.popupImage { text-align: center; }

.popupImage img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
}

.popupImageCaption {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

/* Footer */
#footer {
	border-color: #132D52;
	border-width: 3px;
	border-style: solid none none none;
	background-color: #47648F;
	color: #A3B2C7;
	padding: 10px 5px 10px 20px;
}

#sidebarFooter {
	border-color: #132D52;
	border-width: 3px;
	border-style: solid none none none;
	background-color: #132D52;
}

/* TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}

