@charset "utf-8";
/* CSS Document */
.center-chart-caption {
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    font-weight: bold;
    font-size: .9em;
    text-align: left;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* SAVE STYLE ABOVE THIS LINE */
.center-chart-caption p {
	margin: 0px 0px 3px 0px;
}
.center-chart-caption table {
}
.center-chart-caption td {
    padding: 4px;
}
.center-chart-caption th {
    font-weight: bold;
    font-size: 125%;
    text-align: center;
}
.center-chart-caption tr {
	vertical-align:top;
}
.pop-up-button {
    width: 75%;
    border: 1px solid #2A3F55;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #090;
    margin: 0 auto;
}
.pop-up-button-hidden {
	display:none;
}
.transactions {
	color: #0B5;
}
.th_caption {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #036;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #036;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #036;
}
.td_caption {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.td_caption p {
	margin: 0px 0px 10px 0px;
}
.image_center #slide {
    /* [disabled]width: 930px; */
    margin-right: auto;
    margin-left: auto;
}
.image_center #switch {
}
