﻿body {
    overflow-x: hidden;
    overflow-y: scroll;
}

body, form {
    margin: 0px;
    padding: 0px;
}

th {
    padding: 2px 4px 2px 0px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td {
    padding: 2px 4px 2px 0px;
    text-align: left;
}

a, img {
    outline: 0px;
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #1D791A;
    background: #ADD7A0 url(/Images/Public/accept.png) no-repeat 7px 7px;
    color: #333333;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(/Images/Public/error.png) no-repeat 7px 5px;
    color: #333333;
}

.warning a:hover, .warning a:active {
    color: #A20000 !important;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(/Images/Public/exclamation.png) no-repeat 5px 5px;
    color: #EEEEEE;
}

/*.info {
    padding: 6px 5px 7px 30px;
    border: 1px solid #5D84B2;
    background: #D4E0EE url(/Images/Public/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;
}

/* NoScript Style for Javascript Notice */
#NoScript {
    width: 100%;
    border-bottom: 1px solid #FFCC00;
    background-color: #FFFEA1;
    text-align: center;
}

#NoScript p {
    width: 945px;
    margin: 0px auto;
    padding: 6px 15px 7px 40px;
    background: url(/Images/Public/error.png) no-repeat 12px 7px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

#NoScript a:hover, #NoScript a:active {
    color: #A20000 !important;
}

.withArrows a.open:hover {
    background: none !important;
}
