/*

Palette

Blue in wave graphic:     #4d8abe;
Dark blue e.g. headings:  #3A688F;


 */


* {
  margin: 0;
}

body {
  background-color: #ccc;
  margin: 0;
}

body, td, th, input, textarea, select, legend {
  color: #333;
  color: #27455F;
  color: #3A688F;
  font: 12px Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #4d8abe;
  color: #3A688F;
  font-family: Arial, sans-serif;
  margin: 0 0 10px 0;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 89%; }
h6 { font-size: 60%; }


.right {
  text-align: right !important;
}

a {
  color: #4d8abe;
}

img {
  border: none;
  vertical-align: middle;
}

pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px 0;
}

ol {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul.radioButtons {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

div.aup ol, div.aup ul {
  margin-left: 0px;
  margin-bottom: 10px;
}

/*
 * Any list of radio buttons or checkboxes. Allow for large bodies with block layout.
 */
ul.selectionList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.selectionList li {
  margin: 0 0 10px;
  *zoom: 1;
}

ul.selectionList li input.selector {
  float: left;
  *height: 13px;
  *width: 13px;
}

ul.selectionList li div.selectionBody {
  margin-left: 20px;
}

/* MAJOR PAGE SECTIONS */

div#body {
  background-color: white;
  border: 1px solid #888;
  width: 800px;
  margin: 10px auto;
}

div#header {
  background: url(oneid_header.png) no-repeat;
  height: 110px;
  position: relative;
}
div#ehealth-logo {
  background: url(Bilingual_Logo_White_H80.png) no-repeat scroll 10px 6px transparent;
  width: 210px;
  height: 100px;
}
div#oneid-logo {
  /* background: url("oneid-logo.png") no-repeat scroll 0 0 transparent; */
  width: 173px;
  height: 71px;
}
/*
div#header {
  background: url(Header.png) no-repeat;
  height: 110px;
  margin: 10px;
  position: relative;
}
*/
div.titleText {
  display: none;
}

div#middle {
  background-color: white;
  margin: 10px 10px 0px 10px;
  height: 1%;
}

/*
div#footer {
  background: url(ontlogo.gif) no-repeat;
  height: 85px;
  padding: 20px;
  position: relative;
}

a.aup {
  position: absolute;
  color: white;
  top: 40px;
  right: 200px;
}

a.privacy {
  position: absolute;
  top: 60px;
  right: 200px;
  color: white;
}
*/
ul#topNav {
  position: absolute;
  top: 75px;
  right: 0;
}

ul#topLeftNav {
  position: absolute;
  top: 100px;
  left: 20px;
}

div#versionInfo {
  background-color: #444;
  bottom: 0;
  color: white;
  font-size: 10px;
  font-weight: bold;
  left: 0;
  opacity: 0.8;
  padding: 5px;
  position: fixed;
}

/* see http://www.gunlaug.no/contents/wd_additions_15.html */

* html,* html body {
  background-attachment: fixed;
}

* html div#versionInfo {
  filter: alpha(opacity=80);
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?
    documentElement.scrollTop
    +(documentElement.clientHeight-this.clientHeight)
  : document.body.scrollTop
    +(document.body.clientHeight-this.clientHeight));
}

a#wicketDebugLink {
  background-color: #444 !important;
  border: none !important;
  bottom: 0 !important;
  color: white !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  right: 0 !important;
  text-decoration: none;
  text-transform: lowercase !important;
}

a#wicketDebugLink:hover {
  text-decoration: underline;
}

/*
 * Suckerfish menus, see http://alistapart.com/articles/dropdowns
 *
 * Note that this depends on JavaScript rendered in BasePage to dynamically
 * add the "hover" class to the correct list items. We do this because
 * IE6 only respects the :hover pseudo-attribute on "a" elements.
 */

ul.menu {
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  height: 22px;
}

ul.menu li {
  float: left;
  position: relative;
}

ul.menu li.hover {
  background-color: #ddd;
}

ul.menu li a {
  color: #3A688F;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

ul.menu li ul {
  background-color: white;
  border: 1px solid #ddd;
  display: none;
  left: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 180px;
}

ul.menu li.hover ul {
  display: block;
}

ul.menu li.menuError {
	font-weight: bold;
}


ul.menu li ul li {
  display: block;
  float: none;
  padding: 0;
}

ul.menu li ul li a {
  border-top: 1px dotted #ccc;
  display: block;
}

* html ul.menu li ul li a {
  border: none;
}

ul.menu li ul li:first-child a {
  border-top: none;
}

ul.menu li div.dropDownMenu a {
  background: url('drop-down.gif') no-repeat right 9px;
  padding-right: 16px;
}

* html ul.menu li div.dropDownMenu a {
  /* Fixes two problems in IE6: missing background arrow and missing border on dropdown */
  position: relative;
}

ul.menu li div.dropDownMenu ul a {
  background-image: none;
}




div#content {
  background-color: white;
  padding: 0 20px;
  min-height: 400px;
}

* html div#content {
  height: 400px;
}

div.feedback {
}

div.feedbackInfo ul {
  background-color: #c0d892;
  background-color: #e0f4c1;
  border: 1px solid;
  color: #0a6800;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.feedbackWarning ul {
  background-color: #ff8;
  border: 1px solid #cc4;
  color: #660;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.feedbackErrorStandalone {
  background-color: #faeae5;
  border: 1px solid #cc3300;
  color: #cc3300;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px;
}

div.feedbackError ul {
  background-color: #faeae5;
  border: 1px solid #cc3300;
  color: #cc3300;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.info, div.warning, p.info, p.warning {
  background-color: #ffffe0;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  border: 1px dotted #ccc;
  padding: 8px 8px 8px 30px;
}

div.info, div.warning {
  padding-bottom: 1px;
  margin-bottom: 10px;
}

div.info, p.info {
  background-image: url(information.png);
}

div.warning, p.warning {
  background-image: url(warning.png);
}

a.changeLink {
  font-size: 11px;
  font-weight: normal;
  color: #aaa;
  text-decoration: none;
}

a.changeLink:hover {
  text-decoration: underline;
}


/* STACKABLES */

/* Items that are meant to be stacked vertically with their peers */
.stackable, p, fieldset {
  margin: 0 0 10px 0;
}

/* Items that contain stackables. These are also stackable themselves. */
.stackableContainer, fieldset {
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
}

.childContainer {
  margin: 0 20px;
  padding: 0;
}

div.name {
  font-weight: bold;
}

div.note {
  font-size: 90%;
}

div.minorSection {
  border-top: 1px solid #999;
  background-color: #eee;
  padding: 10px 10px 1px 10px;
  margin: 0 0 10px 0;
}

h3 span.links {
  display: block;
  float: right;
}

h3 span.links a {
  color: white;
  font-weight: normal;
  font-size: 80%;
  margin-left: 5px;
  text-decoration: none;
}

h3 span.links a:hover {
  text-decoration: underline;
}

div.titledSection div.body {
  padding: 10px 10px 0 10px;
}

div.titledReport table {
  border: none;
  margin: 0;
}

/* FORMS */

form {
  margin: 0;
}

label.era {
  font-weight: normal;
}

label {
  font-weight: bold;
}

div.form {
  background-color: #eee;
  border: 1px solid #888;
  margin: 0 0 10px 0;
}

div.form div.body {
  padding: 10px 10px 10px 10px;
}

table.form {
  margin-bottom: 10px;
}

table.formDelegateLabels {
  margin-bottom: 10px;
}

table.formDelegateLabels td{
  margin-bottom: 0px;
}

table.formDelegate {
  margin-bottom: 10px;
  margin-left: auto; 
  margin-right: auto;
}

table.form th {
  font-weight: bold;
  text-align: right;
}

table.form th.identitydocument {
  font-weight: bold;
  text-align: right;
  width: 125px;
}

table.form th.loaoverride {
  font-weight: bold;
  text-align: left;
}

table.refineSearch {
  margin-bottom: 10px;
}

table.refineSearch th, tr {
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
}

div.buttons {
  background-color: #ccc;
  padding: 5px;
  text-align: right;
}

div.buttons input {
  overflow: visible;
  padding: 2px 5px;
  text-align: center;
}

input.inputText,
input.inputPassword {
  padding: 3px;
}

input.username {
  width: 200px;
}

input.usernameDelegate{
  width: 400px;
}

input.userid {
  width: 200px;
}

input.large {
  width: 300px;
}

input.small {
  width: 40px;
}

input.defaultButton {
  /* background-color: #7AA8CF; */
  font-weight: bold;
}

input.inputSubmit {
  padding: 5px;
}

input[type="submit"] {
  font-weight: bold;
}

input[type="text"][disabled] {
  border: 2px inset ButtonFace;
  background-color: #cccccc;
}

input[type="text"][readonly] {
  border: 2px inset ButtonFace;
  background-color: #cccccc;
}

input[type="submit"][disabled] {
  border: 2px outset ButtonFace;
  color: GrayText;
}

select[disabled] {
  background-color: #cccccc;
}

ul.radioSelection {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

ul.radioSelection li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/*-------- Titled Borders ---------*/

div.titledBorder {
  border: 1px solid #888;
  border: 1px solid #4d8abe;
  margin: 0 0 10px 0;
}

div.titledBorder h3 {
  background-color: #4d8abe;
  border-bottom: 1px solid #4d8abe;
  color: white;
  font: bold 12px Arial, sans-serif;
  margin: 0;
  padding: 2px 2px 2px 12px;
}

div.titledBorder div.body {
  padding: 0;
}


/* REPORTS */

table.report {
  background-color: white;
  border: 1px solid #4d8abe;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  width: 100%;
}

div.titledBorder table.report {
  border: none;
}

table.report th,
table.report td {
  padding: 3px 5px;
  text-align: left;
}

table.report th {
  background-color: #D2E2EF;
  color: #4d8abe;
  font-weight: bold;
}

/* used by BulkInvitationPage */
table.report th.error {
	border: 1px solid;
	font: 10px Arial,sans-serif;
	font-weight:bold;
}

table.report td {
  border-top: 1px dotted #ccc;
}

/* used by BulkInvitationPage */
table.report td.errorNumber {
	border: 1px solid;
	padding: 0px 3px;
	font: 10px Arial,sans-serif;
	text-align: center;
}

/* used by BulkInvitationPage */
table.report td.errorText {
	border: 1px solid;
	padding: 0px 3px;
	font: 10px Arial,sans-serif;
}

table.report tr:first-child td {
  border: none;
}

* html table.report td {
  border-top: 1px solid #ccc;
}

table.report tr:hover {
  background-color: #ffc;
}

/* Column containing only a radio button */
table.report th.radio {
  width: 15px;
}

table.report th.itemPanel,
table.report td.itemPanel {
	padding: 1px 2px 0px 5px;
}

table.report th.radioButton,
table.report td.radioButton {
	padding: 1px 2px 0px 5px;
	 width: 2%;
}

table.report th.name,
table.report td.name {
	width: 90px;
	word-wrap: break-word;
}

table.report th.loginId,
table.report td.loginId {
	width: 165px;
	word-wrap: break-word;
	word-break: break-all;
}

table.report th.phone,
table.report td.phone {
	width: 55px;
	word-wrap: break-word;
	word-break: break-all;
}

table.report th.email,
table.report td.email {
	width: 167px;
	word-wrap: break-word;
	word-break: break-all;
}

table.report th.contactInfo,
table.report td.contactInfo {
	width: 150px;
	word-wrap: break-word;
	white-space: pre-line;
}

table.report th.regCollege,
table.report td.regCollege {
	width: 70px;
	word-wrap: break-word;
}

table.report th.status,
table.report td.status {
	width: 42px;
	text-align: center;
}

table.report th.acctType,
table.report td.acctType {
	width: 60px;
	word-wrap: break-word;
}

table.reportNoHover tr:hover{
	background-color: #ffffff;
}
table.reportNoHeadingWithHover th{
	display:none;
}
table.reportNoHeadingWithHover tr:hover {
  background-color: #ffc;
}

table.report th.labelFollowedByChangeLink,
table.report td.labelFollowedByChangeLink {
	padding: 3px 0px 3px 3px;
	width: 1%;
	white-space: nowrap;
}

table.report td.labelFollowedByChangeLink {
	text-align: right;
}

table.report td.labelFollowedByChangeLink + td {
	  vertical-align: middle;
}

table.report td.labelFollowedByChangeLink + td a {
  font-size: 11px;
  font-weight: normal;
  color: #aaa;
  text-decoration: none;
}

table.report td.labelFollowedByChangeLink + td a:hover {
  text-decoration: underline;
}

table.report th.nobreak,
table.report td.nobreak {
	white-space: nowrap;
}

table.report th.centered,
table.report td.centered {
	text-align: center;
}

table.report th.leftAligned,
table.report td.leftAligned {
	text-align: left;
}

/* dashboard */
table.report th.dashboard {
  background-color: #D2E2EF;
  color: #4d8abe;
  font-weight: bold;
  width: 50%;
}

/* Legend on the IdentifyIndividualPage */
div.legend {
	background-color: #D2E2EF;
	padding: 5px;
	margin: 5px;
}

div.legend img {
	margin-bottom: 2px; 
}

div.legend span + img {
	margin-left: 20px; 
}

span.legendTitle {
	font-weight:bold;
}

/*-------------- Wicket TreeTables ------------------*/

/*

Rules to make TreeTables look like our report tables.

Note that Wicket renders the TreeTable's CSS after ours, so
 we need to use a leading div to make our rules stickier

*/

div div.wicket-tree-table {
  min-height: 100px;
  border: 1px solid #4d8abe;
  margin: 0 0 10px;
}

div.titledBorder div.wicket-tree-table {
  border: none;
  margin: 0;
}

div div.wicket-tree-table a {
  color: #4d8abe;
}

div div.wicket-tree-table div.header {
  background-color: #D2E2EF;
  color: #4d8abe;
}

div.wicket-tree-table div.row:hover,
div.wicket-tree-table div.row-selected:hover {
  background-color: #ffc;
}

/* These rules stop too-wide enrolment/org/role names from disappearing.
 *
 * The TreeTable works by floating the following elements to the left:
 *
 *   - an indent spacer
 *   - the junction node (the little plus/minus sign)
 *   - the icon for the item
 *   - the item itself
 *
 * If the item gets too wide it drops down. From the user's perspective
 * it simply disappears. The only way to prevent this is to hardcode the
 * width so it doesn't exceed the width of the containing cell.
 *
 * Note that in IE6 we have to hide the overflow, otherwise it will just
 * ignore our width, expand the block to hold the text, and wrap down.
 * This width has to be small enough to not wrap the deepest node--in this
 * case the Role node--so it will appear to truncate the service and org
 * nodes too short. I'm not sure we can prevent this since there's no
 * CSS class being applied that indicates tree depth.
 *
 * In FireFox, the default is overflow: visible and everything works fine
 * (big surprise!).
 */
div.wicket-tree-table a.node-link span {
  display: block;
  *overflow: hidden;
  width: 300px;
}

div.wicket-tree-table a.node-link span.icon {
  display: inline;
  width: 20px;
}


/* TABS */

/*
 * See here for an explanation of our approach:
 *
 *    http://www.alistapart.com/articles/slidingdoors/
 *    http://www.alistapart.com/articles/slidingdoors2/
 *
 */

div.tab-row ul {
  background: url(tab-row.png) repeat-x left bottom;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; /* contain floats */
}

* html div.tab-row ul {
  zoom: 1; /* contain floats */
}

div.tab-row ul li {
  background: url(tab-height41px.png) no-repeat right top;
  background-color: white;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}

div.tab-row ul li.selected {
  background: url(tab-selected-height41px.png) no-repeat right top;
}

div.tab-row ul li a {
  background: url(tab-l-height41px.png) no-repeat left top;
  border-bottom: 1px solid #bebdbd;
  display: block;
  float: left;
  height: 35px; /* tab image height - top padding */
  padding: 6px 12px 0;
  text-decoration: none;
}

div.tab-row ul li.selected a {
  background: url(tab-selected-l-height41px.png) no-repeat left top;
  border-bottom: 1px solid white;
}



div.tab-panel {
  border: 1px solid #bebdbd;
  border-top: none;
  min-height: 250px;
  /*max-height: 365px;*/
  overflow: auto;
  padding: 10px 10px 0 10px;
}

* html div.tab-panel {
  height: 300px;
}



/* POPUP FORMS */

div.popupForm {
  background-color: white;
  border: 1px solid #ccc;
}

div.popupForm div.body {
  padding: 10px 10px 0 10px;
}


/*----- Search Popup -----*/

div.searchPopup {
  border: 1px solid #ccc;
}

div.searchForm {
  background-color: #e0e0e0;
  padding: 6px;
}

ul.searchResults {
  background-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.searchResults li {
  border-bottom: 1px solid #ccc;
}

ul.searchResults li a {
  display: block;
  padding: 4px;
  text-decoration: none;
}

ul.searchResults li a:hover {
  background-color: #ffc;
}

div.searchStatus {
  padding: 4px;
}

a.searchCancel {
  display: block;
  padding: 4px;
}

/* ======== SPECIFIC PAGES ======== */

/*---------- Add Enrolments Page ----------*/

p.currentLoa {
  font-style: italic;
}

/*----------- EnrolmentAttributesPage ----------*/

div.serviceSelector div.body {
  background-color: white;
  height: 120px;
  overflow: auto;
}

div.serviceSelector table {
  border: none;
  border-bottom: 1px dotted #ccc;
}

div.serviceSelector tr {
  border-bottom: 1px dotted #ccc;
}

div.serviceSelector .name {
  padding-left: 20px;
}

div.serviceSelector td.name span.incomplete {
  color: #888;
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
}

div.serviceSelector tr.selected td.name {
  background: url('bullet_go.png') no-repeat 2px 2px;
  font-weight: bold;
}

div.serviceSelector a {
  text-decoration: none;
}

div.serviceSelector a:hover {
  text-decoration: underline;
}


div.attributesBorder div.body {
  background-color: white;
  height: 200px;
  overflow: auto;
}

/*---------- EnrolmentsViewPanel ----------*/

div.enrolmentsView div.wicket-tree-table {
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
}

ul.attributeList {
  min-height: 100px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

ul.attributeList li {
  border-bottom: 1px dotted #ccc;
  padding: 2px 4px;
}

ul.attributeList li:hover {
  background-color: #ffc;
}

ul.attributeList li span {
  font-weight: bold;
}

ul.attributeList li span.value {
  float: right;
  font-weight: normal;
  width: 400px;
  padding-left:5px;
  border-left: dotted 1px #ccc
}


/*------------ PopupPage -----------*/

body.popupPage {
  background-color: white;
  padding:30px 0px 0px 0px;
}

div.popupBanner {
  background-color: #4d8abe;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 4px;
  position: fixed;
  width: 100%;
  top: 0;
}

div.popupBanner div.titleText {
  display: block;
  padding: 4px 0;
}

* html div.popupBanner {
  zoom: 1;
}

div.popupBanner input {
  float: right;
  margin-right: 10px;
}

@media print {

  body {
    font-size: 10pt !important;
  }

  div.popupBanner input {
    display: none;
  }

  div.titleText {
    color: #3A688F;
    font-size: 18pt;
    padding: 0 0 3px;
    height: inherit;
    vertical-align: bottom;
    display: table-cell;
  }

}


/*------------ HelpPage -----------*/

div.helpPage {
  background-color: white;
  margin: 0;
  border: none;
  margin: 10px 10px 10px 0px;
  width: auto;
}

div.helpPageContent {
  margin-left: 5px;
}

h1.helpPageContent {
  margin-left: 5px;
}

/* MY PROFILE PAGE */

a.blockLink {
  border: 1px solid #ccc;
  display: block;
  padding: 20px;
  margin: 10px 0;
  height: 60px;
  text-decoration: none;
}

a.blockLink:hover {
  background-color: #ffc;
  background-color: #e5f6fb;
}

a.blockLink span {
  display: block;
}

a.blockLink span.title {
  font-size: 18px;
  font-weight: bold;
}

a.blockLink span.description {
  padding: 10px 0 0 0;
}



/*---------- UserPage ----------*/

span.password {
  font-family: Courier New;
  font-size: 14px;
}

div.assuranceLevel {
  float: right;
  text-align: right;
  cursor: pointer;
}

ul.assuranceRules {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.assuranceRules li {
  padding: 6px 0;
  zoom: 1;
}

ul.assuranceRules li img {
  display: block;
  float: left;
}

ul.assuranceRules li span {
  display: block;
  margin-left: 25px;
}

div.cluetip-default {
  border: 1px solid #444;
}

div.cluetip-default #cluetip-outer {
  background-color: white;
  background-color: #ffc;
}

div.notRegisteredSection {
  background-color: #ffffbf;
  background-color: #fff2bf;
  border: 1px solid #ffcc00;
  overflow: hidden; /* contain floats */
}

* html div.notRegisteredSection {
  zoom: 1; /* trigger hasLayout to contain floats */
}

div.registerButtons {
  display: block;
  float: right;
  margin: 0 0 10px;
}

div.registerButtons input {
  overflow: visible;
  padding: 2px 5px;
}

div.personalInfo {
  background-color: #f8f8f8;
  border: 1px solid #bebdbd;
  min-height: 165px; /* height of the user panel */
}

div.personalInfo div.name {
  font-size: 18px;
  font-weight: bold;
}

span.ajaxEditable {
  background: url(page_white_edit.png) right no-repeat;
  cursor: pointer;
  padding-right: 20px;
}

div.passwordBlock {
  float: right;
  text-align: right;
}

/* keep the contact info on left*/
div.contactInfo {
  float: left;
}

div.contactInfo div {
  line-height: 16px;
  margin-bottom: 5px;
}

div.contactInfo div img {
  position: static;
  vertical-align: middle;
}

div.contactInfo div img {
  margin-right: 5px;
}

div.contactInfo span.statusLinks {
  font-size: 90%;
  margin-left: 10px;
}

div.contactInfo span.statusLinks a {
  color: #aaa;
  text-decoration: none;
}

div.contactInfo span.statusLinks a:hover {
  text-decoration: underline;
}

div.accountOwner {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.passwordBlock span.statusLinks {
  font-size: 90%;
}

div.passwordBlock span.statusLinks a {
  color: #aaa;
  text-decoration: none;
}

div.passwordBlock span.statusLinks a:hover {
  text-decoration: underline;
}

/* added space under each item for readability */
div.passwordBlock div { 
  margin-bottom: 5px;
}

div.passwordBlock div img {
  margin-right: 5px;
}

div.disabledBlock {
  background-color: #faeae5;
  border: 1px solid #cc3300;
  color: #cc3300;
  padding: 10px;
}

div.disabledBlock img {
  display: block;
  float: left;
}

div.disabledBlock span {
  display: block;
  margin-left: 30px;
}

div.disabledBlock span.disabled {
  font-weight: bold;
}


div.confirmCancel,
div.messagePopup {
  background-color: white;
  border: 1px solid #666;
  padding: 0;
  width: 400px;
  margin-left: -200px;
}

div.confirmCancel h4,
div.messagePopup h4 {
  background-color: #4d8abe;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 4px;
}

div.confirmCancel div.confirmCancelBody,
div.messagePopup div.bd {
  padding: 10px 10px 0;
}

div.confirmCancel p,
div.messagePopup div.bd {
  text-align: center;
}

div.confirmCancel input,
div.messagePopup input {
  overflow: visible;
  margin: 0 3px;
  padding: 2px 5px;
}

div.messagePopup div.ft {
  text-align: center;
  padding: 10px;
}

/* SDChallengeQAViewPanel */

a.viewLink {
  background-color: #4d8abe;
  color: white;
  float: right;
  font-size: 90%;
  padding: 1px 3px;
  text-decoration: none;
}

td.answerCell {
  width: 33%;
}

/* Enrolments Tab */

ul.manageEnrolmentsMenu li ul {
  width: 220px;
}

/*---------- UserChallengeQAViewPanel ----------*/

.qaAnswerColumn {
  width: 60px;
}

.qaChangeColumn {
  width: 60px;
}

/*---------- Manage Sponsorship Panels -------------*/
a.selectAll {
    color:#3A688F;
    font-size:10px;
}

/*----- SimpleSearchPanel (mostly VerificationAndSponsorshipPage) -----*/

div.simpleSearchPanel {
  border: 1px solid #4d8abe;
  margin-bottom: 10px;
}

div.simpleSearchPanel h2 {
  background-color: #4d8abe;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 3px;
}

div.simpleSearchPanel-disabled {
  border: 1px solid #ccc;
}

div.simpleSearchPanel-disabled h2 {
  background-color: #ccc;
}

div.simpleSearchPanel h2 span.selected {
  display: block;
  font-style: italic;
  font-weight: normal;
  float: right;
}

div.simpleSearchPanel h2 span.selectedName {
  font-weight: bold;
}

div.simpleSearchPanel div.searchBar {
  background-color: #e0e0e0;
  padding: 4px;
}

div.simpleSearchPanel div.resultsBlock {
  background-color: white;
  height: 120px;
  overflow: auto;
  position: relative;
}

div.simpleSearchPanel ul.results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.simpleSearchPanel ul.results li {
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  overflow: hidden;
  padding: 2px 4px;
  *zoom: 1;
}

div.simpleSearchPanel ul.results li input {
  float: left;
}

div.simpleSearchPanel ul.results li span.simpleSearchItemPanel {
  display: block;
  margin-left: 20px;
}

div.simpleSearchPanel ul.results li span.username {
  display: block;
  float: right;
  font-family: Courier New, monospaced;
}

div.simpleSearchPanel ul.results li.selected {
  background: url(tick.png) #ffc no-repeat 4px 1px;
}



span.spinner {
  position: relative;
  top: 3px;
  left: 2px;
}

div.spinner {
  background-color: #ff8;
  font-weight: bold;
  padding: 3px 5px;
  position: absolute;
}

/*----- IdentifyIndividualPage -----*/

div.searchBoxContainer {
  overflow: hidden;
}

* html div.searchBoxContainer {
  width: 100%;
}

fieldset#searchByNameNarrow,
fieldset#searchByApp {
  float: right;
  width: 290px;
}

fieldset#searchByNameWide {
  float: right;
  width: 350px;
}

fieldset#searchByUpnWide,
fieldset#searchByPd {
  float: left;
  width: 374px;
}

fieldset#searchByUpnNarrow {
  float: left;
  width: 314px;
}

fieldset#searchInvitations {
  float: left;
  width: 693px;
  padding-top: 0px;
}

fieldset#selectServices {
  float: left;
  width: 693px;
  padding-top: 0px;
}

.searchInvitation {
    padding-left: 30px;
    padding-right: 15px;
}

.searchExpressInvitation {
    padding-left: 30px;
}

table.searchInvitationDetails th, tr {
	text-align: left;
	vertical-align: top;
}

table.searchInvitationDetails {
	margin-top: 10px;
	margin-bottom: 10px;
}

th.searchInvitationDetails {
	font-weight: bold;
}
	

.searchDelegationLabels{
    padding-left: 30px;
    padding-right: 5px;
    font-weight:bold;
    text-align: right;
    margin: 0px;
}

/* NEW USER REGISTRATION PAGE */

ul.verifierAutoCompleteList {
  background-color: white;
  border: 1px solid #888;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 300px;
}

ul.verifierAutoCompleteList li {
  border-top: 1px dotted #ccc;
  cursor: pointer;
  padding: 3px;
}

ul.verifierAutoCompleteList li.selected {
  background-color: #ffc;
}

ul.verifierAutoCompleteList li:first-child {
  border-top: none;
}

* html ul.verifierAutoCompleteList li {
  border-top: 1px solid #e0e0e0;
}

ul.verifierAutoCompleteList li span {
  display: block;
}

ul.verifierAutoCompleteList li span.fullName {
  float: right;
  font-style: italic;
}



/*---------- ReadOnlyUserPage ----------*/

body.popupPage div#body {
  border: none;
}



/* DUPLICATE USERS PAGE */

tr.exactMatch td {
  background-color: #feff9c;
}

tr.newUser td {
  background-color: #e0f4c1;
  font-weight: bold;
}

.duplicateValue {
  font-weight: bold;
}

/* IDENTITY INFO CHANGE COMPLETION PAGE */

tr.changedField {
  background-color: #ffc;
}

tr.changedField td {
  font-weight: bold;
}


/*---------- WizardPage ----------*/

div.wizardProgress {
  margin-top: 20px;
  text-align: center;
}

div.wizardProgress span.wizardStep {
  margin: 0 7px;
}

div.wizardProgress span.inactive img {
  filter: alpha(opacity=50);
  opacity: 0.5;
  zoom: 1;
}

div.wizardProgress span.inactive {
  /* opacity on text looks like ass in IE6, so we'll just set the colour directly */
  color: #a6c5df;
}

div.wizardProgress img {
  vertical-align: middle;
}

/*----------- UserChallengeQAEditPanel -------------*/

div.answerTipsBody {
  margin: 10px 10px 1px;
}

div.answerTips ul {
  padding-left: 15px;
  margin: 0;
}

div.answerTips li {
  margin-bottom: 5px;
}

div.userChallengeQAEditPanel {
  overflow: hidden;
  zoom: 1;
}

div.userChallengeQAEditPanel div.userChallengeQAEditPanelBody {
  /* margin-right: 320px; */
}

div.userChallengeQAEditPanel table {
  clear: both;
  margin-bottom: 10px;
}

div.userChallengeQAEditPanel input {
  width: 300px;
}

div.userChallengeQAEditPanel select {
  width: 405px;
}

/*----------- NewPasswordPanel ------------*/

div.newPasswordPanel {
  overflow: hidden;
  zoom: 1;
}

div.newPasswordPanel input {
  margin-right: 6px;
}

div.passwordStrengthRules ul {
  list-style-type: none;
  padding: 0;
}

div.sidebar {
  background-color: #ffc;
  border: 1px solid #3A688F;
  float: right;
  margin: 0 0 10px 10px;
  width: 300px;
}

div.sidebar h3 {
  background-color: #3A688F;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 2px 4px;
}

div.sidebar div.body {
  padding: 10px 10px 0;
}

div.sidebar ul {
  margin: 0 0 10px;
}

div.aup {
  background-color: white;
    border: 1px solid #888;
    height: 200px;
    overflow: auto;
    padding: 10px;
}

div.selfRegPolicy div.aup {
    height: 100px;
}

div.privacy {
  background-color: white;
    border: 1px solid #888;
    height: 200px;
    overflow: auto;
    padding: 10px;
}

ul.aupcheck {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

ul.aupcheck li {
  display: inline;
  margin: 0 10px;
}

ul.aupcheckVertical {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

ul.aupcheckVertical li {
  margin: 0 10px;
}

div.aupPopupWrapper {
  width: 520px;
  margin: 20px auto;
}

div.aupPopupBody {
}

@media print {

  /* Stuff to make sure the AUP page in the self-complete flow can be reasonably printed */

  div#body {
    border-width: 0;
    margin: 0;
    width: auto;
  }

  div#header {
    background-image: none;
    height: 71px;
    border-bottom: 1px solid #3A688F;
  }

  ul.menu { display: none; }

  div#content { padding: 0; }
  div#footer { display: none; }

  div.form {
    border: none;
  }

  div.form div.body {
    padding: 0;
  }

  div.form div.buttons {
    display: none;
  }

  div.wizardProgress {
    display: none;
  }

  p.aupInstructions {
    display: none;
  }

  div.aup {
    border: none;
    height: auto;
    overflow: visible;
    padding: 0;
  }
  
  div.selfRegPolicy div.aup {
    height: auto;
  }

  ul.aupcheck {
    display: none;
  }

  /* Fix printing for the AUP popup window */

  div.aupPopupWrapper {
    width: 100%;
  }
}






ul.passwordRuleList li {
  background: url(cross.png) no-repeat;
  padding-left: 20px;
  margin: 0 0 5px;
}

ul.passwordRuleList li.valid {
  background-image: url(tick.png);
}

ul.answerRuleList li {
  background: url(tick.png) no-repeat;
  padding-left: 20px;
  margin: 0 0 5px;
}

ul.answerRuleList li.valid {
  background-image: url(tick.png);
}

/* LOGIN FORM ELEMENTS */
.textBox {
border: 1px solid #666666;
width: 100%;
}

/*---------- SelfRegInfoPanel ---------*/

table.leftSide {
  float: left;
}

table.rightSide {
  float: right;
  width: 350px;
}

div.containFloats {
  overflow: hidden;
  *zoom: 1;
}

/*---------- VerifyIdentityInformationPage ----------*/

form.verifyIdentityInformationChangePage div.form div.body {
  padding: 0;
}

form.verifyIdentityInformationChangePage ul.selectionList li {
  border-top: 1px solid #ccc;
  padding: 10px 10px 0;
}

form.verifyIdentityInformationChangePage ul.selectionList li:first-child {
  border-top: none;
}

form.verifyIdentityInformationChangePage ul.identityDocumentSelectionList {
  /* background-color: white; */
  list-style: none;
  margin: 0;
  padding: 0;
}

form.verifyIdentityInformationChangePage ul.identityDocumentSelectionList li {
  border: none;
  margin: 0;
  padding: 3px;
}

form.verifyIdentityInformationChangePage ul.identityDocumentSelectionList li * {
  vertical-align: middle;
}

/*---------- ChangeIdentityDocumentPage ----------*/

form.changeIdentityDocumentPage div.form div.body {
  padding: 0;
}

form.changeIdentityDocumentPage ul.selectionList li {
  border-bottom: 0px solid #ccc;
  padding: 10px 10px 0;
  margin: 0 10px;
}

form.changeIdentityDocumentPage table.selectedIdentityDocument {
  border-collapse: collapse;
}

form.changeIdentityDocumentPage table.selectedIdentityDocument th {
  font-weight: bold;
  padding-right: 6px;
  text-align: left;
  vertical-align: top;
}

table.selectedIdentityDocument div.note {
  font-size: inherit;
  font-style: italic;
}

span.documentTypeLabel img {
  vertical-align: middle;
}


/*--------- SelfReg flow ------------*/

div.selfRegComplete tt {
  background-color: #ccc;
  border: 1px solid #888;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
}

p.selfRegComplete {
  margin-bottom: 10px;
}


/*-------------- VeronaFormPanel -----------*/

ul.veronaForm {
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.veronaForm li.invalid {
  background-color: #faeae5;
}

li.veronaFormItem {
  border-bottom: 1px dotted #e0e0e0;
  padding: 6px;
  zoom: 1; /* fix checkbox alignment in IE6 */
}

li.veronaFormItem div.description {
  color: #aaa;
  font-size: 90%;
  margin-bottom: 5px;
}

li.veronaFormItem div.error {
  color: #c30;
  font-size: 90%;
  font-weight: bold;
  margin-top: 4px;
}

li.veronaFormItem input.checkbox {
  float: left;
}

li.veronaFormItem input.text {
  width: 98%;
}

li.veronaFormItem ul.selectionList {
  margin-left: 10px;
}

li.veronaFormItem ul.selectionList li {
  margin-bottom: 3px;
}

div.veronaFormItemBody {
  margin-left: 20px;
}

/*----- LoaOverridePanel -----*/

.LoaOverridePanel .selector {
  float: left;
}

.LoaOverridePanel .selectionBody {
  margin-left: 20px;
}

.LoaOverridePanel div.note {
  width: 400px;
}

/*----- CredentialsTabPanel -----*/

div.credentialsList {
  border: 1px solid #4D8ABE;
  height: 100px;
  margin: 0 0 10px;
  overflow: auto;
}

div.credentialsList table {
  border: none;
}

div.credentialsList table td {
  border-top: none;
  border-bottom: 1px dotted #CCCCCC;
}

/*----- RsaCredentialsAttributesPanel -----*/
div.rsaAttributes {
  border: 1px solid #4D8ABE;
  margin: 0 0 10px;
  padding: 10 0 10px;
}

/*----- KbaCredentialsAttributesPanel -----*/
div.kbaAttributes {
  background-color: #f8f8f8;
  padding: 5px;
}

/* ----- KBA Status -----*/
span.kbaIconText {
	padding-top: 2px;
}

img.kbaIcon {
	padding-bottom: 2px;
}

/*----- OrgEditPanel -----*/

input.orgName {
  width: 300px;
}


/*----- AddOrgPage -----*/

div.orgSearchSection {
  margin: 0 auto 10px;
  width: 450px;
}

/*----- OnlineInvitationPage -----*/

div.invitationSearchSection {
  margin: 0 0 10px;
}

div.existingInvitationSection {
  float:left;
  width: 100%;
}

div.delegationSearchSection {
  margin: 0 0 10px;
  width: 350px;
}

div.invitationAlreadyExists {
    color: #CC3300;
}

div.invitationMessages {
  margin: 0px;
  padding: 10px;
  background-color:#D2E2EF;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
}


/*----- RevokeServicesPage -----*/

table.revokeReason input {
  width: 400px;
}

table.revokeRequestedBy input {
  width: 200px;
}

/*------ Overlay mask ---------*/
div.wicket-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(230, 230, 230);
    opacity: .40;
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    text-decoration: none;
}

div.wicket-spinner {
    position: absolute;
/*    background-image: url(ajax-spinner.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;*/
    background-color: transparent;
}


.ssh_footer {
    background-color: #D5E3E3;
    margin-top: 5px;
}

.ssh_footerMenu {
    background-attachment: scroll;
    background-color: #FFFFFF;
/*    background-image: url(ontlogo.gif);*/
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-right: 2px;
}

.eventListPanel {
    max-height: 300px;
    overflow: auto;
}
/* Added for use by OneMail Agreement Panel */
p.titleOneMail{
	font-weight: bold;
}
p.sublistOneMail{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:12.0pt;
	text-indent:0in;
}
span.tabOneMail{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:15.0pt;
}

.selfRegTextFieldHelpLeft {
	width:15px; 
	white-space:normal; 
	font-size:9px;
}

.selfRegTextFieldHelpRight {
	width:80px; 
	white-space:normal; 
	font-size:9px;
	float: right;
}

.cluetipText {
	display: none;
}

/* Formatting used by SelfRegLoginOptionsPage */
table.selfRegLoginTable {
  border-collapse: collapse;
  margin: 10px;
  width: 100%;
}

tr.titleOptions,
th.titleOptions {
	text-align: left;
	width: 366px;
	vertical-align: top;
}

p.titleOptions {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 2px 15px 15px;
}

th.divider,
td.divider {
	width: 2px;
	background-color: #ccc;
}

tr.accountOptions,
td.accountOptions {
	height: 230px;
	vertical-align: top;
}

p.selfRegLoginText {
	padding: 2px 25px 15px 20px;
}

div.infoNoActionFeedback {
  border: 1px solid #999;
  background-color: #eee;
  padding: 10px 10px 10px 10px;
  margin: 10px;
}

p.errorText, span.errorText {
	color: #cc3300;
}
