/* ===STANDARD CONTENT RESET===*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,
blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

li {
    padding-bottom: 20px;
    padding-left: 35px
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-bottom: 15px;
}

h1{
    text-align: left;
    padding-top: 5px;
}

/* ===STANDARD CONTENT===*/
body {
    font-family: Verdana, Arial;
    font-size: small;
    color: #000000;
    background-color: #ffffff;
    padding: 0px;
    text-align: left;
    width: 99%;
    min-width: 1000px;
    line-height: 1;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman;
    line-height: 1.6em;
}
th, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
/* ===HEADER===*/
#header {
    position: relative;
    height: 102px;
    margin-bottom: 2px;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#usgsidentifier {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3000;
}
#usgsidentifier img {
    border: none;
}
#identifierbg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2900;
}
#rot {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 71px;
    z-index: 1000;
}
#usgstitle {
    height: 32px;
    position: absolute;
    left: 0;
    top: 71px;
    z-index: 3000;
    background: black;
}
#usgstitle p.slabel {
    font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
    padding-top: 3px;
}
#usgstitle .right {
    float: right; 
}
#usgstitle a:link, #usgstitle a:visited {
    text-decoration: none;
    color: white;
}
#usgstitle a:hover {
    text-decoration: underline;
    color: white;
}
/* ===STANDARD CUSTOMER SERVICE AREA===*/
#usgsccsabox {
    position: relative;
    z-index: 3000;
    float: right;
    background-color: #000000;
    min-height: 72px;
}
#usgsccsa {
    font:  1em/.5em Verdana, Arial, Helvetica, sans-serif;
    height: 5.14em;
    width: 10.5em;
}
#usgsccsa a:link, #usgsccsa a:visited {
    font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-left: 4px;
    text-decoration: none;
}
#usgsccsa a:hover {
    font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: underline;
    margin-left: 4px;
}
#usgsccsa a:active {
    font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-left: 4px;
    text-decoration: none;
}
/* ===FOOTER===*/
#usgsfooter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    font-size: small;
    margin: 0;
    padding-top: 2px;
}

.cancellation {
    color: #ac1417 !important;
    font-size: 130%;
}

.confirm_cancellation_button {
    padding: 5px 5px 5px 5px !important;
    font-weight: bold !important;
    color: #ac1417 !important;
}
.abort_cancellation_button {
    padding: 5px 5px 5px 5px !important;
}

#json_placeholder {
    border: 1px;
    border-style: solid;
    border-color: #bcbddc;
}
