﻿.Error
{
	color:red;
}

.SignupForm table.InputForm th { font-weight:bold; }

/*********************************************************** 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: #fbfbfb;
}

table.DownloadList td
{
	vertical-align: middle;
/*	font-size: 10px;*/
	padding: 10px 10px 10px 10px;
	border: solid 1px #dcdcdc;
	color:#666666;
}

table.DownloadList th
{
	font-size: 11px;
	padding: 10px;
	color: Black;
	border: solid 1px #dcdcdc;
	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
{
	font-size:90%;
	color:#0093D0;
	text-decoration:none;
	font-style:italic;
}

table.DownloadList td a:hover { text-decoration:underline; }

table.DownloadList td.File a
{
	color: #0093D0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	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:hover { text-decoration:underline; }

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: 0 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 p
{
	padding:0 6px 0 0;
	color:#666666;
	font-size:11px;
}

table.NewsList td a
{
	font-size: 11px;
	color: #0093d0;
	text-decoration: none;
}

table.NewsList td a:hover { 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 #dcdcdc;
}

table.NewsListFull td.AltRow
{
	background: #ffffff;
}

table.NewsListFull td h3
{
	margin: 0;
}

table.NewsListFull td b
{
	color:#666666;
	font-size: 11px;
}

table.NewsListFull td a
{
	font-size: 11px;
	color: #0093D0;
}

table.NewsListFull td h3 a { font-size:12px; }

.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;
}

/*********************************************************** Subscribe Form */

.SubscribeBox
{
	width:600px;
	margin-bottom:0.8em;
	border:1px solid #dedede;
	padding:1px;
}

.SubscribeBox .Inner
{
	padding:14px;
	padding-bottom:1px;
	background:#e6f4fa;
}	

.SubscribeBox h2
{
	color:White;
	background:#0093d0;
	text-transform:uppercase;
	padding:6px 14px 6px 14px;
	margin:0;
}

table.SubscribeForm
{
	border:none;
	font-size: 12px;
}

table.SubscribeForm th
{
	vertical-align: top;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	color: #666666;
	width: 127px;
}

table.SubscribeForm th span
{
	font-size:10px;
	font-style:italic;
}

table.SubscribeForm td
{
	color: #666666;
	padding: 5px;
}

table.SubscribeForm label
{
	padding-right: 10px;
}

table.SubscribeForm .SubmitButton a
{
	background:url(SubmitButton.png) no-repeat left top;
	width:88px;
	height:23px;
}

/*********************************************************** Signup Form */

.SignupForm
{
	border:1px solid #dedede;
	padding:1px;
	margin-bottom:16px;
}

.SignupForm .Inner
{
	padding:14px;
	padding-bottom:1px;
	background:#e6f4fa;
}

.SignupForm h2
{
	font-size:12px;
	color:White;
	background:#0093d0;
	text-transform:uppercase;
	padding:6px 14px 6px 14px;
	margin:0;
}

table.SignupForm
{
	border:none;
	font-size: 12px;
}

table.SignupForm th
{
	vertical-align: top;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	color: #666666;
	width: 127px;
	border:none;
}

table.SignupForm th span
{
	font-size:10px;
	font-style:italic;
}

table.SignupForm td
{
	color: #666666;
	padding: 5px;
	border:none;
}

table.SignupForm label
{
	padding-right: 10px;
}

table.SignupForm .SubmitButton
{
	display:inline-block;
	background:url(SubmitButton.png) no-repeat left top;
	width:88px;
	height:23px;
}

table.SignupForm .SubmitButton span { display:none; }

/*********************************************************** Signup Form */

.ServicesInfoForm
{
	border:1px solid #dedede;
	padding:1px;
	margin-bottom:10px;
	width:675px;
}

.ServicesInfoForm .Inner
{
	padding:14px;
	padding-bottom:1px;
	background:#e6f4fa;
}

.ServicesInfoForm h2
{
	font-size:12px;
	color:White;
	background:#0093d0;
	text-transform:uppercase;
	padding:6px 14px 6px 14px;
	margin:0;
}

table.ServicesInfoForm
{
	border:none;
	font-size: 12px;
}

table.ServicesInfoForm th
{
	vertical-align: top;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	color: #666666;
	width: 127px;
	border:none;
}

table.ServicesInfoForm th span
{
	font-size:10px;
	font-style:italic;
}

table.ServicesInfoForm td
{
	color: #666666;
	padding: 5px;
	border:none;
}

table.ServicesInfoForm label
{
	padding-right: 10px;
}

table.ServicesInfoForm .SubmitButton
{
	display:inline-block;
	background:url(SubmitButton.png) no-repeat left top;
	width:88px;
	height:23px;
}

table.ServicesInfoForm .SubmitButton span { display:none; }
