/*
This is the style sheet for the Add on Extras
Tool found under the Current Account section of the Banking brick.
The pages controlled by this style sheet are pop up windows and 
as such do not need all the elements contained by the master 
style sheet.  It does however use almost all the same styles/classes 
as the original sheet does to prevent confusion!
[Del Burton, Electronic Channels x657163]
*/
  
  
  /***********************/
 /* Generic elements    */
/***********************/

BODY	{
	margin-top : 15px;
	margin-left : 15px;
}

BODY, TD, TH, SPAN, DIV {
	/* Sets the default font for EVERY element */
	color : #1D2D50;
	font-family : Verdana,arial,helvetica,sans-serif;
}

BODY, TD, TH {
	/* Base font size */
	font-size : 75%;
}

  /***********************/
 /* Links    */
/***********************/
A,A:link	{
	color : #3300CC;
}

A:visited	{
	color : #1D2D50;
}

A:hover	{
	color : #FF0000;
}

  /****************************/
 /* Main content elements    */
/****************************/
.mainContent {
	line-height : 140%;
}

H1.red	{
	/* Normal heading - if we have no image-based
	heading (images are only used in level 1
	and 2 pages) */
	margin-bottom : 4px;
	color : #FF0000;
	font-size : 170%;
	font-weight : bold;
}
H1.L1intro,h1{
	margin-top : 5px;
	color : #808080;
	font-size : 125%;
	font-weight : bold;
}
h1
{
	color : #000066;
	font-size : 150%;
}
H2{
	margin-bottom : 9px;
	color : #000066;
	font-size : 110%;
}

/* HOME INS HEADER RED TEXT */

div.hi h3 em {color:red;font-style:normal;}

  /****************************/
 /* Tables                   */
/****************************/
table
{
	border-collapse : collapse;
	border : 1px solid #000066;
}
td,th
{
	border : 1px solid #000066;
}
td.NBSdata, th.NBSdata {
	background : #E8E8F1;
	color : #000066;
}
th.NBSdata-lite	{
	background : #e8e8f1;
	color : #000066;
}
TH.tableTitle	{
	/* Main title for table */
	background : #FF7F7F;
	color : #FFFFFF;
	font-size : 100%;
}

.data, TR.data TD {
	background : #dadaf1;
	color : #000000;
}
DIV.legalText	{
	border : 1px solid #C0C0C0;
	margin-top : 5px;
	padding : 5px;
	font-size : 80%;
}
