﻿/* Default CSS Stylesheet for a new Web Application project */

BODY {
    font-size: 10pt;
    font-family: Arial;
}

TABLE {
    border: 0;
    margin: 0;
}

a {
    font-family: Arial;
    font-size: 10pt;
}

.asp:label {
    font-family: Arial;
    font-size: 10pt;
}

.InputField {
    font-family: Arial;
    font-size: 10pt;
}

input {
    font-family: Arial;
    font-size: 10pt;
}


.menu-button {
        width: 100%;
        text-align: left;
        background-color: darkslategrey;
        font-weight: normal;
        color: white;
        border: 1px solid grey;
        padding: 4px 4px 4px 12px;
        cursor: pointer;
        margin-bottom: 2px;
/*
        border-radius: 10px;
*/
    }


.DataGrid {
    font-family: Arial;
    font-size: 10pt;
}

.UserMessage {
    font-family: Arial;
    font-size: 10pt;
}

RadioButtonList {
    font-size: 10pt;
}

.DisplayLabel {
    font-family: Arial;
    font-size: 10pt;
}

.DisplayField {
    font-family: Arial;
    font-size: 10pt;
}

.SubMenuLink {
    font-family: Arial;
    font-size: 10pt;
}

.ToolHeader {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

.ToolSection {
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.ToolSubSection {
    font-family: Arial;
    font-size: 12pt;
}

.ToolInput {
    font-family: Arial;
    font-size: 11pt;
}

span {
    font-family: Arial;
    font-size: 10pt;
}
