﻿body {
    font-size: .80em;
    font-family: "Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000; /*black*/
}

a {
    color: #717073; /*Dark Gray*/
    outline: none;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        color: #006990; /*grey-blue*/
    }

    a img {
        border: 0px;
    }

p {
    margin-bottom: 1.3em;
    line-height: 35px;
}

ul {
    list-style-type: none;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}


h1, h2, h3 {
    color: #000000; /*Black*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

/* Page Title */
h1 {
    font-size: 1.9em;
    line-height: 26px;
    padding-bottom: 0px;
    margin-bottom: 0.9em;
    color: #000000; /*black*/
}

/* Second Title, often unused*/
h2 {
    font-size: 1.9em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #000000; /*black*/
    margin-bottom: 0.3em;
}

/* Third Title, often unused*/
h3 {
    font-size: 1.3em;
    color: #000000; /*black*/
    border-bottom: 2px solid #afbd21;
    margin-bottom: 0.8em;
}

#logo {
    /* OPTIONAL: Link to or provide a logo. By default header logo disabled.*/
	/*width: 255px;
    height: 43px;
    background-image:url("images/logo.gif");
    border: none;*/
	display: none;
}


#footer {
    /* OPTIONAL: Link to or provide a logo. By default header logo disabled.*/
	/*width: 255px;
    height: 43px;
    background-image:url("images/logo.gif");
    border: none;*/
	display: none; /*no footer on page*/
}

/*Section of Questions on the Online Form, known as Categories in Call Report Editor*/
.category-name {
    color: #000000; /*Black*/
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

/*Question asked on the Online Form, known as Group in Call Report Editor*/
.question-name {
    color: #595959; /*Medium Gray*/
    font-weight: bold;
    font-size: 16px;
}

/*Answers to questions on the Online Form, knows as Fields in the Call Report Editor*/
.UserInput {
    font-size: 16px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

/*User Imput buttons*/
#btnSubmit,#btnReset,#btnClose,#btnPresubmit {
    background: #868686; /*medium gray*/
    border-radius: 10px;
    display: inline-block;
    color: #ffffff; /*white*/
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 175px;
}

/* The color User Imput Buttons change when the mouse curser hovers*/
#btnSubmit:hover,#btnReset:hover,#btnClose:hover,#btnPresubmit:hover {
    background: #717073; /*Dark gray*/
}