﻿.note {
    display: block;
    color: #999999;
    font-style: italic;
}

.note strong {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #1D791A;
    background: #ADD7A0 url(/Templates/Template4/Images/accept.png) no-repeat 5px 5px;
    color: #333333;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(/Templates/Template4/Images/error.png) no-repeat 7px 5px;
    color: #333333;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(/Templates/Template4/Images/exclamation.png) no-repeat 5px 5px;
    color: #EEEEEE;
}

.info {
    padding: 6px 5px 7px 30px;
    border: 1px solid #5D84B2;
    background: #D4E0EE url(/Templates/Template4/Images/information.png) no-repeat 7px 7px;
    color: #333333;
}

.success ul, .warning ul, .error ul, .info ul {
    clear: both;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: square;
}

.success li, .warning li, .error li, .info li {
    margin-left: 0px;
    padding-left: 0px;
}

h1, h2, h3 {
    clear: both;
}

input, input.textbox, textarea, select {
    padding: 2px 4px;
    border: 1px solid #CECECE !important;
    background: #FFFFFF url(/Templates/Template2/Images/input_bkgnd.jpg) repeat-x left top !important;
    font: 14px Arial, Sans-Serif !important;
}

a.submit {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 33px;
    margin: 0px 0px 0px 6px;
    padding: 0px;
    background: url(/Templates/Template4/Images/submit_button_rs.png) no-repeat right top;
    color: #fff3dc !important;
    font: 14px Georgia, "Times New Roman", Serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

a.submit span {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 25px;
    margin: 0px 0px 0px -6px;
    padding: 8px 16px 0px;
    background: url(/Templates/Template4/Images/submit_button_ls.png) no-repeat left top;
    text-align: center;
    cursor: pointer;
}

a.submit:hover {
    color: #00bf7b !important;
}

/* Tabless Form Styles */
.Form {
    float: left;
    clear: both;
    margin: 10px 0px 20px;
    padding: 0px;
    list-style: none;
}

.Form label, .Form span.label {
    float: left;
    width: 112px;
    padding: 5px 4px;
    font-weight: bold;
}

.Form span.data {
    float: left;
    padding: 5px 4px;
}

.Form li {
    float: left;
    position: relative;
    padding-top: 2px;
    clear: both;
}

.Form li.set-width {
    width: 256px;
    padding: 5px 0px 0px 120px;
}

.Form span img {
    position: absolute;
    top: 4px;
    left: 382px;
}

.Form li.full-width {
    width: 283px;
}

.Form li.full-width label {
    float: none;
    width: auto;
    padding: 0px;
}

#SearchBox {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 350px;
    height: 20px;
    text-align: right;
}

#SearchBox label {
    font-weight: bold;
}

#SearchBox label:after {
    content: ":";
}

/* Paging Styles */
.PageNumbers {
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px;
    text-align: center;
}

.PageNumbers li {
    display: inline;
    margin: 5px;
    padding: 0px;
    list-style-type: none;
}

.PageNumbers a {
    font-size: 12px;
}

.PageNumbers .current {
    position: relative;
    top: 3px;
    color: #000000;
    font-size: 19px;
    text-decoration: none;
}

.PageNumbers .first a {
    padding-left: 13px;
    background: url(/Templates/Template4/Images/arrow_first.gif) no-repeat left center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .previous a {
    padding-left: 8px;
    background: url(/Templates/Template4/Images/arrow_prev.gif) no-repeat left center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .next a {
    padding-right: 8px;
    background: url(/Templates/Template4/Images/arrow_next.gif) no-repeat right center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .last a {
    padding-right: 13px;
    background: url(/Templates/Template4/Images/arrow_last.gif) no-repeat right center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers a:hover {
    text-decoration: underline;
}

/* Table Sorter CSS Styles */
table.tablesorter {
    margin: 10px 0px 15px;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr .header {
    padding-right: 18px;
    background: url(/Templates/Template2/Images/bg.gif) no-repeat center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/Templates/Template2/Images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/Templates/Template2/Images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #0D1E41 !important;
}

/* NoScript Style for Javascript Notice */
#NoScript {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #FFCC00;
    background-color: #FFFEA1;
    text-align: center;
    z-index: 999;
}

#NoScript p {
    width: 935px;
    margin: 0px auto;
    padding: 6px 15px 7px 40px;
    background: url(/Images/error.png) no-repeat 12px 7px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}
