/***************************************************** 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 */

/* #000000 - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* PURPLE - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* DARKBLUE - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* GREEN - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* BROWN - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #fff - 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!! */

/* #810D4A - 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) */
/* #fff - 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: Arial, Helvetica, sans-serif;
	font-size: 68.75%; /* 1em is 11px */
	color: #000000;
}

#logo_print { display: none; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
	margin: .8em 0;
}

h1 { font-size: 1.1em; margin-top: 0; }
h2 { font-size: 1.05em; }
h3 { font-size: 1em; }
h6 { font-size: 1em; }

p { margin: .8em 0; }

hr	{
	color: #000000;
	height: 1px;
}

/********** List items *************/
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 5px;
}

dl {
	margin: .8em 0;
	padding: 0;
}
dl dt { margin-top: .3em; }
dl dd { display: inline; }


/********** End List items *************/

.redtext {
	color: #F42A41;
}

/************* LINKS **************/

a img { border: none; }

a {
	color: #7D7D7D;
	text-decoration: none;
}
a:visited { color: #8C8D8B; }
a:hover {
	color: #810D4A;
	text-decoration: underline;
}
/*navigation links which are not footer links*/

a.subnav, a.smalllink { font-size: .9em; }

.smalltext {
	font-size: .95em;
	color: #000000;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #000000;
}
/************ END LINKS ***************/



/************ TABLES ******************/

.tablelines {
	border: 1px solid #810D4A;
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	background-color: #810D4A;
	padding:0.25em;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding:0.25em;
}
/*Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #000000;
	background-color: #FFFFFF;
	padding:0.25em;
}

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding:0.25em;
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: DARKBLUE;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align:left;
	color: #fff;
}

.bgColorContent {
	font-size: 1em;
	background-color: #fff;
}

.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 borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*************** END TABLES *******************/

/** office and partner profiles */

.office-details { margin: 1em; }
.office-details dt { font-weight: bold; }
.office-details dd { display: block; margin-left: 150px; }

.partner-profile { clear: left; margin: 1.5em 0; padding-left: 123px; }
.partner-profile img {
	float: left;
	margin: 0 10px 10px -123px;
}

/** END partner profiels */

/** contact us */

#contact-form label {
	display: block;
	float: left;
	width: 150px;
	padding: 2px 5px;
	font-weight: bold;
	text-align: right;
}

#contact-form div { clear: left; margin: .5em 0; }

#submit { margin-left: 160px; }

/** END contact us */

/************** PLEASE ADD ANY SITE SPECIFIC STYLES BELOW ********************/
#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;
}

