
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview,
body,
.ineditmode,
.topFrame,
.breadcrumbs,
.paneTabs,
.paneTabs ul li.active,
.paneTabs ul li,
.wizardBody .containerWizard {
    background-color:#FFFFFF;
    color:#000000;
}

/* active top tab caret in 2012 theme */
.appTabs .active .hideoff,
.appTabs .active a:hover .hideoff,
.appTabs .active a:focus .hideoff,
.toppTabs-compact .appTabs .active .hideoff,
.toppTabs-compact .appTabs .active a:hover .hideoff,
.toppTabs-compact .appTabs .active a:focus .hideoff,
.paneTabs .active a:after {
  border-bottom-color: #FFFFFF;
}

/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container {
    background-color:#FFFFFF;
    color:#000000;
}

/*Data Collection Primary button background / text color*/
#primaryButton,
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus,
input.submit[type="submit"]:hover, input.submit[type="submit"]:focus {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Data Collection Secondary button background / text color*/
#secondaryButton,
.button-2, .button-2-img, .button-2:hover, .button-2-img:focus, .button-2:hover, .button-2-img:focus {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Page Header background color / text color / background image */
#pageHeader,
#schemePreviewHead,
div.pageTitle,
div.pageTitle h1,
div.pageTitleError h1,
div#lightboxContent h2 {
  background:#FFFFFF ;
	border-color:#FFFFFF;
  color:#000000;
  text-shadow: none;
}

.pageTitle p,
.pageTitle p.helptext,
.version {
  color:#000000;
  opacity:.8;
  filter: Alpha(Opacity=80);
}

/*Action bar background / text color*/
#actionBarBrand,
.actionBar,
.contentPaneWide .actionBar,
div.actionBar ul,
div.localViewToggle,
.actionBarMicro {
  /*background-color:#666666;*/
  background:#666666 ;
  border-color:#666666;
}

/*Action bar primary button background / text color*/
#primaryActionBrand,
.mainButton > a,
.mainButton > a:hover,
.mainButton > a:focus,
.mainButton h2 > a,
.mainButton h2 > a:hover,
.mainButton h2 > a:focus,
li.mainButton > a,
li.mainButton:hover > a,
li.mainButton:focus > a,
li.mainButton:hover h2 > a,
li.mainButton:focus h2 > a,
.actionBarMicro .mainButton > a,
.actionBarMicro .mainButton > a:hover,
.actionBarMicro .mainButton > a:focus {
  background:#555555;
	border-color:#555555;
  color:#E9E9E9;
}

/*Action bar Secondary button background / text color*/
#secondaryActionBrand,
.secondaryButton > a,
.secondaryButton > a:hover,
.secondaryButton > a:focus,
.secondaryButton h2 > a,
.secondaryButton h2 > a:hover,
.secondaryButton h2 > a:focus
 {
  background:#555555;
	border-color:#555555;
  color:#E9E9E9;
}

/*Top Frame Text Color */
#topFrame,
.topGlobalLinks ul li,
.topGlobalLinks a,
.topGlobalLinks a:hover,
.topGlobalLinks a:focus,
.hotItems,
.hotSpots a,
.hotSpots li:after,
.hotSpots a:hover  {
    color:#DDDDDD;
}


/*Top Frame Background Color / Background Image*/
#topFrame,
.bgBanner {
    background-color:#330000;
	border-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.topTabs-compact {
    background:#330000;
	border-color:transparent;
}

/*Top Tab Color/Background Color*/
#topTab,
table.appTabs tbody tr td a,
div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover,
div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus,
div.topTabs-compact table.appTabs tr td a:focus {
  color:#DD5500;
  background-color:transparent;
	border-color:transparent;

}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive,
table.appTabs tbody tr td.active a,
table.appTabs tbody tr td.active a:hover,
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a,
div.topTabs-compact table.appTabs tr td.active a:hover,
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#FFFFFF;
    background-color:transparent;
	border-color:transparent;
	text-shadow: none;
}

/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
	background: #666;
}

/*Module colors*/
#moduleTitle,
.portlet h2, .portlet h2 span.reorder
{
    background-color:#CCCCCC;
    color:#000000;
}
.portlet h2 a
{
    background-color: transparent;
    color:#000000;
}
#moduleBorder, #moduleBody,
.portlet
{
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    background-color:#EFEFEF;
    color:#000000;
}
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview,
body,
.ineditmode,
.topFrame,
.breadcrumbs,
.paneTabs,
.paneTabs ul li.active,
.paneTabs ul li,
.wizardBody .containerWizard {
    background-color:#FFFFFF;
    color:#000000;
}

/* active top tab caret in 2012 theme */
.appTabs .active .hideoff,
.appTabs .active a:hover .hideoff,
.appTabs .active a:focus .hideoff,
.toppTabs-compact .appTabs .active .hideoff,
.toppTabs-compact .appTabs .active a:hover .hideoff,
.toppTabs-compact .appTabs .active a:focus .hideoff,
.paneTabs .active a:after {
  border-bottom-color: #FFFFFF;
}

/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container {
    background-color:#FFFFFF;
    color:#000000;
}

/*Data Collection Primary button background / text color*/
#primaryButton,
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus,
input.submit[type="submit"]:hover, input.submit[type="submit"]:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Data Collection Secondary button background / text color*/
#secondaryButton,
.button-2, .button-2-img, .button-2:hover, .button-2-img:focus, .button-2:hover, .button-2-img:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Page Header background color / text color / background image */
#pageHeader,
#schemePreviewHead,
div.pageTitle,
div.pageTitle h1,
div.pageTitleError h1,
div#lightboxContent h2 {
  background:#FFFFFF ;
	border-color:#FFFFFF;
  color:#000000;
  text-shadow: none;
}

.pageTitle p,
.pageTitle p.helptext,
.version {
  color:#000000;
  opacity:.8;
  filter: Alpha(Opacity=80);
}

/*Action bar background / text color*/
#actionBarBrand,
.actionBar,
.contentPaneWide .actionBar,
div.actionBar ul,
div.localViewToggle,
.actionBarMicro {
  /*background-color:#666666;*/
  background:#666666 ;
  border-color:#666666;
}

/*Action bar primary button background / text color*/
#primaryActionBrand,
.mainButton > a,
.mainButton > a:hover,
.mainButton > a:focus,
.mainButton h2 > a,
.mainButton h2 > a:hover,
.mainButton h2 > a:focus,
li.mainButton > a,
li.mainButton:hover > a,
li.mainButton:focus > a,
li.mainButton:hover h2 > a,
li.mainButton:focus h2 > a,
.actionBarMicro .mainButton > a,
.actionBarMicro .mainButton > a:hover,
.actionBarMicro .mainButton > a:focus {
  background:transparent;
	border-color:transparent;
  color:#dd5500;
}

/*Action bar Secondary button background / text color*/
#secondaryActionBrand,
.secondaryButton > a,
.secondaryButton > a:hover,
.secondaryButton > a:focus,
.secondaryButton h2 > a,
.secondaryButton h2 > a:hover,
.secondaryButton h2 > a:focus
 {
  background:transparent;
	border-color:transparent;
  color:#dd5500;
}

/*Top Frame Text Color */
#topFrame,
.topGlobalLinks ul li,
.topGlobalLinks a,
.topGlobalLinks a:hover,
.topGlobalLinks a:focus,
.hotItems,
.hotSpots a,
.hotSpots li:after,
.hotSpots a:hover  {
    color:#DDDDDD;
}


/*Top Frame Background Color / Background Image*/
#topFrame,
.bgBanner {
    background-color:#000000;
	border-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.topTabs-compact {
    background:#000000;
	border-color:transparent;
}

/*Top Tab Color/Background Color*/
#topTab,
table.appTabs tbody tr td a,
div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover,
div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus,
div.topTabs-compact table.appTabs tr td a:focus {
  color:#FFFFFF;
  background-color:transparent;
	border-color:transparent;

}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive,
table.appTabs tbody tr td.active a,
table.appTabs tbody tr td.active a:hover,
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a,
div.topTabs-compact table.appTabs tr td.active a:hover,
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#000000;
    background-color:transparent;
	border-color:transparent;
	text-shadow: none;
}

/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
	background: #666;
}

/*Module colors*/
#moduleTitle,
.portlet h2, .portlet h2 span.reorder
{
    background-color:transparent;
    color:#000000;
}
.portlet h2 a
{
    background-color: transparent;
    color:#000000;
}
#moduleBorder, #moduleBody,
.portlet
{
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color:transparent;
    color:#000000;
}
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview,
body,
.ineditmode,
.topFrame,
.breadcrumbs,
.paneTabs,
.paneTabs ul li.active,
.paneTabs ul li,
.wizardBody .containerWizard {
    background-color:#FFFFFF;
    color:#000000;
}

/* active top tab caret in 2012 theme */
.appTabs .active .hideoff,
.appTabs .active a:hover .hideoff,
.appTabs .active a:focus .hideoff,
.toppTabs-compact .appTabs .active .hideoff,
.toppTabs-compact .appTabs .active a:hover .hideoff,
.toppTabs-compact .appTabs .active a:focus .hideoff,
.paneTabs .active a:after {
  border-bottom-color: #FFFFFF;
}

/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container {
    background-color:#FFFFFF;
    color:#000000;
}

/*Data Collection Primary button background / text color*/
#primaryButton,
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus,
input.submit[type="submit"]:hover, input.submit[type="submit"]:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Data Collection Secondary button background / text color*/
#secondaryButton,
.button-2, .button-2-img, .button-2:hover, .button-2-img:focus, .button-2:hover, .button-2-img:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Page Header background color / text color / background image */
#pageHeader,
#schemePreviewHead,
div.pageTitle,
div.pageTitle h1,
div.pageTitleError h1,
div#lightboxContent h2 {
  background:#FFFFFF ;
	border-color:#FFFFFF;
  color:#000000;
  text-shadow: none;
}

.pageTitle p,
.pageTitle p.helptext,
.version {
  color:#000000;
  opacity:.8;
  filter: Alpha(Opacity=80);
}

/*Action bar background / text color*/
#actionBarBrand,
.actionBar,
.contentPaneWide .actionBar,
div.actionBar ul,
div.localViewToggle,
.actionBarMicro {
  /*background-color:#666666;*/
  background:#666666 ;
  border-color:#666666;
}

/*Action bar primary button background / text color*/
#primaryActionBrand,
.mainButton > a,
.mainButton > a:hover,
.mainButton > a:focus,
.mainButton h2 > a,
.mainButton h2 > a:hover,
.mainButton h2 > a:focus,
li.mainButton > a,
li.mainButton:hover > a,
li.mainButton:focus > a,
li.mainButton:hover h2 > a,
li.mainButton:focus h2 > a,
.actionBarMicro .mainButton > a,
.actionBarMicro .mainButton > a:hover,
.actionBarMicro .mainButton > a:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Action bar Secondary button background / text color*/
#secondaryActionBrand,
.secondaryButton > a,
.secondaryButton > a:hover,
.secondaryButton > a:focus,
.secondaryButton h2 > a,
.secondaryButton h2 > a:hover,
.secondaryButton h2 > a:focus
 {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Top Frame Text Color */
#topFrame,
.topGlobalLinks ul li,
.topGlobalLinks a,
.topGlobalLinks a:hover,
.topGlobalLinks a:focus,
.hotItems,
.hotSpots a,
.hotSpots li:after,
.hotSpots a:hover  {
    color:#DDDDDD;
}


/*Top Frame Background Color / Background Image*/
#topFrame,
.bgBanner {
    background-color:#6e6e6e;
	border-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.topTabs-compact {
    background:#6e6e6e;
	border-color:transparent;
}

/*Top Tab Color/Background Color*/
#topTab,
table.appTabs tbody tr td a,
div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover,
div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus,
div.topTabs-compact table.appTabs tr td a:focus {
  color:#FFFFFF;
  background-color:transparent;
	border-color:transparent;

}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive,
table.appTabs tbody tr td.active a,
table.appTabs tbody tr td.active a:hover,
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a,
div.topTabs-compact table.appTabs tr td.active a:hover,
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#000000;
    background-color:transparent;
	border-color:transparent;
	text-shadow: none;
}

/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
	background: #666;
}

/*Module colors*/
#moduleTitle,
.portlet h2, .portlet h2 span.reorder
{
    background-color:transparent;
    color:#000000;
}
.portlet h2 a
{
    background-color: transparent;
    color:#000000;
}
#moduleBorder, #moduleBody,
.portlet
{
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color:transparent;
    color:#000000;
}
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview,
body,
.ineditmode,
.topFrame,
.breadcrumbs,
.paneTabs,
.paneTabs ul li.active,
.paneTabs ul li,
.wizardBody .containerWizard {
    background-color:#FFFFFF;
    color:#000000;
}

/* active top tab caret in 2012 theme */
.appTabs .active .hideoff,
.appTabs .active a:hover .hideoff,
.appTabs .active a:focus .hideoff,
.toppTabs-compact .appTabs .active .hideoff,
.toppTabs-compact .appTabs .active a:hover .hideoff,
.toppTabs-compact .appTabs .active a:focus .hideoff,
.paneTabs .active a:after {
  border-bottom-color: #FFFFFF;
}

/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container {
    background-color:#FFFFFF;
    color:#000000;
}

/*Data Collection Primary button background / text color*/
#primaryButton,
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus,
input.submit[type="submit"]:hover, input.submit[type="submit"]:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Data Collection Secondary button background / text color*/
#secondaryButton,
.button-2, .button-2-img, .button-2:hover, .button-2-img:focus, .button-2:hover, .button-2-img:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Page Header background color / text color / background image */
#pageHeader,
#schemePreviewHead,
div.pageTitle,
div.pageTitle h1,
div.pageTitleError h1,
div#lightboxContent h2 {
  background:#FFFFFF ;
	border-color:#FFFFFF;
  color:#000000;
  text-shadow: none;
}

.pageTitle p,
.pageTitle p.helptext,
.version {
  color:#000000;
  opacity:.8;
  filter: Alpha(Opacity=80);
}

/*Action bar background / text color*/
#actionBarBrand,
.actionBar,
.contentPaneWide .actionBar,
div.actionBar ul,
div.localViewToggle,
.actionBarMicro {
  /*background-color:#FFFFFF;*/
  background:#FFFFFF ;
  border-color:#FFFFFF;
}

/*Action bar primary button background / text color*/
#primaryActionBrand,
.mainButton > a,
.mainButton > a:hover,
.mainButton > a:focus,
.mainButton h2 > a,
.mainButton h2 > a:hover,
.mainButton h2 > a:focus,
li.mainButton > a,
li.mainButton:hover > a,
li.mainButton:focus > a,
li.mainButton:hover h2 > a,
li.mainButton:focus h2 > a,
.actionBarMicro .mainButton > a,
.actionBarMicro .mainButton > a:hover,
.actionBarMicro .mainButton > a:focus {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Action bar Secondary button background / text color*/
#secondaryActionBrand,
.secondaryButton > a,
.secondaryButton > a:hover,
.secondaryButton > a:focus,
.secondaryButton h2 > a,
.secondaryButton h2 > a:hover,
.secondaryButton h2 > a:focus
 {
  background:transparent;
	border-color:transparent;
  color:#DD5500;
}

/*Top Frame Text Color */
#topFrame,
.topGlobalLinks ul li,
.topGlobalLinks a,
.topGlobalLinks a:hover,
.topGlobalLinks a:focus,
.hotItems,
.hotSpots a,
.hotSpots li:after,
.hotSpots a:hover  {
    color:#DDDDDD;
}


/*Top Frame Background Color / Background Image*/
#topFrame,
.bgBanner {
    background-color:#6E6E6E;
	border-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.topTabs-compact {
    background:#6E6E6E;
	border-color:transparent;
}

/*Top Tab Color/Background Color*/
#topTab,
table.appTabs tbody tr td a,
div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover,
div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus,
div.topTabs-compact table.appTabs tr td a:focus {
  color:#FFFFFF;
  background-color:transparent;
	border-color:transparent;

}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive,
table.appTabs tbody tr td.active a,
table.appTabs tbody tr td.active a:hover,
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a,
div.topTabs-compact table.appTabs tr td.active a:hover,
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#000000;
    background-color:transparent;
	border-color:transparent;
	text-shadow: none;
}

/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
	background: #666;
}

/*Module colors*/
#moduleTitle,
.portlet h2, .portlet h2 span.reorder
{
    background-color:transparent;
    color:#000000;
}
.portlet h2 a
{
    background-color: transparent;
    color:#000000;
}
#moduleBorder, #moduleBody,
.portlet
{
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color:transparent;
    color:#000000;
}
/*Content Frame background color / text color / background image*/
#contentFrame,
#schemePreview,
body,
.ineditmode,
.topFrame,
.breadcrumbs,
.paneTabs,
.paneTabs ul li.active,
.paneTabs ul li,
.wizardBody .containerWizard {
    background-color:#FFFFFF;
    color:#000000;
}

/* active top tab caret in 2012 theme */
.appTabs .active .hideoff,
.appTabs .active a:hover .hideoff,
.appTabs .active a:focus .hideoff,
.toppTabs-compact .appTabs .active .hideoff,
.toppTabs-compact .appTabs .active a:hover .hideoff,
.toppTabs-compact .appTabs .active a:focus .hideoff,
.paneTabs .active a:after {
  border-bottom-color: #FFFFFF;
}

/*Content area background color / text color / background image */
#contentArea,
#schemePreviewBody,
.container {
    background-color:#FFFFFF;
    color:#000000;
}

/*Data Collection Primary button background / text color*/
#primaryButton,
input[type="submit"].submit,
.mainButton a, .mainButton a:hover, .mainButton a:focus,
.mainButton a, .actionBarMicro .mainButton a:hover, .actionBarMicro .mainButton a:focus,
.rumble .mainButton > a, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.rumble .mainButton > a:hover, .rumble_top .mainButton > a:focus,
.button-1, .button-1-img, .button-1:hover, .button-1-img:hover, .button-1:focus, .button-1-img:focus,
input.submit[type="submit"]:hover, input.submit[type="submit"]:focus {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Data Collection Secondary button background / text color*/
#secondaryButton,
.button-2, .button-2-img, .button-2:hover, .button-2-img:focus, .button-2:hover, .button-2-img:focus {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Page Header background color / text color / background image */
#pageHeader,
#schemePreviewHead,
div.pageTitle,
div.pageTitle h1,
div.pageTitleError h1,
div#lightboxContent h2 {
  background:#FFFFFF ;
	border-color:#FFFFFF;
  color:#000000;
  text-shadow: none;
}

.pageTitle p,
.pageTitle p.helptext,
.version {
  color:#000000;
  opacity:.8;
  filter: Alpha(Opacity=80);
}

/*Action bar background / text color*/
#actionBarBrand,
.actionBar,
.contentPaneWide .actionBar,
div.actionBar ul,
div.localViewToggle,
.actionBarMicro {
  /*background-color:#FFFFFF;*/
  background:#FFFFFF ;
  border-color:#FFFFFF;
}

/*Action bar primary button background / text color*/
#primaryActionBrand,
.mainButton > a,
.mainButton > a:hover,
.mainButton > a:focus,
.mainButton h2 > a,
.mainButton h2 > a:hover,
.mainButton h2 > a:focus,
li.mainButton > a,
li.mainButton:hover > a,
li.mainButton:focus > a,
li.mainButton:hover h2 > a,
li.mainButton:focus h2 > a,
.actionBarMicro .mainButton > a,
.actionBarMicro .mainButton > a:hover,
.actionBarMicro .mainButton > a:focus {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Action bar Secondary button background / text color*/
#secondaryActionBrand,
.secondaryButton > a,
.secondaryButton > a:hover,
.secondaryButton > a:focus,
.secondaryButton h2 > a,
.secondaryButton h2 > a:hover,
.secondaryButton h2 > a:focus
 {
  background:#EDEDED;
	border-color:#EDEDED;
  color:#DD5500;
}

/*Top Frame Text Color */
#topFrame,
.topGlobalLinks ul li,
.topGlobalLinks a,
.topGlobalLinks a:hover,
.topGlobalLinks a:focus,
.hotItems,
.hotSpots a,
.hotSpots li:after,
.hotSpots a:hover  {
    color:#DDDDDD;
}


/*Top Frame Background Color / Background Image*/
#topFrame,
.bgBanner {
    background-color:#6E6E6E;
	border-color:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.topTabs-compact {
    background:#6E6E6E;
	border-color:transparent;
}

/*Top Tab Color/Background Color*/
#topTab,
table.appTabs tbody tr td a,
div.topTabs-compact table.appTabs tr td a,
table.appTabs tbody tr td a:hover,
div.topTabs-compact table.appTabs tr td a:hover,
table.appTabs tbody tr td a:focus,
div.topTabs-compact table.appTabs tr td a:focus {
  color:#FFFFFF;
  background-color:transparent;
	border-color:transparent;

}

/*Top Tab Active Tab Color/Background Color*/
#topTabActive,
table.appTabs tbody tr td.active a,
table.appTabs tbody tr td.active a:hover,
table.appTabs tbody tr td.active a:focus,
div.topTabs-compact table.appTabs tr td.active a,
div.topTabs-compact table.appTabs tr td.active a:hover,
div.topTabs-compact table.appTabs tr td.active a:focus {
    color:#000000;
    background-color:transparent;
	border-color:transparent;
	text-shadow: none;
}

/*Global Nav links*/
/**/
.nav-link, .nav-link:hover, .nav-link:focus {
	background: #666;
}

/*Module colors*/
#moduleTitle,
.portlet h2, .portlet h2 span.reorder
{
    background-color:transparent;
    color:#000000;
}
.portlet h2 a
{
    background-color: transparent;
    color:#000000;
}
#moduleBorder, #moduleBody,
.portlet
{
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background-color:transparent;
    color:#000000;
}