/*
 * Copyright © 2015, Sapien Software.
 * All rights reserved.
 */
body
{
	background: #ffffff;
	font-size: 9pt;
	margin: 0px 2px 5px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* SR 05/06/2013 Cross-Browser: Added from and hr as NJG did*/
form
{
	margin: 0px;
}

hr {
	margin: 0px;
	border: none;
}

iframe.formIFrame {
	border: solid 1px #444;
}

img {
	border: 0;	/* IE fix */
}
input {
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

input[type=text], input[type=password],
textarea, select {
	border: solid 1px #aaa;
}

/* DJ, 11/02/2014 - Default heights */
input[type=text], input[type=password] {
	font-size: default;
	height: 18px;
	padding: 0px 1px;
}
input[type=checkbox] {
	vertical-align: middle;
}
input[type=radio] {
	vertical-align: middle;
	margin: 0 3px;
}
select {
	vertical-align: middle;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
}

textarea {
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	behavior: url(behaviours/maxlength.htc);
	resize: none;
	white-space: pre-wrap;
}

button {
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color: transparent;
	border: none;
}

/* Fix needed for buttons in Firefox */
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button > img {
	vertical-align: middle;
}


/* Grid Layout 
   =========== */
.gridAdmin {
	display: grid;
	grid-template-areas:
	    "logo banner"
	    "action action"
	    "nav main";
	grid-template-columns: 220px auto;
	grid-template-rows: 100px 1px auto;
	gap: 0;
	padding: 0;
	margin:0;
	border:none;
	width:99vw;
	height:99vh;
}

.gridLogo { grid-area: logo; }
.gridBanner { grid-area: banner; }
.gridAction { grid-area: action; }
.gridNav { grid-area: nav; }
.gridMain { grid-area: main;}

.iframelogo { 
	padding:0;
	margin:0;
	border:none;
	width:220px;
	height:100px;
}
.iframebanner { 
	padding:0;
	margin:0;
	border:none;
	width:100%;
	height:100px;
}
.iframeaction { 
	width:0;
	height:0;
}
.iframenav { 
	padding:0;
	margin:0;
	border:none;
	width:220px;
	height:100%;
}
.iframemain { 
	padding:0;
	margin:0;
	border:none;
	width:100%;
	height:100%;
}





/* WINDOWS
   ======= */

.window
{
	background: #e8e8e8;
	color: #666666;
	border: none 0;
}

/* Toolbar window */
.windowbanner
{
	background: #d7e6eb;
	border: none 0;
	color: #666666;
	padding: 5px;
	width: 98%;
}

.winbanner_bg
{
	padding: 5px;
}

.winbanner_title
{
	color: #333333;
	font-size: 10pt;
	vertical-align: middle;
	white-space: nowrap;
}

/* Form window */
.windowform
{
	background: #e8e8e8;
	color: #666666;
	border: none 0;
	padding: 5px 10px 10px;
	display: table;
	overflow: hidden;
}

.winform_bg
{
	padding: 0px;
}

.windowdialog
{
	color: #666666;
	border: solid 2px #E5AFBD;
	padding: 5px;
	border-spacing: 0;
	border-collapse: collapse;
}

.form-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}


/* LOGO
   ==== */

.logo 
{
	position: absolute;
	left: 5px;
	top: 15px;
	width: 200px;
	height: 70px;
	text-align: center;
}

.logotop
{
	background-color: #3785C8;
	color: #3785C8;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	height: 3px;
}

/* BANNER
   ====== */

.banner
{
	margin: 0px;
	width: 100%;
}

.bannerimage
{
	margin: 0px;
	top: -5px;
	left: 0px;
	height: 100px;
	width: 1249px;
	position: absolute;
	z-index: 0;
	background-image: url(../images/banner/waves.gif);
	background-position: top;
}

.bannertop
{
	color: #3785C8;
	top: 0px;
	right: 0px;
	height: 32px;
	width: 1024px;
	position: absolute;
	z-index: 50;
	background-image: url(../images/banner/banner.gif);
	background-position: top;
}

.bannercontrols
{
	position: absolute;
	top: 0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	border: none 0;
}

.bannerTopLeft
{
	position: absolute;
	top: 8px;
}

.bannerTopRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 8px 0px 0px;
}

.bannerheading
{
	font-size: 15pt;
	position: default;
	margin-top: 10px;
	padding-top: 10px;
}

.bannersubheading
{
	font-size: 9pt !important;
	color: #000066;
}

.bannerflag
{
	border: solid 1px #dddddd;
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 3px;
}

.fieldChanged
{
	color: black;
	background-color: #B7CDD4;
}
input[type=checkbox].fieldChanged {
	outline: solid 2px #B7CDD4;
}

.DisabledSelect
{
	border: solid 1px lightgrey;
	font-size: 8pt;
	margin: 2px;
	cursor: default;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color: #ffffff;
	font-weight: bold;
}
.ReadOnlyFooter
{
	border: solid 0px lightgrey;
	font-size: 8pt;
	margin: 0px;
	cursor: default;
	background-color: transparent;
}

.summaryInput
{
	background-color: white;
	border: solid 1px lightgrey;
	padding: 1px;
	min-height: 18px;
}
.auditSummaryInput
{
	background-color: #B7CDD4;
	font-weight: bold;
	border: solid 1px lightgrey;
	padding: 1px;
}

.summaryLabel { color: #000066; cursor:pointer; font-weight: bold; }
.summaryLabel:hover { text-decoration: underline; }

.label
{
	color: #666666;
}

.button
{
	font-size: 8pt;
	cursor: pointer;
	color: #666666;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.button:disabled { cursor: default; }

.outerbutton
{
	background-color: transparent;
	border: solid 1px transparent;
	padding: 2px;
	cursor: pointer;
	text-align: right;
	font-size: 9pt;
}

.outerbutton img
{
	vertical-align:top;
}

.outerbutton:hover
{
	background-color: #cccccc;
}

.buttonOut, .buttonOver, .buttonDown
{
	padding: 1px 3px;
	margin: 2px;
	min-height: 20px;
	font-size: 9pt;
	text-align: right;
	white-space:nowrap;
	color: #333333;
	border: solid 1px transparent;
	cursor: pointer;
}

.buttonOut
{
	background-color: transparent;
}
.buttonOut:hover
{
	background-color: #cccccc;
}
.buttonOut:disabled
{
	background-color: transparent;
	color: #aaaaaa;
	cursor: default;
}

.buttonOver
{
	background-color: #cccccc;
}

.buttonDown
{
	background-color: #aaaaaa;
}

.formButton {
	cursor: pointer;
	padding: 4px;
	margin: 2px;
	height: 28px;
	background-color: #ddd;
	border-radius: 4px;
	border: solid 1px #ccc;
	font-size: 9pt;
}
.formButton:hover {
	background-color: #ccc;
}
.formButton img {
	vertical-align: bottom;
	margin: 0px 2px;
}

.error
{
	border-right: #de5252 thin solid;
	border-top: firebrick thin;
	margin: 5px;
	border-left: #de5252 thin solid;
	color: black;
	border-bottom: #de5252 thin solid;
}
.warning
{
	color: red;
	margin: 0px 5px 0px 1px;
}
.readonly
{
	color: #666666;
}

.loadingdiv
{
	position: absolute;
	top: 0px;
	width: 98%;
	height: 100%;
	left: 0px;
	background-color: #ffffff;
	z-index: 99;
	cursor:wait;
	filter: alpha(50);
	opacity: 0.5;
}

.wait-image {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	z-index: 1000;
}


/* TABLES
   ====== */

/* Datasheet header */
th
{
	border: none 1px;
	border-bottom: solid 1px #d7e6eb;
	padding-left: 2px;
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
	background-color: #ffffff;
	text-align: left;
}

th.subHeader
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #d7e6eb;
	text-align: left;
}

th.subGroup
{
	border-style: solid;
	border-width: 1px;
	border-color: #eaf3fa #b3c8d4 #b3c8d4 #eaf3fa;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	background-color: #EDF5FA;
	text-align: left;
}

td
{
	font-size: 9pt;
	font-weight: normal;
}


/* Datasheet
   ========= */

#datasheet {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
#datasheet td {
	white-space: nowrap;
}

.ds-image {
	vertical-align: middle;
}

table.datasheet-table {
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

table.datasheet-table td {
	text-align: left;
	padding: 1px;
}


/* Search Results
   ============== */

.RecordBorder
{
	border-bottom: solid 1px #ffffff;
}

.Record
{
	color: #333333;
	background-color: #fff;
}

/* Hover effects for rows - should be used instead of onmouseover / onmouseout etc. */
.hasHover {
	cursor: pointer;
}
.hasHover:hover {
	background-color: #dfecf7;
}


/* Datasheet and Results
   ===================== */

.Record, .RecordHover, .RecordSelected, .RecordHover_Salmon {
	height: 15px;
}

.RecordHover, .RecordSelected, .RecordHover_Salmon {
	cursor: pointer;
}

.RecordHover
{
	background-color: #dfecf7;
	color: #333333;
}
.RecordHover_Salmon
{
	background-color: #ffcc99;
}
.RecordSelected
{
	color: #333333;
	background-color: #e7f4ff;
}


/* Validation Records
   ================== */

.ValidationRecord, .ValidationRecordHover, .ValidationRecordSelected {
	cursor: pointer;
	height: 22px;
}
.ValidationRecord
{
	border: #ffffff 1px solid;
}
.ValidationRecordHover
{
	border: #b0c4de 1px solid;
	background-color: #dfecf7;
}
.ValidationRecordSelected
{
	border: #fff3bf 1px solid;
	color: #000066;
	background-color: #fff19f;
}

.ErrorRecord, .ErrorRecordHover, .ErrorRecordSelected {
	cursor: pointer;
	height: 22px;
}
.ErrorRecord
{
	border: #ffffff 1px solid;
}
.ErrorRecordHover
{
	border: #b0c4de 1px solid;
	background-color: #dfecf7;
}
.ErrorRecordSelected
{
	border: #000066 1px solid;
	color: #ffffff;
	background-color: #C6CEE8;
}


/* List Items
   ========== */

.listItem, .listItemSelected
{
	width: 100%;
	cursor: pointer;
}
.listItem:hover
{
	background-color: #dfecf7;
}
.listItemSelected
{
	color: #333333;
	background-color: #e7f4ff;
}



/* Links
   ===== */

a:link, a:active, a:visited
{
	color: #000066;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.th:link, a.th:active, a.th:visited
{
	color: #666666;
	text-decoration: none;
}
a.th:hover
{
	color: #333333;
	text-decoration: none;
}
a.th:focus {
	outline: 0;
}


/* TOOLBARS
   ======== */

.toolbarTitle
{
	font-size: 10pt;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	color: #333333;
	margin: 3px 0px 0px;
	padding: 5px;
}

.toolbarPanel
{
	padding: 3px;
	border: none 0px;
}

.toolbar
{
	font-size: 8pt;
}

.toolbarBorder
{
	padding: 0px 3px 3px 3px;
}

.toolbarIBorder
{
	border: none 0px;
	background-color: #ffffff;
}

/* TOOLBAR BUTTONS */

.toolbarOut, .toolbarOver, .toolbarDown, .toolbarDownOver {
	cursor: pointer;
	padding: 1px 3px 1px 3px;
}
.toolbarOut
{
	border: solid 1px transparent;
}
.toolbarOver
{
	border: solid 1px transparent;
	color: #444444;
	background-color: #B7CDE4;
}
.toolbarDown
{
	border: inset 1px;
	color: #333333;
	background-color: #99BDCD;
}
.toolbarDownOver
{
	border: inset 1px;
	color: #333333;
	background-color: #99BDCD;
}
.toolbarOut:hover
{
	color: #444444;
	background-color: #B7CDE4;
}


/* FORM
   ==== */

.win_title
{
	color: #333333;
}

.formTitle
{
	font-size: 10pt;
	color: #333333;
	vertical-align: middle;
	white-space: nowrap;
	margin: 5px 0px 10px;
}
.formSubTitle {
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	width: 400px;
	margin: 5px 0px;
}
.formSubTitle img {
	vertical-align: top;
	margin: -2px 3px;
	float: left;
}

.formborder
{
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ae8b00;
}

.formbox
{
	border: solid 1px #B7CDD4;
	border-spacing:5px
}

.formCell
{
	padding: 3px;
	margin: 0px;
	white-space: nowrap;
}
.formCell input, .formCell select
{
	margin: 0px;
}

#frmSearch div.windowform
{
	min-width: 550px;
}

/* FORM BUTTONS */

.formOut, .formOver, .formDown, .formDownOver
{
	border: solid 1px transparent;
	padding: 2px 4px;
	cursor: pointer;
}

.formOut
{
	color: #333333;
}
.formOut:hover {
	color: #444444;
	background-color: #cccccc;
}
.formOut:disabled {
	background-color: transparent;
	color: #aaaaaa;
	cursor: default;
	opacity: 0.5;
}

.formOver
{
	color: #444444;
	background-color: #cccccc;
}
.formDown
{
	color: #333333;
	background-color: #aaaaaa;
}
.formDownOver
{
	color: #333333;
	background-color: #aaaaaa;
}

.button-table {
	display: inline-table;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 5px 0px;
	float: right;
}
.button-table td {
	white-space: nowrap;
}

/* WHITE BUTTONS */

.whiteOut, .whiteOver, .whiteDown, .whiteDownOver {
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}

.whiteOut
{
	border: solid 1px transparent;
	color: #666666;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
}
.whiteOut:hover
{
	background-color: #d7e6eb;
}
.whiteOver
{
	border: solid 1px transparent;
	color: #444444;
	background-color: #d7e6eb;
}
.whiteDown
{
	border: inset 1px;
	color: #333333;
	background-color: #B7CDD4;
}
.whiteDownOver
{
	border: inset 1px ;
	color: #333333;
	background-color: #B7CDD4;
}

/* WIZARD BUTTONS */

.wizardOut, .wizardOver, .wizardDown, .wizardDownOver {
	margin: 0 2px;
	padding: 1.5px 3px;
	cursor: pointer;
	vertical-align: top;
}
.wizardOut:hover {
	color: #444444;
	background-color: #cccccc;
}

.wizardOut
{
	background-color: transparent;
}
.wizardOver
{
	color: #444444;
	background-color: #cccccc;
}
.wizardDown
{
	color: #333333;
	background-color: #aaaaaa;
}
.wizardDownOver
{
	color: #333333;
	background-color: #aaaaaa;
}


/* CALENDAR BUTTONS */

.calendarButton
{
	margin: 0px 2px;
	padding: 2px 3px;
	cursor: pointer;
	background-color: transparent;
	vertical-align: top;
}

.calendarButton:hover
{
	color: #444444;
	background-color: #cccccc;
}

/* COLOUR VALIDATION */

.ColourVal
{
	border: 1px solid transparent;
	cursor: default;
	background-color: transparent;
}
.ColourVal > img {
	height: 14px;
	width: 14px;
	vertical-align: middle;
	border: solid 1px black;
}

/* COLOUR PICKER */

.colours-div {
	text-align: center;
}
.colours-div p {
	margin: 5px;
}
.colour-table {
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
}
.colour-table td {
	border: solid 1px #000;
}
.colour-text {
	height: 18px;
	font-size: 11px;
	text-align: center;
}
.colour-text > span {
	display: inline-block;
	height: 15px;
	width: 150px;
}
.colour-cell {
	height: 12px;
	width: 12px;
	cursor: pointer;
}

/* SECURITY PERMISSIONS */

.NotUsedPerm
{
	margin-right: 5px;
}
.DeletePerm
{
	margin-right: 1px;
	background-color: #ffcec1;
}
.InsertPerm
{
	margin-right: 1px;
	background-color: #bfd5ff;
}
.UpdatePerm
{
	margin-right: 5px;
	background-color: #ffefb0;
}
.WorkflowDeletePerm
{
	margin-right: 1px;
	background-color: #ffcec1;
}
.WorkflowInsertPerm
{
	margin-right: 1px;
	background-color: #bfd5ff;
}
.WorkflowUpdatePerm
{
	margin-right: 5px;
	background-color: #ffefb0;
}
.ReadPerm
{
	margin-right: 1px;
	background-color: #8ac776;
}

.sortIcon {
	vertical-align: top;
	margin: 5px 4px 0px;
}

/* TABS
   ==== */

.tabdiv {
	padding: 0px;
	margin: 0px 0px 0px 32px;
	position: absolute;
	height: 24px;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 10;
}

.tabdiv table {
	border-spacing: 0;
	border-collapse: collapse;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

.tabdiv td, .tabdiv img {
	margin: 0px;
	padding: 0px;
}

.tabdivcell
{
	/*border-bottom: solid 2px #dddddd;*/
}

.tabbutton, .tabbuttonactive {
	vertical-align: top;
	border: none 0px;
	text-align: center;
	display: inline-block;
	margin: 0px 2px;
}

.tabbutton
{
	z-index: 2;
	height: 24px;
	width: 78px;
	background-image: url(../images/tabs/tab.gif);
}

.tabbuttonactive
{
	z-index: 25;
	height: 26px;
	width: 78px;
	background-image: url(../images/tabs/tabactive.gif);
	background-color: #fff;
}

.tablabel, .tablabelactive {
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
	cursor: pointer;
	height: 19px;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 6px;
	z-index: 30;
	overflow: hidden;
}

.tablabel {
	color: #999999;
}

.tablabelactive {
	color: #666666;
}

.tablabel:hover, .tablabelactive:hover {
	color: #555555;
}

.tabexpand
{
	position: absolute;
	top: 0px;
	left: 5px;
	vertical-align: bottom;
	display:inline-block;
	height: 24px;
	width: 18px;
	padding: 5px;
	visibility: visible;
	z-index: 1;
}
.tabexpand > a:focus {
	outline: 0;
}

.navigationcontents
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	padding: 4px 0px 0px;
	width: 100%;
	height: 99%;
	min-height: 200px;
}

#nav-container {
	position:absolute;
	top: 24px;
	left: 4px;
	height: 93%;
	width: 200px;
	border: solid 2px #ddd;
}

.errorLabel
{
	border: medium none;
	font-weight: bold;
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color: firebrick;
	text-align: right;
}
.errorValue
{
	word-wrap: break-word;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color: lavenderblush;
}

.setForm
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background-color: #90d087;
}
.nomargin
{
	margin: 0px;
}

.exploreScrollBar
{
	/* now a grey scroll bar */
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #bbbbbb;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-base-color: #ffffff;
}

.homepageScrollBar
{
	margin: 0px;
	height: 300px;
	overflow: auto;
	padding: 10px;
}

.page_warning
{
	margin: 5px 0px;
	padding: 5px;
}

.page_warning p
{
	margin: 0px 30px;
	vertical-align: top;
}

.page_warning img
{
	vertical-align: bottom;
	float: left;
}


/* Sets
   ==== */

.setScrollBar
{
	margin: 0px;
	/* now a grey scroll bar */
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #bbbbbb;
	scrollbar-3dlight-color: #dddddd;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-base-color: #ffffff;
}
.setHeader
{
	font-weight: bold;
	font-size: 9pt;
	background-color: #dddddd;
	color: #333333;
	margin: 0px;
}

.setManagerLabel
{
	display: inline-block;
	text-align: right;
	width: 120px;
	padding-right:5px;
}

ul.setList
{
	position: absolute;
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: scroll;
}
ul.setList li
{
	height: 18px;
	width: 100%;
	white-space: nowrap;

}
ul.setList li button
{
	position: absolute;
	right: -5px;
	border: 0px;
	background-color: transparent;
	height: 18px;
	vertical-align: top;
	cursor: pointer;
}

.modalHeading
{
	font-weight: bold;
	font-size: 16pt;
	color: #666666;
}

/* Not sure whether .tablabelover is still used */
.tablabelover
{
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: #666666;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
}

a.tablabelover:link, a.tablabelover:visited, a.tablabelover:active
{
	color: #666666;
	text-decoration: none;
}

a.tablabelover:hover
{
	color: #333333;
}

/* Accountability */

.RecordFocus
{
	font-weight: bold;
	cursor: default;
	color: #666666;
	background-color: #e7f4ff;
}
.RecordEmpty
{
	cursor: default;
	color: #666666;
	background-color: #eeeeee;
}
.RecordTop
{
	font-weight: bold;
	cursor: default;
	color: #ffffff;
	background-color: #aec4e6;
}
.optionlayer
{
	border: none 0px;
	padding: 10px;
	background-color: #d7e6eb;
}

img.hierarchyImage
{
	height: 20px;
	width: 14px;
	vertical-align: top;
}

/* fieldset and legends */

.formfieldset
{
	border: #bbbbbb 1px solid;
}

legend
{
	color: #666666;
	font-weight: bold;
	cursor: pointer;
	border-collapse: separate;
}

legend img {
	vertical-align: bottom;
	margin: 4px 1px;
}

legend a:link, legend a:visited, legend a:active
{
	color: #666666;
	font-weight: bold;	
	cursor: pointer;
	text-decoration:none;
}

legend a:hover
{
	color: #666666;
	font-weight: bold;	
	cursor: pointer;
	text-decoration: none !important;
}

/* TEAM DIARY
   ========== */

.teamdiary
{
	table-layout: fixed;
	background-color: lightgrey;
}

table.teamdiary td
{
	background-color: #ffffff;
}

.teamdiaryevent
{ 
	position: absolute;
	border-bottom: solid 1px transparent;
	height: 10px;
}

.maternity
{
	background-color: #ffd7de;
}
.holiday
{
	background-color: #ffff80;
}
.compulsory
{
	background-color: #9f0000;
}
.sickness
{
	background-color: #80c080;
}
.other
{
	background-color: #8080ff;
}
.devactivity
{
	background-color: #D0F7FB;
}
.nonworkingday
{
	background-color: #FF9933;
}
.unknown
{
	background-color: #FFEA95;
}

.contentTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #000066 !important;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
.pageTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

/* Related Items section */
#related-items {
	overflow: hidden;
	position: relative;
}
#related-items .button-table {
	margin-left: 100px;
}

.formTopBorder
{
	border-color: #bbbbbb;
	border-top: #bbbbbb 1px solid !important;
	background-color: #e8e8e8 !important;
}

.rel-item-title {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -9px 2px 0;
	font-size: 9pt;
}

/* Read Only Fields */

.ReadOnlyInput, .ReadOnlyInputChanged {
	margin: 2px;
	padding-left: 2px;
	cursor: default;
}

.ReadOnlyInput
{
	border: solid 1px #f5f5f5;
	background-color: #f5f5f5;
}
.ReadOnlyInputChanged
{
	border: solid 1px transparent;/* #C6CEE8;*/
	background-color: #C6CEE8;
}
.linkReadOnlyInput
{
	border: none 0px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
}
.linkReadOnlyInputChanged
{
	border: solid 1px #aaaaaa;
	font-size: 8pt;
	margin: 2px;
	cursor: pointer;
	background-color: #C6CEE8;
	text-decoration: underline;
}

.ReadOnlyCheckbox {
	display: inline-block;
	vertical-align: middle;
	border: solid 1px grey;
	padding: 1px;
	height: 9px;
	width: 9px;
	margin: 2px 0px;
}

.ReadOnlyCheckbox img {
	vertical-align:top;
	margin: 0px;
	height: 9px;
	width: 9px;
}

.ReadOnlyCheckbox.no-perms {
	border: solid 1px red;
}


/* PROCESS TASKS 
   ============= */

.windowprocess
{
	background: #cbd6c7;
	color: #666666;
	border: none 0px;
	padding: 5px;
}

.winprocess_bg
{
	padding: 0px;
}

.winprocess_title
{
	color: #333333;
	font-weight: bold;
}

.processStageListing
{
	padding:5px;
	display:inline-block;
	font-size:12px;
}

.selectedstage
{
	font-weight: bold;
	color: #444444;
	white-space: nowrap;
}

.noselectedstage
{
	white-space: nowrap;
	display:inline-block;
	margin: 0px 2px;
}

/* PROCESS BUTTONS */

.processButtons
{
	width: 100%;
	text-align: right;
	border-top: 1px solid #358A2A;
}

.processButtons table { float: right; }

.processOut
{
	border: solid 1px transparent;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

.processOver
{
	border: solid 1px transparent;
	padding: 2px 4px;
	cursor: pointer;
	color: #000066;
	background-color: #90D087;
}

.processDown
{
	border: inset 1px;
	padding: 2px 4px;
	cursor: pointer;
	color: #660000;
	background-color: #90D087;
}

/* POPUP WINDOWS */

.windowpopup
{
	background: #e8e8e8;
	color: #666666;
	border: solid 2px #aaaaaa;
	overflow: hidden;
	padding: 2px;
}

.popup
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 50;
}

.dsScrollWindow
{
	height: 168px;
	overflow-y: scroll;
}

.printhead
{
	display: none;
}

@media print
{
	.printnovis
	{
		visibility: hidden;
	}
	.printnodisplay
	{
		display: none;
	}
	.toolbarBorder
	{
		padding: 0px 5px;
	}
	.formInnerborder
	{
		border: solid 2px #d7e6eb;
		background-color: #ffffff;
	}
	.printhead
	{
		display: block;
	}
	
	.formOut, .formOver, .formDown, .toolbarOut, .toolbarOver, .toolbarDown, .whiteOut, .whiteOver, .whiteDown
	{
		display: none;
	}
	.dsScrollWindow
	{
		overflow: visible;
		height: initial;
	}
}

.searchRecord
{
	background-color: #dfecf7;
}

.searchRecordOver
{
	background-color: #90b2e0;
}

.simpleBorder
{
	border: solid 1px #000066;
}

.highlightred
{
	color: #cc0000;
}
.calcfield
{
	color: gray;
}
.datefield
{
	color: #666666;
}

.boldclass
{
	color: #666666;
	font-weight: bold;
}

/* BEST FIT + PROFILE RATINGS */

.NavClassic, .NavClassicSelected {
	cursor: pointer;
	color: #666666;
	text-align: left;
	display: block;
	width: 100%;
}
.NavClassic > img, .NavClassicSelected > img {
	vertical-align: middle;
	margin: 0px 3px;
}

.NavClassicFolderHover
{
	cursor: pointer;
	color: #333333;
	background-color: #dfecf7;
	text-align: left;
	width: 100%;
}
.NavClassic {
	background-color: #ffffff;
}
.NavClassic:hover {
	background-color: #dfecf7;
}
.NavClassicSelected {
	background-color: #e7f4ff;
}

.NavHeading
{
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	color: #444444;
	border-bottom: solid 1px #d7e6eb;
}

ul.NavList
{
	list-style: none;
	padding: 1px;
	margin: 0px;
}
ul.NavList li
{
	padding: 1px 0px;
	margin: 0px;
}


/* PROFILE COMPETENCY RATINGS */

.bar
{
	font-size: 1px;
	border: none 0px;
	height: 15px;
	vertical-align:middle;
}

table.gapRating
{
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#f0f0f0;
	border: solid 2px #ffffff;
	height: 20px;
}

table.gapRating tbody tr td, table.gapRating tr td
{
	height: 20px;
	border: solid 2px #f0f0f0;
}


/* FORMS */

.fieldIncomplete
{
	background-color: #E5AFBD !important;
}

.moreinfo
{
	border: solid 1px #97a6ab;
	background-color: #d7e6eb;
	padding: 5px;
	cursor: default;
	max-width: 600px;
	position: absolute;
	box-shadow: 2px 2px 2px #222;
}

.moreinfobutton
{
	cursor: pointer;
	vertical-align: middle;
}

.html-editor {
	width: 570px;
	height: 150px;
	margin: 0;
}

/* QUERY BUILDER */

.query-container {
	height: 200px;
	overflow: auto;
	border: inset 2px;
	background-color: white;
}

.onGroup
{
	background-color: #d7e6eb;
	cursor: default;
}
.offGroup
{
	background-color: #ffffff;
	cursor: pointer;
}
.overGroup
{
	background-color: #dfecf7;
	cursor: pointer;
}
.onSubQuery
{
	background-color: #d7e6eb;
	cursor: default;
}
.offSubQuery
{
	background-color: #ffffff;
	cursor: pointer;
}
.overSubQuery
{
	background-color: #dfecf7;
	cursor: pointer;
}
.criteriafield
{
	padding: 3px;
	margin-left: 20px;
	background-color: #ffffff;
}

.onGroup, .offGroup, .overGroup, 
.onSubQuery, .offSubQuery, .overSubQuery,
.criteriafield {
	white-space: nowrap;
}

.onGroup img, .offGroup img, .overGroup img, 
.onSubQuery img, .offSubQuery img, .overSubQuery img,
.criteriafield img {
	vertical-align: top;
	margin: 3px;
}

a.smalllink
{
	font-size:9px;
}

/*End Query Builder*/


/* NAVIGATION TREE
   =============== */

body.navigation { margin: 0px; }

.navigation
{
	background-color: #ffffff;
	margin: 0px;
	overflow: hidden;
}

.category
{
	color: #666666;
	cursor: pointer;
	white-space: nowrap;
	display:inline-block;
	min-width: 100%;
}
.category:hover
{
	color: #333333;
	background-color: #dfecf7;
	text-decoration: none;
}

a.navlink, a.navlinkclicked
{
	white-space: nowrap;
	display: inline-block;
	min-width: 100%;
	cursor: pointer;
}
a.navlink img, a.navlinkclicked img {
	vertical-align: middle;
	margin: 1px 4px 1px 1px;
}

a.navlink:link, a.navlink:visited, a.navlink:active
{
	color: #666666;
	text-decoration: none;
}

a.navlink:hover
{
	background-color: #dfecf7;
}

a.navlinkclicked:link, a.navlinkclicked:visited, a.navlinkclicked:active
{
	color: #666666;
	font-weight: bold;
	background-color: #e7f4ff;
	text-decoration: none !important;
}

.indent
{
	margin-left: 16px;
}

.noimage
{
	border: #666666 1px solid;
	background-color: #ffffff;
	padding: 3px;
	cursor: default;
	color: #666666;
	margin: 1px;
	white-space: nowrap;
}

.clsFullWidth {position: absolute; left: 14px; top: 20px; width: 702px;}
.hiddenoption
{
	color: #969696;
}

/* TREE BUILDER
   ============ */

.selected
{
	white-space: nowrap;
	background-color: #e7f4ff;
	border: solid 1px #e7f4ff;
	cursor: pointer;
}
.selectedHidden
{
	white-space: nowrap;
	background-color: #e7f4ff;
	border: solid 1px #e7f4ff;
	color: #aaaaaa;
	cursor: pointer;
}
.item
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	border: solid 1px transparent;
}
.hidden
{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #bbbbbb;
	cursor: pointer;
	border: solid 1px transparent;
}
.now
{
	white-space: nowrap;
}
.open
{
	display: block;
}
.closed
{
	display: none;
}

.navOpener
{
	border: 0px;
	margin: 3px;
	text-align: center;
	vertical-align: middle;
}

.tbPage
{
	white-space: nowrap;
}

.tbCategory
{
	white-space: nowrap;
}

.pageImage
{
	margin: 1px 2px;
	text-align: center;
	vertical-align: middle;
}

.categoryImage
{
	margin: 1px 0px;
	text-align: center;
	vertical-align: middle;
}

.uninstalled
{
	color: #666666;
	background-color: #ffeeee;
}


@media print
{
	.closed
	{
		display: block;
	}	
}



/* Upload Forms */

form.UploadForm
{
	/*margin: 10px;*/
}

input.FileInput
{
	height: 19px;
	width: 242px;
}

div.WaitMessage
{
	background-color: #FFFFFF;
	border: 1px solid #006;
	display: none;
	left: 5%;
	position: absolute;
	text-align: center;
	width: 90%;
}

div.WaitMessage p
{
	margin: 5px;
}

div.WaitMessage p.Heading
{
	font-weight: bold;
}

/* Error Pages */

body.errorPage
{
	font-size: 8pt;
	text-align: center;
}

body.errorPage #container
{
	margin: 50px 0px;
	width: 400px;
}

body.errorPage h1
{
	font-weight: bold;
	font-size: 16pt;
	color: #666666;
}

/* Dialog Boxes */

body.dialogBox
{
	font-size: 8pt;
	text-align: center;
}

body.dialogBox #container
{
	margin: 50px 20px;
	text-align: center;
}

body.dialogBox h1
{
	font-weight: bold;
	font-size: 16pt;
	color: #666666;
}

/* DIALOG WIZARD */

.dialogWizard
{
	border: 0px;
	background-color: ButtonFace;
	overflow: hidden;
	margin: 5px;
	font-size: 12px;
}

.dialogWizardTextArea
{
	border: 2px inset;
	background-color: #ffffff;
	overflow: auto;
	padding: 5px;
	font-size: 12px;
	height: 260px;
	margin: 5px;
}

/* error message window - hover colour for error text */
.textover
{
	font-weight: bold;
	background-color: lightsteelblue;
	cursor: pointer;
	word-wrap: break-word;
}

.wizardbuttons
{
	position: absolute;
	top: 250px;
	text-align: right;
}

.verticaltext
{
	vertical-align: middle;
	text-align:left;
	writing-mode: tb-rl;
	filter: flipH() flipV();
}	

.dividerline
{
	background-color: #bbbbbb;
	height: 1px;
	margin: 7px 0px;
}

.dividerfield
{
	font-weight: bold;
	color: #444444;
	display:inline-block;
}

.relateditems
{
	border: solid 1pt #cccccc;
	background-color: #eeeeee;	
}

/* home page - inbox messages */

.inboxmessages
{
	background-color: #ffffff;
	border: none 0px;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0px;
}

.inboxmessages tr td { padding-top: 3px; padding-bottom: 3px; }

.inboxheader
{
	background-color: #e8e8e8;
	font-weight: bold;
	color: #666666;
}

/* Copyright and logo */

div.poweredByLogo img
{
	border-width: 0px;
}
div.poweredByLogoTxt
{
	color: #000000;
	font-size: 8pt;
}


div.copyrightNotice
{
	font-size: 7.5pt;
}

div.copyrightNotice a:link, div.copyrightNotice a:visited, div.copyrightNotice a:active
{
	color: #000000;
}

/* Log-in Acceptable Use Pane */

table.logInAcceptableUsePane
{
	width: 350px;
}

/* Log-in Side Pane */

div.logInSidePane p
{
	margin: 0px;
	padding: 0px;
}

/* Log-in About Pane */

div.logInAboutPane
{
	text-align: center;
}

/* Login Page - now based on admin classes */

.clsLogo 
{
	position: absolute;
	left: 10px;
	top: 15px;
	width: 190px;
	height: 70px;
	z-index: 50;
}
.clsBanner 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 0;
	background-image: url(../images/banner/waves.gif);
}
 
.clsLeftPane {position: absolute; left: 14px; top: 110px; width: 190px;}
.clsContent {position: absolute; left: 219px; top: 110px; width: 450px;}
.clsBreadcrumbs {display: none;}


/* Scripting Error / Server Error Popup */
#modal-error-details h1, #modal-error-details h2,
#modal-error-details h3, #modal-error-details h4,
#modal-error-details h5, #modal-error-details h6,
#modal-error-details p, #modal-error-details blockquote {
	font-size: inherit;
	margin: 5px;
}

#modal-error-details img {
	vertical-align: middle;
	margin: 0px 5px;
}

.error-details {
	border: solid 1px #aaa;
	padding: 4px;
	max-height: 250px;
	overflow: auto;
}

.error-tag { color: #00F; }
.error-tag-name { color: #800000; }
.error-tag-hover { cursor: pointer; }
.error-tag-hover:hover { text-decoration: underline; }

.error-tag-text-hover { cursor:pointer; }
.error-tag-text-hover:hover {
	font-weight: bold;
	background-color: lightsteelblue;
	word-wrap: break-word;
}


/* APPLICANT SELECTION
   =================== */

.applicantselect
{
	text-align: center;
	width: 25px;
	cursor: default;
	white-space: nowrap;
}

.applicantdata
{
	cursor: default;
	white-space: nowrap;
}

/* CANDIDATE TREE
   ============== */

.linkSelected
{
	font-weight: bold;
}

.linkNormal
{
	font-weight: normal;
}

/* BULK LABELS UPDATE */

.statusmessage
{
	position: absolute;
	top: 110px;
	left: 20px;
	width: 300px;
	text-align: center;
	padding: 10px;
	border: solid 2px #666666;
	background-color: #ffffff;
	visibility: hidden;
}

.bulklabels
{
	height: 345px;
	overflow-y: auto;
	overflow-x: hidden;
	border: none 0px;
	background-color: #ffffff;
}

.blnewobject
{
	border-top: solid 1px #d7e6eb;
}

/* OBJECT BUILDER JOIN TREE 
   ======================== */

.joinindent {
	margin-left: 20px;
}

.selectionField, .selectionNode, .selectionFieldOn, .selectionNodeOn {
	cursor: pointer;
	white-space: nowrap;
	padding: 2px;
}

.selectionField, .selectionFieldOn {
	margin-left: 20px;
}
.selectionNode, .selectionNodeOn {
	font-weight: bold;
}
.selectionNodeOn, .selectionFieldOn {
	background-color: #e7f4ff;
}
.selectionNode img, .selectionNodeOn img {
	vertical-align: bottom;
}

select.jointree, input.jointree {
	vertical-align: middle;
	font-size: 11px;
}
.tree-form {
	position: absolute;
	z-index: 90;
	display: none;
}
.tree-form .label {
	text-align: right;
}

/* ADD OBJECT FIELDS
   ================= */

.fieldbox, .fieldboxOver, .fieldboxSelected {
	padding: 3px;
	border-bottom: solid 1px lightgrey;
	cursor: pointer;
}
.fieldbox {
	background-color: white;
}
.fieldboxOver {
	background-color: #deeef7;
}
.fieldboxSelected {
	background-color: #fff19f;
}

/* WORKFLOW 
   ======== */

.wfindent
{
	padding: 2px;
	padding-left: 20px;
}

.wfholder
{
	padding: 2px;
}

.wftreesteps
{
	width: 400px;
	height: 450px;
	overflow: auto;
	border: inset 2px;
	background-color: white;
}

/* SR 05/06/2013 Cross-Browser: Added new .debugBody as NJG did*/
.debugBody
{
	border: 0px;
	background-color: ButtonFace;
	font-family: arial, helvetica, sans-serif;
	overflow: hidden;
	margin: 5px;
	font-size: 12px;
}

.list
{
	text-align: left;
	white-space: nowrap;
}

.unselectable
{
	-moz-user-select: none;
	-webkit-user-select: none;
}

ul.formList
{
	margin: 10px 15px;
	padding: 5px;
}

ul.formList li
{
	padding: 2px;
}

.dsHeader
{
	white-space: nowrap;
}

ul.plainList
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.plainList li
{
	margin: 2px;
}

ul.plainList_horizontal
{
	list-style: none;
	padding: 0px;
	margin: 5px;
}
ul.plainList_horizontal li
{
	padding: 5px;
	float: left;
	text-align: center;
}

ul.report-list, ul.report-sub-list {
	list-style: none;
	padding: 0px;
}
ul.report-list {
	margin: 0px;
}
ul.report-sub-list {
	margin: 2px 20px;
}
ul.report-list li, ul.report-sub-list li {
	background-color: white;
	font-size: 9pt;
	color: #666666;
	text-align: left;
	padding: 2px;
}
ul.report-list img {
	margin: 0px 4px;
}
ul.report-list li {
	font-weight: bold;
	border-top: solid 1px #d7e6eb;
}
ul.report-list li:first-child {
	border: none;
}
ul.report-sub-list li {
	border: none;
	font-weight: normal;
}

.rw_fieldset {
	margin: 0px;
	padding: 5px;
	width: 610px;
}

.leftBorder
{
	border-left: solid 2px #c0c0c0;
}

table.noSpacing
{
	border-collapse: collapse;
	border-spacing: 0;
}
.noSpacing td, .noSpacing th
{
	padding: 0px;
}

#contentrow
{
	margin: 0px;
	padding: 0px;
	border: solid 2px transparent;
}

.popupValue
{
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.whitebackground
{
	background-color: #ffffff;
}

.wrapOff { white-space: nowrap; }

.info-table
{
	border: solid 2px #eee;
	padding: 6px;
	position:absolute;
	top:65px;
	left:10px;
	border-collapse:collapse;
	border-spacing: 3;
}

.drag-handle {
	cursor: move;
}
