/* 
    Document   : pkimanager
    Created on : January 26, 2012
    Author     : jruhnke
*/

root { 
    display: block;
    min-width: 1000px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 52;
    background-color: #ffffff;
    padding: 10px;
    
}

#header div#banner {
    width: 500px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    padding: 5px 20px 0 20px;
    text-align: center;
    text-shadow: 0 1px 1px black;
    vertical-align: middle;
    color: #ffffff;
    font-family: Arial Rounded MT Bold;
    font-size: 18px;
    background: #00F;
    border: solid;
    border-width: 2px;
    border-color: #F00;
}

#header div#fouo {
    width: 500px;
    height: 17px;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-family: arial, helvetica, san-serif;
    font-size: 12px;
    vertical-align: middle;
}

#nav_menu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.button, button.button {
    background: #e3e3e3;
    border: 1px solid #BBB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1;
    padding: 3px 15px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    text-decoration: none;
}

a.button:hover, button.button:hover {
    text-decoration:none;
    background-color: #d3d3d3;
}

#sidebar {
    position: fixed;
    width: 350px;
    left: 5px;
    top: 100px;
    margin: 10px;
    font-size: 12px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    color: #000000;
    text-align: center;
    
}

#sidebar label {
    font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
    color: #00F;
    margin-bottom: 0;
}

#sidebar select {
    margin-bottom: 10px;
}

#details {
    position: absolute;
    min-width: 540px;
    left: 380px;
    top: 100px;
    right: 0px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

table.rf {
    width: 510px;
    font-family: sans-serif;
    font-size: 12px;
    margin-top: 15px;
    margin-left: 80px;
}

td.rftitle {
    color: #000;
    line-height: 60px;
    padding-left: 50px;
}

td.rfnote {
    color: #8B0000;
    line-height: 60px;
    padding-left: 75px;
}

#details h1 {
    color: #00F;
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#details h2 {
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 14px;
    text-align: center;
}

table.details {
    width: 400px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 1px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: separate;
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 12px;
    margin: 0 auto;
}

table.details th {
    border-width: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.details td {
    text-align: left;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

td.detailsWarn {
    text-align: left;
    width: 100%;
    border-width: 1px 1px 1px 1px;
    padding: 3px 3px 3px 3px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    color: #F00;
    -moz-border-radius: 0px 0px 0px 0px;
}

span.link {
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 12px;
    color: #00F;
    text-decoration: underline;
}

span.link:hover {
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 12px;
    color: #00F;
    text-decoration: underline;
    cursor: pointer;
}

#error {
    top: 100px;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "helvetica neue", helvetica, arial, san-serif;
}

#error h1 {
    color: #F00;
    font-size: 20px;
}

#error p {
    font-size: 14px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

#help, #faq {
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "helvetica neue", helvetica, arial, san-serif;
    width: 100%;
}

#content {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

#help h1, #faq h1 {
    color: #00F;
    font-size: 20px;   
}

#help h2 {
    font-size: 16px;
    text-align: left;
}

#help p, #faq p {
    font-size: 12px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

#help ul, #faq ol {
    font-size: 12px;
    text-align: justify;
}

#help li, #faq li {
    margin-top: .5em;
    margin-bottom: .5em;
}

#help ul li ul li, #faq ol li ul li {
    color: #00F;
    list-style: none;
    width: 500px;
}

.question {
    font-weight: bold;
}

.answer {
    font-weight: normal;
}

#viewsign {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#viewsign hr {
    background-color: #666666;
    color: #666666;
    border-style: solid;
}

#certinfo {
    border: 0;
}

#certinfo tr.header {
   font-family: "helvetica neue", helvetica, arial, san-serif;
   font-size: 20px;
   text-align: center;
   color: #00F;
   font-weight:bold;
}

#certinfo tr.sectionhdr {
    background-color: #EDEDED;
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
}

#certinfo tr.code {
    font-family: courier, 'courier new', monospace;
    font-size: 14px;
    text-align: left;
}

#certinfo tr.code pre {
    margin: 0px;
    word-wrap: break-word;
}

#certinfo tr.code td pre {
    margin: 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#certinfo tr.alert {
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #F00
}

#certinfo tr div.hexstr {
    width: 480px;
    padding-left: 115px;
    word-wrap: break-word; 
}

#footer {
    font-family: "helvetica neue", helvetica, arial, san-serif;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 250px;
}

.detailMsg {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
    color: #000;
}