
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: url('center.bg.jpg') no-repeat center top; } /* background center image */

/* links coloring */

a { color: #6a5; } /* text links color */
a:hover { color: #594; } /* hover color (you can remove this) */

/* Footer formatting */

#foot .formatted A:after {
	content: " >>";
}

table.monthly_table td, table.monthly_table_blog td{border:1px solid #e2e2e2;border-bottom:none;font-size:11px;font-weight:bold;color:#2C702B;text-align:center;padding:10px 15px;border-right:none;border-left:none;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0))}
table.monthly_table_blog td{padding:0 5px;font-size:11px}
table.monthly_high_table td, table.bulkcredit_table td, table.local_currency td{background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0))}
table.monthly_table tbody tr td:last-child{border-right:solid 1px #e2e2e2;}
table.monthly_table tr.monthly_table_monthly_cost td, table.monthly_table_blog tr.monthly_table_monthly_cost td{color:#40D440;font-size:21px;padding:15px 15px}
table.monthly_table_blog tr.monthly_table_monthly_cost td{font-size:19px;padding:10px 5px}
table.monthly_table tr.monthly_table_send_limit td{border-bottom:1px solid #e2e2e2}
table.monthly_table th, table.monthly_high_table th, tr.monthly_table_bottom td, table.bulkcredit_table th, table.local_currency tr th, table.monthly_table_blog tr th{border:1px solid #cfcfcf;background:#e1e1e1;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#e1e1e1));font-size:11px;text-align:center;color:#6f757e;text-transform:uppercase;vertical-align:middle;text-shadow:0 1px 0 #fff}
table.monthly_table_blog{margin-bottom:20px;width:560px}
table.monthly_table_blog tr th{font-size:10px;padding:8px 10px;text-transform:capitalize}
tr.monthly_table_bottom td{font-size:11px !important;text-align:left;color:#6f757e !important}

.monthly_table img {border:none;}

