@charset "UTF-8";
/* CSS Document */
/* CSCP Gen5 Report Styles */

.numerals {
    font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}
.navlinks, .navlinks a:link {
	font-variant: normal;
	font-weight: bold;
	font-size: 0.9em;
	list-style-type: none;
	text-align: right;
	color:#EDE4D0;
	float: left;
	display: block;
	margin-right: 25px;
	text-transform: uppercase;
	text-decoration: none;

}

.navlinks a:hover {
	font-variant: normal;
	font-size: 0.9em;
	list-style-type: none;
	text-align: center;
	color:rgba(135,170,187,1.00);
	float: left;
	display: inline-block;
	margin-right: 25px;
	text-transform: uppercase;
	text-decoration: none;
}

.navlinks a:visited {
	color:rgba(234,165,92,1.00);
}

.cscp_login_status {
	font-size: 14px;
	/*line-height: 1.0em;*/
    color:black;
}

.bg_footer_gray {
    background-color: rgba(55,54,58,1.00);
}

.table_highlight_blue > tbody > tr:nth-of-type(even) {
	background-color: #D0D8E9;
}

.font_cscp_summary, .font_cscp_summary p {
    color:rgba(38,40,46,1.00);
}

.login_status {
	font-size: 14px;
	line-height: 1.0em;
    color:black;
}

.currency_font {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.bg_nation_buff {
    background-color: rgba(227,222,212,1.00);
}

.bg_teal {
    background-color: rgba(147,233,233,0.67);
}


