/* Forex pip value calculator */
/* (c) M.Kouznetsoff */

body {
	margin:10px;
	font-family: Arial;
 	font-size: 12px;
}
p	 {margin:0px;}

.bo table td {
	font-size: 10px;
	color: red;
}

#registration {
	xfloat: left;
}
#login_r  {
	xfloat: right;
}
#aaa {
	xfloat: right;
}
table.a {xfloat:right;}

.pv2,
.pv4 { text-align:right;}
.pv4 { font-weight:bold;}

.pip_value {
	font-family: Arial !important;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #666666;
	border-collapse: collapse;
}

.pip_value tr td {
	border: 1px solid #C1CCA3;
	padding: 4px 7px;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

.pv1-title {
	text-align: center;
	background: #D7E3B5;
	font-weight: bold;
}
.pv1-subtitle {
	background: #D7E3B5;
}

.odd { 
	background: #EEEEEE;
	}
.even {
	background: #DDDDDD;
	}
	
.pip_value input,
.pip_value select {
	border: 0px;
	text-align: center;
	color: #222;
}

.pip_value tr td input {
	width: 40px;
	border: 1px solid #a0a0a0;
	padding: 2px;
	text-align: center;
}

.pip_value input.disabled {
	background: transparent;
	border: none;
	text-align: left;
}
.pv1,
.pv1-lot {
	_background: #F7F9F0;
}

.pv1-alt {
    background: #ebf1da;
}

.pv1-lot {
	border: 1px solid #C1CCA3 !important;
	padding: 2px;
	width: 80px !important;
}

.pip_value #Button1 {
	border: 1px solid #C1CCA3;
	color: #666666;
	background: #EBF1DA;
	padding: 1px;
	width: 70px;
	text-align: center;
}

.pip_value #Button1:hover {
	background: #F7F9F0;
}

