﻿/* Well Keen basic css file © Gosling, except where stated */
/* v3  02/08/07 */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* End of Yahoo reset */

/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

body	{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 100%; /* this figure affects the base size of an em. 100% should render as 16px in most browsers */
	line-height: 1.3em;
	text-align: center;
	color:	#000;
	background-color: #fff;
}

/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

/* global layout rules */

#page	{
	text-align: left;
}

.loginfo	{
	font-size: 0.72em;
	line-height: 1em;
	padding: 0.4em 0 0.4em 0;
	color: #939598;
}

#footer	{
	clear:both;
	width: 100%;
	display:block;
	border-top: 1px solid #939598;
	margin: 3em 0 1em 0;
	text-transform: uppercase;
	font-weight: normal;
}

#footer span	{
	margin: 1em 0 2em 0;
}

#footer .info a	{
	margin: 0 3em 0 0;
}

#footer .info	{
	float: left;
}

#footer .gossign	{
	float: right;
}

img.left	{
	float: left;
	margin: 0 1em 1em 0;
}

img.right	{
	float: right;
	margin: 0 0 1em 1em;
}

.scrollbox	{
border: 1px solid #939598;
padding: 0.5em;
overflow: auto;
height: 8em;
background-color: #fff;
font-weight:normal;
font-size: 0.8em;
}

/* foreCASH banner */

#fcbanner	{
	clear:both;
	display:block;
	background-color:#a50a37;
	margin: 0 0 1em 0;
}

/* end of foreCASH banner */

/* top image box */

#topimage	{
	clear:both;
	display:block;
	margin: 0 0 1em 0;
}

/* end of top image box */

/* end of global layout rules */


/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

/* global typography rules */

a img	{border: 0;}

/* BLUE COLOUR */
a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #084e92;
}

a:hover {
	color: #a50a37;
}

a:active {
	color: #939598;
}


.thisArticle{
    	color: #939598
}
    
.this a, .this a:link, .this a:visited, .this a:hover, .this a:active, #forecash #subsectionmenu .this a, #forecash #subsectionmenu .this a:link, #forecash #subsectionmenu .this a:visited, #forecash #subsectionmenu .this a:hover, #forecash #subsectionmenu .this a:active	{
	color: #939598
}

#clientmenu a, .sectionmenu a	{
	font-size:0.7em;
	line-height:0.7em;
}

#sitemenu a	{
	font-size:0.85em;
	line-height:0.85em;
}

#sitemenu li	{
	margin: 0 0 0.6em 0;
	line-height:0.8em;
}


#footer	{
	font-size:0.7em;
	line-height:0.7em;
}

a.continued	{
	background-image:url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}



a.continued:hover, a.continued:active, #forecash .tabscontent a.continued:hover, #forecash .tabscontent a.continued:active	{
	background-image:url(../img/link_over.gif);
}

h1	{
	font-size:1.2em;
	line-height:1em;
	font-weight: bold;
	/*margin: 0 0 0.5em 0; */
	margin: 0 0 0.4em 0;
}

h2	{
	font-size:1.2em;
	line-height:1em;
	font-weight: bold;
	/*margin: 1.4em 0 0.5em 0; */
	margin: 0.2em 0 0.4em 0;
}

h3	{
	font-size:1.1em;
	line-height:1em;
	font-weight: bold;
	/*margin: 1.4em 0 0.5em 0; */
	margin: 0.2em 0 0.4em 0;
}

h4	{
	font-size:1em;
	line-height:1em;
	font-weight: bold;
	/*margin: 1.2em 0 0.5em 0; */
	margin: 0.2em 0 0.4em 0;
}

h1 span.sub, h2 span.sub, h3 span.sub, h4 span.sub	{
font-weight: normal;
}


p	{
	/*padding: 0.5em 0 0.5em 0;*/
	padding: 0.5em 0 0.5em 0;
	/*font-size:0.9em; */
	font-size:0.9em;
	/*line-height:1.4em;*/
	line-height:1.3em;
}

#maincontent ol, #maincontent ul	{
	margin: 0.5em 0 1em 1.5em;
	font-size:0.9em;
	line-height:1.1em;
}

#maincontent ol	{
	list-style: decimal;
}

#maincontent ul	{
	list-style: disc;
}

blockquote	{
	background-color: #ebeff6;
	padding: 0.5em 1em;
	/* margin: 1.5em 0; */
	margin: 0.2em 0;
	/* DG */
	font-size: 0.8em;
	line-height:1.1em;
	

}

blockquote.super	{
	background-color: #ccd7e9;
	padding: 0.5em 1em;
	margin: 1.5em 0;
}


/*999 DG amended style */
blockquote p	{
	margin: 0.5em 0 1em 0;

/* NB EM relative to parent - have put an em on blockquote definition */

/*	font-size:1em; */
/*	line-height:1.4em; */
/*	font-weight: bold; */
}


/* DG  add blockquote ol and ul code??? */


blockquote p.author	{
	font-size:0.76em;
	font-weight: normal;
}




hr	{
	border: 0;
	color: #939598;
	background-color: #939598;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 2em auto 2em auto;
}


/* end of global typography rules */

/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

/* table rules */

table	{
	border-top: 1px #084e92 solid;
	border-left: 1px #084e92 solid;
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 1em 0 1.5em 0;
}

th, td	{
	padding: 0.5em;
	border-right: 1px #084e92 solid;
	border-bottom: 1px #084e92 solid;
}

td.hilite	{
	background-color: #ccd7e9;
}

th	{
	font-weight: bold;
	color: #fff;
	background-color: #084e92; 
}


td .noborder
{
    border-width : 0px

}


/* end of table rules */


/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/


/* form element rules */

form	{
	/* padding: 0.5em; */
	/* margin: 0.5em 0 0.5em 0; */
	/* background-color: #ebeff6; */ /* in asp.net 'form' needed through out for some controls - need .xform if form from .ASP  */
}


form .xform {
    background-color: #ebeff6;
    padding: 0.5em;
	margin: 1em 0 1em 0;
}

form .super	{
	background-color: #ccd7e9;
}

#maincontent .xform ul, #maincontent .xform ol	{
	text-align: left;
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}

fieldset	{
	font-weight: bold;
	margin: 0 0 18px 0;
}

#maincontent .xform li	{
	margin: 0.5em;
	padding-top: 0.1em;
	list-style: none; 
	clear:left;
}

form .xform label	{
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	/* margin: 0 0.2em 0 0; */
	margin: 0.2em 0.2em 0.2em 0;
	padding: 0.2em;
	vertical-align: top;
	width:12em;
	display:block;
	float:left;
	background-color: #ccd7e9;
}

form.super label	{
	background-color: #e6ebf4;
}

label, span.superlabel 	{
	font-weight: normal;
}

input, textarea, select	{
	margin-right: 0.5em;
}

input, textarea	{
	padding: 0.2em;
}

.autosize label	{
	width: auto;
}

.autosize input	{
	width: auto;
}

label.after	{
	text-align: left;
}

form .xform input.inline, form .xform label.inline	{
	display: inline;
	float: none;
}

form .xform input.inline	{
	margin-left: 1em;
}

#maincontent form .xform li.submit	{
	padding: 0;
	margin-bottom: 1em;
}

form .xform li.submit input	{
	width: auto;
	padding: 0;
	display:inline;
}

.errorMsg       {
	font-size: 1em;
    color: #f00;
   	text-align: left;
    font-weight: bold;
}

#errorMessage	{
	clear: both;
}

#errorFooter	{
	padding: 0.5em 1em;
}

legend	{
	color: #000;
	margin: 0;
	padding:0;
}

/* end of form element rules */

/*
----------------------------------------------------------------------------
----------------------------------------------------------------------------
*/

/* ForeCASH section specific */

#forecash blockquote	{
	background-color: #fbf5f7;
}

#forecash blockquote.super	{
	background-color: #f6e7eb;
}

#forecash table	{
	border-top: 1px #a50a37 solid;
	border-left: 1px #a50a37 solid;
}

#forecash th, #forecash td	{
	border-right: 1px #a50a37 solid;
	border-bottom: 1px #a50a37 solid;
}

#forecash td.hilite	{
	background-color: #f6e7eb;
}


#forecash td.noborder 
{
    border-width :0px
}


#forecash th	{
	background-color: #a50a37; 
}

#forecash .tabscontent a.continued	{
	background-image:url(../img/fc_link.gif);
}

#forecash .tabscontent a, #forecash .tabscontent a:link, #forecash .tabscontent a:visited, #forecash #subsectionmenu a, #forecash #subsectionmenu a:link, #forecash #subsectionmenu a:visited	{
	color: #a50a37;
}

#forecash .tabscontent a:hover, #forecash .tabscontent a:active, #forecash #subsectionmenu a:hover, #forecash #subsectionmenu a:active 	{
	color: #939598;
}

#forecash form	{
	/* background-color: #fbf5f7; */  /* all form in Asp.net  */
}


#forecash form .xfrom	{
	background-color: #fbf5f7;
}



#forecash form.super	{
	background-color: #f6e7eb;
}

#forecash form label	{
	background-color: #f6e7eb;
}

#forecash form.super label	{
	background-color: #fbf3f5;
}

/* end of ForeCASH colour */
