.tfcWidget{
	text-align: center;
}
#TID_F.widgetContainer {
	width: 100%;
 	flex-flow: column;
	font-family: Arial, Helvetica;
	color: #000000;
	font-size: 100%;
      display: inline-block;
	margin: auto;
}
#TID_F [class^="widgetTableCell header"] {
	padding-bottom: 2%;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0%;
	padding-top: 1%;
	padding-bottom: 1%;
}
#TID_F [class^="widgetTableCell field"] {
	font-size: 65%;
	padding-left: 0;
	padding-right: 0%;
	padding-top: 1%;
	padding-bottom: 1%;
}

#TID_F .sectionBreakRow {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
}
#TID_F #timeframeButtons {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding-top: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	white-space:nowrap;
}
#TID_F .timeframeButton {
	line-height: 250%;
	flex-grow: 1;
	flex-basis: 20%;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	background: #003366;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	cursor: pointer;
}
#TID_F .Title {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background-color: #003366;
	padding: 1%;
	padding-top: 1%;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
#TID_F #TableHeaderRow {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	color: #003366;
	background-color: #C0C0C0;
	font-size: 65%;
	font-weight: bold;
}
#TID_F #chartTD {
	width: 100%;
	box-sizing: border-box;
	background-color: #003366;
	padding-bottom: 0px;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
#TID_F .timeframeButton.first {
	border-left: none;
}
#TID_F .timeframeButton.last {
	border-right: none;
}
#TID_F .timeframeButton.pushed {
	background-color: white;
	color: #003366;
}
#TID_F .selected {
	font-weight: bold !important;
	font-style: italic !important;
	color: #000000 !important;
}
#TID_F .sectionBreakLine {
	width: 100%;
	border: none;
	height: 1px;
	color: #003366;
	background-color: #003366;
	padding: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
}
#TID_F .footerLine {
	width: 100%;
	border: none;
	height: 1px;
	color: #003366;
	background-color: #003366;
	padding: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
}
#TID_F .titleContainer {
	width: 100%;
	display: flex;
	order: 0;
}
#TID_F #chartContainer {
	width: 100%;
	flex-wrap: wrap;
	order: 1;
}
#TID_F #chartImage {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#TID_F .TableRow {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}
#TID_F .down {
	color: #FF0000;
}
#TID_F .up {
	color: #008000;
}
#TID_F .flat {
	color: #000000;
}
#TID_F #TimeStampContainer {
	display: flex;
	order: 6;
}
#TID_F #TimeStamp {
	color: #000000;
	width: 100%;
	font-size: 65%;
	text-align: center;
}
#TID_F #copyright {
	color: #C0C0C0;
	width: 100%;
	font-size: 60%;
	text-align: center;
	padding-top: 1%;
}
#TID_F .even {
	background-color: #EEEEEE;
}
#TID_F .odd {
}
#TID_F .widgetTableCell.firstHeaderIsNotBlank {
	padding-left: 2%;
	text-align: left;
}

#TID_F .widgetTableCell.lastHeaderOrField {
	padding-right: 1% !important; 
	text-align: right !important;
}

#TID_F .subHead {
	align-self:center;
}

#TID_F .col1 {
	text-align: left !important;
	padding-left: 1% !important;
}

#TID_F .col2 {
}
#TID_F .col3 {
}
#TID_F .col4 {
	padding-right: 5%;
}

#TID_F .col5 {
}
#TID_F .col6 {
	padding-right: 5%;
}
#TID_F .col7 {
}
#TID_F .col8 {
	padding-right: 5%;
}

#TID_F .col9 {
}
#TID_F .col10 {
}

#TID_F #footerLineContainer {
	width: 100%;
	display: flex;
	order: 4;
	display: block;
	background-color: #FFFFFF;
}
#TID_F .sectionBreak {
	padding: 1%;
	text-align: left;
	width: 100%;
}
#TID_F #messageContainer {
	display: none;
	order: 5;
}
#TID_F #message {
	color: #000000;
	width: 100%;
	font-size: 65%;
	text-align: center;
	padding-top: 2%;
}
#TID_F .getWidget {
	font-family: Arial;
	font-size: 100%;
}
#TID_F #copyrightContainer {
	width: 100%;
	display: flex;
	order: 6;
}
#TID_F .widgetTableCell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: space-around;
	text-align: center;
	cursor: pointer;
}
#TID_F #drilldownLink {
	width: 100%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	font-size: 100%;
	text-align: center;
}
#TID_F #TableRows {
	display: flex;
	flex-direction: column;
	order: 3;
}
#TID_F #TableRows a {
	color: inherit;
	text-decoration: inherit;
}
#TID_F #dataButton {
	vertical-align: middle;
	text-align: right;
	padding: 0;
}
#TID_F #dataButtonImage {
}
#preview {
	position: absolute;
	background-color: #003366;
	padding: 0.1%;
	display: none;
	color: #fff;
	z-index: 99999;
}
#previewImage {
}