﻿body {
    font-family: Helvetica, Arial, Tahoma;
    font-size: 9.5pt;
    text-align: left;
}

.boldLabel {
    font-weight: bold;
}

.radButton {
}

.PageTitle {
    color: white;
    font-size: 22px;
    font-weight: 800;
    width: 70px;
    text-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grayItalic {
    font-size: 8pt;
    color: #999;
    font-style: italic;
}

.RadGrid_ModernBrowsers {
    border-radius: 10px;
    overflow: hidden;
    max-width: 900px;
}

.pageHeader {
    background-color: #4e5f89;
    height: 40px;
}

.masterTable {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}


    .masterTable th {
    }

    .masterTable td {
        padding: 0px;
    }

.QuarantineSearch {
    max-width: 500px;
}

.gridView {
    border: 0px none white;
    text-align: left;
    width: 100%;
}

    .gridView tr td {
        padding-top: 7px;
        padding-bottom: 7px;
        text-wrap: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gridView th {
        color: #383838;
    }

.rowStyle {
    background-color: #F1F5FB;
}

.menuLabel {
    height: 50px;
    min-height: 50px;
    vertical-align: middle;
}

.alternatingRowStyle {
    background-color: white;
}

.gridSubject {
    font-weight: bold;
}

.gridSubjectSenderCol {
    width: 250px;
    max-width: 250px;
}

.gridDateTimeCol {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
}


.viewEmailTable {
}


    .viewEmailTable tr td {
        padding-top: 5px;
    }

.viewEmailTableLeftColumn {
    width: 100px;
    max-width: 100px;
    min-height: 100px;
}

.LoginTable {
    vertical-align: middle;
    border: solid thin #6699CC;
    background-color: #99CCFF;
}

.digit-input {
    width: 42px;
    font-size: x-large;
    text-align: center;
    margin-right: 5px;
}