﻿/*
################################################################
Customer Whitelabel CSS File
################################################################
*/
#menu .cur {background-color:#3FB8FD;} /*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 #CCC;} /* Color the vertical seperator between nav and content */
h1,h2 {color:#404040;border-bottom:solid 3px #3FB8FD;} /*Heading colors and underline color */
.tableAltRow {background-color:#D5E8F2} /* Background colour of every second row in tables */
.breakout > div{background-color:#D5E8F2;border:solid 1px #3FB8FD;} /* Background colour of boxes inside content */
fieldset{background-color:#D5E8F2;border:solid 1px #3FB8FD;}  /* Background colour of forms inside content */
#currentCalendar {background-color:#FFF;border:solid 1px #CCC;}  /* Background colour of the calendar in out of hours routing*/
#rwInfo{color:#444 !important;border:solid 1px #3FB8FD;}  /* 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:25px;margin-top:20px} /* Spacing and layout for logo */
div.breakout h4 {background-color:#3FB8FD;color:#FFFFFF !important;} /* Titles on boxes */
