/*
* FILE INFORMATION
* Style Type: ConcoursConnect Portal Layout
* Version:    1
* Date:       20090301
* Author:     concursive.com
* Notes:      Includes legacy class name
*
*/
/* Table of Contents

   $_globals

   1. Portal Header
       $_announcements
       $_identity
       $_user-menu
       $_search-form
       $_navigation
   2. Portal Body
       Portal Columns
       Modal Columns
   3. Portal Footer
   4. Portal Panel
*/

/* @group $_globals */

/* Remove FireFox outline from active links */
:focus {
  -moz-outline-style: none;
}

/* Body Reset */
body {
  margin: 0;
  padding: 0;
}

/* Reset Global Links */
a {
  /*text-decoration: none;*/
  /*color: #1a4686;*/
}

a:hover {
  /*text-decoration: underline;*/
  /*color: #1B88B1;*/
}

/* Remove Borders from Image Links */

a img {
  border: none
}

/* Hide Accessability */
.access {
  display: none;
}

hr {
  clear: both;
  height: 0;
  border: 0;
  width: 100%;
}

/* @end */

/* Around Entire Portal */
.ccp-container {
  _width: 1024px; /* IE6 width fix */
  min-width: 935px; /* Page can not shrink beyound 935px */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* @group 1. Portal Header */
.ccp-header-user-info {
  min-height: 45px;
}

.ccp-header-user-info > a,
.ccp-header-user-info > a:visited {
  color: #ffffff;
}

.ccp-header-user-info > a:hover {
  color: #bbbbbb;
}

/* @group $_announcements */

.ccp-header-announcement-container .editwiki {
  top: 0;
  right: 0;
}

.ccp-header-announcement-container {
  background: #8f8f8f;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.ccp-header-announcement-content {
  max-width: 1000px;
  min-width: 1000px;
  margin: auto auto;
  padding: 10px 10px;
}

.ccp-header-announcement-content a,
.ccp-header-announcement-content a:hover,
.ccp-header-announcement-content a:visited {
  color: #ffffff;
  text-decoration: underline;
  background: none;
  padding-right: 0;
}

.ccp-header-announcement-container p {
  margin: 0;
}

.ccp-header-announcement-container table, .ccp-header-announcement-container td {
  margin: 0;
  background: transparent;
  border: none;
}

.ccp-header-announcement-container td {
  white-space: nowrap;
}

/* @group $_header */

/* Portal Header */
.ccp-header {
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1200px; /* Section can not get larger than 1200px */
  min-width: 935px;
  overflow: hidden; /* scrollbar fix */
  height: 1%; /* IE fix */
}

/* $_identity : h1 */
.ccp-header h1 {
  display: inline;
  float: left;
  padding: 45px 0 30px 15px;
  *margin-top: 20px;
  font-size: 200%;
}

.ccp-header-title {
  _padding: 15px 0 15px 0;
}

#ccp-header-title-item-id {
  *cursor: pointer;
}

/* $_user-navigation : User Navigation  */

.ccp-alert {
  background: url(../images/icons/mail_blue.png) no-repeat 5px 50%;
  clear: both;
  float: right;
  margin-top: 10px;
  padding: 0 30px 0 23px;
  white-space: nowrap;
  font-weight: bold;
}

/* @end */

.ccp-header-menu {
  width: 100%;
}

/* @group $_site-menu */

/* Site Menu  */
.ccp-site-menu {
  margin: 0;
  float: right;
  background: url(../themes/default/images/sprites/menu_background_gray.gif) 0 0 no-repeat;
  height: 27px; /* set to height of background image */
  left: -5px;
  z-index: 1;
}

.ccp-site-menu li {
  display: inline;
  padding: 3px 12px;
  border-right: 1px solid #ababab;
}

.ccp-site-menu li.first {

}

.ccp-site-menu li.last {
  border: none;
}

.ccp-site-menu li a {

}

/* @end */

/* @group $_user-menu */

/* User Menu */
.ccp-user-menu {
  float: right;
  background: url(../themes/default/images/sprites/menu_background_gray.gif) 0 -27px no-repeat;
  height: 27px; /* set to height of background image */
  padding-right: 15px;
  margin-right: -5px;
  margin-top: -1px;
}

.ccp-user-menu ul {
  margin: 0;
  padding: 0;
}

.ccp-user-menu li {
  display: inline;
  padding: 3px 12px 3px 16px;
  border-right: 1px solid #c3c3c3;
}

.ccp-user-menu li.first {

}

.ccp-user-menu li.last {
  border: none;
}

/* @end */

/* @group $_search-form */

/* $_search-form : Search Bar */
.mainsearch,
.ccp-search-form {
  clear: right;
  float: right;
  margin: 30px 0;
  padding: 0 5px 0 0; /* IMPORTANT: Off-set input related margin issue */
  width: auto;
  _width: 540px; /* IE Fix */
  white-space: nowrap;
}

.mainsearch p,
.ccp-search-form label {
  margin: 0 3px 0 5px;
  padding: 0;
  font-weight: 900;
}

.mainsearch form,
.ccp-search-form form {
  margin: 3px 0 0 5px;
  padding: 0;
  float: left;
}

.mainsearch fieldset,
.ccp-search-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.mainsearch legend,
.ccp-search-form legend {
  display: none;
}

.mainsearch select,
.ccp-search-form select {

}

.mainsearch input,
.ccp-search-form input {
  margin: 0;
  padding: 0;
}

.mainsearch .search,
.ccp-search-form input[type=submit] {
  margin: 0;
  padding: 0;
}

/* @end */

/* @group $_cart-link */

.ccp-cart-link {
  clear: right;
  float: right;
  margin: 10px 45px 0 0;
  padding: 0 0 0 0;
  width: auto;
  _width: 540px; /* IE Fix */
  white-space: nowrap;
}

.ccp-cart-link a {
  padding: 5px 0 5px 30px;
  background: url(../images/icons/cart.png) no-repeat;
  height: 19px;
  text-decoration: none;
  font-weight: bold;
}

.ccp-cart-link a:hover {
  padding: 5px 0 5px 30px;
  background: url(../images/icons/cart.png) no-repeat;
  height: 19px;
  text-decoration: underline;
  font-weight: bold;
}

.ccp-cart-process ul {
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #6C6;
  *margin-right: 300px;
}

.ccp-cart-process ul li {
  width: 145px;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: inline;
  color: #000;
  background-color: #FFF;
  text-align: center;
  font-weight: bold;
  float: left;
}

.ccp-cart-process ul li.active {
  color: #FFF;
  background-color: #6C6;
}

.ccp-cart-cards {
  margin-left: 2px;
}

.ccp-cart-secure {
  display: inline;
  clear: right;
}

/* @end */

/* @group $_navigation */

/* $_navigation : Portal Navigation */

.tabWrapper,
.ccp-navigation {
  clear: both;
  padding: 11px 5px;
  height: 1%;
}

.tabWrapper ul,
.ccp-navigation ul {
  padding: 0;
  margin: 0;
}

.tabWrapper ul li,
.ccp-navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
  display: inline;
}

.tabWrapper ul li.first,
.ccp-navigation ul li.first {

}

.tabWrapper ul li.last,
.ccp-navigation ul li.last {

}

.tabWrapper ul li a,
.ccp-navigation ul li a {
  text-decoration: none !important; /* !important for IE6 */
  display: inline;
  padding: 5px;
  line-height: 200%;
}

.tabWrapper ul li a.active,
.tabWrapper ul li a:hover,
.ccp-navigation  ul li a:active,
.ccp-navigation  ul li a:hover {

}

.tabWrapper ul li a em,
.ccp-navigation ul li a em {
  text-align: center;
  position: relative;
  font-style: normal;
  display: inline;
  padding: 0 5px 0 0;
  margin: 0 0 0 5px;
  letter-spacing: 0.05em;
}

.tabWrapper ul li a:visited em,
.ccp-navigation ul li a:visited em {

}

.tabWrapper ul li a.active em,
.tabWrapper ul li a:hover em,
.ccp-navigation ul li a.active em,
.ccp-navigation ul li a:hover em {

}

/* @end */

/* @end */

/* @group 2. Portal Body */

.pageArea,
.ccp-body {
  max-width: 1190px; /* Section can not get larger than 1200px (1190 + 5 on left + 5 on right = 1200) */
  min-width: 935px; /* 240 + 385 + 300 + 10 (for padding) = 935px */
  margin: 0 auto;
  padding: 5px;
}

/* Clear any body floats*/

/* @group Portal Columns */

/* Portal Container */

.portletContainer {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Container around .portalContainer */

.portalContainer {
  padding: 0;
}

/* Around each portlet row, within the portalContainer */

.portletTable {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

.portletTable1 {
}

.portletTableLast {
}

.portletRow {
  padding: 0;
  margin: 0;
}

.portletRow1 {
  margin: 0;
}

.portletRowLast {

}

/* Around each portlet column, within the portletTable */
.portletColumn {
  vertical-align: top;
  margin: 0;
  padding: 0 10px 0 0;
}

.portletColumn1 {

}

.portletColumnLast {
  padding-right: 0;
}

/* @end */

/* @group Main Columns */

/* Main Column Styles : including portlet modifiers specific to the mainportletColumn */

.mainportletColumn {
  width: auto;
  padding: 0 10px 0 0;
}

.mainportletColumnLast {
  padding-right: 0;
}

/* Clear portletWindows in mainportletColumns */

.mainportletColumn .portletWindowBackground {
  border: none;
  background: none;
}

.mainportletColumn .portletWindow {

}

.mainportletColumn .portletWindow1,
.mainportletColumn .portletWindow1 .articleBody {
  padding: 0;
}

.mainportletColumn .portletWindowLast {
  border: none;
}

/* Clean up space within portlets for main content */
.mainportletColumn .portletWrapper {
  margin: 10px 15px 0;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

.mainportletColumn .portletWindowLast .portletWrapper {
  border-bottom: none;
}

/* Add spacing for mainportletColumn Headers */
/* Remove Margin from headings IF they are the first item */
/* Breaks Old portlets */
.mainportletColumn .portletWrapper > h1,
.mainportletColumn .portletWrapper > h2,
.mainportletColumn .portletWrapper > h3,
.mainportletColumn .portletWrapper > h4,
.mainportletColumn .portletWrapper > h5,
.mainportletColumn .portletWrapper > h6 {
  margin-top: 2px;
}

.wikiTable td > h2:first-child,
.wikiTable td > h3:first-child,
.wikiTable td > h4:first-child,
.wikiTable td > h5:first-child,
.wikiTable td > h6:first-child {
  margin-top: 2px;
}

/* Make inline span elements of headers smaller font size */
.mainportletColumn .portletWindow1 h1 span,
.mainportletColumn .portletWindow1 h2 span,
.mainportletColumn .portletWindow1 h3 span {
  font-size: small;
}

.mainportletColumn .plainportletWindowBackground .portletWrapper {
  border-bottom: none;
}

.plainportletWindowBackground .portletWrapper {
  padding: 0;
}

/* @end */

/* @group plain column */

.plainportletColumn {
  /*width: auto;*/
  padding: 0 10px 0 0;
}

.plainportletColumn .portletWindowBackground {
  border: none;
  background: none;
}

.plainportletColumn .portletWindow {

}

.plainportletColumn .portletWindow1,
.plainportletColumn .portletWindow1 .articleBody {
  padding: 0;
}

.plainportletColumn .portletWindowLast {
  border: none;
}

.plainportletColumn .portletWrapper {
  margin: 0 10px 0 5px;
  padding: 0 0 10px;
}

.plainportletColumn .portletWrapper > h1,
.plainportletColumn .portletWrapper > h2,
.plainportletColumn .portletWrapper > h3,
.plainportletColumn .portletWrapper > h4,
.plainportletColumn .portletWrapper > h5,
.plainportletColumn .portletWrapper > h6 {
  margin-top: 2px;
}

/* @group simple column */

.simpleportletColumn {
  padding: 0 10px 0 10px;
}

.simpleportletColumn .portletWindowBackground {
  border: none;
  background: none;
}

.simpleportletColumn .portletWindow1,
.simpleportletColumn .portletWindow1 .articleBody {
  padding: 0;
}

.simpleportletColumn .portletWindowLast {
  border: none;
}

.simpleportletColumn .portletWrapper {
  margin: 0 10px 0 5px;
  padding: 0 0 10px;
}

.simpleportletColumn .portletWrapper > h1,
.simpleportletColumn .portletWrapper > h2,
.simpleportletColumn .portletWrapper > h3,
.simpleportletColumn .portletWrapper > h4,
.simpleportletColumn .portletWrapper > h5,
.simpleportletColumn .portletWrapper > h6 {
  margin-top: 2px;
}

/* @group embed column (seamless) */

.fullWidth {
  padding-left: 0;
  padding-right: 0;
}

.embed {
  padding: 0;
  margin: 0;
}

.embed .portletWindowBackground {
  border: none;
  background: none;
}

.embed .articleBody {
  padding: 0;
  margin: 0;
}

.embed .portletWindowLast {
  border: none;
}

.embed .portletWrapper {
  margin: 0;
  padding: 0;
}

.embed table {
  margin-bottom: 0;
}

/* @group one column */

.oneportletColumn {
  width: auto;
  padding: 0;
}

.oneportletColumn .portletWindowBackground {
  border: none;
  background: none;
}

.oneportletColumn .portletWindow {

}

.oneportletColumn .portletWindow1,
.oneportletColumn .portletWindow1 .articleBody {
  padding: 0;
}

.oneportletColumn .portletWindowLast {
  border: none;
}

.oneportletColumn .portletWrapper {
  margin: 0 0 0 2px;
  padding: 0 0 10px;
}

.oneportletColumn .portletWrapper > h1,
.oneportletColumn .portletWrapper > h2,
.oneportletColumn .portletWrapper > h3,
.oneportletColumn .portletWrapper > h4,
.oneportletColumn .portletWrapper > h5,
.oneportletColumn .portletWrapper > h6 {
  margin-top: 2px;
}

.leftportletColumn {
  width: auto;
  padding: 0 10px 0 5px;
}

.leftportletColumn .portletWindowBackground {
  border: none;
  background: none;
}

.leftportletColumn .portletWindow {

}

.leftportletColumn .portletWindow1,
.leftportletColumn .portletWindow1 .articleBody {
  padding: 0;
}

.leftportletColumn .portletWindowLast {
  border: none;
}

.leftportletColumn .portletWrapper {
  margin: 0 10px 0 0;
  padding: 0 0 10px;
}

.leftportletColumn .portletWrapper > h1,
.leftportletColumn .portletWrapper > h2,
.leftportletColumn .portletWrapper > h3,
.leftportletColumn .portletWrapper > h4,
.leftportletColumn .portletWrapper > h5,
.leftportletColumn .portletWrapper > h6 {
  margin-top: 2px;
}

/* @group Modal Columns */

/* $_modalportletColumn : modalportletWindow classes are in the ccp-portlets.css */

/* Container around all portlets */
.modalportletContainer {
  width: 100%;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

/* Container around all portlets, within the portletContainer */
.modalportalContainer {
  border-spacing: 0;
  padding: 0;
  margin: 0;
}

/* Around each portlet row, within the portalContainer */

.modalportletTable {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

.modalportletTable1 {

}

.modalportletTableLast {
}

/* Around each portlet row, within the portletTable */
.modalportletRow {
  padding: 0;
  margin: 0;
  border: 0;
  border-spacing: 0;
}

.modalportletRow1 {
  margin: 0 !important;
}

.modalportletRowLast {
}

/* Around each portlet column, within the row */

.modalportletColumn {
  vertical-align: top;
  margin: 0;
  padding: 0 0 0 10px;
}

.modalportletColumn1 {
  border: none !important;
  padding: 0;
}

.modalportletColumnLast {
}

/* @end */

.ccp-body:after {
  content: "." !important;
  display: block !important;
  height: 0 !important;
  clear: both !important;
  visibility: hidden !important;
}

/* @end */

/* @group 3. Portal Footer */

.footerContainer,
.ccp-footer {
  text-align: center; /* Center footer list without setting width */
  max-width: 1200px; /* Section can not get larger than 1200px */
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
}

.footerContainer ul,
.ccp-footer ul {
  margin: 0 0 10px 0;
  padding: 0;
}

.ccp-footer ul.site-menu {
  margin: 0 0 20px 0;
  padding: 0;
}

.footerContainer ul li,
.ccp-footer ul li,
.ccp-footer ul.site-menu li {
  display: inline;
  border-right: 1px solid #777;
  margin: 0;
  padding: 0 7px;
}

.ccp-footer ul li a {
  margin-right: 1px;
}

.ccp-footer ul.site-menu li a {
  margin: 0 0 0 2px;
}

.ccp-footer ul li a>em {
  font-weight: 300;
  font-style: normal;
}

.footerContainer ul li.first,
.ccp-footer ul li.first {

}

.footerContainer ul li.last,
.ccp-footer ul li.last {
  border: none;
}

/* @end */

/* @group 4. Portal Panel */

#dynamic-video-wait,
#dynamic-message {
  background: #f9f9f9;
  border-color: #e9e9e9 #e3e3e3 #ddd;
  border-style: solid;
  border-width: 1px 2px 2px;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#dynamic-message {
  font-weight: bold;
  color: #ffffff;
  background: #46b946;
  padding: 15px 5px;
  text-align: center;
}

#dynamic-panel, #image-panel, #video-panel {
  background: #f9f9f9;
  border-color: #f9f9f9 #f9f9f9 #f9f9f9;
  border-style: solid;
  border-width: 1px 2px 2px;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.yui-skin-sam .container-close {
  background: url(../images/container-close.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8100;
}

#dynamic-panel .hd, #dynamic-panel .bd, #dynamic-panel .ft,
#image-panel .hd, #image-panel .bd, #image-panel .ft,
#video-panel .hd, #video-panel .bd, #video-panel .ft,
#dynamic-wait .hd, #dynamic-wait .bd, #dynamic-wait .ft,
#dynamic-video-wait .hd, #dynamic-video-wait .bd, #dynamic-video-wait .ft {
  border: 0;
}

#image-panel .bd {
  text-align: center;
}

#dynamic-panel .cancel {
  cursor: pointer;
}

/* Formatting for app template */

#ccp-body-app .ccp-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#ccp-body-app .ccp-container,
#ccp-body-app .ccp-header,
#ccp-body-app .ccp-body {
  max-width: none;
  min-width: 0;
}

/* Formatting for popup template */
.ccp-body-popup .portletContainer tr:first-child td:first-child {
  padding: 0;
  margin: 0;
}

/* @end */
@media print {
  .ccp-header, .ccp-footer, .profile-header-portletWindowBackground, #ccp-profile-menu, .label, .button,
  .profile-menu-portletWindowBackground, .ccp-sub-footer, .ccp-header-announcement-admin, .to-list, .noprint, head, title {
    display: none;
  }
}

/* GDA-R001 — AI Error contrast: white text on red alert control */
.label.alert.ai-gov-control,
.label.alert.ai-gov-control-action,
a.label.alert.ai-gov-control,
a.label.alert.ai-gov-control-action,
span.label.alert.ai-gov-control {
  color: #ffffff !important;
  background-color: #c60f13 !important;
}
.label.alert.ai-gov-control:hover,
a.label.alert.ai-gov-control:hover,
a.label.alert.ai-gov-control-action:hover {
  color: #ffffff !important;
}
.label.alert.ai-gov-control:focus,
a.label.alert.ai-gov-control:focus,
a.label.alert.ai-gov-control-action:focus {
  color: #ffffff !important;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.label.alert.ai-gov-control .fa,
a.label.alert.ai-gov-control .fa {
  color: #ffffff !important;
}
