﻿/* General setup */
body {
    margin: 0 0 0 0;
    font-size: 100%;
    font-family: Times New Roman, Arial;
}
form {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media print {
    .NoPrint {
	    display: none;
    }
}
@media screen {
    .PrintOnly {
	    display: none;
    }
}
.LinkColor {}
.MainContainer { /*Everything after the banner menu */
    padding: 0 10px 1px 10px;
}
.PayPeriod {
    margin-bottom: 10px;
    text-align: center;
}

/* Menu Banner */
#BannerSpacer {
    height: 0; /* for noscript */
}
.Banner {
    width: 100%;
    padding-bottom: 4px;
}
.BannerFixed {
    position: fixed;
    top: 0;
    left: 0;
}
.BannerTitle {
    margin-top: 4px;
    margin-left: 6px;
    font-size: 1.5em;
    float: left;
}
.BannerHelp {
    margin-top: 4px;
    padding-right: 6px;
    text-align: right;
    font-size: 1.2em;
    float: Right;
}
.BannerHelp A {
    white-space: nowrap;
}
.BannerFavorite {
    padding-left: 6px;
    padding-right: 6px;
    clear: both;
}
.BannerFavorite A {
    white-space: nowrap;
}

/* Messages */
.MessageComplete {
    background-color: White;
    border: solid 2px Black;
    color: Blue;
    font-size: 1.5em;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}
.MessageError {
    background-color: White;
    border: solid 2px Black;
    color: Red;
    font-size: 1.5em;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

/* Action Links */
.PageActionN {
    margin-left: 8px;
}

/* Tables */
.TimeClockTable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
.TimeClockTable th {
    padding: 3px;
    text-align: center;
    vertical-align: top;
    border-style: solid;
    border-width: 2px;
}
.TimeClockTable td {
    padding: 3px;
    border-style: solid;
    border-width: 2px;
}
.TimeClockTableTh, .TimeClockTableTd {}
@media screen {
    .TimeClockTable th {
       white-space: nowrap;
    }
    .TimeClockTable td {
       white-space: nowrap;
    }
}
.TimeClockTable table td {
   border: none;
}
.StandardTable {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

/* Help */
.WhatsThisLink {
    cursor: pointer;
}
.WhatsThisLocation {
    display: none;
    position: relative;
}
.WhatsThisContainer {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 2px;
    width: 400px;
}
.WhatsThisText {
    text-align: left;
    padding: 10px 10px 10px 10px;
}
.WhatsThisTitle {
    font-size: 10pt;
    height: 16px;
    border-bottom: solid 1px Black;
}
.WhatsThisTitleText {
    float: left;
    padding: 0px 3px 0px 3px;
}
.WhatsThisTitleClose {
    float: right;
    cursor: pointer;
    color: Black;
    background-color: Silver;
    font-size: 10pt;
    height: 16px;
    border-left: solid 1px Black;
    padding: 0px 3px 0px 3px;
}

/* Text and input */
@media screen {
    .TitleMedium {
        text-align: center;
        font-size: 1em; /* 12pt */
    }
    .TitleLarge {
        text-align: center;
        font-size: 1.2em; /* 14pt */
    }
    .TitleXLarge {
        text-align: center;
        font-size: 1.3em; /* 16pt */
    }
    .TitleXXLarge {
        text-align: center;
        font-size: 1.5em; /* 18pt */
    }
    .TextXSmall {
        text-align: left;
        font-size: .7em; /* 8pt, 11px, .7em */
    }
    .TextSmall {
        text-align: left;
        font-size: .8em; /* 10pt, 13px, .8em */
    }
    .TextMedium {
        text-align: left;
        font-size: 1em; /* 12pt, 16px, 1em, default */
    }
    .TextLarge {
        text-align: left;
        font-size: 1.2em; /* 14pt, 19px, 1.2em, <big> */
    }
    .TextXLarge {
        text-align: left;
        font-size: 1.3em; /* 16pt, 21px, 1.3em */
    }
    .TextXXLarge {
        text-align: left;
        font-size: 1.5em; /* 18pt, 24px, 1.5em, <big><big> */
    }
    .TextMediumRight {
        text-align: right;
        font-size: 1em; /* 12pt */
    }
    .TextLargeRight {
        text-align: right;
        font-size: 1.2em; /* 14pt */
    }
    .TextXLargeRight {
        text-align: right;
        font-size: 1.3em; /* 16pt */
    }
}
@media print { /* 12=10, 14-18=12 */
    .TitleMedium {
        text-align: center;
        font-size: .8em; /* 10pt */
    }
    .TitleLarge {
        text-align: center;
        font-size: 1em; /* 12pt */
    }
    .TitleXLarge {
        text-align: center;
        font-size: 1em; /* 12pt */
    }
    .TitleXXLarge {
        text-align: center;
        font-size: 1em; /* 12pt */
    }
    .TextMedium {
        text-align: left;
        font-size: .8em; /* 10pt */
    }
    .TextLarge {
        text-align: left;
        font-size: 1em; /* 12pt */
    }
    .TextXLarge {
        text-align: left;
        font-size: 1em; /* 12pt */
    }
    .TextXXLarge {
        text-align: left;
        font-size: 1em; /* 12pt */
    }
    .TextMediumRight {
        text-align: right;
        font-size: .8em; /* 10pt */
    }
    .TextLargeRight {
        text-align: right;
        font-size: 1em; /* 12pt */
    }
}
.ButtonLink {
    font-family: Times New Roman, Arial;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}
.InputDate {
    font-size: 1em;
    width: 90px;
}
.ConfigCheckbox input {
    height: 25px;
    width: 25px;
}
.Wrap {
    white-space: normal ! important;
}
.NoteBullets {
    margin-left: 15px;
    margin-bottom: 0px
}