.zoneHeader1 {
  background: #1A1A1A
  url() no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#id_Header2 .menuInner ul.firstLevel {
  margin: 0 auto;
}
#id_Header2 .menuInner ul.firstLevel > li:first-child {
  display: none;
}
#idHeaderContentHolder .menuInner ul.firstLevel > li:first-child {
  display: none;
}
#idHeaderContentHolder .menuInner ul.firstLevel {
  margin: 0 auto;
}

.WaGadgetMenuHorizontal .menuInner {
  background: #1A1A1A
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner .menuButton {
color:red;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
  background: #1A1A1A;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a {
  color: #FF0000;
}

.zoneHeader2 {
  background: #1A1A1A;
}

.zoneSidebarLeft .leftSidebarBgOuter {
  background: #ff0000;
}

.zoneSidebarRight .rightSidebarBgOuter {
  background: #ff0000;
}
.zoneEqualColumn {
  background: #FFFFFF;
}
.zoneEqualColumn .leftSidebar {
  background: #B8AB96;
}
.leftSidebar
{
  background: #B8AB96;
}

a:hover {
  color: #ff0000;
}

a
{
  color:#FE5050;
}
a:visited
{
   color:#FE5050;
}

.genericListTable thead th,
.membersTable thead th {
  background-color: #FF0000;

}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a {
  color: #FF0000;
 
}

.gadgetStyle001 a, .gadgetStyle001 a:link, .gadgetStyle001 a:visited, .gadgetStyle001 a:active
{
  color:#FE5050;

}
.gadgetStyle001 a
{
  color:#FE5050;
}
.gadgetStyle001 a:hover
{
  color: #ff0000;
}

.WaGadgetEventsStateCalendar .EventListCalendar td.EventListCalendarHeader
{
 background-color:#FF0000;
}

.infoOuterContainer
{
background: #B8AB96;;
}

.WaGadgetLoginButton .loginBoxProfileLink a
{
   color:#FFFFFF
}

.WaGadgetLoginButton a.loginBoxChangePassword
{
   color:#FFFFFF
}

.WaGadgetLoginButton a.loginBoxLogout
{
     color:#FFFFFF
}

.WaGadgetMenuHorizontal .menuInner ul ul li > .item:hover > a {
  color: white;
  background: #ff0000;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a::after
{
   background: #FF0000;
}

.WaGadgetMenuHorizontal .menuInner ul.secondLevel> li.dir > .item > a::after
{
   background: #FF0000;
}


.zoneHeader3 {
    background: #ff0000;
}

.WaGadgetMenuHorizontal .menuInner ul ul li.dir > .item > a::after
{
  background:#FF0000;
}
.WaGadgetMenuHorizontal .menuInner ul ul li.dir > .item > a
{
  color:#FFFFFF;
}

.WaGadgetMenuHorizontal .menuInner ul ul li.sel > .item > a {
  color: #ff0000;
}
.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton
{
     background:#FF0000;
     opacity:0.7;
     margin:     10px 10px 10px 10px;
     font-size: 14px;
       
}

/* Redesign 2025 */
/* all rules must include .rd25 to ensure backwards compatability. */
  :root {
  --clr-ms-red: #e31837;
  --clr-ms-red-dark1: #931e26;
  --clr-ms-red-dark2: #611b1c;

  --clr-ms-black: #000000;
  --clr-ms-grey: #999999;
  --clr-ms-gold: #B9AB97;
}

button.rd25, .rd25 a.stylizedButton {
  border-radius: 4px;
  padding: 6px 12px;
  border-width: 0;
  font-size: 16px;
  cursor: pointer;
}

button.rd25.red, .rd25 a.stylizedButton.buttonStyle001 {
  color: #fff;
  background-color: var(--clr-ms-red) !important;
}

button.rd25.red:hover, .rd25 a.stylizedButton.buttonStyle001:hover {
  background-color: var(--clr-ms-red);
}

/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */