#errormessage {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: red;
    font-size: 15px;
}

#message {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

.headingMessage {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
}

#helpmessage {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
}

#image {
    background: transparent url(../images/vbridges/button_image1.png) top
        left no-repeat;
    height: 20px;
    width: 173px;
}

.image_title {
    width: 200px;
    margin-left: 15px;
    font-family: times, arial;
    font-size: 11pt;
    font-weight: bold;
}

.logout {
    height: 45px;
    float: right;
    margin-right: 10px;
    color: white;
    font-size: 1.1em;
}

.logout a {
    color: white;
    font-size: 1.1em;
}

.logout a:hover {
    color: red;
}

.login {
    height: 45px;
    float: right;
    margin-right: 10px;
    color: white;
    font-size: 1.1em;
}

.login a {
    color: white;
    font-size: 1.1em;
}

.login a:hover {
    color: red;
}

/* This is to support an ajax "loading..." state */
#modal {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 8px;
}

#content {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#close {
    background: url("../images/vbridges/expired-icon.png") no-repeat scroll
        0 0 transparent;
    display: block;
    height: 38px;
    position: absolute;
    right: -7px;
    text-indent: -9999px;
    top: -7px;
    width: 101px;
}

.statusMessage {
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/*  Tools dialog settings */
.toolsDialog {
    border: 1px solid #FFF;
    columns: 3;
    column-width: 400px; /* not really. Brute force IE10 to clear the floats */
    overflow: hidden;
}

.statusDetail {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 40%;
    margin-top: 0.4em;
    margin-right: 1em;
    clear: left;
}

.statusColumn {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    float: left;
    width: 30%;
    margin-top: 0.4em;
    margin-right: 1em;
}

.statusColumnSmall {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    float: left;
    width: 20%;
    margin-top: 0.4em;
    margin-right: 1em;
}
.statusColumnIcon {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    float: left;
    width: 16px;
    margin-top: 0.4em;
}
.statusSpinner {
    height: 14px;
}

.actionColumn {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: right;
    width: 25%;
    margin-top: 0.4em;
}

.actionColumn a {
    font-size: 120%;
    color: blue;
    text-decoration: underline;
}

.notification {
    border: 4px solid #F5FABB;
    background-color: #F5FABB;
    color: black;
    float: left;
    width: 100%;
}
/*  End of tools dialog settings */
.statusInfo {
    color: black;
    font-size: 200%;
    font-weight: normal;
    text-align: left;
}

.statusInfo a {
    color: blue;
    text-decoration: underline;
}

.statusError {
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.statusLink {
    color: black;
    font-size: 8px;
    font-weight: normal;
    text-align: right;
}

/* hide scrollbars */
body.loading {
    overflow: hidden;
}

/* make sure the modal element is visible */
body.loading .modal {
    display: block;
}