
/****************** Import menu stylesheet **********************/

@import url(shared.css );

/****************** End Import Menu Stylesheet *****************/

/* Search and replace the following colors */

/* #000000 - used for BODY, P, TD, LI, FOOTER TEXT, FOOTER:LINK, FOOTER:VISITED, PPV-FOOTER:LINK, PPV-FOOTER:ACTIVE, PPV-FOOTER:VISITED */

/* #162279 - used for TITLE, H1-H6, HEADING1-HEADING6, TABLE SUB HEADINGS, HR, LINKS:LINK */
/* #B71E2D - used for LINKS:VISITED */
/* #DEE7F7 - used for LINKS:HOVER, LINKS:ACTIVE, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #999999 - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFFFFF - used for (ppv/search)COLUMNONE(bgcolor), (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* #DEE7F7 - used for (ppv/search)COL-1-MAINTITLE BGCOLOR, (ppv/search)COL-3-MAINTITLE BGCOLOR, (ppv/search)COL-1-SUBTITLE BGCOLOR, (ppv/search)COL-3-SUBTITLE BGCOLOR, BUTTON(all colors) */
/* #FFFFFF - used for (ppv/search)COL-1-MAINTITLE FONT, BGTOP, (ppv/search)COL-3-MAINTITLE FONT, (ppv/search)COL-1-SUBTITLE FONT, (ppv/search)COL-3-SUBTITLE FONT, BUTTON FONT */

body {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #C0C0C0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FFFFFF;
}

#content {
	position:relative;
	width: 100px;
	margin:0 0 0 0px;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 500px;		/*keeps footer pushed down below content*/
	height /**/: 500px;
	min-height:500px;		/*keeps footer pushed down below content*/
	padding:0;
	width:auto !important;  /*Remove if your using a fixed width site*/
	width /**/:100%;  /*Remove if your using a fixed width site*/
	width: /**/100%;  /*Remove if your using a fixed width site*/
}
/*End overall container styles*/

b {
	font-weight: bold;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1em;
	font-weight: bold;
	color: #162279;
	border-bottom : 2px dotted;
	margin-right: 10px;
}

h2,	.heading2 {	
	font-weight: bold;
	color: #1A1C96;
	font-size: 1em;
}

h3, .heading3 {	
	font-weight: bold;
	color: #2224C4;
	font-size: 1em;
}

h6, .heading6 {	
	font-weight: bold;
	color: #2629EA;
	font-size: 1em;
}

hr	{
	color: #162279;
	height: 1px;
}/* Height does not work in NS4, as SIZE is used as property in tag (same in IE but appears to work)/


/*list items*/
li {
	color: #162279;
}

li.err-msg {
	font-weight: bold;
	color: #ff0000;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: disc;
}
/*list-style-image: url(/images/stylesheets/list_icon.gif);*/
/*list image can be changed in the images folder or can be removed and list style type can 
be used (square, circle, disc). List image does not work in NS4 but list-style-type does so
leave in when using list-style-image.*/

/*links*/
a:active {
	color: #162279;
	text-decoration: none;
}
a:link {
	color: #162279;
	text-decoration: none;
}
a:visited {
	color: #B71E2D;
	text-decoration: none;
}
a:hover {
	color: #B71E2D;
	text-decoration: underline;
}

a.news:active {
	color: #162279;
	text-decoration: none;
	font-size: 90%
}
a.news:link {
	color: #162279;
	text-decoration: none;
}
a.news:visited {
	color: #162279;
	text-decoration: underline;
}
a.news:hover {
	color: #B71E2D;
	text-decoration: underline;
}

/*visitor register now links*/
a.register:active {
	color: #162279;
	text-decoration: underline;
}
a.register:link {
	color: #162279;
	text-decoration: underline;
}
a.register:visited {
	color: #B71E2D;
	text-decoration: underline;
}
a.register:hover {
	color: #B71E2D;
	text-decoration: none;
}

.registertext {
	color: #162279;
}

/*footer links*/
a.footer:active {
	color: #092768;
	text-decoration: none;
}
a.footer:link {
	color: #092768;
	text-decoration: none;
}
a.footer:visited {
	color: #092768;
	text-decoration: underline;
}
a.footer:hover {
	color: #B71E2D;
	text-decoration: underline;
}

/*navigation links which are not footer links*/
a.subnav:active {
	font-size: 95%;
	font-weight: bold;
	color: #162279;
	text-decoration: none;
}
a.subnav:link {
	font-size: 95%;
	font-weight: bold;
	color: #162279;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: 95%;
	font-weight: bold;
	color: #B71E2D;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 95%;
	font-weight: bold;
	color: #B71E2D;
	text-decoration: underline;
}
/*navigation links which are not footer end*/

/*start navlink used for PPV*/
a.navlink:active { 
	color: #162279;
	text-decoration: underline;
}

a.navlink:link { 
	color: #162279;
	text-decoration: underline;
}

a.navlink:visited  {
	color: #B71E2D;
	text-decoration: underline;
}

a.navlink:hover { 
	color: #B71E2D;
	text-decoration: none;
}

.navlink {
	color: #000000; /* Set font colour */
	background-color: #ffffff; /* Set BG Colour Of Nav Bar */
}

a.ppv-footerlink:active {
	color: #162279;
	text-decoration: underline;
}

a.ppv-footerlink:link {
	color: #162279;
	text-decoration: underline;
}

a.ppv-footerlink:visited  {
	color: #B71E2D;
	text-decoration: underline;
}

a.ppv-footerlink:hover {
	color: #B71E2D;
	text-decoration: none;
}

.ppv-footer {
	color: #000000;
}/* Add a background color in this class to change ppv footer color */

/*start column classes - used in PPV & Search*/
.columnone {
	background-color: #FFFFFF;
}

.columntwo { 
	background-color: #999999;
}

.columnthree {
	background-color: #FFFFFF;
}

.col-1-maintitle {
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	background-color: #162279;
}

.col-1-subtitle {
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	background-color: #162279;
}

.col-3-maintitle {
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	background-color: #162279;
}

.col-3-subtitle	{
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
	background-color: #162279;
}

/*end column classes - used in PPV & Search*/

/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-weight: bold;
	color: #162279;
	text-decoration: underline;
	font-size: 10px;
}

a.smalllink:link  {
	font-weight: bold;
	color: #162279;
	text-decoration: underline;
	font-size: 10px;
}
	
a.smalllink:visited  {
	font-weight: bold;
	color: #B71E2D;
	text-decoration: underline;
	font-size: 10px;
}

a.smalllink:hover  {
	font-weight: bold;
	color: #B71E2D;
	text-decoration: underline;
	font-size: 10px;
}

.smalltext {
	color: #092768;
	font-size: 10px;
}

.smalltextbold {
	font-weight: bold;
	color: #000000;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #999999;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-weight: bold;
	color: #162279;
	background-color: #DEE7F7;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	color: #000000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round cornered boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #DEE7F7;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-weight: bold;
	color: #162279;
}

.bgColorContent {
	background-color: #FFFFFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}
/* styles to make round cordered boxes end*/

/* styles to make borders/dotted lines start*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}
/* styles to make borders/dotted lines end*/

/*form elements start*/
.button {
	color: #162279;
	background-color: #DEE7F7;
	border-bottom: 1px solid #3164D6;
	border-right: 1px solid #3164D6;
	border-left: 1px solid #3164D6;
	border-top: 1px solid #3164D6;
	text-decoration: none;
	cursor: hand;
}/*Buttons within forms.
If adding new forms put a class="button" in submit and reset tags*/

/*colored form elements - add class to input boxes and select boxes, 
but not to check boxes or radio buttons*/
select {
	color: #000000;
	background-color: #ffffff;
}
.textbox {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
.textbox40 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 40px;
	color: #000000;
	background-color: #ffffff;
}
.textbox50 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 50px;
	color: #000000;
	background-color: #ffffff;
}
.textbox60 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 60px;
	color: #000000;
	background-color: #ffffff;
}
.textbox80 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 80px;
	color: #000000;
	background-color: #ffffff;
}
.textbox100 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100px;
	color: #000000;
	background-color: #ffffff;
}
.textbox150 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 150px;
	background-color: #ffffff;
	color: #162279;
	font : .8em;
}
.textbox200 {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	color: #000000;
	background-color: #ffffff;
}	
	
.searchbox {
	font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 150px;
	background-color: #ffffff;
	border-style : none;
	color: #162279;
	font : .8em;
}
	
.textarea {
	width: 340px;
	color: #000000;
	background-color: #ffffff;
}
.textarea2 {
	width: 220px;
	color: #000000;
	background-color: #ffffff;
}

.form {
	color: #0E1F7C;
	background-color: #ffffff;
}

/*used for manually set text box*/
/*form elements end*/

.redtext {
	color: #ff0000;
}

.footertext {
	font-size: 90%;
	text-align: center;
	color: #092768;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/


/*START TEMP STYLES*/

.col-4-maintitle	{
	background-color: #999999;
}

.col-5-subtitle	{
	font-weight: bold;
	color: #162279;
	text-indent: 6px;
	background-color: #DEE7F7;

}

.col-5-maintitle {
	font-weight: bold;
	color: #162279;
	text-indent: 6px;
	background-color: #DEE7F7;

}
.col-5-contentspacer {
	background-color: #FFFFFF;
}

.col-5-contenttable {
	padding : 6px
}

.columnfour {
width:1px; 
background-color: #999999;
}

.columnfive {
	background-color: #FFFFFF;
}

.blue {
	background-color: #092768;
}

.white {
	background-color: #ffffff;
}

#tagline {
	font-weight: bold;
	color: #162279;
	text-align: center;
	padding: 15px;
	font-size: 95%;
	line-height: 1.5em;
	border-top: 2px dotted;
	
}

.lightblue {
	background-color: #D4E4EA;	
	color: #162279;
}

h1.lightblue  {
	font-size: 1em;
	font-weight: bold;
	color: #162279;
	display: inline;
	border-bottom : none;
}

p.lightblue  {
	font-size: .9em;
	color: #162279;
}

.white {
	background-color: #FFFFFF;	
}

#calcs_box {
	position: relative;
	float: right;
}

a.calcs:active {
	font-weight: bold;
	color: #162279;
	text-decoration: underline;
	display: block;
}
a.calcs:link {
	font-weight: bold;
	color: #162279;
	text-decoration: underline;
	display: block;
}
a.calcs:visited  {
	font-weight: bold;
	color: #B71E2D;
	text-decoration: underline;
	display: block;
}
a.calcs:hover {
	font-weight: bold;
	color: #B71E2D;
	text-decoration: none;
	display: block;
}

.HomeQBE {
	width: 213px;
}

.dotted {
	color: #162279;
	padding: 15px;
	line-height: 1.5em;
	border-top: 2px dotted;
	
}

#businessNewsPage th {
	display:none;
}
