/*
	IDeA Knowledge style sheet.
	GG Apr 2007 EndBodyLinks
		
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

#content .subitem span.date {
	color: #666;
	font-size: 0.95em;
}

body {
	font-size: 75%;
	background-color: white;
	color: #333; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#accessibility {
	position: absolute;
	left: -1000px;
	width: 500px;
}

#wrap {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0;
}

a img {
	border: none;
}
 
div.clear {
	clear: both !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
}

#header label, #quicknav label, #nav label {
	cursor: pointer;
}


#header fieldset, #quicknav fieldset, #nav fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#header select, #quicknav select, #nav select {
	font-size: 100%;
	color: #333;
}

#header input, #quicknav input, #nav input {
	font-size: 100%;
	color: #333;
}

#header input.text, #quicknav input.text, #nav input.text {
	padding: 1px 2px;
}

#header legend, #quicknav legend, #nav legend {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

#header form, #quicknav form, #nav form {
	padding: 0;
	margin: 0;
}

#global a, #extras a, #quicknav a, #nav a, #footerlinks a, #footer a {
	text-decoration: none;
	color: #835983;
}

#content a {
	text-decoration: underline;
	color: #835983;
}

#content a:hover {
	text-decoration: underline;
	color: #835983;	
}

#content a:visited {
	text-decoration: underline;
	color: #8E0063;
}


#global a:hover, #extras a:hover, #quicknav a:hover, #nav a:hover, #footerlinks a:hover, #footer a:hover {
	text-decoration: underline;
}

#header {
    /*
    This is set dynamically in style attribute so banner can be chosen per page.
	background: #8ABCDA url(/idk/images/header_bg.gif) no-repeat right top;
    */
    color: white;
	/*
    This removed to allow remeval of banner on admin pages    
    height: 130px; */
	/* overflow: hidden; */
}

#global a {
	color: black;
}

#global p {
	margin: 0;
}

#global {
	display: inline;
	width: auto;
	font-size: 92%;
	margin: 0px;	
	padding: 0.5em 0 0 0;
	line-height: 160%;
	background-color: transparent;
	margin-top: -9px;
	margin-bottom: 7px;
}

#header div.bannerHeadline {
    font-size:1.5em;
    color:#999999;
    font-weight:bold;
    float:left;
}

#global ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#global ul li {
	display: inline;
	border-right: 1px solid black;
	padding: 0 0.5em;
	color:#000;	
}

#global ul li.last {
	border-right-style: none;
}

#global ul li a {
	white-space: nowrap;
}

#header #about {
	display: inline;
	float: left;
	width: 132px;
	margin: 0 0 0 8px;
	font-size: 92%;
}
#header #about p {
	margin: 5px 5px 0 17px;
	text-align: center;
	line-height: 13px;
}

#quicknav {
	background-color: #835983;
	color: white;
	height: 2.0em;
	padding: 0.1em 0;
}

#quicknav a {
	color: white;
}

#quicknav p {
	margin: 0;
}

#quicknav #gohome {
	background-color: #835983;
	height: 2.0em;
	padding: 0.1em 0;
	float: left;
	width: 139px;
	border-right: 1px solid white;
}

#quicknav #gohome a {
	font-size:90%;
	display: block;
	width: 129px;
	height: 1.2em;
	padding: 0.5em 4px 0.2em 6px;
}

#quicknav #search  {
	background-color: #835983;
	height: 2em;
	float: left;
	width: 270px;
	padding: 0.1em 5px;
}

#search {
	display: none;
}

#quicknav #forumsearch {
	background-color: #835983;
	height: 2em;
	float: right;
	padding: 0.1em 5px;
}

#quicknav input.button {
	padding: 0 0.2em;
	border: 1px outset;
}

#quicknav #search input.text {
	width: 150px;
}

#quicknav #quickfind {
	background-color: #835983;
	height: 2em;
	float: right;
	width: 320px;
	padding: 0.1em 5px;
	text-align: right;
}

#quicknav #quickfind select {
	width: 200px;
}

#nav {
	width: 138px; 
	float: left;
	overflow: hidden;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;                                
}

#nav ul li {
	border-bottom: 1px solid #fff;
    background-color: #C9AFC9;
}


#nav ul li.personal {
    background-color:#835983;
}

#nav ul li a, #nav ul li span {
	width: 129px;
	display: block;
	padding: 0.25em 5px;                   /* Top Right Bottom Left */
	color: black;
	font-size: 95%;
	color:#333;
}

#nav ul li.parent {
	/* padding-left: 10px; */
	list-style-type: none;
	/* background: url(../images/core/leftarrow.gif) no-repeat left center; */
    background-color:#835983;
}

#nav ul li.parent a {
	color: #fff;
}

#nav ul li.child {	
	list-style-type: none;
	/*	background: #F8E9D0 url(../images/core/rightarrow.gif) no-repeat right center; */
}

#nav ul li.child a {
	width: 123px;
}

#nav ul li.link {
	list-style-type: none;
	/* background: #F8E9D0 url(../images/core/rightarrow.gif) no-repeat right center;	*/
}

#nav ul li.section {
	/* padding-left: 10px; */
	list-style-type: none;
	/* background: url(../images/core/leftarrow.gif) no-repeat left center; */
    background-color:#835983;
}
#nav ul li.section a {
	color: #fff;
}

#nav ul li.activeSection {
    background-color:#c454a0;
}

#nav ul li.activeChild {
	background-color:#c454a0;
}

#nav ul li.activeLink {
    background-color:#c454a0;
}

#nav ul li.activeLink a, #nav ul li.activeLink span {
    color:#ffffff;
}

#nav ul li.activeSection a, #nav ul li.activeSection span {
	font-weight:bold;
	color:#FFF;
}

#nav ul li.activeChild a, #nav ul li.activeChild span {
	font-weight:bold;
	color:#FFF;
}


/* Styles used in Left Navigator Registration Area */

#nav #register {
	background-color: #835983;
	padding: 0.4em 5px;
	margin: 5px 0 0 0;
	font-size: 92%;
}


#nav #register input.text {
	width: 96px;
}

#nav #register input.button {
	width: 25px;
	font-size: 111%;
	background-color: #835983;
	border: 1px solid #835983;
	color: white;
	font-weight: bold;
}

#nav #register label {
	text-transform: uppercase;
}

#nav #register ul li {
	padding: 0 0 0 7px;
	background: transparent url(/idk/images/bullet_extras.gif) no-repeat 1px 0.5em;
	border: none;
}

#nav #register a {
	color: #835983;
	text-decoration: underline;
}

#nav #register p {
	margin: 0.4em 0 0 0;
}


/* Styles used in Left Navigator Personal Folder Area 
A padding is the space between an element's border and the content within it. 
Padding is defined as Top, Right, Bottom, Left
*/

#nav #folder {
	background-color: #F8E9D0;
	padding: 0.0em ;                               
	border-top: 1px solid #fff; 
	
}

#nav #folder ul li a, #nav ul li span {
	width: 129px;
	display: block;
	padding: 0.25em 5px;
	color: black;
	font-size: 95%;
	color:#333;
}


#nav #folder label {
	text-transform: uppercase;
}

#nav #folder a {
	color: #835983;
}


#nav #folder ul li {
	border-bottom: 1px solid #fff;
    background-color: #F8E9D0;
    text-decoration: none;
}

#nav #folder p {
	margin: 0.4em 0 0 0;
	border-bottom: 1px solid #fff;
    padding: 0.25em ;   
}

#nav #folder p a {
		text-decoration: underline;
	    color: #835983;                               /* Support Request 378, no color here defaults to orange */
}

#nav #print {
	padding: 0.4em 5px;
	font-size: 92%;
}

#nav #print p {
	margin: 0;
}

#nav #print a {
	color: #A6A6A6;
	text-decoration: underline;
	display: block;
	padding: 0 0 0 14px;
	background: transparent url(/idk/images/bullet_print.gif) no-repeat 0 0.3em;
}

/* 

*/
#content_wrapper {
	width: 442px;
	float: left;
	margin: 0;
	overflow: hidden;
}

#content_wrapper_large {
	width: 612px;
	float: left;
	margin: 0;
	overflow: hidden;
}


/* 

 */
#content  {
	margin: 8px 10px 0px 10px;
	text-align: left;
}

#content blockquote {
	margin: 0;
	padding: 0;
}

#content ul {
	list-style-type: square;
	margin: 0.7em 0 0.5em 2.5em;
}
#content ol {
	margin: 0.7em 0 0.5em 3em;
}
#content *  {
	line-height: 140%;
}
#content p {
	margin: 1em 0;
}
#content h1 {
	font-size: 140%;
	font-weight:bold;
	/* color: #004983; */
	color: #835983;
	margin-bottom: -5px;
}
#content h2 {
	font-size: 120%;
	font-weight:normal;
	color: #835983;
	margin-bottom: -5px;
}

#content h3 {
	font-size: 110%;
	font-weight:normal;
	color: #835983;
	margin-bottom: -5px;
	margin-left: 0px;
}

#content p.standfirst {
	color: #835983;
}

#content div.subitem {
	margin: 0;
	border-top: 1px solid #ccc;
	clear: both;
	min-height: 60px;
}
#content .subitems div.subitem {
	padding: 0.4em 0 0.4em 70px;
}
#content .subitems-noimage div.subitem {
	padding: 0.4em 0 0.4em 0px;
}

#content .subitem h2 {
	margin: 0;
	padding: 0;
}
#content .subitem h2 a {
	text-decoration: underline;
	color: #004983;
	font-weight: normal;
}
#content .subitem p {
	margin: 0.3em 0 0 0;
	padding: 0;
}

#content .subitem p a {
	font-weight: bold;
	color: #666;
}

#content .subitem img {
	float: left;
	width: 60px;
	margin: 0.3em 0 0.6em -70px;
}

#content .subitem .deeplinks  {
   margin-top: 4px;
}

#content .subitem a {
	font-weight: normal;

}

.deeplinks a {
	text-decoration: underline;	
}

#content .relatedlinks * {
line-height: 100%;
margin-top: 0.75em;
}
#content .relatedlinks h2 {
font-size: 125%;
padding: 0.5em 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#content .relatedlinks ul {
list-style: none;
padding: 0;
margin: 0;
}
#content .relatedlinks ul li {
margin: 0.3em 0 0 0;
}
#content .relatedlinks a {
color: #666;
font-size: 92%;
}
#content .relatedlinks strong {

font-size: 110%;
margin: 0px;
color: #666;
}

#content .input.submit {
	background-color: #835983;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;

	}

/* change IDeA011 horizontal rule class, as several pages used this div  */
.horz-rule {
    width: 99%; 
	background-color: #ffffff;
	border-bottom: 1px dotted #835983;
	margin-top: 4px;
	margin-bottom: 4px;
	clear:left;

}

/* 
	These are legacy styles still used in some places and in admin 
 */

#largecopy, .largecopy {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 580px;
	background-color: #ffffff;
	position: relative;
	clear: none;
	}


#adminpagebody {
	background-color: #ffffff;
	margin: 5px 0px 0px 8px;
	width:100%;
}

#pagebody {
	background-color: #ffffff;
	margin: 5px 0px 0px 8px;
	width:100%;
}

/*
	The user profile management screens use the "userProfile" class on the pageBody div.
*/
#pagebody.userProfile  {
	margin: 15px 15px 5px 15px;
}

#pagebody.userProfile h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 0 0 0 ; 
	color: #835983;
	}

#pagebody.userProfile h1 a {
	color: #0C9F27;
}

#pagebody.userProfile h1 a:hover {
	color: #835983;
}

#pagebody.userProfile p {
	margin:4px 0 0 0 ;
}

#pagebody.userProfile a {
	color: #835983;
	}

#pagebody.userProfile a:hover {
	color: #000000;
	}


#pagebody.userProfile hr  {
	border: 1px dotted #C3D9E6;
	margin-top: 6px;
}

#pagebody.userProfile form * {
	font-size: 1em;
 	}

#pagebody.userProfile legend {
	font-size: 150%;
	font-weight: Bold;
	color: #835983;
	}

#pagebody.userProfile label {
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 150%;
}

#pagebody.userProfile h2 {
	margin: 10px 0 6px 0 ;
	font-size: 120%;
	font-weight: normal;
	padding: 0px 0 0 0 ;
	color: #835983;
	}

#pagebody.userProfile h2 a {
	color: #835983;
	}

#pagebody.userProfile h2 a:hover {
	color: #835983;
	}

#pagebody.userProfile fieldset {
	margin-top: 10px;
	width: 70%;
	padding: 10px 15px 15px 15px;
	border: 1px solid #666;
}
	
#pagebody.userProfile .bld {
	font-weight: bold;
	font-size: 110%; 
	color: #333;
	}
	
#pagebody.userProfile .businesscard {
	BORDER-RIGHT: 1px dotted #0b79b6 ;
	PADDING-RIGHT: 5px;
	BORDER-TOP: 1px dotted #0b79b6 ;
	PADDING-LEFT: 5px;
	BORDER-LEFT: 1px dotted #0b79b6 ;
	WIDTH: 300px;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 10px;
	BORDER-BOTTOM: 1px dotted #0b79b6 ;
	margin-bottom:5px;
}

#pagebody.userProfile input.submit {
	background-color: #835983;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	}

/* 

*/
#rwhiteRow {
	background-color: #ffffff;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	padding : 2px 2px 5px 2px;
}


#extras, .column3 {
	width: 170px;
	float: right;
	overflow: hidden;
}


/* 
   Styles used for the Right Hand navigator
*/
#extras div {
	position: relative;
	padding: 0.4em 5px;
	margin: 0.5em 0;
	background-color: #F3F3F3;
}

/*
	For some designs its useful to have an inner div inside each sidebar div.
	In this design we dont use it so make it unobtrusive.
*/
#extras div.innerbox {
	padding: 0;
	margin: 0;
	border:0;
	background-color: transparent;
}

#extras div.address {
	background-color: #E9F4F8;
}

#extras div.address p {
	font-size: 100%;
}

#extras div.address strong {
	position: relative;
	width: 1.5em;
	float: left;
	clear: both;
	display: block;
}

#extras div.address a {
	text-decoration: underline;
}

#extras div.address p.helpdesk {
	padding: 1em 0 0 0;
	clear: both;
}

#extras div.address p.helpdesk a {
	color: #2478B6;
	text-transform: uppercase;
}

#extras div.success {
	background-color: #E9F4F8;
}

#extras div.success h2 {
	background-color: #0199C8;
}

#extras div.success a.more {
	color: #0199C8;
}

#extras div.whatsnew {
	background-color: #EEF3DF;
}

#extras div.whatsnew h2 {
	background-color: #7DA713;
}

#extras div.whatsnew a.more {
	color: #7DA713;
}

#extras div.how {
	background-color: #F7EEDF;
}

#extras div.how h2 {
	background-color: #F99A00;
}

#extras div.how a.more {
	color: #F99A00;
}

/* Share your ideas */
#extras div.share {
	background-color: #F8EFF0;
}


#extras div.share h2 {
	background-color: #FF6668;
}

#extras div.share a.more {
	color: #FF6668;
}

#extras div h2 {
	position: relative;
	font-size: 100%;
	padding: 0.3em 5px;
	background-color: #999;
	color: white;
	margin: -0.4em -5px 0 -5px;
}
/* change IDeA  font-weight changed from bold to normal 
    Set this back as it was upsetting RH links
*/
#extras div h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.3em 0;
}

#extras div p {
	font-size: 92%;
	margin: 0;
}

#extras div ul {
	font-size: 92%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#extras div ul ul {
	font-size: 100%;
}

#extras div ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.3em 0 0.3em 7px;
	background: transparent url(/idk/images/bullet_extras.gif) no-repeat 1px 0.9em;
}

#extras div ul li.more {
	background: transparent none;
	text-align: right;
	border: none;
	padding-bottom: 0;
}

#extras div div {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin: 0.3em 0;
	padding: 0 0 0.3em 0;
	background-color: transparent;
}

#extras div div h3 {
	position: relative;
	padding: 0;
	margin: 0;
}

#extras div div p {
	position: relative;
}

/* Search this section panel */
#extras div.sectionSearchPanel {
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #eee;
}

#extras div.sectionSearchPanel input.button {
	padding: 0 0.2em;
	border: 1px outset;
}

#extras div.sectionSearchPanel h2 {
	padding:8px 0px 5px 5px;
	border-bottom:1px solid white;
}

#extras div.sectionSearchPanel input.text {
	width: 75%;
	margin:1px 5px;
}

/* end search this section panel */

#extras a {
	color: #333;
}



#footerlinks {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
	margin-top: 3px;
}

#footerlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 130%;
}

/* change IDeA 0013 - footerlinks color amended here */
#footerlinks ul li {
	color:#666;
	display: inline;
}

#footerlinks ul li a {
	white-space: nowrap;
	color: #666;
	border-right: 1px solid #666;
	padding: 0 0.5em;
}


#footer {
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
	font-size: 92%;
	color: #999;
}

#footer p {
	margin: 0;
	line-height: 100%;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer div {
	float: left;
}

#footer div.left {
	float: left;
	padding: 0 0 30px 0;
}

#footer div.right {
	float: right;
	padding: 0 0 30px 0;
}

#footer div.left img {
	margin: 0 8px 0 0;
}
#footer div.right img {
	margin: 0 0 0 8px;
}


.bluetext {
	color: #0B79B6;
	font-size:90%;
}



#page-title {
	background-color: transparent;
	height: 2.0em;
	font-weight: bold;
	font-size:100%;
	padding: 0.5em 4px 0.2em 6px;
}


#blog-content  {
    margin: 8px 5px 0px 10px;
}

#blog-content * {
	line-height: 130%;
}

#blog-content p {
	margin: 0 0 0.5em 0;
}

#blog-content h1 {
	font-size: 150%;
	color: #2478B6;
	margin: 0 0 0.5em 0;
	line-height: 110%;
}

#blog-content h2 {
	font-weight: bold;
	font-size:140%;
	color: black;
    margin-top: 0em;
    margin-bottom: 1em;
    width:100%;
    border-bottom: 1px solid #c0c0c0;
	line-height: 110%;
}

#blog-content h3 {
	font-weight: bold;
	font-size:130%;
	color: #686868;
    margin-top: 0em;
    margin-bottom: 0.5em;
	line-height: 110%;
}

#blog-content h4 {
	font-size: 120%;
	color: #ffffff;
	background-color: #c0c0c0;
	padding: 2px 0px 2px 4px;
	line-height: 110%;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#blog-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog-content ul li {
	margin-top: 4px;

}

#blog-content ul li a {
	text-decoration: none;
	color: #686868;
    font-size: 110%;
    font-weight:bold;
}

#blog-content ul li a:hover {
	text-decoration: underline;
}


div.blog-entry-body {
	font-size:110%;
    margin: 0px 0px 0px 0px;
}

div.blog-entry-body p {

	margin-bottom: 1em;
}

.blog-entry-footer {
    clear: both;
    font-weight: normal;
	font-size:90%;
	color: black;
    margin-top: 0.6em;
    margin-bottom: 2.5em;
}

.blog-entry-footer a {
	text-decoration: underline;
    color: navy;
}

.blog-comment-header {
	font-size:130%;
    margin-top: 1em;
}

.blog-comment-header b {
    color: #484848;
}

.blog-comment-header a {
	text-decoration: none;
    color: olive;
    font-weight: bold;
}

.blog-comment-header a:hover {
	text-decoration: underline;
    color: olive;
    font-weight: bold;
}

.blog-comment-footer {
    margin-bottom: 0.5em;
}

/* Support request number 632 */
.childBodyLinks h2 {
	margin-top: 12px;
	padding-bottom: 4px;
}

.story {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
 
div.story p { 
	margin-top: 6px;
	margin-bottom: 6px;
}

div.story h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.storyimg {
	margin-top: 6px;
	margin-right:10px; 
	margin-bottom:20px;
	float: left;
	border: none;
}

.storyimg-right {
	margin-top: 6px;
	margin-right:10px; 
	margin-bottom:20px;
	float: right;
	text-align: right; 
	border: none;
}

#inmainleft {
 	width: 201px;
 	float: left;
 	border-right: 1px solid #cccccc;
 	margin-bottom: 10px;
 	}

#inmainright {
  	float: left; 
  	width: 201px;
  	text-align: left;
 	margin-left: 6px; 
 	margin-bottom: 10px;
 	}

div#inmainleft h1 {
 	margin-top: 0px;
 	padding-left: 0px;
 	font-size:110%
}

div#inmainright h1 {
  	margin-top: 0px;
  	padding-left: 0px;
  	font-size:110%
 	}

div#inmainleft p {
 	margin-top: 0px;
 	padding-left: 4px;
 	}

div#inmainright p {
  	margin-top: 0px;
  	padding-left: 0px;
 	}

.strapline {
	padding: 0;
	font-size: 50%;
	color: #999;
	display: none;
}

/* Support request number 631 */
#content .childlink-section h2 a {
	text-decoration: none;
}

div.childlink-section {
	padding-bottom: 5px;
}

.childlink-section h2, .childlink-section h2 a {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 2px;	
	padding-bottom: 3px;	
}

.childlink-section h3, .childlink-section h3 a {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 3px;
}

.childlink-section h4, .childlink-section h4 a {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 3px;
}

.childlink-section h5, .childlink-section h5 a {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding-bottom: 3px;
}

/* Styles to support Page Ranking */
.voteBox {
		width: 60%;
		margin: 0;
		padding: 0;
		text-align: center;
}

.voteBox legend {
		color: #835983;
}

div.comment-published {
	font-size:110%;
    margin: 0px 0px 12px 0px;
}

div.comment-published p {

	margin-bottom: 1em;
}

div.comment-unpublished {
	font-size:110%;
    margin: 0px 0px 12px 0px;
    color:#666666;
}

div.comment-unpublished p {

	margin-bottom: 1em;
}

/* Styles for displaying file attachments in a table at the end of a core page */

.pageAttachmentsTable  {
	width:100%;
	margin-bottom:4px;

}

.pageAttachmentsTitleRow  {
	background-color: #F8E9D0;
	color:#000000;
	text-decoration:none;
	font-size: 95%;
	text-align: left;
	margin-top: 16px;
	padding-top: 4px;
	padding-left: 4px;
}


.pageAttachmentsRowOdd  {
	background-color:#f0f0f0;
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 4px;
}

/* Every 2nd row has a grey background */
.pageAttachmentsRowOdd A {
    background-color:#f0f0f0;
	color:#000000;
	text-decoration:none;
	font-size:0.9em;
}

.pageAttachmentsRowEven {
	background-color:#ffffff;
	color:#000000;
	font-size:0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	text-decoration:none;
	padding-left: 4px;
}

.pageAttachmentsRowEven A {
	background-color:#ffffff;
	color:#000000;
	text-decoration:none;
	font-size:0.9em;
}
#corePageAssetNamesSection {
	width: 95%;
	}

/* Style for login/user details when shown at top of every page */
#userbar {
	font-size: 0.9em !important;
	color: #000000;
	margin-bottom: 4px;
}

#userbar ul li.last {
	border-right-style: none;
}

#userbar ul {
	margin-left: 5px;
	font-size: 1em;
	display: inline;
	list-style: none;
	padding-left: 0px;
}

#userbar #global-links {
	float: right;
	margin-top: -1.2em;
}
                          
#userbar ul li {
	display: inline;
	border-right: 1px solid black;
	padding-left: 10px;
	padding-right: 8px;
	color:#000;	
}

#userbar A {
	color: #000000;
	text-decoration: none;
}

#userbar A:hover {
	text-decoration: underline;
}

#userbar #current {
	margin-right: 0px;
	color: #959595;
}

#userbar #current-user-name {
	font-weight: bold;
}

/* Style for title of favourites / personal folder links nav block*/
#favtitle {
	background-color: #835983;
	color: #ffffff;
	padding: 5px;
}

/* Style for bottom [Open], etc links */
#bottomEditLink {
	text-align: center;
}

#bottomEditLink A {
	font-family:verdana;
	color:#666666;
	text-decoration:none;
}

/* Style to allow inline h1 in page-title for accessibility */
#page-title h1 {
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
}

/*These styles used for FormSectionDiv*/

		p.control-h {
			margin-bottom	: 10px;
		}
	
		p.control-h label {
			display 		: block;
			float 			: left;
			padding 		: 4px 0; 
			vertical-align	: middle;
			width 			: 100px;
		}
		
		p.control-h input.button {
			margin-bottom	: 4px;
			vertical-align	: middle;
		}

		p.control-h span.mand {
			font-weight: bolder;
			font-size: 18px;
			color: #835983;
			margin-left: 2px;
		}

/*These styles used for EndBodyLinks
	Updated for date added to the page Apr 2007
*/

	div #endBodyLinks {
		clear: both;
		
		margin-top: 10px;
		/*text-align	: left; */

		padding: 2px;
		/*background: #F0F0F0;*/
		/*border-top: 1px solid #ccc;*/
		margin-bottom: 0;
		
	}

	div.endBodyLinkSet {float:right;	}

	#endBodyLinks div.endBodyLink {
		display : inline;
		/*align	:	left ; */
		padding: 0px 5px 0px 0px;
		margin:0px 7px 0px 0px;
	}
	
	#endBodyLinks div.endBodyLink img {
		padding :0px 4px 0px 0px;
		margin: 0px 4px 0px 0px;
		vertical-align:botttom;
	}

	/*These new with update for date being added to page Apr 2007*/
	#endBodyLinks div:last-child {margin-right: 0; padding-right: 0}	
	#endBodyLinks div.endBodyLink a {color: #085898;}	
	#endBodyLinks .last-updated {float: left; width: 280px; margin: 3px 0; color: #666}
	


/* Blue box icon styles */

	ul#icon-list li {
		margin: 0px !important;
		border-style: none !important;
		border-width: 0px !important;
		list-style-type: none !important;
		font-size: 110% !important;
	}

	ul#icon-list li.title-item {		
		list-style-type: none !important;
		font-weight: bold;
		padding-left: 1px;
		background: url(../images/core/x.gif) no-repeat left top;
	}

	ul#icon-list li.icon-email  {
		padding-left: 20px;
		list-style-type: none;
		background: url(../images/core/email.gif) no-repeat left top;
	}
	
	ul#icon-list li.icon-rss {
		padding-left: 20px;
		list-style-type: none;
		background: url(../images/core/rssfeed.gif) no-repeat left center;
	}
	
	ul#icon-list li.icon-cop {
		padding-left: 20px;
		list-style-type: none;
		background: url(../images/core/cop.gif) no-repeat left center;
	}

/* Style for 'add to favourites' link */

	div#add-to-fav-link {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
	}

	ul.linearList {
		display: inline;
		list-style: none;
		margin-left: 0px !important;
	}
	
	ul.linearList li {
		display: inline;	
	}
	
	ul.no-bullet-list {
		list-style: none;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	ul.no-bullet-list li {
		margin-bottom: 5px;
	}
	
	li div.threadRow, div.forumThreadSubs ul li  {
		background-color: #ffffff !important;
	}
	
	span.centre-text {
		text-align: center;
	}
	

