/* @light @mid @dark */
.Green {
    margin-bottom: 20px;
}

    .Green .dig_btn {
        background-color: #57ba11;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #daf4c5;
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
        padding: 6px 15px 6px 15px;
        text-decoration: none;
    }

        .Green .dig_btn:hover {
            background-color: #ade67d;
            color: #ffffff;
        }

        .Green .dig_btn:active {
            position: relative;
            top: 1px;
            color: #ffffff;
        }

        .Green .dig_btn:visited {
            text-decoration: none;
            color: #ffffff;
        }

        .Green .dig_btn:link {
            text-decoration: none;
            color: #ffffff;
        }

    .Green .dig_btn_notsel {
        background-color: #daf4c5;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #eee;
        display: inline-block;
        color: #000;
        font-size: 15px;
        padding: 6px 15px 6px 15px;
        text-decoration: none;
    }

        .Green .dig_btn_notsel:hover {
            background-color: #ade67d;
            color: #ffffff !important;
        }

        .Green .dig_btn_notsel:active {
            position: relative;
            top: 1px;
            color: #000000;
        }

        .Green .dig_btn_notsel:visited {
            text-decoration: none;
            color: #000000;
        }

        .Green .dig_btn_notsel:link {
            text-decoration: none;
            color: #000000;
        }

    .Green .da_vote_back {
        background: transparent url('voteback.png') no-repeat top left;
        width: 50px;
        height: 51px;
    }

    .Green .da_date_back {
        background: transparent url('dateback.png') no-repeat top left;
        width: 55px;
        height: 58px;
    }

    .Green .da_mark_back {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ade67d), color-stop(1, #57ba11));
        background-image: -o-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
        background-image: -moz-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
        background-image: -webkit-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
        background-image: -ms-linear-gradient(bottom, #ade67d 0, #57ba11 100%);
        background-image: linear-gradient(to bottom, #ade67d 0, #57ba11 100%);
        border-radius: 5px;
        padding: 8px 5px 8px 5px;
        -moz-box-shadow: 0 0 5px #57ba11;
        -webkit-box-shadow: 0 0 5px #57ba11;
        box-shadow: 0 0 5px #57ba11;
        color: #ffffff;
    }

    .Green .dig_pager_current {
        background-color: #57ba11;
        font-weight: bold;
        color: #ffffff;
    }

    .Green .dig_pager a:hover {
        background-color: #daf4c5;
        font-weight: bold;
        color: #000000;
    }

    .Green .dig_list_sep {
        color: #daf4c5;
    }

    .Green .da_vote_name {
        color: #ffffff;
    }

    .Green .pagination_tab {
        background-color: #eee;
        padding-top: 4px;
    }

        .Green .pagination_tab span {
            margin-left: 5px;
            padding: 3px 15px 3px 15px;
            display: inline-block;
            background-color: #eee;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

            .Green .pagination_tab span.selected {
                border-width: 5px 5px 0;
                background-color: #57ba11;
                color: #ffffff;
            }

                .Green .pagination_tab span.selected a {
                    color: #ffffff;
                }

    .Green .image_carousel_tab {
        border: 5px solid #57ba11;
        padding: 10px 10px 10px;
        color: #ffffff;
    }

    .Green .catgrid table table {
        border-collapse: collapse;
    }

        .Green .catgrid table table th {
            background-color: #57ba11;
            padding: 5px;
            color: #ffffff;
        }

        .Green .catgrid table table td {
            padding: 3px;
        }

    .Green .catgrid table table {
        border: 1px solid #daf4c5;
    }

        .Green .catgrid table table table {
            border: 0;
        }

    .Green .catgrid .spacer {
        width: 2%;
    }

    .Green ul li {
        list-style-type: none;
    }

    .Green .tree ul {
        padding-left: 10px;
    }

        .Green .tree ul li {
            list-style-type: disc;
            padding: 3px;
        }


.tree {
    list-style-type: none;
}

.Green .list ul {
    padding-left: 0;
}

.Green .list li {
    list-style-type: none;
}

.Green .subscribe {
    border: 0 solid;
}

    .Green .subscribe input {
        background: #fff;
        border: 1px solid #ccc;
        font-size: 15px;
        margin-bottom: 10px;
        padding: 8px 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0 2px 2px #ddd;
        -moz-box-shadow: 0 2px 2px #ddd;
        -webkit-box-shadow: 0 2px 2px #dddddd;
    }

    .Green .subscribe input {
        background: #ffffff url(email.png) no-repeat 10px center;
        padding-left: 35px;
    }

    .Green .subscribe .subscribe-button {
        background: #57ba11;
        border: 1px solid #ade67d;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        padding: 8px 8px 8px 8px;
        text-shadow: -1px -1px #1c5d28;
        display: inline-block;
        border-radius: 3px;
    }

.Green .dasearchbox {
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    margin-bottom: 0px;
}

.Green .filter input[type="text"] {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 2px;
    padding: 6px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #dddddd;
}

.Green .filter select {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 2px;
    padding: 6px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #dddddd;
}

.Green .filter label {
    margin-top: 5px;
}

.Green .filter td {
    padding: 4px;
}

.Green .comments .author {
    background-color: #FFC;
    border-left: 3px solid #ffff66;
}

.Green .comments .light {
    color: #57ba11;
}

.Green .comments .bullet {
    color: #57ba11;
    padding: 0 8px 0 8px;
}

.Green .comments .red {
    color: red;
}

.Green .comments .join {
    font-size: 18px;
    color: #aaaaaa;
}

.Green .dig_btn2 {
    background-color: #57ba11;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #daf4c5;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
}

    .Green .dig_btn2:hover {
        background-color: #ade67d;
        color: #ffffff;
    }

.Green .comments input[type=text],
.Green .comments textarea,
.Green .comments select {
    background: #fff;
    border: 1px solid #c9c9c9;
    font-size: 13px;
    margin-bottom: 2px;
    padding: 6px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0px #ddd;
    -moz-box-shadow: 0 1px 0px #ddd;
    -webkit-box-shadow: 0 1px 0px #ddd;
}

.Green .calp table {
    width: 100%;
}

.Green .calp td {
    background-color: #daf4c5;
    width: 14%;
    border: solid 1px #f5fcf0;
    color: #000;
    text-align: center;
}

.Green .calp .other-month {
    color: #7ad82f;
}

.Green .calp .today {
    background-color: #57ba11;
    color: #daf4c5;
}

.Green .calp th {
    background-color: #ade67d;
    font-weight: normal;
    padding: 10px 5px;
}

.Green .calp .art {
    background-color: #ade67d;
}

.Green .calp a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
}

    .Green .calp a:hover {
        color: #4a871a;
    }

.Green .calp .calhead a:hover {
    color: #7ad82f;
}

.Green .calp .calhead td {
    background-color: #57ba11;
    border: none;
    color: #daf4c5;
}

.Green .calp .calhead .pager {
    font-size: 21px;
    font-weight: bold;
}

.Green .calp .calhead .date {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.Green .calp td span {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.Green .showAllCategoryHeading {
    font-family: Source Sans Pro;
    font-size: 18px;
    color: #007fa6;
    font-weight: 600;
    text-decoration: none solid rgb(0, 127, 166);
    line-height: 36px;
    letter-spacing: 1px;
}

.Green ul li a {
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #6b7074;
    font-weight: 600;
    text-decoration: none solid rgb(107, 112, 116);
    letter-spacing: 1px;
    margin-bottom: 7px;
    margin-top: 8px;
}

    .Green ul li a:hover {
        font-family: Source Sans Pro;
        font-size: 16px;
        color: #66a1b9;
        font-weight: 600;
        text-decoration: underline solid rgb(102, 161, 185);
        letter-spacing: 1px;
    }

.Green ul li ul li a {
    font-family: Source Sans Pro;
    font-size: 15px;
    color: #779ab2;
    text-decoration: none solid rgb(165, 184, 201);
    letter-spacing: 1px;
}


.Green ul li ul li a:hover {
    font-family: Source Sans Pro;
    font-size: 15px;
    color: #a5b8c9;
    font-weight: 600;
    text-decoration: underline solid rgb(102, 161, 185);
    letter-spacing: 1px;
}

.viewbytopicheading {
    font-family: Source Sans Pro;
    font-size: 20px;
    color: #006d9e;
    text-decoration: none solid rgb(0, 109, 158);
    line-height: 36px;
    letter-spacing: 1px;
}

.divider {
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 1px;
}

.Green .selected {
    color: #007fa6;
    font-size: 18px;
    font-weight: 600;
}

    .Green .selected:hover {
        color: #007fa6;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none solid rgb(165, 184, 201);
    }

.Green ul li ul li a:before {
    content: '\2022'; 
    float: left;
    margin-right: 10px;
}


.Green ul li a.selectedcategorydig {
    font-family: Source Sans Pro;
    font-size: 18px;
    color: #007fa6;
    font-weight: 600;
    text-decoration: none solid rgb(107, 112, 116);
    letter-spacing: 1px;
    margin-bottom: 7px;
    margin-top: 8px;
}

.Green ul li ul li a.selectedcategorydig {  
    font-family: Source Sans Pro;
    font-size: 15px;
    color: #a5b8c9;
    text-decoration: underline solid rgb(165, 184, 201);
    letter-spacing: 1px;
}