﻿TABLE.petition-signatories
{
    width: 100%;
    /*margin-bottom: 20px;*/
    border: solid 1px #cccccc !important;
}

TABLE.petition-signatories TH
{
    font-weight: 700;
    text-align: left;
    padding: 3px;
    border-bottom: solid 1px #cccccc !important;
}

TABLE.petition-signatories TD
{
    text-align: left;
    font-size: 12px;
    padding: 3px;
}

TABLE.petition-signatories TR.even TD, TABLE.petition-signatories TR.even TH
{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 20%, rgba(243,243,243,1) 50%, rgba(241,241,241,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(241,241,241,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(80%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 20%,rgba(243,243,243,1) 50%,rgba(241,241,241,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 20%,rgba(243,243,243,1) 50%,rgba(241,241,241,1) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 20%,rgba(243,243,243,1) 50%,rgba(241,241,241,1) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 20%,rgba(243,243,243,1) 50%,rgba(241,241,241,1) 80%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

TABLE.petition-signatories TR.odd TD TABLE.petition-signatories TR.odd TH
{
    background-color: #ffffff;
}

.fb_send_button_form_widget 
{
    position: relative !Important;
    top: 0px !Important;
}

.plugin DIV.summary 
{
    display: none;
}

A:focus { text-decoration: underline; border: 2px solid; }

.hasVisitedBefore 
{
    position: absolute;
    top: -10000px;
    z-index: 0;
}

.hidden { display: none; }
.no-padding { padding: 0px !Important; }
.no-margin { margin: 0px !Important; }
.no-spacing { padding: 0px !Important; margin: 0px !Important; }



.dataTables_wrapper {
    background: transparent !important;
}

.dataTables_length {
    padding-left: 20px;
    min-height: 40px;
}

.dataTables_length SELECT {
    width: 50px;
}

    .dataTables_length LABEL {
        padding: 0px;
        padding-top: 15px;
        margin: 0px;
    }

.dataTables_filter {
    padding-right: 20px;
}

    .dataTables_filter INPUT {
        width: 170px;
        float: none;
        display: inline;
    }


.dataTables_info {
    padding: 10px;
    line-height: 22px;
}

.dataTables_paginate {
    padding: 10px;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #999 !important;
}

.petition-signatories TH {
    background: #e1e1e1 !Important;
    color: #000 !important;
}


.sidebar-section .dataTables_filter INPUT {
    width: 130px;
}

.sidebar-section .dataTables_paginate, .sidebar-section .dataTables_info {
    font-size: 11px;
}

/*.home .dataTables_length LABEL,  .home .dataTables_filter LABEL {
    font-size: 12px;
}*/

.dataTables_filter, .dataTables_info {
    display: none !Important;
}

.petition-form H4 {
    color: #ffffff;
    background: #1fbad6;
}


.client-language-chooser {
    z-index: 1;
    overflow: hidden;
    z-index: 9999;
}

    .client-language-chooser.large {
        display: block;
        width: 100%;
        position: fixed;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        color: #666;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,eaeaea+100 */
        background: #f5f5f5; /* Old browsers */
        background: -moz-linear-gradient(top,  #f5f5f5 0%, #eaeaea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f5f5f5 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f5f5f5 0%,#eaeaea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f5f5f5 0%,#eaeaea 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f5f5f5 0%,#eaeaea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */


        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

        .client-language-chooser.large span {
            line-height: 30px;
            margin-right: 15px;
        }

        .client-language-chooser.large select {
            border-radius: 6px;
            font-size: 11px;
            font-weight: bold;
            padding: 2px 3px;
            color: #666;
            margin-right: 15px;
            min-width: 100px;
            width: auto;
            height: auto;
        }

        .client-language-chooser.large input.button {
            border-radius: 6px;
            font-size: 11px;
            font-weight: bold;
            padding: 2px 9px;
            color: #666;
            display: inline-block;
            border: solid 1px #666;
            cursor: pointer;
            float: none;
            font-family: Arial, Helvetica, sans-serif;
            width: 50px;

            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+28,d8d8d8+40,dbdbdb+50,dbdbdb+100 */
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 28%, #d8d8d8 40%, #dbdbdb 50%, #dbdbdb 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(28%,#eaeaea), color-stop(40%,#d8d8d8), color-stop(50%,#dbdbdb), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 28%,#d8d8d8 40%,#dbdbdb 50%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 28%,#d8d8d8 40%,#dbdbdb 50%,#dbdbdb 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 28%,#d8d8d8 40%,#dbdbdb 50%,#dbdbdb 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 28%,#d8d8d8 40%,#dbdbdb 50%,#dbdbdb 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

        }

    .client-language-chooser.mini {
        height: 30px;
        position: absolute;
    }

        .client-language-chooser.mini a {
            font-size: 11px;
            text-decoration: underline;
            color: #ccc;
            font-weight: bold;
            cursor: pointer;
        }

            .client-language-chooser.mini a:hover {
                color: #eee;
            }