/*--------------------------------------------------*/
/* Table  */
/*--------------------------------------------------*/

table {
    background: #f5f5f5;
    font-size: 1em;
    border: 0;
    padding: 0 0 0;
    border-top: 1px solid #fff;
    max-width: 1500px;
    width: 100%;
}

    table td,
    table th {
        border: 0;
        padding: 4px 10px;
        vertical-align: top;
    }

    table thead th {
        color: #777;
    }

    table .title {
        padding-left: 20px;
    }

    table .read a {
        color: #7e7e7e;
        font-weight: bold;
    }

    table .download a {
        color: #95c063;
        font-weight: bold;
    }

    table tbody .zebra th,
    table tbody .zebra td {
        background: #fff;
    }

    table tbody .hover th,
    table tbody .hover td {
        background: #95c063;
        color: #fff;
    }

        table tbody .hover th a,
        table tbody .hover td a {
            color: #fff;
        }

    table .autable {
        background: #f5f5f5;
        font-size: 1em;
        border: 0;
        padding: 0 0 20px;
        border-top: 1px solid #fff;
    }


        table .autable td,
        table th {
            border: 0;
            padding: 0 0;
            vertical-align: top;
        }

        table .autable thead th {
            color: #777;
        }

    table .autable {
        padding-left: 0;
    }

#columnOneNews {
    width: 320px;
    float: left;
    padding: 0 0 0 0;
    margin-left: 0;
}

#columnTwoNews {
    padding: 10px 0 0 0;
    width: 620px;
    float: left;
}


    #columnTwoNews .img {
        border: 1px solid black;
    }

.date-td {
    width: 100px;
}
/*--------------------------------------------------*/
/* Carousel						                    */
.carousel .controller {
    display: block;
    position: relative;
}

.controller a {
    background: url("../../img/global/controls.gif") no-repeat 0 2px;
    display: block;
    height: 12px;
    width: 12px;
    margin: 0;
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
}

.controller .left {
    background-position: 0 2px;
    right: 18px;
}

    .controller .left:hover,
    .controller .left:focus {
        background-position: 0 -98px;
    }

.controller .right {
    background-position: 0 -198px;
}

    .controller .right:hover,
    .controller .right:focus {
        background-position: 0 -298px;
    }

/*--------------------------------------------------*/

/*--------------------------------------------------*/
/* Generic panel				                    */

.panelNews {
    background: #f5f5f5;
    margin: 0 0 20px;
}

    .panelNews h2 {
        background: #e3f6cd url("../../img/global/panel.gif") no-repeat 100% 0;
        border-bottom: 1px solid #d1d1d1;
        color: #69a227;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 1em;
        padding: 10px 20px;
    }

    .panelNews h3 {
        color: #7a7a7a;
        font-size: 1.1em;
    }

    .panelNews h4 {
        color: #7a7a7a;
        font-size: 1em;
        padding: 12px 0 8px;
    }

.panelNewsContent {
    border-top: 1px solid #fff;
    padding: 10px 20px 0;
}



/* Button						                    */

.buttonNews {
    background: #4e4e4e url("../../img/global/buttonNews.gif") no-repeat 0 0;
    padding: 0;
    float: right;
    border: 1px solid #fff;
}

    .buttonNews a {
        background: url("../../img/global/buttonNewsEnd.gif") no-repeat 100% 0;
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 12px;
        line-height: 1em;
    }

        .buttonNews a:focus,
        .buttonNews a:hover {
            background: #4e4e4e;
            text-decoration: underline;
        }

.prodimage {
    float: left;
}


.banner {
    background: white;
    font-size: 1em;
    border: 0;
    padding: 0 0 0 0;
    border-top: 1px solid #fff;
}

    .banner td,
    .banner th {
        border: 1px;
        padding: 0 0;
        vertical-align: top;
    }

    .banner thead th {
        color: white;
    }

.apptypeclass {
    background: #f4f4f4;
    font-size: 1em;
    border: 0;
    padding: 0 0 0 0;
    margin-top: 20px;
}

    .apptypeclass td,
    .apptypeclass th {
        padding: 0 0;
        border: 0;
        background: #f4f4f4;
        vertical-align: top;
    }

    .apptypeclass thead th {
        background: #f4f4f4;
    }






    .apptypeclass td {
        padding: 0 0;
        margin-bottom: 5px;
        float: left;
        margin-left: 0;
        color: Red;
    }


.panelContent2 {
    border-top: 1px solid #fff;
    padding: 0 20px 0 0;
}
