﻿body {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-size:11pt;
}

h1 {
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26pt;
	color: #841617;
	margin: -13px 0 -5px 0;
}


h5 {
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10pt;
	color: #841617;
	margin-bottom: -5px;
}

	h5 > a {
	color: #841617;
	text-decoration: none;
	font-weight:700;

	}

hr {
	height: 1px;
	background-color: black;
	padding-right: -15px;
}

.chartTitle {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11pt;
	color: #f48128;
}

.tooltipContainer {
	width: 110px;
	border: 1px solid #841617;
	border-radius: 5px;
	padding: 0 5px 0 5px;
	background-color: white;
}

.securityTooltipContainer {
	width: 390px;
	height: 65px;
	border: 1px solid #841617;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.typeCell {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11pt;
	text-align: center;
	width: 14.0%;
	color: #841617;
	float: left;
	padding-bottom: 5px;
	line-height: 15px;
}

.typeValue {
	font-size: 13pt;
}

.typeCell-small {
	width: 14.3%;
}

.typeCell-lg {
	width: 25%;
}

.disabledCell {
	color : #dedede;
}

.sealevelTooltipContainer {
	width: 77px;
	border: 1px solid #841617;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.co2TooltipContainer {
	width: 85px;
	border: 1px solid #841617;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.tempTooltipContainer {
	width: 82px;
	border: 1px solid #841617;
	border-radius: 5px;
	padding: 5px;
	background-color: white;
}

.tooltipValueLabel {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11pt;
	color: #841617;
	float: left;
}

.tooltipValue {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11pt;
	color: #841617;
	text-align: right;
}

.orangeToolTip {
	color: #f48128;
}

.tooltipCatLabel {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11pt;
	color: #808080;
	float: left;
}

.tooltipCatValue {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11pt;
	color: #808080;
	text-align: right;
}

.catRow {
	/*margin-top: -3px;*/
}

.sideBar {
	line-height:17px;
}

.articleSectionHeading {
	margin:30px 0 0 0;
	color:#808080;
}

.articleHeading {
	margin:10px 0 3px 0;
	font-weight:700;
}

.clearfix {
	clear: both;
}


.panel-default > .panel-heading {
	background-color: black;
	color: white;
}

.panel-heading {
	padding: 5px 10px 5px 10px;
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.panel-body {
	padding: 5px;
}

.alertsPanelBody {
	padding: 10px;
}

.alertHeading {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13pt;
	color:#841617;

}

.panel {
   -moz-box-shadow:    inset 0 0 10px #cccccc;
   -webkit-box-shadow: inset 0 0 10px #cccccc;
   box-shadow:         inset 0 0 10px #cccccc;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
