.standardTable {
	margin-bottom:10px;
}
#newsArchiveTable {
	width:510px;
}
#consultationTable {
	width:720px;
}
.standardTable p {
	text-align:left;
	font-size:1em;
}
.standardTable a:link {
	color:#1a5dc2;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
}
.standardTable a:visited {
	color:#1a5dc2;
	border-bottom:none;
	text-decoration:none;
}
.standardTable a:hover, .standardTable a:focus {
	color:#579fe9;
	border-bottom:none;
	text-decoration:none;
}
.standardTable table a, .standardTable table a:link, .standardTable table a:visited {
	border:none;
}
.standardTable img {
	border:0;
	margin-top:.5em;
}
.standardTable table {
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0;
	border-collapse:collapse;
}
.standardTable tr.odd td {
	background:#f7fbff
}
.standardTable tr:hover {
	background:#eff6fd;
}
.standardTable tbody tr.odd:hover td {
	background:#f0f5fa;
}
.standardTable tr.odd .column1 {
	background:#f4f9fe;
}
.standardTable .column1 {
	background:#f9fcfe;
}
.standardTable td {
	font-size: 12px;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.5em 1em;
}
.standardTable th {
	font-weight:normal;
	color: #657AAE;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.5em 1em;
}
.standardTable thead th {
	color:#2e548d;
	background-color: #CAD9EE;
	font-family: "Calibri", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:1em;
}
.standardTable thead th.date{
	width:70px;
}
.standardTable tfoot th {
	background:#f4f9fe;
}
.standardTable tfoot th strong {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
.standardTable tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
.standardTable ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 7px 0;
}
.standardTable ul li {
	color: #666;
background: url(../../img/global/redbullet.gif) no-repeat 2px 3px;	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size:.9em;
}
/* no hover */
.standardTable-nohover {
	margin-bottom:10px;
}
.standardTable-nohover p {
	text-align:left;
	font-size:1em;
}
.standardTable-nohover a:link {
	color:#1a5dc2;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
}
.standardTable-nohover a:visited {
	color:#1a5dc2;
	border-bottom:none;
	text-decoration:none;
}
.standardTable-nohover a:hover, .standardTable-nohover a:focus {
	color:#579fe9;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
}
.standardTable-nohover table a, .standardTable-nohover table a:link, .standardTable-nohover table a:visited {
	border:none;
}
.standardTable-nohover img {
	border:0;
	margin-top:.5em;
}
.standardTable-nohover table {
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0;
	border-collapse:collapse;
}
.standardTable-nohover tr.odd td {
	background:#f7fbff
}
.standardTable-nohover tr.odd .column1 {
	background:#f4f9fe;
}
.standardTable-nohover .column1 {
	background:#f9fcfe;
}
.standardTable-nohover td {
	font-size: 12px;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.5em 1em;
}
.standardTable-nohover th {
	font-weight:normal;
	color: #657AAE;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.5em 1em;
}
.standardTable-nohover thead th {
	color:#2e548d;
	background-color: #CAD9EE;
	font-family: "Calibri", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:1em;
}
.standardTable-nohover tfoot th {
	background:#f4f9fe;
}
.standardTable-nohover tfoot th strong {
	font:bold 1.2em Arial, Helvetica, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
.standardTable-nohover tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
.standardTable-nohover ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 7px 0;
}
.standardTable-nohover ul li {
	color: #666;
background: url(../../img/global/redbullet.gif) no-repeat 2px 3px;	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size:.9em;
}

th.header{
	cursor: pointer;
	background: url(../../img/global/tblheader_bg.gif) no-repeat right center;
}
th.headerSortDown{
	background: url(../../img/global/desc.gif) no-repeat right center;
}
th.headerSortUp{
	background: url(../../img/global/asc.gif) no-repeat right center;
}
