/* $Id: postStyles.css,v 1.3 2007-05-17 01:29:36 asussman Exp $ */

html {
    height: 99%;
}

body {
    height: 99%;
    background-image: url('../../img/install_certificate/bgtile.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #EFEFEF;
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
    color: #222222;
    font-size: 11px;
}

/******************** generic html definitions **/


p,
td,
th {
    font-size: 11px;
    color: #222222;
}


a,
span.button {
    color: #0C4976;
    text-decoration: underline;
    cursor: pointer;
}

form {
    margin: 0px;
    padding: 0px;
}

/*****  floats *****/

.left {
    float: left;
}

.right {
    float: right;
}

#maincontainer {
    display: block;
}

#topnav {
    display: block;
    width: 98%;
}

#footer {
    height: 40px;
    margin-top: 30px;
    background-image: url('../../img/install_certificate/footer_bgtile.gif');
    background-repeat: repeat-x;
    background-position: top left;
    padding: 22px 12px 0px 0px;
    text-align: right;
    color: #656565;
    font-size: 10px;
}

.bigWhiteBox {
    background-color: #ffffff;
    border: 1px solid #BBBBBB;
    margin: 0 auto 10px auto;
    text-align: left;
}

/************************** top navigation styles **/

.mainnav {
    background-image: url('../../img/install_certificate/mainnav_tile.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

/* form style ************************************************************************************************************************/

input.btnB,
button.btnB {
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    font-weight: bold;
    background-color: #3377AA;
    /* WTF is this? */
    /*    padding:                0px10px; */
    border-width: 2px;
    border-left-color: #78B8E8;
    border-right-color: #0F4A76;
    border-top-color: #78B8E8;
    border-bottom-color: #0F4A76;
    color: #FFFFFF;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}


.white {
    color: #ffffff;
}

/* padding and alignment *************************************************************************/
.pad0 {
    padding: 0;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.nbot,
td.nbot {
    padding-bottom: 0;
}

.padb5 {
    padding-bottom: 5px;
}

.pad15 {
    padding: 15px;
}

.padH0 {
    padding-left: 0px;
    padding-right: 0px;
}

td.padH0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padH5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padH10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padb10 {
    padding-bottom: 10px;
}

.padH15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padV0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

td.padV0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padV5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padt5 {
    padding-top: 5px;
    padding-bottom: 0px;
}

.padV10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padV15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topMg {
    margin-top: 20px;
}

.topMg5 {
    margin-top: 5px;
}

.noMG {
    margin: 0;
}

.mBot3 {
    margin-bottom: 3px;
}

/* #loading {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}*/

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    position: absolute;
    top: 50%;
    left: 50%;

    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

#error_msg {
    color: red;
    display: none;
}