/* wdw.css */
/* Edited 08-Apr-2006 : Comment out a hover that IE7 applied to whole doc */
/*                      - see down towards bottom of this doc.            */
/* Edited 25-Nov-2006 : Use Button code from msdn.microsoft.com/directx/xna/
			to display links under "Focus On".
			Class defs are at bottom of this file.            */
/* Edited 04-Jan-2007 : Change background colours of "sides" and main centre pane to greys so can be "with it".
			Change banner in index5.htm to graphic, i.e. remove the VML one.
			Include webDotWiz graphic "man" and search box in top banner region. */


	A: link { color: #003399; text-decoration: none; }
	A: visited { color: #6699cc; text-decoration: none; }
/*	A: hover { text-decoration: underline; }	*/
	
	A.clsBackToTheTop,
		A.clsBackToTheTop: visited {
			margin-top: 10px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			color: black;
			text-decoration: none;
		}
	A.clsLILink, A.clsLILink: visited {
			color: #003399;
			text-decoration: underline;
			}
	A.clsLILink: hover {
			color: #ff0000;
			text-decoration: underline;
			}
	A:hover, A.clsBackToTheTop: hover {
			color: #ff0000;
			text-decoration: underline;
			}

	/* For textbox in round rectangles */
	.clsTxtBox {
		font: bold 8pt verdana;
		color: #ffffff;
		text-align: left;
		}
	/* For textbox containing web.Wiz Links on left-side below Atomz search - 28-Apr-2006 /*
	/* Edited 26-Nov-2006: textbox moved to right-hand side under "Focus On" */
	.clsTxtBox_1 {
		font: 8pt verdana;
		color: #000000;
		text-align: left;
		padding-left: 0px;
		}
	A.clsTxtBoxHref, A.clsTxtBoxHref: visited {
		font: bold 8pt verdana;
		color: #ffffff;
		text-decoration: none;
		}
	A.clsTxtBoxHref: hover {
		font: bold 8pt verdana;
		color: #ff0000;
		text-decoration: underline;
		}
	A.clsDirLogoHref, A.clsDirLogoHref: visited {
		font: italic bold 10pt comic sans ms;
		color: #ffcc00;
		text-decoration: none;
		}
	A.clsDirLogoHref1, A.clsDirLogoHref1: visited {
		font: italic bold 11pt comic sans ms;
		color: #ffffff;
		text-decoration: none;
		}
	A.clsDirLogoHref: hover {
		font: italic bold 10pt comic sans ms;
		color: #ff0000;
		text-decoration: underline;
		}
	A.clsDirLogoHref1: hover {
		font: italic bold 11pt comic sans ms;
		color: #ff0000;
		text-decoration: underline;
		}

	A.small {
		font-weight: normal;
		font-size: 95%;
		line-height: normal;
		font-style: normal;
		font-variant: normal;
		text-decoration: underline
		}

/*	A.clsLILink: hover { text-decoration: underline; } */

	DIV.clsDocBody {
		margin-left: 10px;
		margin-right: 10px
		}

	body {
		margin: 0px;
		font-family: "Verdana, Arial, Helvetica";
		background: #808080;				/* #a9a9a9; #f5f5dc; */
		scrollbar-face-color: #ccffcc;
		}
		
	h1 {
		color: #ffff00;			/* yellow - used to be sandybrown */
		font-size: 165%;
		margin: 0px;
		margin-top: 0.5em;
	/*	margin-bottom: 0.5em; */
		}
	h2 {
		color: #ffff00;
		font-size: 125%; 
		margin-top: 1.25em;  
		margin-bottom: .5em;
		}
	h3 {
		color: sandybrown;
		font-size: 128%;
		margin-top: 1em;
		margin-bottom: 0em;
		}
	h4 {
		color: sandybrown;
		font-size: 115%;
		margin-top: 1em;
		margin-bottom: 0em;
		}
	h5 {
		color: sandybrown;
		font-size: 105%;
		margin-top: 1em;
		margin-bottom: 0em;
		}

/*	LI { list-style-image: url( images/bullet3.gif ) } */

	LI { list-style: circle }

	UL {
		margin-bottom: 10px;
		margin-left: 25px;
		margin-top: 10px
		}
	OL {
		margin-bottom: 10px;
		margin-left: 25px;
		margin-top: 10px
		}
	UL LI {
		line-height: 1.5em;
		margin-bottom: 0.5em
		}
	UL LI LI {
		list-style: disc
		}
	OL LI {
		margin-bottom: 0.7em
		}

	P {
		line-height: 1.5em;
		margin-top: 0.5em;
		margin-bottom: 1.0em;
		}

	P#pBackToTheTop { display: none; }

	TD {
		font-size: 68%
		}
	TH {
		font-size: 68%
	}

	TD.clsTDBody {
		color: white;					/* black */
		background: #a9a9a9;				/* #808080; #fffaf0; */
		padding-left: 10px;
		padding-right: 10px;
		/* font-size: 68%; */
		/* font-size: "8pt"; */
		font-family: "verdana, arial, helvetica, sans-serif";
		line-height: 1.5em;
		}

	/*	right side bar */
	
	TABLE#tblSideBar { 
		background-color: beige;
		padding: 1px;
		color: menutext; 
		border-width: 1px;
		border-style: solid; 
		border-color: threedhighlight threedshadow threedshadow threedhighlight;
		}
	TD.clsTDSiteBar {
		font-family: tahoma;
		font-size: 68%
		}

	/* coolbar styles */

	TABLE#tblCoolbar { 
	/*	background-color: #ffffe0;	*/
		padding: 1px;
		color: menutext; 
/*		border-width: 1px;
		border-style: solid;
		border-color: threedhighlight threedshadow threedshadow threedhighlight; */
		}

	TABLE#tblCoolbar TABLE { 
		font-family: tahoma;
		font-size: 68%;
		color: menutext; 
		/* border: 1px solid bisque; */
		border-width: 0px;
		border-style: solid;
		border-color: #ffff00; 
		cursor: hand;
	/*	padding: 1px; */
		}
	
	SPAN.clsCoolbarImg_Off {
		font-family: Webdings;
		font-size: 16pt;
	/*	color: coral;	*/
		}
	SPAN.clsCoolbarImg_Over {
		font-family: Webdings;
		font-size: 16pt;
		color: coral;
		}

	/* For VML coolbar */

	.clsTextBox {
		padding-left: 0pt;
		text-align: center;
		}
	.clsTextBoxCB {
		font-size: 9pt;
		padding-left: 0pt;
		text-align: center;
		}

	/* For "wdwtab" behaviour and VML-version of index5, etc. */

	.clsTextStyle {
		font-size: 100%;
		font-family: verdana, arial, helvetica;
		color: #000000;
		background-color: #ffffe0;
		}
	.clsLabelStyle {
		font-size: 100%;
		font-family: verdana, arial, helvetica;
		}
	.clsTDLabelStyle {
		font-size: 68%;
		font-weight: bold;
		font-family: verdana, arial, helvetica;
		color: #ffffff;
		background-color: #deb887;
		}

	/* For "wdw Archives" in archives5.htm and sites5.htm */

	TD.clsArchYrTD {
		padding-right: 6px;
		padding-top: 4px
		}
	TD.clsArchHrefTD {
		padding-right: 6px;
		padding-top: 4px
		}
	TH.clsArchYrTD {
		padding-right: 6px;
		padding-top: 4px
		}
	TD.clsArchDateTD {
		color: #ffffff				/* Edited 04-Jan-2007 */
		}
	TABLE.clsArchItems TD.clsArchDateTD {
		padding-top: 4px
		}
	TD.clsArchDateTD {
		padding-top: 10px
		}
	TABLE.clsArchItems {
		margin-top: 5px;
	/*	font-size: 88%; */
		font-family: verdana, arial, helvetica
		}

	/* For textbox in round rectangles */

	.clsSrchBox {
		font: bold 68% verdana;
		color: #ffffff;
		text-align: left;
		}
	.clsSrchBoxTD {
		font: bold 68% verdana;
		color: #ffffff;
		background-color: #deb887;
		text-align: center;
		}

	/* Webparts */

	TABLE.clsContainer {
		height: 78%
		}
	TABLE DIV.clsContainer {
		background-color: #ffffe0;
		border-top: #fffaf0 1px solid;
	/*	font-size: 68%; */
		padding-bottom: 10px;
		padding-top: 10px;
		position: relative;
		width: 100%
		}
	TABLE TABLE DIV.clsContainer {
		background-color: #fffaf0;
		border-top: #ffffe0 1px solid
		}
	.clsPart {
		behavior: url(webparts32.htc);
		width: 150px
		}
	.clsPartConent {
		background-color: #ffffe0;
		border-bottom: #99ffcc 1px solid;
		border-left: #99ffcc 1px solid;
		border-right: #99ffcc 1px solid
		}
	.clsPartBottom {
		background-color: #fffaf0;
		border-bottom: #99ffcc 1px solid
		}
	.clsPartHead {
		background-color: #90ee90;
		color: #ffffff;
		cursor: move;
		font-family: verdana, arial, helvetica;
		font-size: 82%
		}
	.clsPartRight {
		background-color: #90ee90;
		color: #ffffff;
		cursor: hand;
		font-family: verdana, arial, helvetica;
		font-size: 82%
		}
	.clsPartLeft {
		background-color: #90ee90;
		color: #ffffff;
		font-family: verdana, arial, helvetica;
		font-size: 82%
		}
	.clsPartContainer {
		position: relative;
		width: 150px
		}

	.text {
		color: #000000;
		font-family: arial, helvetica;
		font-size: 80%;
		text-indent: 8px
		}
	.link {
		color: #000000;
		font-family: verdana, arial, helvetica;
		font-size: 80%;
		font-weight: bold;
		text-decoration: none
		}
	.linktext {
		color: #000000;
		font-family: verdana, arial, helvetica;
		font-size: 80%;
		text-decoration: none
		}
/* IE7 beta2 preview applied the following hover to the whole doc - now OK */
/*	:hover {
		text-decoration: underline
		} */
	.storeUserData {
		behavior: url(#default#userData)
		}
	.clsPart LI {
		font-size: 95%;
		list-style: circle;
	/*	list-style: url( images/bullet.gif ); */
		margin-right: 7px
		}

/* Classes for button "normal" and "on" in "Focus On" links in right-hand col of index5.htm */
/*	Done 25-Nov-2006 */
/*	06-Jan-2008 - updated to reverse colours used for onmouseover/onmouseout so consistent with left nav pane. */
.focuson_button {
	border-right: #babad2 1px solid;
	border-top: #babad2 1px solid;
	padding-left: 10px;
	font-size: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr=#ffe4c4, endColorstr=#ffffff );
	padding-bottom: 3px;
	margin: 0px 0px 3px;
	border-left: #babad2 1px solid;
	width: 150px;
	cursor: hand;
	color: #000000;
	padding-top: 4px;
	border-bottom: #babad2 1px solid;
	font-family: verdana;
	height: 25px;
	background-color: #c4d5e5;
	text-decoration: none
}
.focuson_button_on {
	border-right: #babad2 1px solid;
	border-top: #babad2 1px solid;
	padding-left: 10px;
	font-size: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColorstr=#ccffcc, endColorstr=#ffffff );
	padding-bottom: 3px;
	margin: 0px 0px 3px;
	border-left: #babad2 1px solid;
	width: 150px;
	cursor: hand;
	color: #000000;
	padding-top: 4px;
	border-bottom: #babad2 1px solid;
	font-family: verdana;
	height: 25px;
	background-color: #c4d5e5;
	text-decoration: none
}
/* Class for box enclosing the "Focus On" sites list in index5.htm -- 25-Nov-2006 */
/*	Updated 06-Jan-2007 - reversed onmouseover/onmousteout colours */
.focuson_navBoxGray {
	border-right: #e5e5e5 1px solid;
	padding-right: 0px;
	border-top: #cacaca 3px solid;
	padding-left: 0px ; /* 12px; */
	padding-bottom: 5px; /* 12px; */
	margin: 0px 0px 0px; /* 15px 15px 6px */
	border-left: #e5e5e5 1px solid;
	width: 175px;
	padding-top: 5px; /* 10px */
	border-bottom: #cacaca 3px solid;
	background-color: #f1f1f1
}
.focuson_navBoxGray A:active {
	text-decoration: none
}
.focuson_navBoxGray A:visited {
	text-decoration: none
}
.focuson_navBoxGray A:link {
	text-decoration: none
}
.focuson_navBoxGray A:hover {
	text-decoration: none
}
/* End of class styles for "Focus On" box on right-hand side of page in index5.htm */
