/***************************************************** Import menu stylesheet 
*********************************************************************************/
@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #474747 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #343434 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #F58502 - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #F59E39 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #FF8900 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* SILVER - 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!! */

/* ORANGE - 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) */
/* YELLOW - 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #474747;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #343434;
	margin: .8em 0;
}

h1 { font-size: 1.45em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; }
h6 { font-size: 1em; }

p {
	line-height: 1.3em;
	margin: .8em 0;
}

hr	{
	color: #343434;
	height: 1px;
}

/* abbreviations */
abbr, acronym { border-color: #CDD0D1; }
a abbr, a acronym { border: none; }

/********** List items *************/
li {
	color: #474747;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}
/*used for form errors on Registration pages etc.*/

ul {
	margin: .8em 0 .8em 20px;
	padding: 0;
	list-style: none;
}

ul li {
	margin: .1em 0;
	padding: 0; padding-left: 20px;
	background: url(../../images/bullet.gif) no-repeat 0 7px;
}
/*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).*/

/********** End List items *************/

.redtext {
	color: #F42A41;
}

/************* LINKS **************/

a img { border: none; }

a {
	color: #F58502;
	text-decoration: underline;
}
a:visited { color: #F59E39; }
a:hover {
	color: #FF8900;
	text-decoration: none;
}
/*navigation links which are not footer links*/

a.subnav, a.smalllink {
	font-size: .9em;
	font-weight: bold;
}
/*navigation links which are not footer end*/

.smalltext {
	font-size: .95em;
	color: #474747;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #474747;
}

/************ END LINKS ***************/



/************ TABLES ******************/

.tablelines {
	background: #FFFFFF;
	border: 1px solid #42599B;
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-family: Georgia, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	background: #3D58A2 url(../../images/tabletitle_background.gif) repeat-x bottom;
	padding:0.25em;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1.1em;
	font-weight: bold;
	color: #474747;
	background-color: #E8EAF0;
	padding:0.25em;
}
/*Contains headings of table rows or columns.*/

.tablebody {
	color: #474747;
	background-color: #FFFFFF;
	padding:0.25em;
}

.tabletotal {
	font-weight: bold;
	color: #474747;
	background-color: #F4F4F8;
	padding:0.25em;
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: #F58502;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	font-family: Georgia, serif;
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #343434;
}

.bgColorContent {
	font-size: 1em;
	background: #FFFFFF;
}

.cornerTopLeft {
	width: 9px;
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	width: 9px;
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	width: 9px;
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	width: 9px;
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	width: 9px;
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	width: 9px;
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	height: 14px;
	background-image: url(/images/stylesheets/bg_bottom.gif);
}

/* styles to make borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*************** END TABLES *******************/



/************** PLEASE ADD ANY SITE SPECIFIC STYLES BELOW ********************/


/***** Guides/resources Styles ******/

#guides-intros li { margin: 1.2em 0; }
#guides-intros li a { font-weight: bold; margin-right: .5em; }

/***** Guides/resources Page Styles ******/

#printNews {
	margin:0 20px 20px 20px;
}

/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/

#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}
/*End Business News Page Styles*/

/* clear fix */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */
