﻿html, body, form {
    width: 100%;
    height: 100%;
    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 !important;
}

.right {
    float: right !important;
}

.success {
    padding: 6px 5px 7px 30px;
    border: 1px solid #1D791A;
    background: #ADD7A0 url(/Images/Base/accept.png) no-repeat 7px 7px;
}

.success, .success ul {
    color: #333333 !important;
}

.warning {
    padding: 6px 5px 7px 30px;
    border: 1px solid #FFCC00;
    background: #FFFEA1 url(/Images/Base/error.png) no-repeat 7px 5px;
    color: #333333 !important;
}

.warning, .warning ul {
    color: #333333 !important;
}

.warning a:hover, .warning a:active {
    color: #A20000 !important;
}

.error {
    padding: 6px 5px 7px 30px;
    border: 1px solid #991100;
    background: #FF8375 url(/Images/Base/exclamation.png) no-repeat 5px 5px;
}

.error, .error ul {
    color: #EEEEEE !important;
}

.info {
    background: #D4E0EE url(/Images/Base/information.png) no-repeat 7px 7px;
}

p.info {
    padding: 6px 5px 7px 30px;
    border: 1px solid #5D84B2;
    color: #333333 !important;
}

p.info a {
    color: #5D84B2;
}

.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;
}

p.note {
    margin: 0px 0px 20px;
    color: #999999 !important;
}

a.info {
    display: inline-block;
    position: relative;
    bottom: -3px;
    width: 16px;
    height: 16px;
    background: url(/Images/Base/information.png) no-repeat center center;
    cursor: help;
}

a.info span {
    display: none;
}

/* LIGHTBOX */
a.lightbox {
	background:url/Images/Lightbox/zoom_in_magnifier_icon.png) 50% no-repeat;
	display:block;
}

a.lightbox img {
	border:solid 1px #000000;
}

/* NoScript Style for Javascript and IE6-Support Style Notices */
#NoScript, #IE6-SupportNotice {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    border-bottom: 1px solid #FFCC00;
    background-color: #FFFEA1;
    text-align: center;
    font-family: Arial, Sans-Serif;
}

#IE6-SupportNotice {
    position: absolute;
    top: 0px;
    z-index: 100;
    text-align: left;
}

#NoScript p, #IE6-SupportNotice p {
    width: 945px;
    margin: 0px auto;
    padding: 12px 15px 13px 40px;
    background: url(/Images/Base/error.png) no-repeat 12px 13px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

#IE6-SupportNotice ul {
    width: 945px;
    margin: 0px auto 12px;
    padding: 0px;
    list-style-type: square;
    color: #333333;
    
}

#IE6-SupportNotice li {
    margin-left: 30px;
}

#NoScript a:hover, #NoScript a:active, #IE6-SupportNotice a:hover, #IE6-SupportNotice a:active {
    color: #A20000 !important;
}

.withArrows a.open:hover {
    background: none !important;
}

