﻿html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

a, img {
    outline: 0px;
    border: none;
}

.submit {
    padding: 5px 10px 4px;
    background: #fff url(/images/admin/bg_button.gif) repeat-x bottom left;
    border: 1px solid #AAAAAA;
    text-align: center;
    color: #666666;
    font-size: 0.9em;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.submit:hover {
    background: #fff url(/images/admin/bg_button_h.gif) repeat-x bottom left;
}

.note {
    display: block;
    color: #999999;
    font-style: italic;
}

.note strong {
    font-style: normal;
    letter-spacing: 0.1em;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.submithidden {
    display: none;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #1D791A;
    background: #ADD7A0 url(/Images/accept.png) no-repeat 7px 7px;
    color: #333333;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(/Images/error.png) no-repeat 7px 5px;
    color: #333333;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(/Images/exclamation.png) no-repeat 5px 5px;
    color: #EEEEEE;
}

.info {
    padding: 6px 5px 7px 30px;
    border: 1px solid #5D84B2;
    background: #D4E0EE url(/Images/information.png) no-repeat 7px 7px;
    color: #333333;
}

.success ul, .warning ul, .error ul, .info ul {
    float: none !important;
    clear: both;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: square !important;
}

.success li, .warning li, .error li, .info li {
    float: none !important;
    margin-left: 0px;
    padding-left: 0px;
}

h1, h2, h3 {
    clear: both;
}

input[type=text], input[type=password], input.textbox, textarea, select {
    padding: 2px 4px;
    border: 1px solid #CECECE;
    background: #FFFFFF url(/Images/input_bkgnd.jpg) repeat-x left top !important;
    font: 12px Arial, Sans-Serif;
}

/* 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: 260px;
    padding: 5px 0px 0px 120px;
}

.Form span img {
    position: absolute;
    top: 4px;
    left: 383px;
}

.Form li.full-width {
    width: 380px;
}

.Form li.full-width label {
    float: none;
    width: auto;
    padding: 0px;
}

.Form li .note {
    float: left;
    margin: 2px 0px 2px 120px;
    width: 250px;
}

.Form li .warning {
    width: 220px;
}

.ContactForm {
    clear: none;
    width: 450px;
}

.ContactForm li {
    width: 100%;
}

/* 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(/Images/arrow_first.gif) no-repeat left center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .previous a {
    padding-left: 8px;
    background: url(/Images/arrow_prev.gif) no-repeat left center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .next a {
    padding-right: 8px;
    background: url(/Images/arrow_next.gif) no-repeat right center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers .last a {
    padding-right: 13px;
    background: url(/Images/arrow_last.gif) no-repeat right center;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.PageNumbers a:hover {
    text-decoration: underline;
}

/* NoScript Style for Javascript Notice */
#NoScript {
    width: 100%;
    border-bottom: 1px solid #FFCC00;
    background-color: #FFFEA1;
    text-align: center;
}

#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;
}

/* Contact Us Styles */
.ContactInfo {
    float: left;
    clear: both;
    margin: 10px 0px;
    list-style: none;
}

.ContactInfo li {
    clear: both;
    margin: 0px 0px 5px;
}

.ContactInfo span {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
}

.ContactInfo span.info {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    border: none;
    background: none;
    color: #333333;
    font-weight: normal;
}

.ContactInfo li.ExtraPad {
    padding: 10px 0px;
}

.FooterText {
    clear: both;
}

img.AntiRobot {
    vertical-align: -8px;
}

.ContactList option {
    color: #888888;
}

.ContactList .Area {
    color: #000000;
    font-weight: bold;
}
