﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: azure;
    cursor:default;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

tr.DocumentoVisto {
    background-color: lightyellow !important;
}

.imgPdf {
    background-image: url("/images/pdf-icon.png");
    background-repeat: no-repeat;
    width: 348px;
    height: 65px;
}

.gvDocuments {
    color: #333333;
    width: 750px;
    border-radius: 10px;
    font-size:12px;
}

.gvDocuments_th {
    background-color: #007BFF;
    font-weight: bold;
    padding: 1px 0px 1px 1px;
    height: 40px;
    color: white;
}

.gvDocuments_tr {
    color: black;
    background-color: white;
    padding: 2px 1px 1px 1px;
    height: 25px;
}

.gvDocuments_tr_alternating {
    color: black;
    background-color: white;
    padding: 2px 1px 1px 1px;
    height: 25px;
}

.gvDocuments_td {
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
}

/*td {
    cursor: pointer;
}*/

.hover_row {
    background-color: lightgray;
    cursor: pointer;
}

/*.gvDocuments_td:hover {
    background-color: lightgray;
    cursor: pointer;
}*/

a {
    color: white;
}

    a:hover {
        color: yellow;
    }

.pnlUpload {
    background-color: lightgoldenrodyellow;
    color: darkblue;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid blue;
}
.pnlMsgDelete {
    background-color: lightgoldenrodyellow;
    color: darkblue;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid blue;
}