/*
 * Copyright 2010 SingTel Optus Pty Ltd.
 * All rights reserved.
 *
 * This software is the confidential and proprietary property of
 * Optus Singtel Pty Ltd.
 *
 * $Id$
 */ /*
 * obportal web foundation portlet specific css rules go here
 *
 *
 */ /*----------------------------------
 Content (Portlet) Heading
 ----------------------------------*/
.content-box * {
  font-size: 11px;
}

.portlet-header {
  height: auto;
  /*position: relative;*/
  border: solid 1px #FFF; /*for ie6*/
}

.portlet-header div a {
  color: #006685;
  text-decoration: underline;
}

.portlet-header .action-bar {
  float: right;
	height:35px;
}

.portlet-header img.info {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
}

.portlet-header .portlet-wizard {
  float: right;
}

.portlet-header .portlet-wizard a {
  color: #006685;
  text-decoration: underline;
}

.portlet-header div.portlet-heading {
	margin:0;
	padding:0;
	height:25px;
	clear:both;
}

.portlet-header h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #006685;
  font-size: 20px;
  font-weight: normal;
  margin: 25px 0 10px 0;
  text-indent: 10px;
  padding: 0 0 5px 0;
  line-height: 14px;
  text-align: left;
}

.portlet-heading h1 {
	display:inline;
}

.portlet-header ul.action-buttons {
  margin: 0;
  line-height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

.portlet-header ul.action-buttons-right {
	padding:0;
}

.portlet-header .action-bar{
	padding:0;
}

.portlet-header li {
  display: inline;
}

.portlet-header li img {
  position: relative;
  top: 3px;
}

/*----------------------------------
 portlet box
 ----------------------------------*/
.portlet-box {
  padding: 0;
  margin: 10px 0 20px 0;
  background-color: #EDEDED;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/portlet-box-cnr.gif);
}

.inner-portlet-box {
  padding: 0;
  margin: 20px 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/inner-portlet-box-cnr.gif);
  /*border:solid 1px red;*/
}

.portlet-box h4 img {
  float: right;
  padding: 0;
  margin: 0;
  /*border:solid 1px red;*/
}

.portlet-box h4,.portlet-box h5,.table-heading {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
  text-indent: 10px;
  height: 20px;
  text-align: left;
  background-color: #FACB00;
  display: block;
  /*border:solid 1px red;*/
}

.table-heading {
  height: 30px;
  padding: 0;
}

.table-heading h4 {
  float: left;
  width: 332px;
  display: block;
  border-right: solid 1px #fff;
}

.table-heading h5 {
  float: left;
}

.portlet-box .portlet-box-inner {
  background-color: #EDEDED;
  padding: 10px 10px;
}

#content-container .portlet-box p, #content-container .portlet-header p{
  font-size: 11px;
  padding: 2px 10px;
}

.pagination-bar h4 {
  background-color: #D3D3D3;
}

.portlet-col-1,.portlet-col-2,.portlet-col-3 {
  float: left;
  border: solid 1px #EDEDED; /*fixes ie6 render bug*/ /*border: solid 1px red; */
}
.portlet-col-1,.portlet-col-2 {
  margin-right: 20px;
}

.portlet-col-2 .field-box label {
  text-align: right;
  padding-right: 5px;
}

.portlet-col-3 .field-box label {
  width: 120px;
  text-align: right;
  padding-right: 3px;
}

div.field-box {
  clear: both;
  margin: 0;
  padding: 5px 0 0 0;
  width: auto;
  height: auto;
  color: #5D5D5D;
  font-size: 11px;
}

.field-box .field-box-list {
  height: 80px;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 350px;
}

.field-box a {
  color: #006685;
}

.field-box .field-box-list li {
  padding: 0 0 5px 0;
}

.obportlet-form .short-name input.text {
  width: 170px;
}

.obportlet-form .copy-box select {
  width: 130px;
}

.obportlet-form div.copy-box {
  margin-top: 30px;
  height: 30px;
}

.obportlet-form .scope-box select {
  width: 180px;
}

.obportlet-form label {

}

.obportlet-form .mandatory-mark {
  color: red;
  padding: 2px 3px;
  float:none;
}

/*----------------------------------
 portlet buttons
 ----------------------------------*/
.action-bar {
  display: block;
  margin: 0;
  height: 25px;
  padding: 5px;
  clear: both;
}

.action-bar img.info {
  float: right;
  margin: 0;
  padding: 0;
}

.field-box  .action-bar {
  float: left;
}

.portlet-buttons {
  display: block;
  margin: 0;
  height: 25px;
  padding: 0 0 3px 0;
  clear: both;
}

.portlet-buttons ul {
  display: block;
  width: auto;
}

.portlet-buttons ul li {
  background: none;
  float: left;
  display: inline;
  width: auto;
  list-style-type: none;
}

ul.action-buttons {
  padding-left: 0px;
  margin-left: 0px;
  display: block;
  width: auto;
}

ul.action-buttons-right {
  padding-right: 10px;
}

ul.action-buttons li,span.action-button {
  float: left;
  height: 24px;
  margin: 0 10px 0 0;
  background-position: left;
  background-repeat: no-repeat;
}

ul.form-buttons li {
  margin-left: 10px;
}

ul.action-buttons li a:hover, ul.action-buttons li a,
ul.action-buttons li a,ul.action-buttons li a:hover,span.action-button a:visited,span.action-button a,span.action-button a:hover {
  font: bold 11px verdana, arial, sans-serif;
  float: left; /* for ie6 */
  display: block;
  color: #000;
  height: 19px;
  margin-left: 3px;
  _margin-left: 1px; /* for ie6 */
  padding-right: 8px;
  padding-left: 5px;
  text-decoration: none;
  padding-top: 5px;
  background-position: left;
  background-repeat: no-repeat;
}

span.action-button a:visited,span.action-button a,span.action-button a:hover {
  float: none;
}

ul.action-buttons li,span.action-button {
  background-image: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/button-end.gif');
}

ul.action-buttons li.action-buttons-down {
  background-image: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/button-down-end.gif');
}

ul.action-buttons li a,ul.action-buttons li a:visited,span.action-button a,ul.action-buttons li a:hover,span.action-button a:visited {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/button.gif') no-repeat top right !important;
}

ul.action-buttons li a:active {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/button-down.gif') no-repeat top right !important;
  padding-top: 5.5px;
  color: #333;
}

ul.action-buttons li a:hover {
  color: #333;
}

ul.action-buttons-right li {
  float: right;
  margin: 0 0 0 20px;
}

.action-bar .action-extras a {
  color: #006685;
  font-size: 11px;
  float: left;
}

.action-bar .action-extras img.info {
  float: left;
}

/*----------------------------------
 tool tips
 ----------------------------------*/
.about-tool {
  padding: 0;
  margin: 10px 0 20px 0;
  background-color: #fff;
  font-size: 11px;
}

.about-tool h4 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #006685;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
  text-indent: 10px;
  height: 20px;
  text-align: left;
  background-color: #EDEDED;
}

.about-tool h4 img {
  float: right;
  padding: 0;
  margin: 0;
  float: right;
}

#content-container .about-tool div {
  margin: 0;
  padding: 10px;
  font-size: 11px;
}

.about-tool ul {
  margin: 10px 0 10px 10px;
}

.about-tool ol {
  margin: 10px 0 10px 15px;
}

.about-tool li {
  margin-left: 5px;
  list-style: none outside disc;
  display: list-item;
  font-size: 11px;
}

.about-tool ol li {
  list-style: none outside decimal;
}

a.about-tool {
  float: right;
  background-position: right top;
  background-repeat: no-repeat;
  text-decoration: underline;
  font-size: 11px;
  color: #006685;
  line-height: 16px;
}

img.close,img.info {
  cursor: pointer;
  cursor: hand;
}

/*----------------------------------
 obportlet table
 ----------------------------------*/
.portlet-table table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #D3D3D3;
}

.portlet-table td a:link,.portlet-table td a:visited {
  text-decoration: none;
  color: #000;
}

.portlet-table td a:hover {
  text-decoration: underline;
  color: #000;
}

.portlet-table th {
  background-color: #D3D3D3;
  color: #000;
  font-weight: bold;
  text-align: left;
  height: 30px;
  vertical-align: middle;
  padding: 7px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
  font-size: 11px;
}

.portlet-table tr {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  height: auto !important;
  height: 30px;
  vertical-align: middle;
  padding-left: 0px;
}

.portlet-table th {
  border-left: solid 1px #FFF;
}

.portlet-table th.select {
  text-align: right;
  border-left: solid 1px #D3D3D3;
}

.portlet-table th.select label {
  margin: 0;
  padding-right: 5px;
}

.portlet-table td {
  border-left: solid 1px #D3D3D3;
}

.portlet-table td.select {
  border-left: none;
}

.portlet-table tr.empty {
	display: block; /*fills out the row and enables loading image to center*/
}

.portlet-table td {
  background-color: #CC9999;
  padding: 5px;
  font-size: 11px;
		margin: 0;
}

.portlet-table tr.odd td,.portlet-table tr.empty td {
  background-color: #fff;
}

.portlet-table tr.even td {
  background-color: #EDEDED;
}

.portlet-table th.assignment {
  text-align: center;
}

.portlet-table td.assignment a, .portlet-table td.assignment span  {
  display: block;
  margin-left: auto;
  margin-right: auto;
	text-decoration:none;
  padding: 5px;
}

.portlet-table td img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.portlet-table td ul {
  padding: 0;
  margin: 0;
}

.portlet-table td li {
  padding: 0 0 2px 0;
  margin: 0;
}

.portlet-table tr.even,.portlet-table td.even {
  background-color: #EDEDED;
}

.portlet-table select {
  width: 200px;
}

.portlet-table .column-date {
  width: 200px;
  vertical-align: top;
}

.portlet-table .column-attachment {
  width: 450px;
  vertical-align: top;
  text-align: left;
}

.portlet-table .column-top-left-aligned {
  vertical-align: top;
  text-align: left;
}

.portlet-table .select {
  width: 60px;
  text-align: right;
  border-left: none;
}

.portlet-table td.radio {
  text-align: right;
}

.portlet-table .family-name {
  width: auto;
}

.portlet-table td.user-icon a,
.portlet-table td.user-icon span,
.portlet-table td.name a,
.portlet-table td.name span, 
.portlet-table td.group-icon a,
.portlet-table td.group-icon span {
 padding-left: 18px;
	display:block; /*deals with text wrapping*/
	text-indent:0;
}

a.user-icon-active {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-green.gif) left no-repeat;
}

a.user-icon-inactive,span.user-icon-inactive {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-red.gif) left no-repeat;
  text-indent:10px;
}

a.user-icon-suspended {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-grey.gif) left no-repeat;
}

.portlet-table td.user-icon a.contact-icon {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-blue.gif) left no-repeat;
  padding-left: 25px;
}

.portlet-table td.user-icon a.contact-user-icon {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-blue-green.gif) left no-repeat;
  padding-left: 25px;
}

a.group-icon, span.group-icon {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-group.gif) left no-repeat;
}

a.role-icon {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/user-icon-role.gif) left no-repeat;
}

a.organisation-icon {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/organisation-icon.gif) left no-repeat;
}

.portlet-table .name {
  width: 250px;
}

.portlet-table span.user-active {
  font-weight: bold;
  color: green;
}

.portlet-table span.user-suspended {
  font-weight: bold;
  color: #999999;
}

.portlet-table span.user-inactive {
  font-weight: bold;
  color: red;
}

.portlet-table .system-scope {
  width: 50px;
}

.portlet-table .status {
  width: 50px;
}

.portlet-table .dateCreated {
  width: 110px;
}

.portlet-table td.table-image img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.portlet-table td .unlocked-disabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/disabled.gif') center no-repeat;
}

.portlet-table td .unlocked-enabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/enabled.gif') center no-repeat;
}

.portlet-table td .locked-disabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/disabled-locked.gif') center no-repeat;
}

.portlet-table td .locked-enabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/enabled-locked.gif') center no-repeat;
}
/*----------------------------------
 displaytag pagination rules
 ----------------------------------*/
.pagination-bar {
  display: block;
  margin: 0;
  padding: 5px 10px;
  clear: both;
  height: 30px;
}

.scope {
  display: inline;
  float: left;
  position: relative;
  right: 118px;
}

.scope label {
  position: relative;
  right: 10px;
}

.pagination-components {
  float: right;
  height: 25px;
  margin: 0;
  padding: 0;
}

div#exportnav {
  padding: 0;
  float: right;
  margin-right: 5px;
  font-size: 11px;
}

.pagination-select {
  float: right;
  width: auto;
  padding: 7px 5px;
  margin: 0;
  font-size: 10px;
}

.pagination-select select {
  width: 40px;
  font-size: 10px;
}

.pagination-select img {
  position: relative;
  top: 3px;
  border: none;
  padding: 0;
  margin: 0;
}

ul.displaytable-pagination {
  background-color: inherit;
  padding: 7px 5px;
  margin: 0;
  height: 25px;
  text-align: right;
  list-style-type: none;
}

#pagelinks-top ul.displaytable-pagination {
  display: inline; /* for ie6 */
}

#pagelinks-top {
  margin-top: 8px; /* for ie6 */
  float: right;
}

.portlet-box ul.displaytable-pagination li {
  display: inline;
  padding: 0 2px;
  font-size: 11px;
}

.portlet-box ul.displaytable-pagination a {
  color: #006685;
  text-decoration: underline;
  font-size: 11px;
}

.portlet-box ul.displaytable-pagination a.displaytable-pagination {
  color: #000;
  text-decoration: none;
  font-size: 11px;
}

.portlet-box ul.displaytable-pagination a.first {
  padding-left: 13px;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/page-first.gif) no-repeat left;
}

.portlet-box ul.displaytable-pagination a.previous {
  padding-left: 12px;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/page-previous.gif) no-repeat left;
}

.portlet-box ul.displaytable-pagination a.next {
  padding-right: 12px;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/page-next.gif) no-repeat right;
}

.portlet-box ul.displaytable-pagination a.last {
  padding-right: 13px;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/page-last.gif) no-repeat right;
}

div#exportnav a {
  height: 20px;
  display: block;
  float: left;
  padding: 8px 30px 0 10px;
  text-decoration: underline;
  font-weight: normal;
  color: #006685;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/xls.gif) right no-repeat;
}

div#exportnav label {
  margin: 0;
  padding: 0;
}

div#exportnav a img {
  border: 0;
  margin: 0;
  padding: 2px;
}

/*----------------------------------
 checkboxList
 ----------------------------------*/
.checkbox-list {
  height: 93px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}

.checkbox-list h3 {
  background-color: #FDCD08;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0 5px 2px 8px;
}

.checkbox-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  height: auto;
}

.checkbox-list ul li {
  width: auto;
  margin: 0;
  padding: 5px 0 0 5px;
  height: 20px;
}

.checkbox-list ul li.odd {
  background-color: #FFF;
}

.checkbox-list ul li.even {
  background-color: #EDEDED;
}

.checkbox-list ul li label,label.for-checkbox {
  display: block;
  padding-left: 15px;
  text-indent: -25px;
}

.checkbox-list-3col ul li span {
  padding-left: 25px;
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/disabled.gif') no-repeat left;
  font-size: 11px;
}

.checkbox-list-3col ul li span.enabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/enabled.gif') no-repeat left;
}

.checkbox-list-3-col {
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  border-bottom: solid 1px #E3E3E3;
}

.checkbox-list p {
  padding: 5px;
}

label.for-checkbox {
  text-indent: -30px;
}

.checkbox-list ul li label input,label.for-checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 10px;
  vertical-align: bottom;
  top: -1px;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #5D5D5D;
}

label.for-checkbox input {
  width: 23px;
}

.checkbox-list-2col,.checkbox-list-3col,checkbox-list-1col {
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  width: 274px;
}

.checkbox-list-3col {
  width: 33.33%;
}

.checkbox-list-1col {
  width: 100%;
}

.modal-box .checkbox-list {
  width: 350px;
  border: solid 1px #A5ACB2;
  height: 100px;
  margin: 0 0 12px 0;
}

.modal-box .print-icon {
  float: right;
  text-indent: 20px;
  padding: 3px 40px 5px 0;
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/printer.gif) top right no-repeat;
  font-weight: normal;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}

.modal-box .print-icon a {
  float: right;
}

.modal-box .portlet-table table {
  clear: both;
}

.modal-box .portlet-table h5 {
  font-size: 11px;
  background-color: inherit;
}

.modal-box .portlet-table h5 span {
  font-weight: normal;
}

.modal-box .checkbox-list label {
  width: auto;
}

.modal-box .checkbox-list-1col label {
  color: #5D5D5D;
}

.modal-box .checkbox-list ul li label,.modal-box label.for-checkbox {
  display: block;
  padding-left: 15px;
  text-indent: 0;
}

hr.cleaner {
  clear: both;
  height: 0;
  width: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
}

/*----------------------------------
 inner pagination menu  rules
 ----------------------------------*/
.inner-page-navigation {
  margin: 0;
  padding: 0;
  background-color: #D3D3D3;
  height: 27px;
  border-bottom: solid 1px #FFF;
}

div.inner-page {
  margin-top: 0;
}

ul.inner-page-menu {
  padding: 0;
  margin: 0;
  border-left: solid 1px #FFF;
  display: block;
  height: 27px;
}

ul.short-page-menu {
  margin: 0 3px 0 332px;
}

ul.long-page-menu {
  margin: 0 60px 0 0;
  float: right;
}

ul.inner-page-menu li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px 10px;
  position: relative;
}

ul.inner-page-menu li a:link,ul.inner-page-menu li a:visited {
  color: #006685;
  margin: 3px 0 0 0;
  padding: 1px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: 7px;
}

ul.inner-page-menu li a.selected:link,ul.inner-page-menu li a.selected:hover,ul.inner-page-menu li a.selected:visited,ul.inner-page-menu li a:hover {
  color: #000;
  text-decoration: none;
}

/*----------------------------------
 displaytag  rules
 ----------------------------------*/
th a,th a:link,th a:hover,th a:visited {
  color: #000;
  text-decoration: none;
  font-size: 11px;
}

th.sortable a:link,th.sortable a:hover,th.sortable a:visited {
  color: #000 !important;
  text-decoration: none;
  font-size: 11px;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}

th.sortable a {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/arrow-sort.gif);
}

th.ascending a {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/arrow-up.gif);
}

th.descending a {
  background: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/arrow-down.gif);
}

/*----------------------------------
 MAINTAIN HIERARCHY PORTLET
 ------------------------------------
 hierarchy points
 ----------------------------------*/
.hierarchy {
  clear: both;
  padding: 20px;
}

.hierarchy-node {
  height: auto;
}

.hierarchy li.hierarchy-node {
  clear: both;
  margin: 0;
  list-style: none outside none;
  height: auto;
  padding: 5px 0 0 0;
}

.hierarchy-node ul {
  margin: 0;
  clear: both;
  height: auto;
  padding: 5px 0 0 28px;
}

.hp-tree-top .hp-info-icon {
  float: right;
  height: 20px;
  width: 20px;
  clear: both;
}

.hierarchy a,.hierarchy ul a:visited {
  text-decoration: none;
  color: #000;
}

.obportlet-form .hierarchy-node label {
  float: none;
  width: auto;
}

.obportlet-form .hierarchy-node label input {
  padding: 0 5px 0 0;
}

li.hierarchy-node-childless a {
  padding-left: 20px;
  float: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/hp-node.gif);
}

li.hierarchy-node span a {
  padding-left: 30px;
  float: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/hp-node-expanded.gif);
}

li.hierarchy-node-collapsed span a {
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/hp-node-collapsed.gif);
}

li.hierarchy-node a.hierarchy-node-create {
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/create.gif);
}

span.hierarchy-view-node-name a {
  width: 170px;
  height: 20px;
  margin-top: 5px;
}

.hierarchy img {
  padding: 2px;
  margin: 0px;
  height: 15px;
  width: 15px;
  border: none;
}

input.hierarchy-view-node-checkbox {
  width: 20px;
  height: 20px;
  padding: 1px;
  background: none;
}

input.hp-tree-expand-all-checkbox {
  width: 20px;
  height: 20px;
  margin: 1px;
  padding: 1px;
  background: none;
}

.hierarchy-node-hover {
  background-color: #CCFFFF;
}

.hierarchy .hierarchy-view-node-image-branch-node {
  height: 25px;
  width: 25px;
}

.hierarchy .hierarchy-view-node-image-leaf-node {
  height: 20px;
  width: 20px;
}

/*----------------------------------
 hierarchy point details
 ----------------------------------*/
.hierarchy-properties {

}

.create-hierarchy {
  display: none;
}

.hierarchy-unassociated-group,.hierarchy-associated-group,.associated-data,.unassociated-data,.hierarchy-action-bar {
  float: left;
}

.hierarchy-action-bar {
  width: 110px; /* for 1e6*/
}

.hierarchy-action-bar ul.action-buttons {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.hierarchy-action-bar ul.action-buttons li a,.hierarchy-action-bar ul.action-buttons li a:hover {
  width: 70px;
}

.hierarchy-action-bar ul.action-buttons li {
  padding: 10px 0;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

td.hierarchy-group-status span {
  display: block;
  width: auto;
}

td.hierarchy-group-status span.disabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/disabled.gif') center no-repeat;
}

td.hierarchy-group-status span.enabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/enabled.gif') center no-repeat;
}

td.hierarchy-group-status span.locked-disabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/disabled.gif') center no-repeat;
}

td.hierarchy-group-status span.locked-enabled {
  background: url('/dafiles/OBCA/Furniture/optus.com.au/obportal/images/enabled.gif') center no-repeat;
}

.group-association-propagation {
  width: 170px;
}

.group-association-propagation select {
  width: 170px;
}

.hierarchy-table td {
  padding-right: 7px;
}

.hierarchy-table {
  padding: 15px;
  clear: both;
}

.hierarchy-parent-point,.hierarchy-point-description {
  border: solid 1px #EDEDED; /*fixes ie6 render bug*/
  margin: 0;
  float: left;
  width: 40%;
}

#content-container .portlet-box .hierarchy-parent-point p, #content-container .portlet-box .hierarchy-parent-point label {
  padding: 0 0 0 20px;
  margin-bottom: 3px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/hp-node.gif);
}

.hierarchy-filter {
  padding: 0;
  height: 80px;
  margin: 0 0 15px 0;
}

.hierarchy-filter .field-box {
  padding: 10px;
}

.hierarchy-filter label {
  float: left;
  margin-top: 4px;
  font-size: 11px;
}

.hierarchy-filter input.text {
  float: left;
  margin: 4px 0 0 10px;
  font-size: 11px;
}

.hierarchy-filter select.text {
  float: left;
  margin: 4px 0 0 10px;
  font-size: 11px;
}

#unassociatedGroup tr.hierarchy-associated,#associatedGroup tr.hierarchy-unassociated,#unassociatedData tr.hierarchy-associated,#associatedData tr.hierarchy-unassociated
  {
  display: none;
  font-size: 1px;
  height: 1px;
}

#unassociatedGroup tr.hierarchy-unassociated,#associatedGroup tr.hierarchy-associated,#unassociatedData tr.hierarchy-unassociated,#associatedData tr.hierarchy-associated
  {
  display: block;
  font-size: 14px;
  height: auto !important;
}

.help-panels {
  clear: both;
  display: block;
}

.help-panel {
  clear: both;
  height: 100px;
}

.help-panels .help-panel-col1,.help-panels .help-panel-col2 {
  width: 700px;
  float: left;
  padding: 5px 0;
}

.help-panels .help-panel-col2 {
  width: 200px;
}

.help-panels ol {
  margin: 0;
}

.help-panels ol li {
  margin-left: 5px;
  list-style: none inside decimal;
  display: list-item;
  font-size: 11px;
}

.help-panels a {
  color: #006685;
  font-size: 11px;
}

.hierarchy-tip {
	float:left;
}

#content-container div.hierarchy-tip p{
	padding:10px 0;
	color:#5D5D5D;
	float:left;
}

/*----------------------------------
 hierarchy scrollable tables
 ----------------------------------*/
.portlet-table .table-scrollable {
  height: 320px;
}

.portlet-table .unassociated-data,.portlet-table .associated-data {
  width: 290px;
}

/**/
.portlet-table .table-scrollable table tbody {
  display: block;
  height: 200px !important;
  overflow-x: hidden;
  width: 100%;
}

.portlet-table .table-scrollable div {
  width: 300px !important;
}

div.ie-overflow-box {
  height: 200px !important;
  overflow: auto;
}

.portlet-table .table-scrollable thead {
  position: relative;
  display: block;
}

.table-scrollable th.scroll-bar {
  width: 16px;
  border: none;
}

.table-scrollable td.scroll-bar {
  width: 0;
  border: none;
}

.table-scrollable .select {
  width: 65px;
}

.table-scrollable .group-name {
  width: 170px;
}

.table-scrollable .data-name {
  width: 180px;
}

.table-scrollable .hierarchy-group-status {
  width: 40px;
}

.table-scrollable div.associated-group {
  width: 170px;
}

div.associated-group,div.unassociated-group {
  clear: both;
}

.hierarchy-associated-group {
  width: 500px
}

.hierarchy-unassociated-group {
  width: 350px
}

/*----------------------------------
 obportal forms
 ----------------------------------*/
.obportlet-form {
  margin: 0;
  padding: 10px;
}

.content-box .obportlet-form * {
  font-size: 11px;
}

.content-box .checkbox-list {
  font-size: 11px;
}

.obportlet-form label {
  float: left;
  width: 120px;
  color: #000;
  font-size: 11px;
}

.obportlet-form label span {
  float: left;
}

.obportlet-form label input {
  margin-right: 5px;
  float: left;
}

.obportlet-form div.field-dummy {
  margin: 0;
  border: 0;
  padding: 2px 5px;
  font-size: 10px;
  color: #5D5D5D;
  width: 350px;
  height: 16px;
  float: left;
}

.obportlet-form div.field-dummy label.for-checkbox {
  color: #5D5D5D;
  text-indent: 0;
  padding: 0;
  width: auto;
}

.obportlet-form input.text {
  margin: 0;
  padding: 0 2px;
  font-size: 10px;
  color: #5D5D5D;
  width: 350px;
  height: 16px;
  float: left;
  border: solid 1px #A5ACB2;
}

.obportlet-form span.inline-text {
  margin: 0;
  padding: 0;
  float: left;
}

.obportlet-form select {
  margin: 0;
  width: 365px;
  color: #5D5D5D;
  float: left;
  margin-right: 5px;
  font-size: 11px;
}

.obportlet-form div.field-box img.info {
  border: none;
  padding: 0;
  margin: 0;
  float: right;
}

.error-message {
  margin: 0 0 0 120px;
  padding: 0;
  clear: both;
  color: red;
  text-align: left;
  float: none;
  font-weight: normal;
  min-height: 11px;
  height: auto !important;
  height: 11px;
}

.obportlet-form select.salutation {
  float: left;
  width: 50px;
  margin-right: 10px;
}

.obportlet-form input.given-name,.obportlet-form input.family-name {
  float: left;
  width: 130px;
  margin-left: 13px;
}

.obportlet-form input.focused {

}

.obportlet-form .telephone input.text {
  width: 200px;
}

.obportlet-form .address select {
  width: 100px;
}

.obportlet-form .address input.text {
  width: 200px;
}

.obportlet-form .suburb input.text {
  width: 150px;
}

.obportlet-form .postcode label {
  width: 100px;
}

.obportlet-form label.postcode {
  width: 100px;
		text-align: right;
		padding-right: 10px;
}

.obportlet-form .postcode input.text {
  width: 50px;
}

.obportlet-form .postcode div.error-message {
  margin-left: 60px;
}

.obportlet-form .country select {
  width: 150px;
}

.obportlet-form .state label {
  width: 80px;
}

.obportlet-form .state select {
  width: 200px;
}

.obportlet-form .state input.text {
  width: 150px;
}

.obportlet-form .state div.error-message {
  margin-left: 60px;
}

/*----------------------------------
 popup modal boxes
 ----------------------------------*/
#mask-ref {
  margin: 0;
  padding: 0;
  height: 0;
  color: #fff;
  font-size: 0;
}

#modal-mask {
  margin: 0;
  padding: 0;
  position: absolute;
  /*left: -5px; to compensate for the 10px body padding*/
  top: 0;
  z-index: 500;
  background-color: #000;
  display: none;
}

/* the default properties */
.modal-window {
  display: none;
  position: absolute;
  width: 510px;
  height: 500px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 600;
  text-align: left;
  background-color: white;
}

.modal-window h4 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  background-color: #FACB00;
  margin: 0;
  height: 25px;
  padding: 6px 0 0 10px;
}

.modal-window h4 img {
  float: right;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand;
}

.modal-window img.close {
  cursor: wait;
}

.modal-box {
  padding: 0;
  margin: 0;
  background-color: #FFF;
}

.modal-box p {
  padding: 0 10px;
  margin: 0;
}

.modal-box label {
  width: 110px;
  color: #006685;
}

.modal-box .error-message {
  margin-left: 110px;
}

.modal-box input.suburb,.modal-box input.city {
  width: 150px;
}

.modal-box input.state {
  width: 150px;
}

.modal-box input.postcode {
  width: 85px;
}

.modal-window ul.action-buttons-right {
  padding-right: 60px;
}

.modal-content {
  position: absolute;
  width: auto;
  top: 28px;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 11px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/modal-box-cnr.gif);
}

.modal-window-login {
  height: 318px; /*ie6 is very particular about this height*/
  width: 330px;
}

.modal-window-user {
  height: 430px;
}

.modal-window-new-user {
  height: 500px;
}

.modal-window-modifiable-user {
  height: 500px;
}

.modal-window-internal-user {
  height: 370px;
}

.modal-window-contact {
  height: 500px; /* 440px is better - but IE needs 500 */
}

.modal-window-optus-contact {
  height: 340px;
}

.modal-window-view-contact {
  height: 320px;
}

.modal-window-organisation-user {
  height: 440px;
}

.modal-window-group-user {
  height: 340px;
}

.modal-window-security-questions {
  height: 241px;
}

.modal-window-change-password {
  height: 210px;
}

/* centre the loading image */
div.loading img {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* centre the loading image */
div.loading-bar img {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* centre the loading image */
div.loading-bar {
  left: 0;
}

/* centre the loading image */
td.loading {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

td.loading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
#header-login {
	float:right;
  font-weight: bold;
  font-size: 0.85em;
}
*/ /*----------------------------------
 login bar
 ----------------------------------*/
.login-bar,.login-bar a,.login-bar a:link,.login-bar a:visited,.login-bar a:active {
  color: #FFF;
  text-decoration: none;
  padding-left: 0.5em;
  text-align: right;
  margin-bottom: 5px;
}

.login-bar a:hover {
  color: #FFF;
  text-decoration: underline;
}

/*----------------------------------
 login window
 ----------------------------------*/
.login-box label {
  width: 80px;
}

.login-box .error-message {
  margin: 0;
  padding: 2px 0;
  _height: 14px; /*ie6 requires this*/
  min-height: 14px;
}

.login-box input.text {
  width: 200px;
}

.login-box a:link,.login-box a:visited,.login-box a:hover {
  color: #006685;
  text-decoration: underline;
}

.login-box .reset-link {
  margin-left: 80px;
}

ul.login-onlinetools {
  margin: 0;
  padding: 3px 0;
}

ul.login-onlinetools li {
  margin: 0;
  padding: 2px 0;
}

/*----------------------------------
 popup message boxes
 ----------------------------------*/
.message-window {
  display: none;
  position: absolute;
  width: 350px;
  height: 200px;
  padding: 0;
  margin: 0;
  z-index: 600;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
}

.message-window h4 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  background-color: #FACB00;
  margin: 0;
  height: 25px;
  padding: 3px 0 0 20px;
}

.message-content {
  border-top: 1px solid #FDCD08;
  width: auto;
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.message-window .action-bar {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.message-window-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------
 filter-content
 ----------------------------------*/
.portlet-filter {
  padding: 5px;
  height: 110px;
}

.portlet-filter .portlet-col-1,.portlet-filter .portlet-col-2,.portlet-filter .portlet-col-3 {
  width: 300px;
  float: left;
  border: solid 1px #EDEDED; /*fixes ie6 render bug*/
  margin: 0;
}

.portlet-filter label {
  float: left;
  width: 80px;
}

.portlet-filter input.filter {
  width: 150px;
}

.portlet-filter  select.filter {
  width: 150px;
}

.portlet-filter  input.filter-calendar {
  width: 150px;
}

.portlet-filter  label.filter-calendar {
  width: 40px;
  margin: 0 0 0 35px;
  float: left;
}

.portlet-filter  img.filter-calendar {
  margin-left: 5px;
  float: left;
}

.portlet-filter .filter-buttons {
  clear: both;
}

.portlet-filter .filter-buttons {
  margin: 10px 0 10px 80px;
}

.organisation-filter .filter-buttons {
	margin-left:180px;
}

.organisation-filter label {
  width: 180px;
}

.portlet-filter .filter-buttons .filter-button-search {
	margin-left: 610px;
	_margin-left: 385px; /*fix this*/
}


/*----------------------------------------
  Hideable boxes
 ----------------------------------------*/
a.maximise,a.minimise {
  padding-left: 5px;
  float: right;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/minimise.gif);
  text-decoration: none;
  font-size: 16px;
}

a.minimise {
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/maximise.gif);
}

/*----------------------------------
 tabbed menu
 ----------------------------------*/
.tabbed-menu {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

.tabbed-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline;
}

.tabbed-menu ul li {
  font: arial;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-right.gif);
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  background-color: #FDCD08;
}

.tabbed-menu-reversed ul li {
  background-color: #EDEDED;
}

.tabbed-menu ul li.selected {
  background-color: #EDEDED;
  border-bottom: solid 1px #EDEDED;
}

.tabbed-menu-reversed ul li.selected {
  background-color: #FDCD08;
  border-bottom: solid 1px #FDCD08;
}

.tabbed-menu ul li span {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: #000;
  font-weight: inherit;
  text-decoration: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-left.gif);
  display: inline;
}

.tabbed-menu ul li a:link,.tabbed-menu ul li a:visited {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: inherit;
  text-decoration: none;
  margin: 0;
  padding: 5px 15px 0 15px;
}

.tabbed-pane-hide,.action-bar-hide {
  visibility: hidden;
  display: none;
}

.tabbed-pane {
  margin-top: 3px;
}

/*----------------------------------
 web faults
 ----------------------------------*/
#webFaultsCommand>#errorDescription {
  width: auto;
  margin: 0;
  padding: 5px 0 5px 5px;
  border-top: solid 1px #000;
  background-color: white;
}

/*----------------------------------
 Exceptions
 ----------------------------------*/
.exception {
  margin: 0;
  padding: 20px;
  width: 75%;
}

.exception h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #006685;
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 10px 0;
  text-indent: 10px;
  padding: 0 0 5px 0;
  line-height: 14px;
  text-align: left;
}

.exception h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #006685;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  padding: 10px;
  line-height: 14px;
  text-align: left;
  background-color: #EDEDED;
}

.exception ul {
  margin: 10px;
  line-height: 14px;
  color: #5D5D5D;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

.exception li {
  display: list-item;
  padding: 2px;
}

.exception a:link,.exception a:visited {
  color: #5D5D5D;
}

/* ------------------------
 Reset Password portlet
 ------------------------*/
.reset-password-box {
  margin: auto;
  width: 50%;
}

.reset-password-box input.text {
  width: 230px;
}

.reset-password-box input.password {
  width: 190px;
}

.reset-password-box .error-message {
  width: 230px;
  height: auto;
}

.reset-password-box .obportlet-form a.help {
  display: inline;
  float: left;
  width: auto !important;
  width: 25px;
  min-width: 25px;
}

.reset-password-box label.question {
  width: 68%;
}

.reset-password-box label.info {
  width: 43%;
}

/* ------------------------
 User Activation portlet
 ------------------------*/
.user-activation-content-box {
  margin-left: 26%;
  width: 48%;
}

.user-activation-content-box .error-message {
  height: auto;
}

.user-activation-content-box div.horizontal-divider {
  clear: both;
  padding-bottom: 20px;
}

.user-activation-content-box .obportlet-form a.help {
  display: inline;
  float: left;
  width: auto !important;
  width: 25px;
  min-width: 25px;
}

.user-activation-content-box.login {
  height: 180px;
}

.user-activation-content-box.activate {
  height: 400px;
}

.user-activation-content-box label {
  width: 110px;
}

.user-activation-content-box label.wide {
  width: 370px;
}

.user-activation-content-box a.question1-help {
  padding-left: 15px;
}

.termsConditionsDiv label {
  padding-bottom: 5px;
}

.termsConditions {
  width: 100%;
  height: 250px;
  background-color: white;
  clear: both;
  overflow: scroll;
}

/* ---------------------
 User Self Registration
 -----------------------*/
.register-user div.horizontal-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #000;
  width: 100%;
}

.register-user label {
  float: left;
  width: 160px;
}

.register-user .error-message {
  margin: 0 0 0 160px;
}

.register-user label.bold,span.bold {
  font-weight: bold;
}

.register-user select.small {
  width: 65px;
}

.register-user input.small {
  width: 120px;
}

.register-user input.medium {
  width: 200px;
}

.register-user label.checkbox,label.large {
  width: 360px;
}

.register-user div.not-customer-div {
  display: none;
}

.register-user div.image-captcha-div {
  width: 400px;
}

.register-user div.image-captcha-div img {
  max-width: 150px;
  max-height: 36px;
  width: auto;
  height: auto;
}

.register-user div.image-captcha-div ul.action-buttons {
  display: inline;
  float: right;
}

/*----------------------------------
 header logo
 ----------------------------------*/
.header-logo {
  margin-left: 30px;
  display: inline;
}

.header-logo h1,h2 {
  color: #FFF;
  text-decoration: none;
  padding-top: 38px;
}

.header-logo div.logo-tooltip {
  background-color: yellow;
  width: auto;
  width: !important 70px;
  position: absolute;
  top: 10px;
  left: 150px;
  display: none;
  padding: 5px;
  border: solid 1px #000;
}

.header-logo div.logo-tooltip a {
  text-decoration: none;
}

/*----------------------------------
 Reports
 ----------------------------------*/
.report-filter .hidden {
  display: none;
}

.report-filter,
.report-other {
  height: 296px;
}

.report-filter .field-box label {
  text-align: left;
  float: left;
}

.report-filter label {
  width: 120px;
}

.report-filter .report-col-type {
  width: 180px;
}

.report-filter .report-col-type select {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

.report-filter .report-col-detail {
  width: 180px;
}

.report-filter .report-col-detail select {
  clear: both;
  margin-top: 10px;
}

.report-filter .report-col-options {
  width: 550px;
  margin-top: 28px;
}

.report-filter .report-help {
  background-color: #FEFECB;
  border: 1px solid #000;
  padding: 3px;
  width: 250px;
}

.report-filter .report-help h2 {
  color: black;
  font-size: 12pt;
  padding: 0px;
  padding-bottom: 6px;
}

.report-filter .report-help h3 {
  font-weight: bold;
  padding-bottom: 6px;
}

.report-filter .report-col-options .portlet-col-1 {
  width: 280px;
}

.report-filter .report-col-options .portlet-col-2 {
  width: 260px;
}

.report-filter .report-help-export {
  width: 240px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.report-refine-search-table .table-heading h4 {
  width: 550px;
}

.report-other {
  display: none;
}

.report-other h2 {
  color: black;
  padding-top: 5px;
}

.report-other p {
  padding: 0;
}

.report-other ul li {
  padding-top: 5px;
  padding-bottom: 10px;
}

.export-filter-div {
  width: 650px;
  display: none;
}

.export-filter-div img.filter-calendar {
  display: inline;
}

.export-filter-div label.export-from-label {
  margin-left: 50px;
}

.export-filter-div label.export-to-label {
  margin-left: 15px;
}

.export-filter-div .action-buttons {
  display: inline;
}

.export-filter-div .action-buttons li.action-button {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 10px;
}

/* Secondary menu - Start */
#obportal-menu {
  margin: 10px 0px 10px 0px;
  clear: both;
  font-size: 14px;
}

#obportal-menu li span.item {
  text-decoration: none;
  letter-spacing: -1px;
  padding: 0px 8px;
  color: #fff;
}

#obportal-menu li {
  display: inline;
}

#obportal-menu ul.level-1 {
  font-size: 16px;
}

#obportal-menu ul.level-1 li {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-left.gif") no-repeat left top #FFD101;
  letter-spacing: -1.5px;
  margin-right: 2px;
}

#obportal-menu ul.level-1 li span.tab {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-right.gif") no-repeat right top;
}

#obportal-menu ul.level-1 li span.item a {
  text-decoration: none;
  color: #393532;
}

#obportal-menu ul.level-1 li.active {
  background-color: #000;
  padding-bottom: 1px;
}

#obportal-menu ul.level-1 li.active span.item {
  color: #fff;
  font-weight: normal;
  margin: 0;
}

#obportal-menu ul.level-2 {
  padding-top: 8px;
  background-color: #000;
  padding-bottom: 7px;
  display: block;
  width: 100%;
}

#obportal-menu ul.level-2 li {
  background-color: #000;
}

#obportal-menu ul.level-2 li.active {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-dark-left.gif") no-repeat left top #5D5D5D;
  border-bottom: 6px solid #5D5D5D;
}

#obportal-menu ul.level-2 li.active span.tab {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-dark-right.gif") no-repeat right top;
}

#obportal-menu ul.level-2 li span.item a,#obportal-menu ul.level-3 li span.item a {
  text-decoration: none;
  color: #fff;
}

#obportal-menu ul.level-2 li.active span.item,#obportal-menu ul.level-3 li.active span.item {
  color: #FED100;
  font-weight: bold;
}

#obportal-menu ul.level-3 {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/base/images/campaign-secondary-bottom-right.gif") no-repeat right bottom #5D5D5D;
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}

#obportal-menu ul.level-3 li.active span.tab {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/tab-bottom-white.gif") no-repeat center bottom;
  padding-bottom: 4px;
}

/* Secondary menu - End */
support-ticker {
  clear: both;
}

#support-items,#support-items li {
  display: inline;
}

/*----------------------------------------
  Manage User Requests
 ----------------------------------------*/
.table-reject-reasons .reject-reason {
  width: 200px;
}

.table-reject-reasons .firstname {
  width: 115px;
}

.table-reject-reasons .lastname {
  width: 115px;
}

.table-reject-reasons select.reason {
  width: 140px;
}

.table-reject-reasons table tbody {
  height: 191px;
}

.reject-modal-box {
  height: 360px;
}

.reject-modal-box ul.action-buttons-right {
  padding-right: 10px;
}

.reject-modal-box div.modal-content {
  padding: 5px;
}

/*----------------------------------------
  Document Repository
 ----------------------------------------*/
.breadcrumb a {
  color: #006685;
  text-decoration: underline;
}

.breadcrumb {
  float: left;
}
/*----------------------------------------
  Wizards
 ----------------------------------------*/
.wizard-box {
  background: #5D5D5D;
  color: #FFF;
}

.wizard-box h4 {
  color: #FFD101;
  background: #000;
  font-weight: normal;
}

.wizard-box h4 img {
  padding-right: 5px;
}

.wizard-box .action-bar {
  padding-top: 15px;
}

.wizard-box div.wizard-box-content {
  padding: 10px;
}

.wizard-box ul.action-buttons li.next {
  background-image: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/wizard-button-end.gif");
}

.wizard-box ul.action-buttons li.next a {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/wizard-button-next.gif") no-repeat scroll right top transparent !important;
  padding-right: 22px;
}

.wizard-box ul.action-buttons li.previous a {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/wizard-button-previous.gif") no-repeat scroll left top transparent !important;
  padding-left: 22px;
}

.wizard-box ul.action-buttons li.previous {
  background: url("/dafiles/OBCA/Furniture/optus.com.au/obportal/images/wizard-button-end-right.gif") no-repeat scroll right top transparent !important;
  padding-right: 3px;
}

/*----------------------------------------
  Maintain User
 ----------------------------------------*/
.create-user-content-box {
  margin-left: 22%;
  width: 55%;
}

/*----------------------------------------
  Maintain Organisation Logo
 ----------------------------------------*/
.upload-logo-div {
  margin-left: 10px;
}

.display-logo-div {
  width: auto;
  height: auto;
  padding-bottom: 10px;
}

.display-logo-div img {
  width: auto;
  height: auto;
}

.action-bar-change-logo {
  display: inline;
}

.modal-window-upload-logo {
  height: 150px;
  width: 340px;
  margin-top: 120px;
}

/*----------------------------------------
  Billing Portlets
 ----------------------------------------*/
@import url("billing.css");

.billing-table {
	padding: 0 20px 10px 20px;
}

.billing-accounts {
	padding-top: 10px;
}

.billing-filter-box {
  padding: 5px;
  height: 60px;
  margin: 0 0 15px 0;
  font-size: 11px;
}

.billing-filter-box label {
  padding: 0 10px 0 0;
  width: 230px;
  text-align: right;
}

.action-bar h5 {
  float: left;
  font-size: 11px;
  background-color: #EDEDED; /*for ie6*/
  text-indent: 0;
  padding-right: 10px;
}

.action-bar h5 span {
  font-weight: normal;
}

.gsmis-update-window {
  height: 347px;
}

.gsmis-balances-window {
  height: 130px;
}

.gsmis-charges-window {
  height: 320px;
}

.gsmis-payments-window {
  height: 200px;
}

.opt-out-box{
	height:60px;
}

.opt-out-window {
	height:100px;
}

.view-bill-box{
	margin-top:20px;
	height:500px;
}

.view-bill-box .portlet-col-1{
	margin-left:20px;
}

.view-bill-box .portlet-col-2{
	width:620px;
	float:right;
}

.view-bill-box .portlet-col-2 div.field-box{
}

.view-bill-box .portlet-col-2 .inner-portlet-box {
	clear:both;
}

.view-bill-box .portlet-col-1{
	width:290px;
}

.obportlet-form input.mobile-number {
	width:200px;
}

.modal-box label.inline-radio {
		width:200px;
		text-align:right;
		padding-right: 3px;
}

/*----------------------------------
 billing scrollable tables
 ----------------------------------*/
.scrollable-table-head table {
  width: 510px;
}

.scrollable-table-body table {
  width: 493px;
}

.scrollable-table-body {
  overflow: auto;
  height: 300px;
}

.payment-amount {
  width: 240px;
}

th.payment-date {
  width: 240px;
}

td.payment-date {
  width: 214px;
}

/*----------------------------------
 roleCommand/groupCommand - cludge for IE6
 ----------------------------------*/

#roleCommand .obportlet-form .portlet-col-1,
#groupCommand .obportlet-form .portlet-col-1 {
  width: 476px;
}

#groupCommand .obportlet-form .portlet-col-2,
#roleCommand .obportlet-form .portlet-col-2 {
  width: 330px;
}

#groupCommand .obportlet-form #copy-link,
#roleCommand .obportlet-form #copy-link {
  width: 28px;
}
