html{
    /*forces the right scroll bar to always show, so the page doesn't jump */
    overflow-y: scroll
}
body{
    background-image: url(../images/bg_body.png);
    background-repeat: repeat-x;
    background-color: #496481;
    color: #555555;
    /*font-family: 'Droid Sans';*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    line-height: 135%;
    text-align: left;
    width: 100%;
}
h1 {
   text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, p.display_title {
    font-family: "Droid Sans";
    
    font-weight: normal;
}
.h3 {
    font-family: "Droid Sans";
    font-size: 14px;
    font-weight: bold;
    color: #455a72;
}

#container {
    background-color:#FFFFFF;
    margin:0px auto;
    overflow:hidden;
    padding:0;
    text-align:left;
    width:960px;
}
.revision_form textarea{
    width: 100%;
    height: 40px;

}
.no_sides {
    margin: 20px;
}

.whitespace {
    height: 10px;
}
.whitespace_5 {
   height: 5px;
}
.inputtext  {
    height:10px;
    width:107px;
}

.inputtext_public  {
    height:12px;
    width:165px;

}
.inputtext_go  {
    height:14px;
    width:90px;
    margin-right: 3px;
    margin-top: 2px;

}

.inputtext_public_right  {
    height:12px;
    width:165px;

}

.inputtext_post  {
    height:12px;
    width:405px;
}

.btnstyle  {
    background-position:center bottom;
    padding-left:5px;
    position:absolute;

}

.nopad{
    padding:0;
}

h1 {
    font-size: 15px;
    font-weight:bolder;
    color: #666;
}

h2, h2 a{
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

h3, h3 a{
    font-size: 14px;
    font-weight: bold;
    color: #455a72;
}

h4 {
    color:#555555;
    font-size:12px;
    font-weight:600;
    display: inline;
}

p {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

.softgrey{
    color:#ccc;
    font-weight: bold;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.dark{
    font-weight:bolder;
}

.white{
    color:#fff;
}


.submitted {
    font-size: 12px;
    font-weight: normal;
    color: #59799f;
}

.date  {
    color:#8C8C8C;
    font-size:10px;
    font-weight:normal;
}

.action{
    color:#B41515;
}

.endlist{
    border: none;
}

.container  {
    border:thin solid #CCCCCC;
    float:left;
    padding-bottom:20px;
}

.container_tabs  {
    border-bottom:thin solid #CCCCCC;
    border-left:thin solid #CCCCCC;
    border-right:thin solid #CCCCCC;
    float:left;
    padding:20px;
    width:480px;
}


a:link, a:visited {
    overflow: hidden;
    text-decoration: none;
}


ul li a {
    font-size: 12px;
    font-weight: lighter;
    color: #666666;

}

a {
    font-size: 11px;
    font-weight: lighter;
    color: #8c8c8c;
}

.clear{
    clear: both;
}

/*------------------------Header Styles--------------------*/
#header  {
    background-image:url("../images/bg_header.png");
    height:49px;

}

#logo{
    float:left;
    height: 32px;
    width: 146px;
    margin-left: 12px;
}

#logo a {
    background-image: url(../images/img_logo_tm.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 62px;
    margin: 0;
    text-indent: 1234px;

}

#header #nav {
    float:left;
    height: 22px;
    margin-left: 12px;
    overflow:hidden;
}

#navbackground {
    background-image: url(../images/bg_nav.png);
    background-repeat: repeat;
    height: 52px;
    overflow: hidden;
    z-index: auto;
}

#header #nav li {
    display: inline;
}

#header #nav li a:link, #header #nav li a:visited{
    background-repeat:no-repeat;
    color:#8C8C8C;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:32px;
    overflow:hidden;
    padding:0 20px 0 0;
    text-decoration:none;
}

#header #nav li a:hover, #header #nav li a:active{
    color:#555555;
}
#siteAccess {
    float: right;
    margin-right: 10px;
    width: 120px;
    text-align: right;
}
#siteNav {
    margin-right: 10px;
    width: 520px;
    float:left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
}

#siteNav a {
    font-family: "Droid Sans";
    text-transform: uppercase;
    color: #455A72;
    font-size: 12pt;
    font-weight: normal;
    margin-right: 10px;
}
#siteNav a.active {
    color: #455A72;
    font-weight: bold;
    font-size: 16pt;
}
div.election_central{
    width:130px;
    height: 40px;
    float: left;
}

#header ul {

    height:22px;
    margin-left:20px;
    margin-top:18px;
    overflow:hidden;
}

#header ul li {
    display: inline;
}
#siteNav ul {
    float:left;
    height:22px;
    overflow:hidden;
    width: 100%;
    text-align: center;
}
#siteNav ul li {
    display: inline;
    padding: 5px;
}

#header ul li a:link, ul li a:visited{
    font-weight: lighter;
}

#headerSearch  {
    background-image: url(../images/bg_header.png);
    float:right;
    height: 33px;
    margin-right: 20px;
    width: 210px;
    padding-top: 15px;
    padding-left:10px;
}

#header #search_filter {
    height:19px;
    margin:0;
    padding:0;

}

#search{
    padding-left: 10px;
}

.omega{
    margin-right:0;
}



/*------------------------Main Styles--------------------*/

#main  {
    float:left;
    height:100%;
    margin-bottom:40px;
    width:960px;
}

/*------------------------Left Column Styles--------------------*/

#leftColumn {
    float: left;
    width: 150px;
    margin-left: 10px;
    margin-top: 24px;
    height: 100%;
}

div.lefthead  {
    /* border-bottom:thin solid #CCCCCC;*/
    /*border-color:#CCCCCC;*/
    width:150px;
}

div.lefthead h1 {
    width:70px;
}

div.lefthead a {
    width:42px;
    margin-bottom: 5px;
    padding-right: 2px;
}
div.lefthead a img {
    margin-bottom: -3px;
}

div.invite_people {
    width:140px;
    margin-top: 5px;
}

div.invite_people a {
    background-image:url("../images/img_invitepeople.png");
    background-repeat:no-repeat;
    display:block;
    margin-bottom:5px;
    text-indent:28px;
    padding-bottom: 0;
}

/*------------------------Category List Styles--------------------*/
div.categorylist  {
    border-bottom:thin solid #CCCCCC;
    border-color:#CCCCCC;
    margin-top:5px;
    padding-bottom:15px;
    width:100%;
}

div.categorylist_people  {
    border-bottom:thin solid #CCCCCC;
    border-color:#CCCCCC;
    margin-top:5px;
    padding-bottom:5px;
    width:100%;
}

div.categorylist_public  {
    margin-top:5px;
    width:100%;
}

div.title  {
    float: left;
    height:14px;
    margin-bottom:5px;
    width:125px;
}

div.leftnav_title_container {
    border-bottom: 2px solid #dddddd;
    width: 157px;
}
div.leftnav_title {
    float: left;
    padding: 10px 2px 10px 3px;
    width: 148px;
    background: none repeat scroll 0 0 #eeeeee;
    border-top: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    border-left: 2px solid #dddddd;

}
div.leftnav_title.active {
    background: white;

}
div.leftnav_title.active a {

}
.activeMenuTitle {
    cursor:pointer;
}
.show_hide {
    cursor:pointer;
    padding-right: 7px;
    display: inline;
}

div.hide {
    display: none;
}
div.close  {
    background-image:url("../images/btn_maxmin.png");
    background-position:left center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    margin-top:1px;
    margin-bottom: 5px;
    width:12px;
    height:12px;
}

div.open  {
    background-image:url("../images/btn_minimize.png");
    background-position:left center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    margin-top:1px;
    margin-bottom: 5px;
    width:12px;
    height:12px;
}

.catagory {
    clear: both;
}

.catagory li {

    display:block;
    height:16px;
    text-indent:8px;
    overflow:hidden;
}
.categorylist .menuopen {
    background-image:url("../images/img_redarrow_dn.png");
    background-position:left center;
    background-repeat:no-repeat;
}
.categorylist .menuclosed  {
    background-image:url("../images/img_redarrow.png");
    background-position:left center;
    background-repeat:no-repeat;
}

.catagory li a:link, .catagory li a:visited{
    font-size:12px;
}
.catagory .title {
    font-weight:bold;
}

.catagory li a:hover,.catagory li a:active {
    /*color: #B00807;*/
}
.category_l2 li{
    background-image: none;
    text-indent: 16px;
}
div.categorylist_nobdr  {
    border-bottom:none;
    margin-top:5px;
    padding-bottom:15px;
    width:100%;
}

/*------------------------Main Column Public Landing Styles--------------------*/
#mainColumn_Public{
    float:left;
    width: 700px;
    margin: 10px 0px 15px 20px;

}

div.main_display{
    background-image: url(../images/landing_banner_new.png);
    background-repeat: no-repeat;
    background-position: right;
    width:693px;
    height: 247px;
}

div.banner_title  {
    color:#333333;
    font-family:"Helvetica Neue", Arial, sans-serif;
    font-size:36px;
    font-weight:lighter;
    line-height:1.2;
    margin-left:60px;
    padding-top:25px;
}
div.banner_search {
    margin-left: 10px;
    padding-top: 190px;
    color: black;

}

.banner_title h3 {
    font-size:16px;
    padding-top:8px;
}

div.flash_ad {
    background-image:url(../images/img_flash_placehold.png);
    background-repeat: repeat;
    background-color: #e5e5e5;
    height: 80px;
    width:680px;
}

div.public_list {
    float:left;
    width:231px;
   /* border-top:3px solid #E5E5E5;*/
    padding-top: 0px;
   /* margin-top: 10px;*/
   /* margin-right: 20px;*/
}

div.trending_list {
    float:left;
    width:213px;
   /* border-top:3px solid #E5E5E5;*/
    padding-top: 0px;
   /* margin-top: 10px;*/
   margin-right: 26px;
}

div.trending_list_omega {
    margin-right: 0;
}

h1.landing_title {
    border-bottom: 3px solid #496481;
    width: 213px;
}
div.icon_title {
    height: 24px;
    margin-bottom: 7px;
}
div.icon_title h1 {
    padding-top:5px;
   /* text-indent:15px;*/
    color: #8D8D8D;
    font-weight: bold;
}

div.icon_title a{
    float:left;
}

div.form_landing {
    margin-top: 5px;
}


/*------------------------Main Column Styles--------------------*/

#mainColumn  {
    float:left;
    margin-left:20px;
    margin-right:20px;
    margin-top:24px;
    width:520px;
}

#toptab_navigation  {
    border-bottom:thin solid #CCCCCC;
    height:25px;
    width:522px;
}

#toptab_navigation ul {
    background-color:#CCCCCC;
    float:left;
    font-size:11px;
    line-height:normal;
    margin-left:19px;
    padding-left:1px;
    padding-top:1px;
}

#toptab_navigation li{
    text-shadow: 2px 2px 15% #ababab;
    float:left;
    margin:0;
    padding:0;
}

#toptab_navigation a:link, #toptab_navigation a:visited {
    background-image:url("../images/bg_toptab_down.png");
    display:block;
    float:left;
    font-weight:bold;
    height:15px;
    margin-right:1px;
    padding:5px 8px 4px;
    text-decoration:none;
}

#toptab_navigation a:hover, #toptab_navigation a:active {
    background:url(../images/bg_toptab_active.png);
}

#toptab_navigation a:hover a {
    background:url(../images/bg_toptab_active.png);
}

#toptab_navigation .current a {
    background-image:url(../images/bg_toptab_active.png);
    color: #496481;
}
#mainWideColumn  {
    float:left;
    margin-left:20px;
    margin-right:20px;
    margin-top:24px;
    width:760px;
}

div.rating_slant  {
    float:left;
    margin-left:32px;
}

div.rating_slant a {
    font-size: 12px;
    margin-right:10px;
    color: #59799F;
}



/*------------------------Top Follows Box Styles--------------------*/

#topfollows  {
    background-image: url(../images/bg_topfollows.png);
    border:thin solid #3C546D;
    float:left;
    margin-top:4px;
    width:518px;
}

div.icon {
    background-image: url(../images/bg_topfollows.png);
    float:left;
    height: 50px;
    width: 54px;
    padding:10px 10px;
}

div.newsfeed  {
    float:left;
    height:40px;
    width:518px;
    overflow: visible;
}

div.newsfeed h3 {
    font-size: 11px;
    height: 14px;
    overflow:hidden;
}

div.newsfeed p {
    font-size: 9px;
    color:#333;
}

.feedhover  {
    background-image:url("../images/bg_feedhover.png");
    background-repeat:no-repeat;
    float:left;
    height:28px;
    width:164px;
    padding-top: 12px;
    padding-left: 8px;
}

.feed1 {
    background-image: url(../images/bg_feed.png);
    float:left;
    width: 165px;
    height: 28px;
    padding-top: 12px;
    padding-left: 8px;
}

.feed2 {
    background-image: url(../images/bg_feed.png);
    float:left;
    width: 165px;
    height: 28px;
    padding-top: 12px;
    padding-left: 8px;
}

.feeddetail  {
    float:left;
    height:60px;
    padding-right:10px;
    padding-top:10px;
    width:434px;

}
.feeddetail h3 {
    font-size: 14px;
}

div.submitnumber  {
    float:left;
    padding-top:2px;
}

div.arrowstab  {
    float:right;
    margin-right:0;
    width:100px;
}

div.arrowstab ul {
    float:right;
    margin:0;
    padding:0;
}

div.arrowstab li {
    display:block;
    float:left;
    margin:0;
}

div.arrowstab li a{
    width:auto;
}
/*********************************Styles For Wall*****************************/

#wall {
    width:520px;
}

.tab_header_title {
    font-size:14px;
    font-weight:bold;
    margin-left: 15px;
}

/* for display official and candidate main page information */
.display_title {
    font-size:24px;
    font-weight:normal;
    color: #444444;
    margin-bottom: 5px;
    margin-left:15px;
    line-height: 100%;
}
.display_info {
    margin-left: 15px;
    font-weight: bold;
    color: #555555;
}
/* for display issue, editorial, bill and news main page information */
.content_title {
    font-size:24px;
    font-weight:normal;
    color: #444444;
    margin-bottom:15px;
    line-height: 100%;
}
.content_title .subtitle {
    font-size: 12px;
}
.content {
    margin-bottom: 15px;
}

.search_header {
    font-size:18px;
    font-weight:normal;
    color: #444444;
    margin-left:5px;
    line-height: 100%;
}
div.wall_h2  {
    clear:both;
    color:#555555;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin-left:32px;
}
div.group_h2  {
    clear:both;
    color:#666666;
    float:left;
    font-size:14px;
    font-weight:bold;
    margin-left:2px;
}

div.wall_h3  {
    clear:both;
    color:#555555;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-left:35px;
}

div.wall_h2_filter  {
    clear:both;
    color:#555555;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin-left:20px;
    padding-top:2px;
}

div.filter  {
    /*border-bottom:thin solid #CCCCCC;*/
    float:left;
    /*height:30px;*/
    padding-top:10px;
    width:480px;
    margin-bottom: 5px;
}

.filter1  {
    float:left;
    margin-left:10px;
}

.filter .divFormRow {
    float:left;
    margin-left:5px;
}
.date_filter .divFormRow {
    float:left;
    margin-left:5px;
}

div.toptab  {
    border-bottom:thin solid #CCCCCC;
    float:left;
    height:25px;
    width:522px;
    padding-left: 18px;

}

div.toptab ul {
    background-color:#CCCCCC;
    height:24px;
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
    width:90px;
}
div.toptab a {
    background:url(../images/bg_toptab_active.png);
    display:block;
    border-bottom:thick solid #FFFFFF;
    display:inline-block;
    height:20px;
    padding-left:14px;
    padding-top:5px;
    width:76px;
    z-index:1;
}

.toptab h3{
    font-size: 12px;
    height: 14px;
}

div.wallpostsclosed{
    float:left;
    width: 483px;
    padding-top:7px;
    padding-right: 7px;
    padding-left: 0px;
    border-bottom: thin solid #ccc;
    padding-bottom: 5px;
}

div.wallpostsopen{
    background-image: url(../images/bg_postsopen.png);
    background-repeat: repeat-x;
    float:left;
    width: 483px;
    padding-top:7px;
    padding-right: 7px;
    padding-left: 0px;
    /*border-top: thin solid #ccc;*/
    border-bottom: thin solid #ccc;
}

div.wallcomments{
    border-top: thin solid #ccc;
    padding-top: 5px;
    float:left;
    width: 473px;
    padding-top:7px;
    padding-right: 7px;
}

div.post  {
    margin-bottom:10px;
    margin-left:30px;
    margin-top:10px;

}

div.avatar  {
    clear:both;
    float:left;
    /*margin-left:32px;*/
    margin-top:10px;
    width: 50px;
    height: 50px;
}
div.avatar img {
    max-height: 50px;
    max-width: 50px;
    width: expression(this.width > 50 ? "50px" : true);
    height: expression(this.height > 50 ? "50px" : true);
}


div.post_box  {
    float:left;
    margin-left:15px;
    margin-top:8px;
    width:402px;
}


div.middle_post_box  {
    background-image:url("../images/img_middle_postbox.png");
    background-repeat:repeat-y;
    float:left;
    padding:10px;
    width: 95%;
}

/*div.middle_post_box a {
    color:#C91524;
    font-size: 12px;
}*/

div.post_area  {
    color:#555555;
    float:left;
}

div.date_approval{
    color:#8C8C8C;
    float:left;
    font-size:10px;
    font-weight:normal;
    margin-top:10px;
}

div.post_icons  {
    float:right;
    margin-top:10px;
    width:100px;

}

div.post_icons li{
    display: inline;
}

div.approve_disapprove  {
    clear:both;
    float:left;
    margin-right: 5px;
}

div.approve_disapprove ul {
    height: 16px;

}

div.approve_disapprove li{
    display: inline;
}


div.moretab  {
    float:right;
    width:200px;
}

div.moretab li {
    float:right;
    list-style:none outside none;
    margin-right:1px;
}

.moretab a{
    color:#59799F;
}

div.moretab li a:link, div.moretab li a:visited {
    background-image:url("../images/bg_moretab.png");
    background-repeat:no-repeat;
    display:inline-block;
    height:20px;
    padding-left:12px;
    padding-top:1px;
    width:36px;
}

div.avatar_subpost  {
    clear:both;
    float:left;
    margin-top:3px
}

div.subpost  {
    padding-left:100px;
    width:400px;
}

div.subpost_box  {
    float:left;
    margin-left:5px;
    width:345px;
}

div.middle_subpost_box  {
    background-image:url("../images/bg_sub-post_middle.png");
    background-repeat:repeat-y;
    float:left;
    padding:5px 12px 0;
}

div.middle_subpost_box a:link, div.middle_subpost_box a:visited {
    color:#C91524;
    font-size: 12px;
}

div.middle_subpost_box .post_area{
    padding-bottom: 10px;
    border-bottom: thin solid #ccc;
    margin-bottom: 2px;

}
div.date_time{
    color:#8C8C8C;
    float:left;
    font-size:10px;
    font-weight:normal;
}

div.date_time a:link, div.date_time a:visited {
    color:#59799F;
    font-size:11px;

}



/*------------------------Articles Styles--------------------*/

div.slant_top  {
    height:16px;
    margin-top:5px;
    width:200px;
}

div.slant_top img{
    float:right;
}

div.rating_fixed  {
    height:16px;
    margin-top:5px;
    width:125px;
}

div.rating_fixed img{
    float:right;
}

div.article  {
    float:left;
    margin-left:32px;
    margin-right:15px;
    color:#555555;
    word-wrap: break-word;
    width: 450px;
}

div.article h2 {
    color:#555555;
    font-size:12px;
    font-weight:bold;
    margin:20px;
}

div.rating_slant_bottom  {
    background-color:#F5F5F5;
    clear:both;
    float:left;
    margin-left:32px;
    margin-top:20px;
    margin-bottom:30px;
    width:465px;
}

div.slant_active  {
    float:left;
    margin-left:10px;
    padding:10px;
    width:200px;
}

div.rating_active{
    float:left;
    margin-left:10px;
    padding:10px;
    width:200px;

}

div.stars_active {
    margin: 5px 0;
}

div.slant_slider_active  {
    height:16px;
    margin:5px 0;
}

div.submit_btn  {
    float:right;
}

div.submit_btn a {
    background-image:url("../images/btn_submit.png");
    background-repeat:no-repeat;
    color:#FFFFFF;
    display:block;
    height:17px;
    padding-top:1px;
    text-align:center;
    width:60px;
}

div.post_btn  {
    float:right;
    margin-right:15px;
}

div.post_btn a {
    background-image:url(../images/btn_post.png);
    background-repeat:no-repeat;
    color:#FFFFFF;
    display:block;
    height:18px;
    padding-top:1px;
    text-align:center;
    width:46px;
}


div.sign_up_form{
    height: 150px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #ccc;

}
.sign_up_form input {
    width: 175px;
}
form.sign_up_form {
    width:200px;
}

/*------------------------Right Column Styles--------------------*/

#rightColumn{
    float:left;
    background-color:#ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    width:200px;
    margin-right: 20px;
}

div.lobby  {
    border-bottom:thin solid #CCCCCC;
    border-color:#CCCCCC;
    margin-top:8px;
    padding-bottom:15px;
    width:200px;
}

.sponsored_bills_h2{
    float:left;
    width: 200px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
    color: #8c8c8c;

}
.yea_nay  {
    float:right;
    clear:both;
}

.sponsored_bills_titles  {
    float:left;
    font-size:x-small;
    line-height:20px;
    width:148px;
}

div.ads{
    width: 200px;
    height:200px;
    background-image: url(../images/img_ad.png);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid;
    border-color: #ccc;
}


/*------------------------Footer Styles--------------------*/

#footer  {
    border-color:#CCCCCC;
    border-top:thin solid #CCCCCC;
    clear:both;
    height:80px;
    margin-left:20px;
    margin-top:20px;
    width:920px;
}

#footernav {
    height: 40px;
    line-height:1.4;
    width: 650px;
    margin: 6px auto;
    text-align: center;
}

#footernav li {
    display: inline;
}

#footernav li a:link,#footer ul li a:visited {
    margin-left: 8px;
}

#copyright  {
    height:15px;
    width:280px;
    margin:6px auto;
    color:#ccc;
    margin-bottom: 10px;

}


button {
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align: center;
    height: 26px;
    line-height: 26px;
    width: auto;
}

button.btn_search {
    background:  url('/images/btn_search.png') no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

button.btn_go {
    background:  url('/images/go_button.gif') no-repeat;
    width: 33px;
    height: 25px;
    cursor: pointer;
    background-position: center center;
}
button.btn_follow {
    background:  url('/images/img_follow_RED.png') no-repeat;
    width: 36px;
    height: 26px;
    cursor: pointer;
}

button.btn_unfollow {
    background:  url('/images/img_unfollow_icon.png') no-repeat;
    width: 36px;
    height: 26px;
    cursor: pointer;
}

.tagline_right {
    float: right;
}
button::-moz-focus-inner {
    border: none;
}

/* grab the rounded stuff out of main for now */


button.getstarted_btn {
    background: url('/images/btn_getstarted.png') no-repeat;
    float:right;
    margin-top:5px;
}
button.signin {
    background: url('/images/testsignin.png') no-repeat;
    height: 22px;
    width: 159px;
    margin-left: 20px;
    margin-bottom: 20px;
}

button.register {
    background: url('/images/testregister.png') no-repeat;
    height: 22px;
    width: 159px;
    margin-left: 20px;
    margin-bottom: 20px;
}

button.getstarted_btn  span{

    color:#FFFFFF;
    height:17px;
    line-height: 11px;
    padding-top:1px;
    text-align:center;
    width:75px;
    padding: 0 0 0 0;
    font-size: 11px;
    font-weight: normal;
}

button span {
    display: block;
    padding: 0 0 0 15px;
    /*position: relative;*/
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
}

button.rounded {
    background: transparent url('/images/btn_new_right.png') no-repeat scroll right top;
    font-size: 11px;
    height: 17px;
    padding: 0 5px 0 0;
    margin-top: 7px;
}

button.rounded span {
    background: transparent url('/images/btn_new_left.png') no-repeat scroll left top;
    color: #FFFFFF;
    height: 17px;
    padding: 0 0 0 5px;
    line-height: 147%;
    font-weight: normal;
}
div.facebook_frame {
    width: 100%;
    text-align: center;
}
button.facebook_btn {
    background: url('/images/facebook-submit.png') no-repeat;
    height: 50px;
    width:335px;
}

.commentpost label{
    /*display:none;*/
}
.commentpost textarea {
    width: 362px;
    height: 70px;
}
.commentpost button{
    float:right;
}
.positionpost label{
    display:none;
}
.positionpost textarea {
    width: 402px;
    height: 45px;
}
.positionpost button{
    float:right;
}

.feed_icons {
    width:100%;
    float:left;
}
.feed_icon_left {
    float:left;
}
.feed_icon_right {
    float:right;
}
.feed_icon_title {
    margin: 0px 10px 0px 10px;
    line-height: 12px;
}
.quality {
    width:100%;
    float:left;
}
.quality_label {
    float:left;
    margin-top: 4px;
    font-size: 14px;
}

.slant_label {

    font-size: 14px;
}
.search_column {
    width: 173px;
    float: left;
}
.pagedTable {
    width: 480px;
}
.search_column .pagedTable {
    width: inherit;
}
.pagedTable, a {

    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

.pagedTable td {
    border-bottom: 1px  #496481;
    padding:5px;
    font-size: 12px;
    color: #555555;
}
.pagedTable a {
    font-size: 12px;
    font-weight:bold;
}
.search_links a {
    font-size: 11px;
    font-weight: normal;
    color: #496481;
}
.pg-normal {
    color: #555555;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.pg-selected {
    color: black;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.act_link, .act_link a{
    color:#bc1818;
}
.nav_link, .nav_link a{
    color:#496481;
    cursor: pointer;
}

.nav_link  a:hover,.nav_link  a:active {
    color: #34475c;
    cursor: pointer;
}


div.follow_header  {
    clear:both;
    color:#555555;
    float:left;
    font-size:13px;
    font-weight:bold;
    margin-left:20px;
}
div.follow_header2  {
    clear:both;
    color:#555555;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-left:30px;
}
.following {
    clear: both;
    display: block;
    overflow:hidden;
}
.following_l2 {
    clear: both;
    display: block;
    overflow:hidden;
}
.following li {
    height:16px;
    text-indent:22px;

}
.following_l2 li {
    height:16px;
    text-indent:32px;

}

.toggler {
    cursor: pointer;
}

.friendTable td {
    border-bottom: 1px  #496481;
    padding:5px;
    font-size: 12px;
    color: #555555;
}
.friendTable a {
    font-size: 13px;
    font-weight:bold;
}

.help {
    width:17px;
    height:16px;
}
.help_icon {
    background-image: url('/images/btn_question.png');
    width:17px;
    height:16px;
    cursor:pointer;

}
.help_text {
    display:none;
    font-size: 12px;
    position: absolute;
    display: none;
    background-color: #e3e7ec;
    width:200px;
    padding:10px;
    color: #999999;
    border: 1px solid #888888;

}

.connectForm , .connectForm input, .connectForm textarea {
    width: 400px;
}

.keyword_list {
    background-color: #efefef;
    color: black;
    border: 1px solid black;
}
.keyword_list div {
    cursor: pointer;
}

.keyword_list div.selected {
    background-color: #999;
    color: white;
}
.element {
    clear:both;
}

.icountform table {
    border-spacing: 2px;
    border-collapse: separate;
}
.profile_header {
    margin-bottom: 5px;
    margin-top: 5px;
}
.notification {
    font-weight: bold;
}
.disclaimer {
    font-size: 10pt;
    font-weight: normal;
}
.profile_item {
    width: 100%;
    float: left;
    margin-bottom: 2px;
}
.profile_item .label {
    float: left;
    font-weight: bold;
    width: 100px;
    padding-right: 10px;
}
.profile_item .long_label {
    float: left;
    font-weight: bold;
    width: 150px;
    padding-right: 10px;
}
.profile_item .value {

}
.profile_item.capitalize {
    text-transform: capitalize;
}
.leftnav {
    clear: both;
}

.leftnav li {

    display:block;
    height:16px;
    text-indent:8px;
    overflow:hidden;
    background-image:url("../images/img_redarrow.png");
    background-position:left center;
    background-repeat:no-repeat;
    margin-left: 6px;
}
.leftnav a.active {
    color: #455A72;
    font-weight: bold;
    font-size: 10pt;
}
.agreeOverlay {
    font-size: 11px;
    border: 1px solid #efefef;
    vertical-align: top;
}
.external_header {
    font-size: 12px;
    color: white;
}
.office_selector {
    width: 350px;
}

.right_200 {
    float: right;
    width: 200px;
}
.right {
    float: right;
}
.banner_ad {
    width: 518px;

}

#footernav img {
    position: relative;
    top: 3px;
}
.message {
    font-style: italic;
}
.messagefeed .video, .messagefeed .message {
     margin-top: 5px;
    padding: 15px;

    font-style: italic;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
}
.messagefeed .video {
    text-align: center;
}

/*
 * POLLS
 */
.poll_admin_options {
    width: 100%;
}
.poll_edit {
    background-color: #e3e7ec;
    padding: 10px;
}
.poll_option {
    padding-bottom: 5px;
}
.group_poll_list {
    display: block;
}
.group_poll_list td.title {
    width: 200px;
}
.group_poll_list td.admin {
    width: 250px;
}
form.priority_list label {
    display: block;
    float: right;
    position: relative;
    top: 3px;
    width: 490px;
}
input.priority_input {
    width: 20px;
    display: block;
}

.remove_from_client {
    padding-top: 8px;
}
.position_head {
    font-size: 14px;
    color: #455a72;
    margin-top: 8px;
}
.position_text {
    font-size: 9pt;
    color: #555555;
    margin: 10px 0px 10px 10px;
}
.position_box {
    width: 100%;
    border-top: thin solid #CCCCCC;
    float:left;
    margin-top:8px;
}
.accordion_title {
    cursor: pointer;
    width: 469px;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    vertical-align: super;
}
.icount_poll_header {
    width: 100%;
    height: 16px;
    padding-left: 4px;
    background-color: #496481;
    color: white;
    margin-bottom: 5px;
}

.openid_button {
    display: block;
    float: left;
    position: relative;
    height: 20px;
    width: 16px;
    margin-left: 20px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}
.openid_button.google {
    background-image: url(/images/google.ico.png);
}
.openid_button.yahoo {
    background-image: url(/images/yahoo.ico.png);
}
.openid_buttonlarge {
    display: block;
    float: left;
    position: relative;
    height: 33px;
    width: 179px;
    margin-left: 20px;
    background-position: 0px 3px;
    background-repeat: no-repeat;
}
.openid_buttonlarge.yahoo {
    background-image: url(/images/yahoogrey.png);
    margin-left: 10px;
}
.openid_buttonlarge.google {
    background-image: url(/images/google1.png);
    margin-left: 10px;
    color: #496481;
}

#twitter_feed, #facebook_feed {

}
#tweets, #facebook_feed .feed {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;
    height: 150px;
}
#tweets a, #facebook_feed .feed a {
        text-decoration: underline;
        text-weight: bold;

}
#tweets_static {

}

.tweet_img {
    float: left;
    margin-top: 5px;
    
}
.tweet_content {
    margin-left: 60px;
    margin-bottom: 5px;
}
.tweet {
    margin-top: 5px;
    border-bottom: solid 1px #CCC;
}
.tweet .text {
    color: #555555;
}
.tweet .time {
    float: left;
}
.tweet .text {
    padding-left: 50px;
}

.table_header {
    font-size: 16px;
    padding-bottom: 5px;

}
/*------------------------Warm Welcome Styles--------------------*/


.connect {
    margin: 20px;
}
.connect_header {

    font-size: 14pt;
    color: #496481;
    width: 100%;
}
.connect_message {
    font-weight:bolder;
    color: #666;
    font-size: 18px;
    font-style: italic;
    line-height: 140%;
    width: 500px;
    float:left;
    margin-left: 30px;
}
.connect_name {
    font-size: 14px;
    text-align: right;
    font-style: normal;
    line-height: 100%;
}
.connect_signin {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
div.connect_image, div.connect_image img  {
    clear:both;
    float:left;
    margin-left: 10px;
    max-height: 125px;
    max-width: 125px;
    width: expression(this.width > 125 ? "125px" : true);
    height: expression(this.height > 125 ? "125px" : true);
}
.connect_list {
    font-weight:bolder;
    color: #666;
    font-size: 20px;
    font-style: italic;
    line-height: 140%;
        float: left;
    margin-left: 325px;
    margin-top: 20px;
}
.connect_list ol {
        list-style-type: disc;
}
.connect_poll {
    width: 850px;
    margin-left: 10px;
    padding-top: 5px;

}
.connect_poll_question {
    font-size: 18pt;
    font-weight: bold;
    line-height: 110%;
}

.connect_poll a {
    font-size: 12pt;
    line-height: 110%;
}
.connect_register_form {
    background-color: #E3E7EC;
    width: 100%;
    float:left;
}
.connect_form {
    background-color: #E3E7EC;
}
.connect_register_form_left {
    float:left;
    width: 275px;
    margin:10px;
}
.connect_register_form_center {
    float:left;
    width: 275px;
    margin: 10px 0px 10px 0px;
    border-left: 1px solid #777777;
    padding: 0px 10px 0px 10px;

}
.connect_register_form_right {
    float: left;
    width: 250px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    font-weight: 600;
}
.connect_turk_form_left {
    float:left;
    width: 500px;
    margin:10px;
}
.connect_turk_form_right {
    float: left;
    width: 300px;
    margin: 20px;
    padding: 20px;
    font-size: 12px;
    border: 2px solid #496481;
}
.connect_turk_form_popup {
    width: 300px;
    height: 300px;
    margin: 20px;
    position: absolute;
}
.connect_register_form td {
    padding-bottom: 3px;
    padding-left: 5px;
}

/* -----------   message footer styles -----------------  */

.message_footer {
    width: 100%;
    float:left;
}

.message_footer .left {
    float:left;
    width: 230px;
    padding: 20px 25px 20px 90px;
}
.message_footer .center {
    float:left;
    width: 230px;
    padding: 20px 0px 20px 0px;
}
.message_footer .right {
    float:left;
    width: 230px;
    padding: 20px 90px 20px 25px;
}
.message_footer_image {
    width: 30px;
    height: 30px;
    padding-right: 5px;
}
.message_header {
    font-size: 24pt;
    font-weight: bolder;
}
.message_footer p {
    font-size: 12pt;
    padding: 20px 10px 0px 10px;
    line-height: 110%;
}

/* -----------   landing styles -----------------  */
.landing {
  margin: 20px;
}
.landing_header {
    width: 100%;
    text-align: center;
    font-size: 24pt;
    font-weight: bolder;
}
.landing_link {
	margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-weight: bolder;
}
.landing_link a {
    color:#bc1818;
    font-size: 12pt;
    font-weight: bolder;
}
.landing_main {
   width: 100%;
   float:left;
}
.landing_left {
    width: 50%;
    float: left;
    text-align: right;

}
.landing_right {
    width: 50%;
    float: left;
    text-align: left;

}
.landing .message_footer {
    background-color: #ebebeb;
}
.landing_buttons {
    background-color: #ebebeb;
    width: 100%;
}
.citizen_enter {
    background-image: url(../images/citizens_enter.png);
    width: 360px;
    height: 50px;
}
.citizen_enter:hover {
    background-image: url(../images/citizens_enter_over.png);

}
.politician_enter {
    background-image: url(../images/politicians_enter.png);
    width: 360px;
    height: 50px;
}
.politician_enter:hover {
    background-image: url(../images/politicians_enter_over.png);

}
div.border  {
    border-bottom:thin solid #CCCCCC;
    border-color:#CCCCCC;
    margin-top:5px;
    margin-bottom:5px;
    width:100%;
}
.press {
   clear: both;
   width: 100%;
   float: left;
   margin-bottom: 20px;

}
.press_header {
   width: 100%;
   margin-left: 220px;
}
.press_title {
    font-size: 14px;
}
.press_date {
    font-size: 14px;
}
.press_left {
    width: 220px;
    float:left;
}
.press_right {
    padding: 10px;
    width: 580px;
    float: left;
}
.press_image {
    padding: 10px;
    max-height: 500px;
    max-width: 500px;
    width: expression(this.width > 500 ? "500px" : true);
    height: expression(this.height > 500 ? "500px" : true);

}
.press_image_small {
    padding: 10px;
    max-height: 200px;
    max-width: 200px;
    width: expression(this.width > 200 ? "200px" : true);
    height: expression(this.height > 200 ? "200px" : true);

}
.city_image {

    max-height: 100px;
    max-width: 100px;
    width: expression(this.width > 100 ? "100px" : true);
    height: expression(this.height > 100 ? "100px" : true);

}

/* FEEDBACK */
#feedback {
    width: 330px;
    position: fixed;
    top: 70px;
    left: -310px;
}
#feedback_form {
    width: 300px;
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#feedback_form.showing {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
#feedback_form label, #feedback_form button {
    display: block;
}
#feedback_form label { padding-left: 1px; }
#feedback_tab {
    float: right;
}
#feedback_tab img {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    
}
/* END FEEDBACK */

/* Poll Results Report */

.poll_report {
    margin: 10px;
}
div.poll {
    padding: 10px;
}

/* user feed */
.feed_entry {
//    padding-top: 5px;
//    padding-bottom: 5px;
//    padding-left: 5px;
//    padding-right: 5px;
//  margin-left: 20px;
//  margin-right: 20px;
//    -moz-box-shadow: 1px 1px 3px #000;
//    -webkit-box-shadow: 1px 1px 3px #000;
//    box-shadow: 1px 1px 3px #000;
//    border: 1px solid #cccccc;
//    min-height: 50px;
//    height: expression(this.height < 50 ? "50px" : true);
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
}
.feed_buttons {
    float: right;
    padding-bottom: 3px;
}
.feed_img {
    float: left;
    margin-right: 10px;
    max-width: 60px;
    width: expression(this.width > 60 ? "60" : true);

}
.feed_img img{
    max-height: 50px;
    max-width: 60px;
    width: expression(this.width > 60 ? "60" : true);
    height: expression(this.height > 50 ? "50px" : true);
}
.feed_lead {
    font-weight: bold;
}
.feed_title {
    padding-bottom: 3px;
}
.feed_type {
    font-weight: bold;
}
.feed_close {
    /*color: #B41515;*/
    font-size: 10px;
}

.feed_src {
    float: left;
}
.feed_actions {
    text-align: right;
}

/* end user feed */

.chart_container {
   height: 400px;
   width: 400px;
   margin: 10px;
   float: left;
}
.chart_container_wide {
   height: 400px;
   width: 800px;
   margin: 10px;
   float: left;
}
.grid_container {
    height: 400px;
    width: 400px;
    margin: 10px;
    float: left;
    padding-top: 20px;
}
.legend_label {
    height: 50px;
    width: 100px;
    margin-right: 10px;
}
.legend_image {
    height: 20px;
    width: 24px;
    margin-bottom: -5px;
    margin-right: 10px;
}
.legend_inactive {
    cursor: pointer;
    color: #999999;
}
.legend_active {
    cursor: pointer;
    color: #496481;
}
.candidate_list {
    margin-left: 30px;
}
div.post  {
    float:left;
    margin-left:15px;
    margin-top:8px;
    width:380px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
    padding: 10px;
}
div.candidate_post  {
    float:left;
    margin-left:15px;
    margin-top:8px;
    width:350px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
    padding: 10px;
}
.calendar_event {
    width: 460px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
}
.calendar_event_title {
    float: left;
}
.calendar_event_delete {
    float: right;
}
.calendar_event_content {
    float: left;
    width: 100%;
}
.calendar_date {
    font-size: 10px;
}
.validation-advice {
    color: #B41515;
}
.conversation_message {
    width: 90%;
    padding: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
}
.conversation_list {
    width: 480px;
    float: left;
}
.conversation_list .to {
    width: 100px;
    float: left;
}
.conversation_list .subject {
    width: 270px;
    float: left;
}
.conversation_list .datetime {
    width: 100px;
    float: left;
}
.conversation_list .to_header {
    width: 100px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.conversation_list .subject_header {
    width: 270px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding-right: 7px;
}
.conversation_list .datetime_header {
    width: 100px;
    float: left;

    font-weight: bold;
    font-size: 14px;
}

.reply {
    padding-left: 30px;
}
.reply2 {
    padding-left: 50px;
}

.conversation_selected {
    background-color: #e3e7ec;
}
.conversation_unread {
    font-weight: bold;
}
.conversation_form table {
    width: 100%;
}

.conversation_input {
    width: 100%;
}
#conversation_popup {
    background-color:#FFFFFF;
    margin:0px auto;
    overflow:hidden;
    padding:0;
    text-align:left;
    width:700px;
}
.reply_link {
    float: right;
    font-size: 12px;
}
.replyform textarea {
    width: 380px;
    height: 150px;
}
.abuse_link {
    float: right;
    font-size: 12px;
}
.decline_form_wrap {
    display: none;
}
.discussion li {
    display:block;
    height:20px;
    text-indent:8px;
    overflow:hidden;
}
.discussion_highlight {
    background: #eeeeee;

}
.discussion_title {
    width: 300px;
    float: left;
    overflow: hidden;
}
.discussion_publish {
    width: 200px;
}
.discussion_form {
    width: 500px;
}
.discussion_form input, .discussion_form textarea {
    width: 400px;
}
.issue_publish {
    float: right;
}
.inactive{
    color: #CCCCCC;
}
.inline_form {
    float: left;
    margin-top: -7px;
    margin-right: 5px;
}

.politician_list {
    width: 100%;
    float: left;
}
.politician_list li{

}
.politician_list_header {
    float: left;
    font-weight: bold;
    width: 80px;
}
.politician_list_options {
    float: left;
}
.politician_list ul.checkbox_list {

}
.connect_center_title {
    width: 100%;
    text-align: center;
    font-size: 42pt;
    height: 70px;
    margin: 30px 20px 20px 0px;
    color: #777777;
}
.connect_center_subtitle {
    width: 100%;
    text-align: center;
    font-size: 28pt;
    height: 30px;
    margin: 20px 20px 0px 0px;
    color: #777777;
}
div.politician_images {
    width:100%;
    float:left;
}
div.politician_image_left {
    float: left;
    margin-left: 20px;
    width: 100px;
}
div.politician_image {
    clear:both;
    float:left;
    height: 80px;
    width: 100px;
}
div.politician_image img  {
    max-height: 80px;
    max-width: 80px;
    width: expression(this.width > 80 ? "80px" : true);
    height: expression(this.height > 80 ? "80px" : true);
}

.politician_like {
        padding-top: 8px;
    padding-left: 15px;
}
div.small_politician_images {
    width:100%;
    float:left;
}
div.small_politician_image_left {
    float: left;
    margin-left: 5px;
    margin-bottom: 2px;
    width: 45px;
    height: 90px;
}
div.small_politician_image {
    clear:both;
    float:left;
    height: 55px;
    width: 45px;
}
div.small_politician_image img  {
    max-height: 55px;
    max-width: 45px;
    width: expression(this.width > 45 ? "45px" : true);
    height: expression(this.height > 55 ? "55px" : true);
}
div.small_politician_images p {
    font-size: 8pt;
    line-height: 120%;
}
table.privacy td.label {
    padding-right: 25px;
}
.percentImage1 {
    background-image: url(../images/percentImage_back4Fourth.png);
    width: 30px;
    height: 12px;
    margin-left: 2px;

}
.vertical_navigation  {
    width:119px;
    float: left;
    height: 192px;
    border-right: thin solid #CCCCCC;
}

.vertical_navigation ul {
    background-color:#CCCCCC;
    float:left;
    font-size:11px;
    line-height:normal;
    padding: 1px 1px 0px 1px;
    border-right: thin solid #CCCCCC;
}

.vertical_navigation li{
    text-shadow: 2px 2px 15% #ababab;
    float:left;
    margin:0;
    padding:0;
    padding-bottom: 1px;

}

.vertical_navigation a:link, .vertical_navigation a:visited {
    /*background-image:url("../images/bg_toptab_down.png");*/
    background-color: #E3E7EC;
    display:block;
    float:left;
    font-weight:bold;
    height:15px;
    margin-right:1px;
    padding:14px 14px 14px;
    text-decoration:none;
    width: 90px;
    font-size: 14px;
}

.vertical_navigation a:hover, .vertical_navigation a:active {
   background-color: #CCCCCC;
   width: 90px;
}

.vertical_navigation .current a {
    background-color: white;
    color: #496481;
    width: 91px;

}
.vertical_container_tabs  {
    border-bottom:thin solid #CCCCCC;
    border-top:thin solid #CCCCCC;
    border-right:thin solid #CCCCCC;
    float:left;
    padding:20px;
    width:200px;
    height: 150px;
    background-color: white;
}
.login_intro {
    font-size: 16px;
    color: #496481;
    margin-bottom: 20px;
}
.tab_img {
    margin-right: 5px;
    margin-bottom: -3px;
    height: 16px;
}
.faq a {
    text-decoration: underline;
    font-size: 14px;
}
.poll_columns {
    width: 480px;
    float: left;
}
.poll_columns .poll_col {
    width: 30%;
    float: left;
    margin-left: 10px;
}

.blue {
    background-color: #ebebeb;  
}
.stats_app {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 498px;
    float: left;
}
.stats_app .stats_label {
    font-weight: bold;
    float: left;
    width: 80%;
    font-size: 12px;
}
.stats_app .stats_data {
    float: left;
}
.stats_app .column_left {
    width: 242px;
    float: left;
    border-right: thin solid #496481;
}
.stats_app .column_right {
    width: 242px;
    float: left;
    margin-left: 12px;
}
.twitter_app {
   -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
    padding: 10px;
}
#youtube {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: auto;
    height: 410px;
}
.youtubefeed {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    border: 1px solid #cccccc;
    padding: 10px;
}
a.selected {
    font-weight: bold;
}
a.selected img {
    margin-bottom: -3px;
}
.edit_action {
    float:right;
    margin-left: 10px;
}
.debate_title {
    font-family: "Droid Sans";
    font-size:24px;
    font-weight:normal;
    margin-bottom: 5px;
    line-height: 100%;
}
.debate_subtitle {
    font-family: "Droid Sans";
    font-size: 14pt;
    margin-bottom: 5px;
}

.debate_columns {
    width: 100%;
    float:left;
}
.debate_list {
    width: 100%;
}
.debate_columns .debate_column {
    /* default to width of two column page */
    width: 370px;
    float: left;
}
.debate_list .debate_column {
    clear: both;
    width: 100%;
}
.debate_columns .debate_column_header {
    display: none;
}
.debate_list .debate_column_header {
    font-weight: bold;
}
.debate_list .separator {
    border-bottom: 1px dashed #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
}
.debate_option {
    font-weight: bold;
}
.debate_option_list ul{
    width: 100%;
    float: left;
}
.debate_option_list li{
    width: 33%;
    float: left;
}

.debate_discuss {
    float: right;
    margin-left: 30px;
}
.debate_question {
    
}
.debate_show_answers {
    color:#bc1818;
    font-size: 10px;
}
.debate_question_header {
    margin-bottom: 10px;
    cursor:pointer;
}
.debate_answer {
   margin-right: 10px;
   margin-top: 10px;
}
.debate_rebuttal {
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 10px;
    
}
.debate_footer {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.debate_respondent {
    text-align: right;
    float: right;
    
}
.debate_respondent_images {
    width: 100%;
    float: left;
}
.debate_respondent_image {
    float:left;
    width: 50px;
    margin-right: 5px;
}
.debate_form textarea {
    width: 400px;
    height: 150px;
}
.horizontal_list {
    width: 100%;
    float: left;
    font-size: 9pt;
}
.horizontal_list .label {
    float: left;
    width: 50px;
    display: inline;
}
.horizontal_list ul li {
    display: inline;
    padding: 5px;
}
.short_message {
    width: 100%;
    height: 22px;
}
