For page width

/* Code to change page width START */
.WaPlaceHolder { max-width: 100%; }
/* Code to change page width END */


/*Login gadget color */

.WaGadgetLoginButton .loginContainer.loginContainer .loginLink {
    
    background: white;
    color: #39499E;
   
}
.WaGadgetLoginButton .loginContainer.loginContainer .loginLink:hover {
    background: white;
    color: #39499E;
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink {
   
    background: white;
    color: #39499E;
    
}
.WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink:hover, .WaGadgetLoginButton .loginContainer.authenticated.loginContainer.authenticated .loginLink.hover {
    background: white;
    color: #39499E;
}



/*Calendar Colors*/

     /*changes color of row on calendar*/

.WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] a, .WaGadgetEventsStateCalendar #idViewSwitchersTable div[id*=Button] span {
    background: #39499e; }


.WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td>div{
background-color: #39499e
}
a.buttonStyle003, a:link.buttonStyle003 {
 
    background: #ffffff;   
}




