/*  ****************************************************
	Knowledge Map for Intranets 2003
	====================================================
	File:			Styles/pageMakup.css
	Version:		as rest of template
	Author: 		The Salamander Organization Ltd
	Modified by:	Paulmarshall
	Date:			25 March 2003
	**************************************************** */

/* --- Global styles --- */
BODY
{
	font-size: 85%;
	font-family: arial, sans-serif;
	margin: 0px;
}

A:link
{
	color: #b2464a;
	text-decoration: underline;
}

A:visited
{
	color: #3333cc;
	text-decoration: underline;
}

A:hover
{
	color: #B20D0F;
	text-decoration: underline;
}

P
{
	font-size: 85%;
	font-family: arial, sans-serif;
}

/* --- navigation bar in general --- */
.topBanner
{
	background-image: url(../Images/client_logo.gif);
	background-repeat: no-repeat;
	background-color: rgb(181, 9, 56);
	width: 970px;
	height: 135px;
	background-position: right;
	display: none;
}

.topBanner img { float: right; }

/* --- Page Title Styles --- */
.pageMainTitleWhiteNav
{
	font-size: 160%;
	color: #919191;
	text-decoration: none;
	position: absolute;
	left: 280px;
	top: 65px;
	z-index: 100;
	display: none;
}

.pageLocationTitleWhite
{
	font-size: 160%;
	color: #0064AD;
	left: 200;
	display: none;
}

.pageLocationTitleWhiteNav
{
	font-size: 160%;
	color: #00835E;
	text-decoration: none;
	position: relative;
	left: 290px;
}

.sidebar
{
	
	background-repeat: no-repeat;
	xxz-index: 1000;
	xxdisplay:none;
}



/* --- Navigation Bar Styles --- */
.topNavMenu
{
	position: absolute;
	top: 125px;
	left: 0px;
	font-family: arial, sans-serif;
	width: 224px;
	line-height: 15px;
	font-weight: normal;
	font-size: 100%;
	z-index: 500;
	overflow: default;
	display: block;
	text-align: left;
	border-color: #DDD;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	display: none;
}

.topNavMenu a
{
	padding: 4 5 4 5;
	text-decoration: none;
	display: block;
	border-color: #DDD #DDD #DDD #ddd;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	
}



.topNavMenu a:link
{
	color: rgb(181, 9, 56);
	text-decoration: none;
	display: block;
}

.topNavMenu a:visited
{
	color: rgb(181, 9, 56);
	text-decoration: none;
	display: block;
}

.topNavMenu a:hover
{
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: rgb(181, 9, 56);
	border-color: rgb(181, 9, 56);
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}

/* --- last updated --- */
.dateText
{
	color: #9B9B9B;
	padding: 5 5 5 5;
	text-align: right;
	font-size: 75%;
	top: 0;
	right: 0;
	position: absolute;
	xxbackground-image: url(../Images/wdhpurplebg.gif);
	display:none;
}

/* --- Breadcrumbs Bar Styles --- */


.pageDetails
{
	font-size: 90%;
	color:rgb(181, 9, 56);
	font-family: arial, sans-serif;
	
	position: absolute;
	left: 222px;
	top: 125px;
	width: 720;
	padding: 5px 3px 5px 20px;
	text-align: left;
	z-index: 50;
	display: inline;
	border: none;
	margin: 0 0 0 0;
	display: none;
}

.pageDetails a
{
	color: rgb(181, 9, 56);
	text-decoration: underline;
	padding: 2 5 2 5;	
	display:inline;
	border:none;

}

.pageDetails a:link
{
	color: rgb(181, 9, 56);
	text-decoration: underline;
	display:inline;
	border:none;
}

.pageDetails a:visited
{
	color: rgb(181, 9, 56);
	text-decoration: underline;
	display:inline;
	border:none;
}

.pageDetails a:hover
{
	color: #B91E1E;
	text-decoration: underline;
	display: inline;
	border: none;
}

/* --- Page content styles --- */
.pagebody
{

}

.contentarea { background-color: #ffffff; }

.contentarea a { background-color: #ffffff; border:none;}


/* appearance of the right hand side menu bar  */
.documentsStrip
{
	background-color: #ffffff;
	border-left: #69C;
	border-width: 0 0 0 thin;
	border-style: none none none dotted;
	vertical-align: top;
	padding: 5;
	display: none;
}

.pageTitle
{
	font-weight: bold;
	font-size: 100%;
	color: #356A9F;
	font-family: arial, sans-serif;
}

.pageFirstSubTitle
{
	font-weight: bold;
	font-size: 95%;
	color: #356A9F;
	border-bottom: #69C 1px solid;
	font-family: arial, sans-serif;
}

.pageSubTitle
{
	display: none;
	border-top: #69C 1px solid;
	font-weight: bold;
	font-size: 95%;
	color: #69C;
	border-bottom: #69C 1px solid;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Verdana, Arial, Helvetica, sans-serif;
}

.purposeBox
{
	background-color: #CEDEFF;
	padding: 5;
	width: 100%;
	display: none;
}

/* --- Footer Styles --- */
.pageFooter
{
	background-color: #69C;
	font-size: 80%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	border-color: white;
	border-width: 2px 0 0px 0px;
	border-style: solid;
	padding: 5 5 5 5;
	display:none;
}

.pageFooter a
{
	color: #ffffff;
	text-decoration: underline;
}

/* --- Page layout borders --- */
.borderRight { border-right: #69C 1px solid; }
.borderTop { border-top: #69C 1px solid; }
.borderBottom { border-bottom: #69C 1px solid; }

/* --- Knowledge Resource Styles --- */
.krCategory
{
	font-weight: bold;
	font-size: 150%;
	color: #69C;
	margin: 10 0 0 20;
}

.krResource
{
	font-size: 95%;
	font-weight: normal;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.krResource img
{
	margin: 10 10 0 15;
	border-width: 0;
}

/* --- Table Styles --- */
.tableHeading
{
	font-family: Trebuchet, "Trebuchet MS", Verdana,, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%;
	display:none;
}

.tableContent
{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 85%;
	width: 100%;
	display:none;
}

/* --- BA Hotspot Mouseover Styles --- */
.window
{
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 2px;
	position: absolute;
	text-align: center;
	visibility: hidden;
}

.titleBar
{
	background-color: #ffffff;
	cursor: default;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 2px 2px .5em;
	text-align: right;
	white-space: nowrap;
}

.titleBarText
{
	float: left;
	overflow: hidden;
	text-align: left;
	color: black;
	background-color: white;
}

.titleBarButtons
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	width: 50px;
	height: 14px;
}

.clientArea
{
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 85%;
	margin: 2px 0px 0px 0px;
	text-align: left;
	overflow: auto;
	padding: .5em;
}

.description
{
	display:none;
}

.title
{
	display:none;
}

.tableMeasure{ display: none;}
#copyright
{
	position: relative;
	z-index: 10;
	float: right;
	padding-right: 7px;
	font-size: 75%;
	color: #FFF;
	padding-top: 2px;
}

#copyright a { color: #FFF; }

div#bottom_logo {
	background-image: url(../Images/management.jpg);
	background-repeat: no-repeat;
	height:280px;
	}

/*  ***********************************************************************************************************  */
