.mpt_tbl
{
	border: solid 1px #f1f1f1;
	border-bottom: 0px;
	border-left: 0px;
	margin-bottom: 10px;
}
.mpt_tbl_title th
{
	border-left: solid 1px #f1f1f1;
	color: #000;
	font-weight: bold;
}
.mpt_tbl td
{
	border-bottom: solid 1px #f1f1f1;
	border-left: solid 1px #f1f1f1;
	padding: 8px 5px 10px !important;
}
.mpt_tbl_odd_line
{
	background-color: #fff;
}
.mpt_tbl_even_line
{
	background-color: #fafafa;
}
.rate_up
{
    color: #487d04;
}
.rate_down
{
    color: #d90000;
}
.rate_up img
{
    width: 12px;
    height: 10px;
    background: url(../../Images/rate_arrow.gif) no-repeat right top;
    margin-left: 2px;
}
.rate_down img
{
    width: 12px;
    height: 10px;
    background: url(../../Images/rate_arrow.gif) no-repeat right bottom;
    margin-left: 2px;
}
.currency_dates td
{
    padding: 3px 0px 5px !important;
    background: #fff url(../../Images/2.HE/General/general_title_border.gif) repeat-x right bottom;
}