/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-color:#f8f7f4;
	background-image:url(../jpg/background-image.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 37px auto 15px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 909px;
}

/* HEADER */
#Header {
	height:125px;
	margin-bottom:4px;
	text-align:left;
	width: 909px;
}
#Header div.mainHeaderImage {
}
#Header div.login {
	position:absolute;
	z-index:1;	
}
#Header div.login div.loginButtons {
	padding:12px 10px 0 0;
	text-align:right;
	width: 899px;
}
/**html #Header div.login div.loginButtons {
	width:452px;
}
/*html #Header div.login div.loginButtons, *:first-child+html #Header div.login div.loginButtons {
	width:452px;
}*/


div.loginButtons div.btnlogin {
	padding-right:5px;
}

div.loginButtons div.btnpassword {
	float:right;
	margin-left:4px;
}
div.loginButtons div.btnlogout {
	float:right;
}



/* CONTENT TOP */
#ContentTop {
	background-image:url(../png/content-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:909px;
	padding-top:14px;
}
/* CONTENT BOTTOM */
#ContentBottom {
	background-image:url(../png/content-bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:15px;	
	width:909px;
}
/* CONTENT REPEAT */
#ContentRepeat {
	background-image:url(../png/content-repeat.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:909px;
}


/* NAVIGATION */
#Navigation {
	border: 1px solid #000;
	margin-left:9px;
	text-align:left;
	width:898px;
}
#Navigation div.navigationBorder {
	background-color: #e9ede6;
	width:898px;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-bottom:0;
	margin-left: 6px;
}
#Navigation li {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	float:left;
	font-size:12px;
	margin-bottom:0;
	min-height:28px;
	padding-right:8px;
	padding-bottom:0;
}
*html #Navigation li {
	height:28px;
}

#Navigation a {
	color: #000;
	display: block;
	margin: 0;
	padding: 6px 8px 6px 7px;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	color:#6d6670;
}
#Navigation a.active {
	color:#da2080;
}


/* CONTENT */
#Content {
	background-image:url(../png/content-mainbody.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:left;
	width: 909px;
}

#Content div.displayContent {
	margin-left:9px;
	width:900px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	min-height:468px;
	padding: 18px 20px 20px 20px;
	width:860px;
}
*html #Content div.fullWidth {
	height:468px;
}

/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	margin-top:30px;
	width: 141px;
}
#Content div.twoColumnLeft div.menu2 {
	background-image:url(../png/leftmenu-background.png);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #9e9ca1;
	border-left: 1px solid #9e9ca1;
	min-height:412px;
	margin-bottom: 5px;
	width:140px;
}
*html #Content div.twoColumnLeft div.menu2 {
	height:412px;
}

#Content div.twoColumnLeft div.displaymenu {
	background-color: #dad8db;
	border-right: 1px solid #9e9ca1; 
 	min-height:400px;
	margin-bottom:15px;
	width:140px;
}
*html #Content div.twoColumnLeft div.displaymenu {
	height:400px;
}


/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0;
}
/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	border-bottom:1px solid #bcbbbd;
	color: #000;
	display: block;
	font-size: 0.75em;
	font-weight:bold;
	padding:7px 10px 7px 10px;
	width:120px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #000;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.title a:hover, #Content div.twoColumnLeft ul.navlist li.title a:active{
	text-decoration: underline;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	border-bottom:1px solid #bcbbbd;
	color:#000;
	font-size: 0.75em;
	line-height:1.1em;
	padding:7px 10px 7px 10px;
	width:120px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#000;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	color:#6d6670;
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	color:#da2080;
	text-decoration: none;
	width:120px;
}

/* sub */
#Content div.twoColumnLeft ul.navlist li.sub {
	border-bottom:1px solid #bcbbbd;
	color:#000;
	font-size: 0.75em;
	line-height:1.1em;
	padding:7px 10px 7px 18px;
	width:112px;
}
#Content div.twoColumnLeft ul.navlist li.sub a {
	color:#000;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.sub a:link, #Content div.twoColumnLeft ul.navlist li.sub a:visited {
}
#Content div.twoColumnLeft ul.navlist li.sub a:hover, #Content div.twoColumnLeft ul.navlist li.sub a:active {
	color:#6d6670;
}
#Content div.twoColumnLeft ul.navlist li.sub a.active {
	color:#000;
	width:112px;
}

/* extlink */
#Content div.twoColumnLeft ul.navlist li.extlink {
	border-bottom:1px solid #bcbbbd;
	color:#000;
	font-size: 0.75em;
	line-height:1.1em;
	padding:7px 10px 7px 10px;
	width:120px;
}
#Content div.twoColumnLeft ul.navlist li.extlink a {
	color:#000;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.extlink a:link, #Content div.twoColumnLeft ul.navlist li.extlink a:visited {
}
#Content div.twoColumnLeft ul.navlist li.extlink a:hover, #Content div.twoColumnLeft ul.navlist li.extlink a:active {
	color:#6d6670;
}
#Content div.twoColumnLeft ul.navlist li.extlink a.active {
	color:#000;
	width:120px;
}
/* separator */
#Content div.twoColumnLeft ul.navlist li.separator {
	background-color:#bcbbbd;
	border-bottom:1px solid #bcbbbd;
	font-size: 0.05em;
	line-height:0.1em;
	padding:0;
	width:140px;
}
/* smallseparator */
#Content div.twoColumnLeft ul.navlist li.smallseparator {
	font-size: 0.6em;
	line-height:0.8em;
	padding:0;
	width:140px;
}


/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin:34px 0 20px 28px;
	padding-right:20px;
	min-height:446px;
	width: 710px;
}
*html #Content div.twoColumnRight {
	height:446px;
}


/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* navlist */
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnRight ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnRight ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}


/* FOOTER */
#Footer {
	color:#000000;
	margin:8px 0 0 9px;
	text-align:left;
	width:900px;
}
#Footer div.footerLeft {
	float: left;
	padding:0 10px 0 15px;
	text-align:left;
	width:530px;
}
#Footer div.footerLeft p {
	font-size:0.7em;
	letter-spacing:-1px;
	line-height:1.3em;
	margin-bottom:0;
}

#Footer div.footerRight {
	float: left;
	padding:0 15px 0 10px;
	text-align:right;
	width: 320px;
}


#Footer ul.navlist {
	display:inline;
	list-style-type:none;
	margin:0;
}
#Footer ul.navlist li {
	color:#000000;
	display:inline;
	font-size:0.7em;
	letter-spacing:-1px;
}
#Footer ul.navlist li.separator {
	color:#000000;
	display:inline;
	font-size:0.7em;
	padding:0 3px 0 3px;
}

#Footer a {
	color: #000000;
	text-decoration:none;
}
#Footer a:hover, #Footer a:active {
	color: #000000;
	text-decoration:none;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ================================================= */
/* ---- SITE MAP ---- */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	margin-bottom:10px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1.1em;
	margin: 5px 0 5px 0;
}

/* ================================================= */
/* ---- LOGIN PAGE ---- */

/* -- STAGE 1 -- */
#Login {
}

div.loginform {
	width:300px;
	
}
div.loginform table {
	border:1px solid #000000;
}

div.loginform td.heading {
	border-bottom:1px solid #000000;
	padding:7px 15px 7px 15px;
}
div.loginform td.label {
	padding:7px 15px 2px 15px;
	width:30%;
}
div.loginform td.value {
	padding:4px 15px 0px 5px;
	width:70%;
}
div.loginform td.value input {
	width:99%;
}

div.loginform td.button {
	padding:5px 15px 7px 5px;
}
div.loginform td.button input.button {
	width:70px;
}

/* -- STAGE 4 -- */
#RequestPassword {
	width:400px;
}

#RequestPassword table {
	border:1px solid #000000;
}

#RequestPassword td.heading {
	border-bottom:1px solid #000000;
	padding:7px 15px 7px 15px;
}
#RequestPassword td.label {
	padding:7px 15px 2px 15px;
	width:30%;
}
#RequestPassword td.value {
	padding:4px 15px 0px 5px;
	width:70%;
}
#RequestPassword td.value input {
	width:99%;
}

#RequestPassword td.button {
	padding:5px 15px 7px 5px;
}
#RequestPassword td.button input.button {
}


/* -- STAGE 6 -- */
#ChangePassword {
	width:350px;
}

#ChangePassword table {
	border:1px solid #000000;
}

#ChangePassword td.heading {
	border-bottom:1px solid #000000;
	padding:7px 15px 7px 15px;
}
#ChangePassword td.label {
	padding:7px 15px 2px 15px;
	width:42%;
}
#ChangePassword td.value {
	padding:4px 15px 0px 5px;
	width:58%;
}
#ChangePassword td.value input {
	width:99%;
}

#ChangePassword td.button {
	padding:5px 15px 7px 5px;
}
#ChangePassword td.button input.button {
}



/* ================================================= */
/* ---- NEWS PAGE ---- */
#NewsPage {
	width: 692px;
}

div.briefNews {
	border:1px solid #000000;
	margin-bottom:15px;
	width: 690px;
}
/* heading - title & date */
div.briefNews div.newsHeading {
	background-color:#e9ede6;
	border-bottom:1px solid #000000;
	padding:8px 10px 8px 10px;
	width: 670px;
}
div.briefNews div.newsHeading div.newsTitle {
	float:left;
	width:380px;
}
div.briefNews div.newsHeading div.newsDate {
	float:left;
	padding-top:1px;
	text-align:right;
	width:290px;
}
div.briefNews div.newsHeading div.newsTitle h3, div.briefNews div.newsHeading div.newsDate p {
	margin-bottom:0;
} 
/* summary */
div.briefNews div.newsSummary {
	padding:10px 10px 0px 10px;
	width: 670px;
}
/* link - view story */
div.briefNews div.newsViewFull {
	padding:0px 10px 8px 10px;
	text-align:right;
	width: 670px;
}
div.briefNews div.newsViewFull p {
	margin-bottom:0;
}

/* return link */
div.newsReturn {
	padding-right:2px;
	text-align:right;
}



/* ================================================= */
div.secure {
	float:right;
	text-align:right;
	width:190px;
}
div.movetop {
	margin-top:-4px;
}
div.movebottom {
	padding-bottom:10px;
}


/* ================================================= */
/* ---- LINKED TP INNOVA.css ---- */
table.tableAndCellBorder td {
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

tr.tr1 td {
	font-weight:bold;
}



































