﻿TABLE.cms_table {
	BORDER-COLLAPSE: collapse;
	background-color: #ffffff;
	border: #a8cbd5 solid 1px;
	font-weight: normal;
	padding-left: 5px;
	color: #333333;
	line-height: 1.4em!important;
	margin-top: 3px;
	font-size: 12px!important;
}
TABLE.cms_table tr td
{
	padding: 2px 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border: #a8cbd5 solid 1px;
	font-size: 12px;
}
TABLE.cms_table tr th
{
	background-color:#CEE2F2;
	border-bottom:1px solid #A8CBD5;
	border-right:1px solid #A8CBD5;
	color:#515151;
	font-weight:bold;
	line-height:23px;
	text-align:center;
	padding: 0px 5px 0px 5px;
}