﻿/*
################################################################
Customer Whitelabel CSS File
################################################################
*/
#menu .cur {background-color:#013b8f;} /*Color of the highlight bar to show the current page in nav menu */
#menu li a{color:#404040;} /*Color of non current text in nav menu */
#menu .cur a{color:#FFF !important;font-weight:bold} /*Color of text in highlighted current page in nav */

.content_l {border-right:solid 1px #d7d4d8;} /* Color the vertical seperator between nav and content */
h1,h2 {color:#404040;border-bottom:solid 3px #013b8f;} /*Heading colors and underline color */
.tableAltRow {background-color:#8a888b} /* Background colour of every second row in tables */
.breakout > div{background-color:#8a888b;border:solid 1px #013b8f;} /* Background colour of boxes inside content */
fieldset{background-color:#8a888b;border:solid 1px #013b8f;}  /* Background colour of forms inside content */
#currentCalendar {background-color:#FFF;border:solid 1px #d7d4d8;}  /* Background colour of the calendar in out of hours routing*/
#rwInfo{color:#444 !important;border:solid 1px #013b8f;}  /* Colours for hint boxes on routing wizard */
.field {border:solid 1px #999} /* Default field border */
th {color:#444} /* Colour of table headings */
.featureButtonSmall,.featureButton {background-color:#FFF;border:solid 1px #999} /* Colours for buttons */
.logo {margin-left:55px;margin-top:20px} /* Spacing and layout for logo */
div.breakout h4 {background-color:#013b8f;color:#FFFFFF !important;} /* Titles on boxes */
