@charset "utf-8";
/* CSS Document */
/*** ID for Cacption before it gets changed ***/
#before_caption {
    color: #7935AC;
    text-align: left;
    visibility: hidden;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    margin: 0px auto;
    clear: both;
    padding-left: 21px;
    padding-bottom: 12px;
    padding-top: 12px;
}
/* KEEP STYLES ABOVE THIS LINE */
.chart-comment	{
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
.money-charts {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.fantasy_label {
	font-weight: bold;
	color: #008080;
}
.money-chart-wrap {
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
}
.money-chart-caption {
    /* [disabled]height: 171px; */
    margin-right: 10px;
    margin-left: 10px;
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    font-weight: bold;
    font-size: .9em;
    text-align: left;
}
.money-chart-caption ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1;
}
.money-chart-caption .table	{
    border-style: none;
}
.money-chart-caption .table > thead > tr > th,
.money-chart-caption .table > tbody > tr > th,
.money-chart-caption .table > tfoot > tr > th
{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: bottom;
    border-bottom: 2px solid #000000;
    border-right-style: none;
    border-left-style: none;
}
.money-chart-caption .table > thead > tr > td,
.money-chart-caption .table > tbody > tr > td,
.money-chart-caption .table > tfoot > tr > td {
    border-style: none;
}
.money-wrap-title {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.money-R {
	font-weight: bold;
	color: #7F00FF;
}
.money-M {
	font-weight: bold;
	color: #C4514E;
}
.pop-up-button {
    width: 600px;
    border: 1px solid #2A3F55;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #090;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: 27px; */
}
.pop-up-button-hidden {
	display:none;
}
.slide-button {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    float: left;
    width: 50px;
    padding-right: 1px;
    padding-left: 1px;
    cursor: pointer;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.slide-button_back {
	float: left;
	width: 50px;
	padding-right: 1px;
	padding-left: 1px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	border: 2px solid #650063;
	visibility: hidden;
}
.spread-column-heading {
	font-size: 120%;
	font-weight: bold;
	color: #008080;
	text-align: center;
}
.transactions {
	color: #0B5;
}
.the-banks {
	font-weight: bold;
	color: #2A1FFF;
}
#before_button {
    float: right;
    width: 200px;
    text-align: center;
    /* [disabled]margin-right: 50px; */
    border: thin solid #F00;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 5px;
    background-image: url(../images/nav/nav_normal.jpg);
    color: #0000CC;
}
#after_button {
    float: right;
    width: 200px;
    text-align: center;
    border: thin solid #F00;
    cursor: pointer;
    visibility: hidden;
    position: relative;
    z-index: 20;
    left: 200px;
    font-family: "Comic Sans MS", Tahoma, "Book Antiqua";
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #666666;
    background-image: url(../images/nav/nav_normal.jpg);
}
.account_debit {
    /* [disabled]float: left; */
    /* [disabled]width: 210px; */
    margin-right: 10px;
}
.account_credit {
    /* [disabled]float: left; */
    /* [disabled]width: 210px; */
    margin-left: 10px;
}
.button-box {
	clear:both;
	width:100%;
	height:25px;
	padding-left: 50px;
	z-index: 40;
	position: relative;
	bottom: 25px;
}
.button-box_back {
    clear: both;
    width: 100%;
    height: 25px;
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
.caption-image {
	font-size: 85%;
	margin: 0px;
}
