/* Style --> Layout for the bulk of the website */

/* Built: 01/08/2005 */
/* Author: Martin Clayton (ICT) */
/* Version: 0.0.1 */

/* Refer to "CSS Specification DesInQ05" for guidelines */

/* Header element positioning */
.pos-headright { position: absolute; height: 75px; width: 150px; left: 837px; top: 0px; }
.pos-headleft { position: absolute; height: 75px; width: 837px; left: 0px; top: 0px; }

.pos-tools { position: absolute; height: 22px; width: 217px; left: 770px; top: 78px; background-color: #c0bfbf; }
.pos-subtools { position: absolute; height: 22px; width: 217px; left: 770px; top: 103px; background-color: #4e4b4a; }

/* Positioning where colour is used */
.pos-navrow { position: absolute; height: 22px; width: 767px; left: 0px; top: 78px; background-color: #0083d7; overflow: hidden; }

/* Content positioning */
.pos-content { position: absolute; height:auto; width: 987px; left: 0px; top: 128px; background-color: #FFFFFF; }

/* Container Colouring */
/*div.lytContI { background-color: #CECECE; }*/
div.lytContI { background-color: #FFFFFF; }
div.lytContJ { background-color: #908e8e; color: #FFFFFF; }
div.lytContIid { margin-left: 17px; }
div.lytContJid { margin-left: 17px; color: #FFFFFF; }

/* Column Colouring */
td.leftColumn { background-color: #FFFFFF; }
td.rightColumn { background-color: #FFFFFF; }

/* Hover text/tool tips */
p.TT a.TT {
	position: relative; 
}

a.TT span.TT {
	display: none;
}

a.TT:hover {font-size: 100%;  text-decoration: none;} /* IE/Win requires some link change on hover in order to show the tooltips */

a.TT:hover span.TT { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: 5px; 
	left: 40px; 
	border: 1px solid #4f4b4a;
	background-color: #fff; 
	color: #000;
	padding: 10px;
}