
body {
    font-size: 11px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

.table_full {
    width: 100%;
    border-width: 1px 1px 1px 1px;
    border-spacing: 3px;
}

.table_left {
    font-weight: bold;
    width: 190px;
    text-align: right;
    vertical-align: top;
}

.table_right {
    vertical-align: top;
}

.summary_text {
    font-family: Arial;
    font-size: 12px;
}

.spfulltext {
    float: right;
}


/* unvisited link */
a:link {
    color: #2d78c4;
}

a:visited {
    color: #2d78c4;
}
/* mouse over link */
a:hover {
    color: #2d78c4;
    background-color: #cbddef;
}


.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 5px 5px 5px #888888;
    border: 1px solid #ffffff;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

    .CSSTableGenerator table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .CSSTableGenerator table tr:first-child td:first-child {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .CSSTableGenerator table tr:first-child td:last-child {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .CSSTableGenerator tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .CSSTableGenerator tr:hover td {
    }

    .CSSTableGenerator tr:nth-child(odd) {
        background-color: #F2F7FC;
    }

    .CSSTableGenerator tr:nth-child(even) {
        background-color: #EBECF5;
    }

    .CSSTableGenerator td {
        vertical-align: top;
        border: 1px solid #ffffff;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 11px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .CSSTableGenerator tr:first-child td {
        background: -o-linear-gradient(bottom, #0057af 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #0057af 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#0057af,b2b2b2);
        background-color: #0057af;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: normal;
        color: #ffffff;
    }

    .CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #0057af 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #0057af 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#0057af,b2b2b2);
        background-color: #0057af;
    }

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

.imagelink {
    border-image: none;
    cursor: pointer;
}

.rssimagelink {
    border-image: none;
    cursor: pointer;
}


.viewdetails {
    border-image: none;
    cursor: pointer;
}
