.search_form {
    display: none;
}
.search_form.active {
    display: block;
}
#addtab {
    background: #ff0000;
}
#map_canvas span {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#map_canvas h3 {
    text-align: center;
    font-size: 40px;
    margin: 80px auto 20px auto;
}
#map_canvas {
    width: 583px;
    margin: 0 auto;
    height: 329px;
}
#drawtabs {
    clear: both;
    width: 100%;
}
#drawtabs li a {
    color: #f00;
}
#drawtabs li h4 {
    margin: 0;
}
#drawtabs li {
    float: left;
    background: #fff;
}
.repdet {
    float: left;
    width: 180px;
    min-height: 40px;
    margin: 0 5px;
}
#repdiv {
    clear: both;
}
.repimg {
    float: left;
}
#natreps {
    float: left;
    width: 400px;
}
.reptxt {
    display: block;
    float: left;
    width: 95px;
    padding: 20px 0 0 0;
}
#stateresp {
    float: left;
    width: 400px;
}
h2 {
    margin: 0;
}
#searchdiv {
    float: left;
    width: 280px;
    margin: 15px;
}
/*#namesearch{*/
/**/
/**/
/**/
/*}*/
/*#addsearch{*/
/**/
/*float:left;*/
/*}*/
.px {
    clear: both;
}
#search_submit:hover, #name_search_submit:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#search_submit, #name_search_submit {
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
    text-shadow: none;
    /**/
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 107px;
    height: 30px;
    padding: 0;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto;
    background: #c83c01; /* Old browsers */
    background: -moz-linear-gradient(top, #c83c01 0%, #820a0a 50%, #a31600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83c01), color-stop(50%, #820a0a), color-stop(100%, #a31600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c83c01 0%, #820a0a 50%, #a31600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c83c01 0%, #820a0a 50%, #a31600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c83c01 0%, #820a0a 50%, #a31600 100%); /* IE10+ */
    background: linear-gradient(top, #c83c01 0%, #820a0a 50%, #a31600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c83c01', endColorstr = '#a31600', GradientType = 0); /* IE6-9 */
}
.searchinput {
    border-radius: 8px;
    float: left;
    margin: 0 5px;
}
#id_address {
    width: 90%;
    height: 20px;
    padding: 2px;
    font-size: 20px;
}
#id_name {
    width: 250px;
    height: 20px;
    padding: 2px;
    font-size: 20px;
}
#id_state {
    width: 120px;
    height: 20px;
    padding: 2px;
    font-size: 30px;
}
#id_zip {
    width: 80px;
    height: 20px;
    padding: 2px;
    font-size: 20px;
}
#address-tab label {
    font-size: 16px;
    font-weight: bold;
}
.repdet a img {
    display: block;
    margin: 10px;
    height: 80px;
    max-width: 70px;
}
.repdet h4 {
    float: left;
}
.repfilt {
    display: block;
    text-align: center;
    background: #e2e2e2;
    clear: both;
    /*padding: 5px;
    border: 2px solid #999;*/
}
#senli {
    width: 384px;
}
#stcli, #stsli, #uscli {
    width: 192px;
}
.vote_block .clear, .vote_block .clear, .vote_block .clear {
    padding-bottom: 10px;
}
.vote_block .info {
    margin-top: 20px;
}
.vote_block .but {
    margin-top: 8px;
}
/*
	styles for select
*/
.sel_1 {
    border-radius: 8px;
    margin: 17px 0 0 0;
    position: relative;
    z-index: 13;
    float: left;
}
.sel_1 select {
    border-radius: 8px;
    width: 279px !important;
}
.sel_2 {
    border-radius: 8px;
    width: 143px;
    margin: 6px 0 0 28px;
    float: left;
}
.sel_2 select {
    border-radius: 8px;
    width: 143px !important;
    text-transform: none;
}
.sel_3 {
    border-radius: 8px;
    width: 220px;
    margin: 0 13px 0 0;
    float: left;
}
.sel_3 select {
    border-radius: 8px;
    width: 208px !important;
    text-transform: none;
}
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    background: url(/static/images/sel_1.png) no-repeat;
    border-radius: 8px;
}
.sel_1 .cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    border-radius: 8px;
    background: url(/static/images/sel_1.png) no-repeat;
}
.sel_2 .cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    border-radius: 8px;
    background: url(/static/images/sel_2.png) no-repeat;
}
.sel_3 .cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
    border-radius: 8px;
    background: url(/static/images/sel_3.png) no-repeat;
}
.cusel {
    border-radius: 8px;
    height: 39px;
    background-position: left top;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font: bold 16px Arial;
    color: #333333 !important;
    border-radius: 8px;
    z-index: 1;
}
.sel_2 .cusel:focus {
    outline: none;
}
.sel_2 .cusel {
    border-radius: 8px;
    height: 23px;
    font: 11px Arial;
}
.sel_3 .cusel {
    text-align: left;
    border-radius: 8px;
    font: 12px Arial;
    height: 26px;
}
.cuselFrameRight {
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 42px;
    background-position: right top;
}
.sel_1 .cuselFrameRight {
    background: url(/static/images/sel_1.png) right top no-repeat;
    border-radius: 8px;
}
.sel_2 .cuselFrameRight {
    border-radius: 8px;
    background: url(/static/images/sel_2.png) right top no-repeat;
}
.sel_3 .cuselFrameRight {
    border-radius: 8px;
    background: url(/static/images/sel_3.png) right top no-repeat;
}
.cuselText {
    height: 24px;
    padding: 8px 0 0 16px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    font: bold 16px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
}
.sel_2 .cuselText {
    height: 26px;
    padding: 5px 0 0 4px;
    font: 11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.sel_3 .cuselText {
    height: 26px;
    padding: 7px 0 0 4px;
    font: bold 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #333333 !important;
}
* html .cuselText {
    height: 22px;
}
.cusel span {
    border-radius: 8px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 15px 2px 5px;
    zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover {
    background: #02689b;
    color: #fff;
}
.cusel .cuselActive {
    background: #CC0000;
    border-radius: 8px;
    color: #fff;
    cursor: default;
}
.cuselOpen {
    z-index: 999;
}
/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
    border-radius: 8px;
    cursor: default;
    color: #ccc;
}
.classDisCusel .cuselText {
    cursor: default;
}
/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap {
    border-radius: 8px;
    display: block;
    visibility: hidden;
    position: absolute;
    left: 5px;
    top: 101%;
    background: #fff;
    min-width: 96%;
    width: auto;
}
.sel_2 .cusel-scroll-wrap {
    min-width: 143px !important;
    left: 0 !important;
    padding-bottom: 1px;
}
.sel_3 .cusel-scroll-wrap {
    min-width: 100% !important;
    left: 0 !important;
    padding-bottom: 1px;
}
.cusel .jScrollPaneContainer {
    height: 97px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.cusel .jScrollPaneTrack {
    height: 100%;
    width: 7px !important;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 4px;
}
.cusel .jScrollPaneDrag {
    position: absolute;
    background-position: -40px -39px;
    cursor: pointer;
    width: 12px !important;
    height: 27px !important;
    right: -3px;
}
.sel_1 .jScrollPaneDrag {
    background: url(/static/images/sel_1.png) -40px -39px !important;
}
.sel_2 .jScrollPaneDrag {
    background-position: -40px -24px;
}
.sel_3 .jScrollPaneDrag {
    background: url(/static/images/sel_3.png) -40px -29px !important;
}
.cusel .jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.cusel .jScrollArrowUp {
    position: absolute;
    top: 0;
    right: 2px;
    width: 26px;
    height: 12px;
    cursor: pointer;
    background-position: -2px -39px;
    overflow: hidden;
}
.sel_1 .jScrollArrowUp {
    background: url(/static/images/sel_1.png) -2px -39px !important;
}
.sel_2 .jScrollArrowUp {
    background-position: -2px -24px;
}
.sel_3 .jScrollArrowUp {
    background: url(/static/images/sel_3.png) -2px -29px !important;
}
.cusel .jScrollArrowDown {
    width: 26px;
    height: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 3px;
    cursor: pointer;
    background-position: -20px -39px;
    overflow: hidden;
}
.sel_1 .jScrollArrowDown {
    background: url(/static/images/sel_1.png) -20px -39px !important;
}
.sel_2 .jScrollArrowDown {
    background-position: -20px -24px;
}
.sel_3 .jScrollArrowDown {
    background: url(/static/images/sel_3.png) -20px -29px !important;
}
#search_wrap {
    position: relative;
    margin: 15px 0 0 0;
}
/*#addsearch {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
/*#namesearch {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/
#searchhead li {
    float: left;
    margin: 5px;
    width: 280px;
    height: 20px;
    padding: 5px;
}
#searchhead h2 {
    float: left;
}
#formdots {
    clear: both;
}
.formcheck {
    margin: 5px 0;
}
#namedreps a {
    color: #9e0303;
    font-size: 18px;
    font-weight: bold;
}
#namedreps a:hover {
    color: #999;
}
#saveadd {
    margin: 5px 0;
    clear: both;
    font-weight: 400;
}
#saveadd label {
    font-size: 13px;
    font-weight: 400;
}
#saveadd #id_save_address {
    margin: 0 8px;
}
.polimgwrap {
    width: 67px;
    height: 78px;
    margin: 18px 0 0 13px;
    padding-top: 4px;
    text-align: center;
    float: left;
}
#officialoutput {
    /*display:none;*/
}
.loadwrapper {
    width: 128px;
    text-align: center;
    margin: 10px auto;
}
#search_contents {
    position: relative;
    min-height: 80px;
}
#address_results {
    display: none;
}
.search_form {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.repdiv h2 {
    text-transform: uppercase;
    height: 20px;
    border-bottom: 1px solid #919191;
    font: 15px Arial;
    color: #ffffff;
    margin: 0 0 2px 0;
    font-weight: bold;
}
.repdiv > div {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
.repdiv .rep_district {
    color: #fff;
    font-size: 12px;
}
.repdiv .rep_name {
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 0;
    text-transform: uppercase;
}
.repdiv h2:hover {
}
.repdiv {
    display: inline-block;
    width: 30%;
    margin: 1%;
    vertical-align: top;
    border: 2px solid #bdbaab;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 1%;
}
.repdiv:hover {
}
.repdiv .rep_pic {
    margin: auto;
    width: 55px;
    height: 70px;
    background: #3D4866;
    padding: 3px;
}
.repdiv .rep_pic img {
    max-width: 55px;
    max-height: 70px;
}
#user_reps {
    text-align: center;
    display: none;
    width: 906px;
    margin: 0 auto;
    background: url(/static/images/30gry.png);
    border: 2px solid white;
}
#addressformwrap {
    width: 250px;
    margin: 0 15px 5px;
    padding: 0 10px;
    background: url(/static/images/30gry.png);
    border: 2px solid white;
    float: left;
    height: 333px;
}
.map {
    float: right;
}
#search_tabs ul {
    padding: 0;
    margin: 0;
}
#search_tabs li {
    padding: 1px;
    float: left;
    width: 31%;
    text-align: center;
    margin: 5px 1%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
#search_tabs a {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-spacing: 5px;
}
#search_tabs a:hover {
}
#search_tabs a.active {
    box-shadow: inset 1px 64px 44px #439AD0;
    border-radius: 10px;
}
#search_tabs {
    border-bottom: 3px solid black;
    width: 96%;
    margin: 0 auto 12px;
    clear: both;
    height: 75px;
}
#search_tabs span {
    background: #439ad0; /* Old browsers */
    background: -moz-linear-gradient(top, #439ad0 0%, #439ad0 50%, #316a9a 51%, #316a9a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #439ad0), color-stop(50%, #439ad0), color-stop(51%, #316a9a), color-stop(100%, #316a9a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #439ad0 0%, #439ad0 50%, #316a9a 51%, #316a9a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #439ad0 0%, #439ad0 50%, #316a9a 51%, #316a9a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #439ad0 0%, #439ad0 50%, #316a9a 51%, #316a9a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #439ad0 0%, #439ad0 50%, #316a9a 51%, #316a9a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#439ad0', endColorstr = '#316a9a', GradientType = 0); /* IE6-8 */
    border: 2px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    margin: 0 auto;
    display: block;
    height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 85%;
    font-size: 20px;
}
#search_submit {
    background: #439AD0;
    background: -moz-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #439AD0), color-stop(50%, #439AD0), color-stop(51%, #316A9A), color-stop(100%, #316A9A));
    background: -webkit-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -o-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -ms-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: linear-gradient(to bottom, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#439ad0', endColorstr = '#316a9a', GradientType = 0);
    border: 2px solid #CCC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    margin: 20px auto;
    display: block;
    height: 30px;
    text-align: center;
    width: 40%;
    font-size: 16px;
    display: block;
}
.polpagelink:hover {
    color: #fff;
}
.polpagelink {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFCC01;
    background: #7D7864;
    padding: 5px;
    margin: 2px;
    text-align: center;
    float: left;
    width: 34%;
    font-size: 11px;
    text-transform: uppercase;
}
.user_districts_holder {
    text-align: center;
}
.poldistdraw:hover,
.poldistdraw.on {
    color: #ffcc01;
}
.poldistdraw {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    color: white;
    background: #7D7864;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
#sbn {
    background: #439AD0;
    background: -moz-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #439AD0), color-stop(50%, #439AD0), color-stop(51%, #316A9A), color-stop(100%, #316A9A));
    background: -webkit-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -o-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: -ms-linear-gradient(top, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    background: linear-gradient(to bottom, #439AD0 0%, #439AD0 50%, #316A9A 51%, #316A9A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#439ad0', endColorstr = '#316a9a', GradientType = 0);
    border: 2px solid #CCC;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
    margin-top: 19px;
    display: block;
    height: 16px;
    padding: 7px;
    text-align: center;
    width: 80px;
    font-size: 16px;
    display: block;
    float: left;
}
#nameform #name {
    float: left;
    width: 300px;
    margin: 22px 10px 0 10px;
    height: 28px;
    font-size: 26px;
    line-height: 26px;
    border: 0;
}
#official_form, #nameform {
    width: 876px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: url(/static/images/30gry.png);
}
/*#officialoutput,*/
#name_results {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    /*height:354px;*/
    width: 876px;
    margin: auto;
    border: 2px solid #fff;
    background: url(/static/images/30gry.png);
}
#load_box, #name_load_box, #address_load_box {
    display: none;
}
#ninput_wrap {
    width: 673px;
    margin: auto;
}
#ninput_wrap span.nlabel {
    margin: 25px 0 0 0;
}
#ninput_wrap span {
    font-weight: bold;
    float: left;
    margin: 8px;
    color: #990000;
    font-size: 18px;
}
.vsep {
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #333;
    display: block;
    height: 50px;
}
.nbottom {
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    margin: 20px 0;
}
.rep_name_pic {
    background-color: #f00;
    display: inline-block;
    height: 100px;
    vertical-align: top;
    width: 85px;
}
#name_results li {
    clear: both;
    margin: 10px auto;
    width: 90%;
}
.rep_name_pic img {
    max-width: 100%;
}
.nlegname {
    color: #000;
    display: inline-block;
    margin: 20px 10px;
    font-size: 24px;
    vertical-align: top;
    width: 200px;
}
.nlegparty {
    display: inline-block;
    margin: 20px 10px;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    width: 140px;
}
.nlegdist {
    color: #fff;
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
    vertical-align: top;
    width: 100px;
}
.nlegstate {
    color: #fff;
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
    vertical-align: top;
    width: 36px;
}
.nlegoffice {
    color: #fff;
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
    vertical-align: top;
    width: 100px;
}
