﻿* {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

body {
	margin: 0px;
}

#topnav, #left, #footer, #contentpad {
	display: none;
}

#printlogo {
	display: block;
	height: 78px;
}

h1 {
	display: none;
}

h1.print {
	display: block;
	float: right;
    font-size: 24px;
    font-weight: normal;
    color: #113B7C;
    border-bottom: 5px solid #ACACAF;
    padding: 10px 0px 0px 0px;
    white-space: nowrap;
	width: auto;
	margin-left: 20px;
}

a {
    font-weight: bold;
    color: #113B7C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

#pagecontent {
	width: 630px;
    margin: 0px;
	margin-left: -270px;
	float: none;
	border: 1px solid #FFF;
}

#pagecontent p, #pagecontent a, #pagecontent b {
    font-size: 95%;
}

/*
 *
 * SITEMAP STYLING
 *
 */
#sitemap {
    text-align: center;
    width: 96%;
}

.sitemapheader {
    width: 100px;
    height: 30px;
    padding: 3px;
    background-color: #113B7C;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.sitemapheader a {
	color: white;
}

.sitemaplink {
    width: 100px;
    height: 30px;
    padding: 3px;
    background-color: #ACACAF;
    text-align: center;
}

.sitemaplink a {
    color: #FFF;
}

#stakeholders {
    border: 5px solid #113B7C;
    padding: 0px 0px 0px 0px;
    width: 240px;
    height: 50px;
    margin: 0 auto;
}

#stakeholders div {
    float: left;
    margin: 5px;
}

.external {
    float: left;
    border: 5px solid #113B7C;
    width: 120px !important;
    width: 43px;
    margin: 0px 0px 10px 0px;
}

.external-lowres {
	border: 5px solid #113B7C;
	text-align: center;
    width: 117px !important;
    width: 43px;
	margin: 0 auto 10px !important;
    margin: 0px 0px 10px 12px;
	padding-right: 0px !important;
	padding: 8px 8px 8px 8px;
}

.achievement {
    float: left;
    border: 5px solid #113B7C;
    width: 120px !important;
    width: 43px;
    margin-left: 12px;
}

.achievement-lowres {
	border: 5px solid #113B7C;
	text-align: center;
    width: 117px !important;
    width: 43px;
	margin: 0 auto !important;
    margin: 0px 0px 5px 12px;
	padding-right: 0px !important;
	padding: 8px 8px 8px 8px;
}

.achievement-lowres div {
	margin-bottom: 5px;
}

.external div, .achievement div {
    margin: 5px;
}

.sysops {
    float: left;
    width: 360px;
    height: 280px;
    border: 5px solid #113B7C;
    padding-left: 7px !important;
    padding: 7px 0px 7px 0px;
    margin: 0px 0px 10px 10px;
}

.sysops-lowres {
	border: 5px solid #113B7C;
	text-align: center;
    width: 360px;
	height: 280px;
	margin: 0 auto 10px !important;
    margin: 0px 0px 10px 12px;
	padding-right: 0px !important;
	padding: 8px 8px 8px 8px;
}

.sysops .sitemapheader, .sysops-lowres .sitemapheader {
    width: 333px !important;
    width: 330px;
    height: 18px;
    padding-top: 5px;
    margin-left: 5px !important;
    margin-left: 0px;
}

.sysops .sitemaplink, .sysops-lowres .sitemaplink {
    float: left;
    margin: 5px;
}

#footer {
    background: url('/nao/efficiency/consultancy_toolkit/images/foot-bg.gif') repeat-x;
}

.sitemaptable {
    margin-bottom: 5px;
}

.row {
    height: 3px;
    background-color: #FFF;
}

/*
 * Walk-through STYLES
 */
.walkthroughhead {
    float: left;
    padding: 5px;
    background-color: #FFF;
    border: 4px solid #113B7C;
    width: 150px;
}

.wtheadtext {
    color: #FFF;
    background-color: #113B7C;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.wtheadtext a {
	color: #FFF;
}

ul.normal-list {
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    background-color: #ADACB0;
    width: 210px;
    border: 1px solid #000;
}

ul.normal-list li {
    padding: 2px 6px 2px 6px;
    color: #FFF;
    font-weight: bold;
}

/*
 * Indents
 */
div.indent1 {
	float: left;
	width: 30px;
}

div.indent2 {
	float: left;
	width: 60px;
}

