/*==== SLIDESHOW PATCH ===*/
.wet-boew-tabbedinterface.Stabs-style-2.inverse .tabs-panel {
		background: #ccc !important;
		background-image: none !important;
}
.wet-boew-tabbedinterface.tabs-style-2.inverse .tabs-panel a, .wet-boew-tabbedinterface.tabs-style-2.inverse .tabs-panel p {
	color: #333 !important;
}


/******** Patch to temporarily support strikethrough for Road Safety TSD until more permanent solution is found MB June 14, 2013 *******/
.strike {
    text-decoration: line-through;
}

/*Added in to accommodate the colours in the DPR tables MB */

.bg-red, .redBG {background-color: #C00; color: #ffffff !important;}
.bg-blue, .blueBG {background-color: #00F; color: #ffffff !important;}
.bg-green, .greenBG {background-color: #093; color: #ffffff !important;}

/* More DPR stuff to center Tables MB */

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
