/* general stuff */
html, body {
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: center;
	font: normal 10pt "arial","verdana","helvetica";
}

h1 {
    color: white;
    font-size: 12pt;
    font-weight: bold;
    display: inline;
}

h4.barTxt {
    display: inline;
    font-size: 8pt;
    color: white;
    font-weight: normal;
}

form {
    margin: 0;
}

.odd {
    background: #D0DAE0;
}

.even {
    background: #B1C1CB;
}

a, a:link, a:active, a:visited, a:hover {
	font: normal 10pt "arial","verdana","helvetica";
}

a, a:link, a:active, a:visited {
	color: #99b6c9;
}

a:hover {
    color: #0052c2 !important;
}

.valign50 {
    vertical-align: 50%;
}

.invisible {
    visibility: hidden;
    display: none;
}

a img {
    margin-right: 2px;
    border: 0px;
}

.noBorder {
    border: 0px !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.centre {
    text-align: center !important;
}

.floatButton {
    display: block;
    float: left;
    margin-right: 5px;
}

td,th,* {
    empty-cells: show;
}

/* specific stuff */

#body {
	background: #D0DAE0 url('../images/main/pagebg.gif') left top repeat-y;
}

#wholepage {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#mainContent {
	padding-top: 101px;
	padding-left: 200px;
	width: auto;
	height: auto;
	margin-left: 2px;
	background: url('../images/main/wholeBack.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* ---- left bar menu classes */

#leftBar {
	width: 200px;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 50;
	padding: 0px;
	margin: 0px;
}

#leftBarContent {
	margin-top: 2px;
	margin-left: 2px;
	height: auto;
	width: auto;
    border-top: 1px solid #99b6c9;
}

#leftBarContentSmall {
	margin-top: 2px;
	border-left: 0px;
	border-bottom: 0px;
	margin-left: 2px;
	padding: 2px;
	padding-left: 0px;
	padding-top: 0px;
	height: auto;
}

#leftStrip {
	width: 15px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#leftStrip img {
	display: block;
	clear: right;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#leftBarSelectedContent {
	text-align: left;
	float: left;
}

/* ---- left bar menu classes */

#buttonRow {
	width: 99.7%;
	border-bottom: 1px solid #99b6c9;
	height: 25px;
}

#pageContent {
	margin-top: 2px;
	padding: 2px;
	width: auto;
	/* border: 1px solid #99b6c9; */
	border-top: 1px solid #99b6c9;
	border-bottom: 0px;
}

#menuCont {
	margin-top: 102px;
	margin-left: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 6px;
	padding-left: 2px;
	height: 26px;
	border: 1px solid #445B69;
	border-bottom: 11px solid #445B69;
	background: #99b6c9;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

#menuContSmall {
	margin-top: 102px;
	margin-left: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 32px;
	border: 1px solid #445B69;
	border-bottom: 11px solid #445B69;
	background: #99b6c9;
}

#leftBarSmall {
	width: 11px;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 50000;
	padding: 0px;
	margin: 0px;
	display: none;
	visibility: hidden;
}

#openSide {
	display: block;
}

#openSide img {
	border: 0px;
}

#closeSideButton {
	float: right;
	display: none;
	visibility: hidden;
}

#closeTopPanelButton {
	display: none;
	visibility: hidden;
}

#closeSideButton a img {
	border: 0px;
	margin-right: 3px;
}

/* ------------ tabs ----------------- */

#header {
	width: 100%;
    font-size: 80%;
    line-height: normal;
    background: white url("../images/tabs/background.gif");
	overflow: hidden;
	clip: auto;
	height: 20px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	float: left;
	margin: 0;
	padding: 0;
    background: url("../images/main/tabs/tab_right.gif") no-repeat right top;
}

#header ul li a {
    display: block;
    background: url("../images/main/tabs/tab_left.gif") no-repeat left top;
    padding: 3px 5px 3px;
    font-size: 8pt;
    text-decoration: none;
}

#header #current {
	background-image: url("../images/main/tabs/active_tab_right.gif");
    text-decoration: none;
}

#header #current a, #header #current a:link, #header #current a:visited, #header #current a:active, #header #current a:hover {
	background-image: url("../images/main/tabs/active_tab_left.gif");
	color: white !important;
    padding: 2px 5px 4px;
    text-decoration: none;
}

#contTitle {
	background: #99b6c9;
	width: auto;
	border-left: 1px solid #445B69;
	border-right: 0px solid #445B69;
	border-bottom: 1px solid #445B69;
	color: white;
	font-weight: bold;
	height: 20px;
	padding: 2px;
}

#contTitle #leftTabImg {
	cursor: pointer; 
	visibility: hidden;
}

#contTitle #rightTabImg {
	cursor: pointer; 
}

h2.contTitle {
    display: inline;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}

/* ------------------- banner classes --------------- */
#banner {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 100px;
	background: white url('../images/main/banner/background.gif') top left repeat-x;
	text-align: left;
	overflow: hidden;
	clip: auto;
}

#bannerClosed {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 17px;
	margin-bottom: 2px;
	background: white;
	text-align: left;
	overflow: hidden;
	clip: auto;
	display: none;
	visibility: hidden;
	/*border-bottom: 1px solid #99b6c9; */
}

#logo {
	position: absolute;
	top: 0px;
	left: 200px;
	/* this will alter from l&f to l&f */
	width: 100%;
	z-index: 500;
}

#alitoSoloLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	/* this will alter from l&f to l&f */
	width: 161px;
	z-index: 500;
	text-align: center;
}

#alitoLogo {
	position: absolute;
	left: 110px;
	z-index: 500;
}

#windowButtons div {
    display: block;
    float: right;
}

#windowButtons {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 78px;
	height: 24px;
}

#windowButtons a img {
	border: 0px;
}

#windowButtonsClosed {
	position: absolute;
	right: 2px;
	top: 1px;
}

#windowButtonsClosed a img {
	border: 0px;
}

#welcomeUser {
	position: absolute;
	right: 180px;
	top: 7px;
	font-size: 8pt;
	color: white;
}

#dateTime {
	position: absolute;
	right: 90px;
	top: 7px;
	font-size: 8pt;
	color: white;
}

.bannerButton {
	display: inline;
	margin-right: 2px;
}

/* -------------------- icon modules ------------------------ */

#actionModules {
	position: absolute;
	padding-left: 110px;
	top: 40px;
    width: 48%;
	z-index: 300;
}

#actionModulesLeft {
	position: absolute;
	left: 2px;
	top: 52px;
	z-index: 300;
	display: block;
    width: 48%;
}

#actionModulesClosed {
	position: absolute;
	padding-left: 0px;
	padding-top: 1px;
	top: 0px;
    width: 48%;
	z-index: 300;
}


#mainModules {
	position: absolute;
	right: 0px;
	padding-right: 2px;
	top: 35px;
	z-index: 400;
    width: 50%;
}

#mainModulesClosed {
	position: absolute;
	right: 40px;
	padding-right: 2px;
	padding-top: 1px;
	top: 0px;
	z-index: 400;
    width: 50%;
}

div.actionModule {
	margin: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	background: white;
}

div.rightActionModule {
	margin: 0px;
	margin-right: 5px;
	float: right;
	text-align: center;
	background: white;
}

.iconImage {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.linkText {
	color: #0052c2;
	font-family: arial;
	font-size: 8pt;
}

.iconButton,.iconButton:link,.iconButton:visited,.iconButton:active {
    font-family: "arial","verdana","helvetica";
    font-size: 8pt;
    color: #99b6c9;
    text-decoration: none;
    text-align: center;
}

.iconButton:hover {
    font-family: "arial","verdana","helvetica";
    font-size: 8pt;
    color: black !important;
}

.iconButton span.iconLable,.iconButton:link span.iconLable,
.iconButton:visited span.iconLable,.iconButton:active span.iconLable,
.iconButton:hover span.iconLable {
    text-decoration: underline;
}

/* ----------------- help classes and IDs ----------------- */

#intro {
    margin: 5px;
    text-align: justify;
    font-size: 10pt;
}

#popUpHelp {
    color: black;
    padding: 5px;
    text-align: left;
    width: auto;
}

#popUpHelp hr {
    color: #B1C1CB;
    border: 1px solid #B1C1CB;
    width: auto;
    height: 1px;
}

/* ---------------- status bar contols ------------------ */
/* simple progress bar css */

div.simpleProgressBarControl {
    width: 100%;
    clear: left;
    height: 25px;
}


div.simpleProgressBarControlSmall {
    height: 10px;
	float: left;
}

div.simpleProgressBarFrame {
    float: left;
    width: 150px;
    height: 15px;
    border: 1px solid #99b6c9;
}

div.simpleProgressBarControlSmall div.simpleProgressBarFrame{
    width: 100px;
    height: 10px;
}

div.simpleProgressBarControlSmall div.progressDIV {
    height: 10px;
    font-size: 1pt;
}

/* bar chart css */

div.barChartControl {
	margin: 5px;
}

div.barChartFrame {
    float: left;
    width: 70px;
    height: 50px;
    border: 1px solid #99b6c9;
}

/* progress bar css */

div.barChartFrame {
    float: left;
    width: 70px;
    height: 50px;
    border: 1px solid #99b6c9;
}

div.progressBarControl {
    width: 100%;
    clear: left;
    height: 25px;
}

div.progressBarLable {
    float: left;
    padding-left: 3px;
    padding-right: 5px;

}

div.progressBarFrame {
    float: left;
    width: 150px;
    height: 15px;
    border: 1px solid #99b6c9;
}

div.progressDIV {
    height: 15px;
    font-size: 1pt;
}

div.progressPercentage {
    float: left;
    padding-left: 5px;
}

div.transparent {
	background-color: #D0DAE0;
}

div.grey {
    background-color: #99b6c9;
}

div.red,div.overdue {
    background-color: #d12e3c;
}

div.green,div.onSchedule {
    background-color: #7ee600;
}

div.amber,div.inProgress {
    background-color: #fbf709;
}

div.statusContainer {
    width: auto;
}
div.statusLeft {
    float: left;
    height: auto;
    margin-right: 3px;
}

#loginPage {
    width: auto;
    border-bottom: 1px solid #99b6c9;
    padding: 5px;
    height: auto;
}

#loginPageLinks {
    width: auto;
    height: 30px;
    text-align: center;
}

#loginPage li {
    color: #d12e3c;

}

#loginPage h4 {

}

/* -------- js date table -------- */

#dateTimeTable {
    border: 1px solid #B1C1CB !important;
    margin-left: 2px;
}

#dateTimeTable td.dateValue {
    padding-left: 5px !important;
}

#dateTimeTable td.dateLable {
    padding-right: 5px;
}

span.fiveHigh {
    display: block;
    height: 5px;
}

div.multiSelectButtons {
    text-align: right;
}

/* ------------- intro -------------- */

.homepageLarge,
a.homepageLarge,
a.homepageLarge:link,
a.homepageLarge:active
a.homepageLarge:visited {
    font-size: 18pt;
    font-weight: bold;
}

a.homepageLarge,
a.homepageLarge:link,
a.homepageLarge:active
a.homepageLarge:visited {
    color: #0052c2;
}

a.homepageLarge:hover {
    color: #d12e3c;
}

/* TODO - Move all css classes defined here and make them inline */

/* Mr.ANDY - FIX THIS IF YOU CAN BE BOTHERED :) */

td.paddingTwentyRightOneTop {
    padding-right: 20px;
    padding-top: 1px;
}

td.paddingFiveLeft {
    padding-left: 5px;
}

td.paddingFiveRight {
    padding-right: 5px;
}

td.paddingTenRight {
    padding-right: 10px;
}

td.paddingFiftyRight {
    padding-right: 30px;
}

td.paddingSixtyRightOneTop {
    padding-right: 60px;
    padding-top: 1px;
}

td.moveFiftyRight {
    position: relative;
    right: 84px;
}

/* ===== supplier main links ====== */
div.biglinkbox {
    width: 600px;
    height: 90px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #99b6c9;
    padding-left: 20px;
}

div.biglinkboxGrey {
    width: 600px;
    height: 90px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #99b6c9;
    padding-left: 20px;
	color: #999;
}

div.biglinkbox a, div.biglinkboxGrey a {
    float: left;
    margin-right: 10px;
}
div.biglinkbox div.textBigIcon, div.biglinkboxGrey div.textBigIcon{
    font-size: 14pt;
    font-weight: bold;

    padding-top: 25px;

}

div.biglinkboxGrey div.message {
	color: #000;
}

/*----- OJEU classes -----*/

div.OJEUPage {
    padding-left: 5px;

}

/*----- Skip links - invisible until keyboard focus
        (useful for screen readers used by visually impaired -----*/
.skip a, .skip a:hover, .skip a:visited, .skip h3
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

.skip a:active, .skip a:focus
{
position:static;
width:auto;
height:auto;
background: #ff9;
padding: 5px;
whitespace: nowrap;
line-height: 2em;
}

#bottomButtonHolder {
	margin-left: 2px;
	margin-top: 3em;
	padding-top: 2px;
	float: left;
	clear: left;
	height: 25px;
}

.darkGreyText {
	color: #444;
}