/* MONEY MANAGEMENT CALCULATOR */

.moneymc,
.moneymc tr td,
.moneymc input,
.moneymc select,
.titles td,
.subtitles td {
	font-family: Arial, sans-serif;
	font-weight: normal;
}

.moneymc {
	margin-left: 5px;
	margin-top: 10px;
}

.moneymc tr td {
	border: 1px solid #C1CCA3;
	padding: 4px;
	text-align: left;
	padding-left: 5px;
}

.moneymc input,
.moneymc select {
	border: 0;
	text-align: left;
}

.titles td,
.subtitles td {
	color: #666666 !important;
}

.titles td {
	background: #D7E3B5 !important;
	font-weight: bold !important;
}

.subtitles td {
	background: #D7E3B5;
}

.ee115,
.ee118,
.ee120,
.ee123,
.ee124,
.ee125,
.ee126,
.ee128,
.ee129,
.ee130,
.ee135,
.ee137,
.ee140,
.ee141,
.ee142,
.ee146,
.ee147,
.ee151,
.ee156,
.ee157,
.ee162,
.ee164,
.ee167,
.ee168,
.ee171,
.ee177,
.ee182 {
	background: #f7f9f0 !important;
}

.ee121,
.ee122,
.ee152,
.ee153,
.ee154,
.ee155,
.ee163,
.ee165,
.ee166,
.ee178,
.ee183 {
	background: #ebf1da !important;
}

/* PIP USD VALUE CALCULATOR */

.pip_value {
	font-family: Arial !important;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 500px;
	color: #222;
	border-collapse: collapse;
}

.pip_value tr td,
.fibonacci tr td {
	border: 1px solid #C1CCA3;
	padding: 4px 7px;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

.pip_value input,
.pip_value select {
	border: 0;
	text-align: left;
	color: #222;
}

.pip_value tr td input,
.fibonacci tr td input,
ul.pivot_point input {
	width: 50px;
	background: #fff;
	border: 1px solid #a0a0a0;
	padding: 2px;
}

.fibonacci tr td input.disabled {
    background: transparent;
    border: none;
    width: auto;
}

.pv1,
.pv1-lot {
	background: #F7F9F0;
}

.pv1-alt {
    background: #ebf1da;
}

.pv1-lot {
	border: 1px solid #C1CCA3 !important;
	padding: 2px;
	width: 100px !important;
}

.pv1-title {
	text-align: right !important;
	background: #D7E3B5;
	font-weight: bold;
}

.pip_value #Button1,
.pivot_point_c #Button1,
.risk_prob #Button1,
.pivot_point_input input,
.margincalc input.button,
.profitcalc input.button,
p.rate-history input.button {
	border: 1px solid #C1CCA3;
	color: #666666;
	background: #EBF1DA;
	padding: 1px;
	width: 70px;
	text-align: center;
}

.pip_value #Button1:hover,
.pivot_point_c #Button1:hover,
.risk_prob #Button1:hover,
.pivot_point_input input:hover,
p.rate-history input.button:hover {
	background: #F7F9F0;
}
.pip_value tr td input.disabled {
	background: transparent;
	border: none;
	width: 50px;
}
.pv1-subtitle {
	background: #D7E3B5;
}

/* PIVOT POINT CALCULATOR */

.pivot_point {
	margin: 0 !important;
}

.pivot_point li {
	padding: 4px 0;
}

.pivot_point li input {
	padding: 2px;
	margin-right: 10px;
	background: #EBF1DA;
	border: 1px solid #C1CCA3;
}

.pivot_point_c {
	margin-top: 10px;
	border: 1px solid #C1CCA3;
	background: #D7E3B5;
	color: #666666;
	padding: 4px;
	width: 150px;
	text-align: right;
}

.pivot_point_c input {
	border: 1px solid #C1CCA3;
	background: #F7F9F0;
	padding: 2px;
	margin-left: 5px;
}

.pivot_point_table {
	margin: 20px 10px;
	background: #D7E3B5;
	width: 82%;
	color: #666666;
	border-collapse: collapse;
}

.pivot_point_table tr td {
	padding: 4px;
	border: 1px solid #C1CCA3;
	font-size: 12px;
}

.pivot_point_table input {
	border: 0;
	background: #F7F9F0;
	width: 100%;
}

.ppt1 {
	background: #F7F9F0;
}

.formulas {
	margin-left: 40px !important;
}

.formulas li {
	list-style-type: circle !important;
}

.formulas li span {
	font-weight: bold;
}

/* RISK PROBABILITY CALCULATOR */

.risk_prob,
.risk_prob-alt {
	background: #F7F9F0;
	margin: 20px 0 0 10px;
	border-collapse: collapse;
	color: #666666;
}

.risk_prob input,
.risk_prob-alt input {
	width: 100%;
	border: none;
	background: #EBF1DA;
}

.risk_prob {
	width: 260px;
}

.risk_prob tr td,
.risk_prob-alt tr td {
	border: 1px solid #C1CCA3;
	padding: 4px;
	font-size: 12px;
}

.risk_input {
	background: #EBF1DA;
}

.risk_prob.titles {
	background: #D7E3B5;
	font-weight: bold;
}

/* CURRENCY CONVERTER */

.currencyconverter 
{
	margin-left: 1px;
	width: 626px;
	font-weight: bold;
}

.currencyconverter tr td 
{
	background: #F1F4F7;
	padding: 10px;
	border: 1px solid #BBC8D8;
}

.currencyconverter tr.titles td 
{
	padding: 5px;
	background: #BBC8D8 !important;
}

.currencyconverter tr td .alt {
	width: 99%;
}

.currencyconverter tr td .alt tr td {
	padding: 4px;
	border: 0;
}

.currencyconverter input,
.currencyconverter select 
{
	border: 1px solid #BBC8D8;
	background: #ffffff;
	font-weight: normal;	
}

.currencyconverter input 
{
	font-weight: bold;
	padding: 1px 2px;
	color: #626466;
}

.currencyconverter tr.currencies select 
{
	width: 100%;
	font-size: 14px;
}

.currencyconverter tr.chart td 
{
	padding: 0;
}

.currencyconverter h1 
{
	margin: 0 0 10px;
	color: #626466;
	font-size: 24px;
}

.currencyconverter hr 
{
	background: #BBC8D8;
	color: #BBC8D8;
	border: none;
	height: 1px;
	font-size: 1px;
}

.currencyconverter input#button 
{
	background: #ffffff;
	border: 1px solid #153878;
	color: #153878;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px;
}

.currencyconverter span.alert {
	font-weight: normal;
}
.div_l10{
    width: 48%; 
    float: left; 
    margin-right: 10px;
    }    
.div_l{
    width: 48%; 
    float: left; 
    }
.border_5{
    border-left: 1px solid #BBC8D8; 
    padding-right: 5px;
    }     


/* MARGIN CALCULATOR & PROFIT CALCULATOR */

table.margincalc tr td,
table.profitcalc tr td {
	background: #ebf1da;
	border: 1px solid #C1CCA3;
	padding: 7px;
	font-size: 12px;
	overflow: hidden;
	border-collapse: collapse;
}

table.margincalc tr td.alt,
table.profitcalc tr td.alt {
	background: #f7f9f0;
}

table.margincalc tr td input,
table.profitcalc tr td input {
	background: #fff;
	border: 1px solid #a0a0a0;
	width: 150px;
	height: 100%;
	padding: 2px;
}

table.margincalc tr td input.disabled,
table.profitcalc tr td input.disabled {
	background: transparent;
	border: none;
}

table.margincalc tr td p.result,
table.profitcalc tr td p.result {
	float: left;
	margin: 0;
}

table.margincalc tr td p.result input,
table.profitcalc tr td p.result input {
	background: #ebf1da;
	width: 100px;
	margin-left: 10px;
	padding: 3px;
}

table.margincalc tr td input.button,
table.profitcalc tr td input.button {
	margin: 0;
}

table.margincalc tr td.error,
table.profitcalc tr td.error {
	background-color: #e6a59f;
}

table.margincalc tr td img.loader,
table.profitcalc tr td img.loader {
	float: right;
	margin-top: -15px;
}

/* TOP MOVING CSS */


.topmovingtftable tr td, .topmovingtftable tr th {
	padding: 4px 7px;
}
.topmovingtftable tr th {
	background: #d7e3b5;
	font-weight: bold;
}
.topmovingnegativenumber {
    color: #CC434B;
}
.topmovingpositivenumber {
    color: #1D6C1D;
}
.topmovingtfodd {
    background-color: #F7F9F0;
}
.topmovingtftable {
    font-size: 12px;
    background-color: #ebf1da;
}