﻿p, li {
    font-family: 'Roboto', sans-serif;
    font-size: medium;
}

/* Menu Options*/

.menulogo {
    background: url(/images/vdcsmenulogo.png) no-repeat;
    width: 227px;
    height:30px;
    opacity: 0.9;
    margin-top: 15px;
    margin-bottom:15px;
    margin-left:5px;
}
.custStyle {
    background-color: #fefefe;
    padding: 2px 0;
}

.MenuFont {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

/* Footer Options*/

.footer {
    position: fixed;
    bottom: 1px;
    background:none;
    background-color:none;
    height: 70px;
}


/* Section Titles*/

.SectionTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}


/* Help Titles*/

.titletext {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    padding-top: 9px;
    vertical-align: text-bottom;
}

/* Wizards*/


.wizardtitles {
    font-family: 'Roboto', sans-serif;
    font-size: large;
}

.wizardtext {
    font-family: 'Roboto', sans-serif;
    font-size: medium;
    text-align:left;
}

.PopupHeader {
    background-color: white;
    height:36px;
}

.popupborder {
    border-radius: 10px;
    border: 2px solid #4c81bb;
    background:white;
}

.PopupBody {
    height: 100%;
}

