﻿/***************************
STYLES FOR ALL PAGES
***************************/
body {
	font-family: Georgia, serif;
	font-size: small;
	margin: auto;
	padding: auto;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h2 
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
div#line_space {
	clear: both;
	display: block;
	background-color: #C7D6F3; 
}
.main_content {
	padding: 5px 20px 10px 10px;
	font-family: Calibri, Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
}
div#navigation {
	margin: auto;
	margin-top: 20px;
	width:875px;
}
.b2 {
	background: url(../../images/bot_mid.gif) 0 100% repeat-x;
	width: 875px;
	display: block;
	margin: auto;
}
.l2 {
	background: url(../../images/cen_lef.gif) 0 0 repeat-y;
}
.r2 {
	background: url(../../images/cen_rig.gif) 100% 0 repeat-y;
} 
.bl2 {
	background: url(../../images/bot_lef.gif) 0 100% no-repeat;
}
.br2 {
	background: url(../../images/bot_rig.gif) 100% 100% no-repeat;
}
.copyright {
	display: block;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #666;
	font-size: 85%;
	width: 100%;
}	

/***************************
LOGOUT
***************************/
p#logout {
	display: block;
	width: 100%;
	text-align: right;
}
p#logout a {
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	text-decoration: none;
}
p#logout a:hover {
	color: #3864bd;
	text-decoration: underline;
}

/***************************
LOGIN
***************************/
#loginlogo {
	margin: auto;
	margin-top: 100px;
	display: block;
	text-align: center;
}
.antrimlogo 
{
	width: 300px;
	height: 46px;
}
dl#loginHeader {
	width: 240px;
	margin: auto;
	padding: 0;
	background: #315992 url(../../images/box_bottom_blue.jpg) no-repeat bottom left;
}
dl#loginHeader dt {
	margin: 0;
	background: #315992 url(../../images/box_top_blue.jpg) no-repeat top left;
}
dl#loginHeader dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #ffffff;
	font-size: 110%;
}
dl#loginForm {
	width: 240px;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	background: #ccc url(../../images/box_bottom.jpg) no-repeat bottom left;
}
dl#loginForm dt {
	padding-left: 20px;
	font-size: 130%;
	background: #ccc url(../../images/box_top.jpg) no-repeat top left;
}
dl#loginForm dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 85%;
}
dl#loginForm dd#dl_button {
	margin-top: 5px;
}
.t {background: url(../../images/top_mid.gif) 0 0 repeat-x; 
	width: 300px;
	margin: auto;
	margin-top: 20px;}
.b {background: url(../../images/bot_mid.gif) 0 100% repeat-x}
.l {background: url(../../images/cen_lef.gif) 0 0 repeat-y}
.r {background: url(../../images/cen_rig.gif) 100% 0 repeat-y} 
.bl {
	background: url(../../images/bot_lef.gif) 0 100% no-repeat;
	margin: auto;
	width: 300px;
	}
.br {background: url(../../images/bot_rig.gif) 100% 100% no-repeat}
.tl {background: url(../../images/top_lef.gif) 0 0 no-repeat}
.tr {background: url(../../images/top_rig.gif) 100% 0 no-repeat; padding:10px}

.loginError 
{
	display: block;
	margin: auto;
	margin-top: 15px;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: Red;
	font-size: 75%;
	width: 100%;
}

/***************************
INVESTOR DETAILS PANEL
***************************/
#MainInvestorTable
{
	width: 660px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#MainInvestorTable tr td {width:110px;}
/*.Col1, .Col1BTable_A, .Col2BTable_A
{
	width: 100px;
}
.Col1B
{
	width: 250px;
}
.Col2
{
	width: 250px;
}
.Col2B
{
	width: 400px;
}
.Col3
{
	width: 300px;
}
.Col2Table, .Col3Table, .Col1BTable, .Col2BTable
{
	width: 100%;
}
.Col2Table_A, .Col3Table_A, .Col3Table_B, .Col1BTable_B, .Col2BTable_B, .Col2BTable_C
{
	width: 150px;
}
.Col2Table_B
{
	width: 100px;
}
.Col1, .Col1B, .Col2, .Col2B, .Col3, .Col2Table, .Col2Table_A, .Col2Table_B, .Col3Table_A, .Col3Table_B, .Col1BTable_A, .Col1BTable_B, .Col2BTable_A, .Col2Table_B, .Col2Table_C
{
	margin: 0px;
	padding: 0px;
}*/

/***************************
PAYEE INFORMATION
***************************/
#DivEFT
{
	margin:auto;
	margin-top:10px;
	width:80px;
}
#DivInvestorBankInfo
{
	width:350px;
	margin:auto;
}
#TablePayeeInformation
{
	width: 650px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}
#TablePayeeInformation tr td
{
	width: 150px;
}
#TableBankInfo
{
	margin:auto;
	width:300px;
	font-size:12px;
}