/* 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: #000 !important;
}

.titles td {
	background: #99CCFF !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: 470px;
	color: #666666;
	border-collapse: collapse;
}

.pip_value 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,
.pip_value tr td input {
	width: 50px;
}

.pv1,
.pv1 input,
.pv1-lot {
	background: #EBF1DA;
}

.pv1-alt {
	background: #F7F9F0;
}

.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 {
	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 {
	background: #F7F9F0;
}

.pv1-subtitle {
	background: #D7E3B5;
}

/* PIVOT POINT CALCULATOR */

.pivot_point {
	margin: 0 !important;
	list-style-type:none;
}

.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: #7FB439;
	color: #fff;
	padding: 4px;
	width: 140px;
	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: #7FB439;
	width: 98%;
	color: #fff;
	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: #000;
}

.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: 680px;
	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: 100%;
}

.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;
}
