﻿body {
    background-color: #E1E1E1;
    background-repeat: repeat-x;
    font-family: Arial;
    margin-top: 0px;
}

.small {
    font-size: 8pt;
}

.smaller {
    font-size: 7pt;
}

table {
    border-collapse: collapse;
    font-family: Arial;
    font-size: 10pt;
}

img {
    border: 0;
    vertical-align: bottom;
}

.noPadding {
    padding: 0;
}

a:link {
    text-decoration: none;
    color: #004262;
}

a:visited {
    text-decoration: none;
    color: #004262;
}

a:active {
    text-decoration: none;
    color: #004262;
}

a:hover {
    text-decoration: none;
    color: #790000;
}

.srHeader {
    width: 100%;
    background-color: #ba9dde;
    padding: 15px;
}

.srHeaderText {
    color: #444;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.mainWrapper {
    background-color: #ffffff;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    padding-bottom: 25px;
}

.srIntroText {
    padding: 15px;
    color: #444;
    font-family: Arial;
    font-size: 14px;
    width: 80%;
}

div.divTimeSlotsForm {

}

div.divTimeSlotsForm th, td{
    padding: 5px;
}

td.ui-datepicker-week-end { /* Hide weekends*/
    visibility: hidden;
}

.divStepHeading {
    font-size: 15pt;
    color: #444;
    font-weight: bold;
    margin: 0 0 15px 0;
}

div.divStepCircle {
    color: #555;
    display: inline-block;
    font-size: 15pt;
    font-weight: bold;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: solid 4px #ba9dde;
    text-align: center;
}