﻿.Error
{
	color:red;
}

/*********************************************************** Download List Table */

table.DownloadList
{
	margin: 0 0 10px 0;
	border-collapse: collapse;
	color: #42649b;
}

table.DownloadList tr
{
	background: #ffffff;
}

table.DownloadList tr.AltRow
{
	background: #fbfcfe;
}

table.DownloadList td
{
	vertical-align: middle;
/*	font-size: 10px;*/
	padding: 10px 10px 10px 10px;
	border: solid 1px #c7d5ea;
	color:Black;
}

table.DownloadList th
{
	font-size: 11px;
	padding: 10px;
	color: Black;
	border: solid 1px #c7d5ea;
	white-space:nowrap;
	vertical-align:top;
}

table.DownloadList tr.Headers th
{
	color: #42649b;
	padding: 0 0 10px 10px;
	font-size: 12px;
	border: none;
}

table.DownloadList td img
{
	border: none;
}

table.DownloadList td a
{
	color:#42649b;
	font-style:italic;
}

table.DownloadList td.File a
{
	color: #42649b;
	margin: 0;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 27px;
	font-style:normal;
	display:-moz-inline-box;
	display:inline-block;
	height: 21px;
	line-height: 21px;
	background: url(PDFPic.gif) no-repeat left center;
}

table.DownloadList td.File a.OnlineLink
{
	margin-top:6px;
	display:block;
	background: url(Book.gif) no-repeat left center;
}

table.DownloadList td.File
{
	white-space:nowrap;
	vertical-align:top;
}

table.DownloadList tr.SubTitle td
{
	font-size:12px;
	font-weight:bold;
	border:none;
	padding:18px 0 18px 0;
}

/*********************************************************** News List Table */

table.NewsList
{
	margin: 15px 0 10px 0;
	border-collapse: collapse;
}

table.NewsList td
{
	padding: 0 15px 0 0;
}

table.NewsList td h3
{
	margin: 0;
}

table.NewsList td b
{
	font-size: 11px;
}

table.NewsList td a
{
	font-size: 11px;
	color: #42649b;
	text-decoration: underline;
}

/* Full news */

table.NewsListFull
{
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

table.NewsListFull td
{
	background: #fbfcfe;
	padding: 10px 15px 15px 15px;
	border: solid 1px #c7d5ea;
}

table.NewsListFull td.AltRow
{
	background: #ffffff;
}

table.NewsListFull td h3
{
	margin: 0;
}

table.NewsListFull td b
{
	font-size: 11px;
}

table.NewsListFull td a
{
	font-size: 11px;
	color: #42649b;
	text-decoration: underline;
}

.SubData b
{
	color:#3d649d;
}

/*********************************************************** Input Form Table */

table.InputForm
{
	border-collapse: collapse;
	background: #fbfcfe;
	border: solid 1px #d9e3f4;
	margin-bottom: 14px;
	font-size: 12px;
}

table.InputForm th
{
	vertical-align: top;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	color: #003366;
	width: 127px;
	border: solid 1px #d9e3f4;
}

table.InputForm th span
{
	font-size:10px;
	font-style:italic;
}

table.InputForm td
{
	color: #42649b;
	padding: 5px;
	border: solid 1px #d9e3f4;
}

table.InputForm label
{
	padding-right: 10px;
}

