/* @override http://dev2.media.votetocracy.com/css/demo.css */

/* @group Top Stuff */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {line-height: 1;}
ol,
ul {list-style: none;}
blockquote,
q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Chunk';
  src: ("chunk-webfont.eot");
  src: local('☺'), url("../fonts/chunk-webfont.woff") format("woff"), url("../fonts/chunk-webfont.ttf") format("truetype"), url("../fonts/chunk-webfont.svg#chunk-webfont") format("svg");
}
html{height:100%;}
body{
  color:#2d383f;
  font:12px Helvetica, Arial, sans-serif;
  background:#e2e9ef url(../images/bg-body.gif) repeat-x;
  min-width:1000px;
}

img{border-style:none;}
a{
  text-decoration:none;
  color:#004c87;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
  font:100% Helvetica, Arial, sans-serif;
  vertical-align:middle;
  color:#022a48;
  -moz-box-shadow:0 0 10px #eee inset;
  -webkit-box-shadow:0 0 10px #eee inset;


}
/*label {
  color: #022a46;
  font-size: 11px;
}*/

form,
fieldset{
  margin:0;
  padding:0;
  border-style:none;
}

.container_16 {
  /*background: #fff url(../images/16_col.gif);*/
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
  j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* @end */

/* @group Basic Text */

h1{
  margin:0 0 18px;
  font-size:14px;
  line-height:18px;
  color:#2c3945;
}
h2{
  margin:0 0 18px;
  font:20px/24px "Chunk", Georgia, "Times New Roman", Times, serif;
  color:#3e4c57;
}
h3{
  margin:0 0 18px;
  font:18px/22px Georgia, "Times New Roman", Times, serif;
  color:#002640;
}
h4{
  margin:0 0 18px;
  font:16px/22px Georgia, "Times New Roman", Times, serif;
  color:#002640;
}
h5{
  margin:0 0 9px;
  font:14px/18px Georgia, "Times New Roman", Times, serif;
  color:#002640;
}
h6{
  font-size:10px;
  color:#3e4c57;
  font:12px/14px Georgia, "Times New Roman", Times, serif;
  margin: 3px 0 0;
}
.hidden{
  position:absolute;
  top:0;
  left:-9999px;
}
p {
  line-height: 18px;
  font-size: 12px;
  color:#3e4c57;
  margin-bottom: 9px;
}


.p2 {
  line-height: 22px;
  font-size: 14px;
  color:#3e4c57;
  padding-bottom: 10px;
}

.p3 {
  margin: 0 0 18px;
  font-size: 10px;
  line-height: 18px;
  color:#3e4c57;

}
.caption{
  display: inline-block;
  color:#7b8693;
  text-transform: uppercase;
  font: normal 9px/11px Arial;
  margin-top: 4px;
}

blockquote{
  margin: 0 0 13px;
  padding:0 33px;
  font:italic 12px/18px Helvetica, Arial, sans-serif;
}
q {
  display:block;
  padding:0 0 0 9px;
  border-left:1px solid #798592;
}
.subhead{
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.text-red{color:#b42c2c;}
.text-green{color:#31a025;}
.text-red-back{color:#b42c2c; background-color: #FFB0B0;
}
.text-green-back{color:#31a025; background-color: #ADFEA4;
}



em{
  /*font-weight:bold;*/
  background:#FFFFA4;
}
hr {
  margin-bottom: 9px;
  margin-top: 0;
  height: 1px;
  border-color: #DDDDDD;
  border-style: solid;
}

ol{
  margin:0 0 13px;
  padding:2px 0 0 17px;
  counter-reset:section;
  font-size:11px;
  line-height:20px;
}
ol li{padding:0 0 3px;}
ol li .list-item-before,
ol li:before{
  content:counter(section)'.';
  counter-increment:section;
  margin:0 0 -20px -17px;
  position:relative;
  display:block;
  width:22px;
}
ol ul{
  margin:0 0 -3px;
  padding:4px 0 0 1px;
}
ol ul li{
  padding:0 0 4px 15px;
  background:url(../images/bullet-list.gif) no-repeat 0 7px;
}
ol ul li:before{
  content:"";
  counter-increment:none;
  margin:0;
  position:relative;
  display:block;
  width:auto;
}

dl{
  font-size:12px;
  line-height:18px;
}
dt{display:block;
  font-weight: bold;
}
dd{
  display:block;
  padding:0 0 6px 14px;
}

.button, input.button, button.button {
  background: #005DA6;
  border: 1px solid #022A48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(0,79,153)),
      color-stop(1, rgb(0,105,175)),
      color-stop(0.98, rgb(0,118,186))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(0,79,153) 0%,
      rgb(0,105,175) 100%,
      rgb(0,118,186) 98%
  );

  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;

  height: 39px;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  padding: 0 10px;
}

.button.positive {
  border: 1px solid #1e6816;
  background: #35ba24; /* Old browsers */
  background: -moz-linear-gradient(top,  #35ba24 0%, #3faa32 1%, #28941e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35ba24), color-stop(1%,#3faa32), color-stop(100%,#28941e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #35ba24 0%,#3faa32 1%,#28941e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #35ba24 0%,#3faa32 1%,#28941e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #35ba24 0%,#3faa32 1%,#28941e 100%); /* IE10+ */
  background: linear-gradient(top,  #35ba24 0%,#3faa32 1%,#28941e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35ba24', endColorstr='#28941e',GradientType=0 ); /* IE6-9 */
}

.button.negative {
  border: 1px solid #990000;
  background: #ce4545; /* Old browsers */
  background: -moz-linear-gradient(top,  #ce4545 0%, #bc3b3b 1%, #aa2525 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce4545), color-stop(1%,#bc3b3b), color-stop(100%,#aa2525)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ce4545 0%,#bc3b3b 1%,#aa2525 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ce4545 0%,#bc3b3b 1%,#aa2525 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ce4545 0%,#bc3b3b 1%,#aa2525 100%); /* IE10+ */
  background: linear-gradient(top,  #ce4545 0%,#bc3b3b 1%,#aa2525 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4545', endColorstr='#aa2525',GradientType=0 ); /* IE6-9 */
}

.button.disabled {
  opacity: 0.5;
}

.table{
  font-size:11px;
  line-height:11px;
  color:#2c383f;
}
.table table{
  margin:0 0 11px;
  width:100%;
}
.table th{
  padding:5px 3px 6px;
  background:#e2e9ef;
  font-weight:normal;
  text-align:left;
}
.table td{
  padding:7px 3px 0;
  border-bottom:1px solid #969c9f;
}
.table .table-foot{
  padding:5px 3px 6px;
  background:#e2e9ef;
}
#main .table .table-foot p{margin:0;}

/* @end */

/* @group Page & Wraps */

.page{
  position:relative;
  overflow:hidden;
  padding-bottom:0;
  margin-bottom:20px;
}

.page_content {
  padding-bottom: 20px;
}

#main{padding:165px 0 0;}

#page {
  background-color: #fff;
}

#pageleft{
  margin-top: 0;
  background-color: #fffeff;
  height: 100%;
  border: 1px solid #d5dce1;
  margin-left: 0;
  width: 770px;
}

/* @end */

/* @group Header & Nav */

/*.logo{
  position:absolute;
  z-index:999;
  top:38px;
  left:4px;
  overflow:hidden;
  margin:0;
  background: maroon url(../images/votetocracylogo2.png) no-repeat;
  width:185px;
  height:34px;
  display: block;
}*/




#header{
  position:absolute;
  top:0;
  left:0;
  z-index:900;
  padding: 0;
  width:960px;
  height:148px;
}
#header:after{
  display:block;
  clear:both;
  content:"";
}

#wrapper{min-height: 100%;}
* html #wrapper{height: 100%;}



#header .menu{
  float:right;
  margin:0 0 13px;
  color:#004c87;
  font-size:11px;
  line-height:14px;
}
#header .menu dt{
  float:left;
  padding: 4px 0 0 15px;
}
#header .menu dd{
  float:left;
  font:italic 11px/14px Georgia, "Times New Roman", Times, serif;
  padding-left: 10px;
  margin-left: 0;
  color: white;
  padding-top: 2px;
  padding-bottom: 03px;
}
#header .menu dd a{margin: 0 2px 0 0;
  color: #004c87;
}

* html #header .menu dd{margin-right:-3px;}
*+html #header .menu dd{margin-right:-3px;}
.box-login{
  float:left;
  width:100%;
  height:60px;
  margin:0 0 16px;
}
.box-login .holder{
  float:right;
  background:url(../images/bg-box-login.png) no-repeat;
  width:218px;
  height:60px;
}
.box-login .login-list{
  float:right;
  width:192px;
  height:55px;
  font:bold 18px/22px Helvetica, Arial, sans-serif;
}
.box-login .login-list li{
  position:relative;
  z-index:900;
  float:left;
  padding:13px 15px 0;
  background:url(../images/separator-box-login.gif) no-repeat 0 12px;
}
* html .box-login .login-list li{margin-bottom:-10px;}
.box-login .login-list li:first-child,
.box-login .login-list li.first-child{background:none;}
.box-login .login-list a{
  float:left;
  height:42px;
  color:#022a46;
  cursor:pointer;
}
.box-login .login-list a:hover{text-decoration:none;}
.box-login .login-list a span{
  float:left;
  height:36px;
  padding:5px 7px 1px 10px;
}
.box-login .login-list a .r{
  padding:0;
  width:3px;
  height:42px;
  font-size:0;
  line-height:0;
}
.box-login .login-list .active .l,
.box-login .login-list li:hover .l,
.box-login .login-list li.hover .l{background:url(../images/bg-login-list-left.png) no-repeat;}
.box-login .login-list .active .r,
.box-login .login-list li:hover .r,
.box-login .login-list li.hover .r{background:url(../images/bg-login-list-right.png) no-repeat;}
.box-login .login-form{
  position:absolute;
  top:-9999px;
  right:2px;
  width:280px;
  clear:both;
}
.box-login .login-list li:hover .login-form,
.box-login .login-list li.hover .login-form{top:55px;}
* html .box-login .login-form{right:1px;}
.box-login .login-form .login-holder{
  padding:9px 10px 11px;
  background:url(../images/bg-login-form.png);
  width:260px;
}

.box-login .login-form .login-frame{
  position:relative;
  overflow:hidden;
  background:#fff;
  width:207px;
  padding:18px 20px 1px 33px;
}
#loginPopupHolder .login-form .login-frame{
  position:relative;
  overflow:hidden;
  background:#fff;
  width:207px;
  padding:0 20px 1px 33px;
}

.box-login .login-form .box-form{display:block;}
.box-login .login-form .box-check,
.box-login .login-form .box-send{
  display:none;
  width:207px;
}
.box-login .login-form .row{
  overflow:hidden;
  height:50px;
  margin:0 0 15px;
  text-align:right;
}
.box-login .login-form label{
  display:block;
  margin:0 0 6px;
  font:11px/13px Helvetica, Arial, sans-serif;
  color:#7a8592;
  text-align:left;
}
.box-login .login-form .title{text-align:left;}
.box-login .login-form .title input{
  position:relative;
  width:192px;
  font-size:11px;
  line-height:14px;
}
.box-login .login-form .submit{
  float:left;
  overflow:hidden;
  margin:11px 0 0;
  padding:0;
  background:url(../images/btn-login.gif) no-repeat;
  width: 70px;
  height: 22px;
  border:none;
  cursor:pointer;
  line-height:0;
  text-indent:-9999px;
}
.box-login .login-form .row a{
  float:right;
  margin:13px 5px 0 0;
  color:#005da5;
  font:11px/13px Helvetica, Arial, sans-serif;
  height:auto;
}
.box-login .login-form .row a:hover{text-decoration:underline;}
.box-login .login-form strong{
  display:block;
  margin:0 40px 25px 0;
  font:italic bold 11px/13px Helvetica, Arial, sans-serif;
  color:#005da5;
}


.user-panel{
  float:right;
  margin:1px 14px 0 0;
  padding:9px 17px 0 8px;
  background:url(../images/bg-user-panel.png);
  width: 271px;
  color:#004c87;
  font-size:11px;
  line-height:13px;
}
.user-panel a{color:#004c87;}
.user-panel .photo{
  float:left;
  padding:5px 0 0;
}
.user-panel-holder{
  float:right;
  width:220px;
    height:62px;
  position:relative;
}
.user-panel .user-panel-frame{
  text-align:right;
}
.user-panel .user-panel-frame img{
  float:left;
  padding:5px 0 0;
}
.user-panel ul{
    position:absolute;
    bottom:5px;
    left:0;
}
.user-panel li{
  float:left;
  padding:0 4px 0 0;
}
.user-panel .mail{
  display:block;
  position:relative;
  overflow:hidden;
  color:#fff;
  margin:-10px 0 0;
  padding:1px 0 0 4px;
  background:url(../images/ico-mail.gif) no-repeat;
  width: 19px;
  height: 20px;
  font-weight:bold;
  font-size:9px;
  text-align:center;
}

.main-nav{
  position:relative;
  width: 100%;
  float:left;
  background:url(../images/bg-navigation.gif) no-repeat;
  height:44px;
  font: 13px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.main-nav:after{
  display:block;
  clear:both;
  content:"";
}
.nav,
#nav{float:left;}
.nav li,
#nav li{
  position:relative;
  float:left;
  padding:8px 7px 0;
  background:url(../images/separator-nav.gif) no-repeat 100% 0;
}
#nav li:hover,
#nav li.hover{
  position:relative;
  z-index:500;
}
.nav a,
#nav a{
  float:left;
  padding:3px 1px 14px;
  color:#fff;
  text-align:center;
}
.nav .active a,
.nav a:hover,
#nav li:hover a,
#nav li.hover a{
  background:#022742;
  text-decoration:none;
}
#nav li:hover .drop,
#nav li.hover .drop{top:41px;}
.services .drop,
.nav .drop,
#nav .drop{
  position:absolute;
  top:-9999px;
  left:9px;
  overflow:hidden;
  width:999px;
  background:#fff;
  border:solid #284a63;
  border-width:9px 10px 11px;
  z-index: 1;
}
.nav .drop{
  top:41px;
  width:628px;
}
.nav .drop .holder,
#nav .drop .holder{
  float:left;
  padding:13px 0 32px;
}
.nav .drop .frame,
#nav .drop .frame{
  float:left;
  padding:0 0 23px;
  background:url(../images/bg-drop.gif) repeat-y;
}
.nav ul,
.services .drop ul,
#nav ul{
  float:left;
  margin:0 11px 0 10px;
  width:163px;
}
* html #nav ul{margin:0 15px 0 5px;}
* html .nav ul{margin:0 15px 0 5px;}
.nav ul li,
#nav ul li{
  float:none;
  background:none;
  font-size: 0;
  line-height: 0;
  padding: 0 0 1px;
  margin: 0 0 -1px;
}
.element-page .services .active .drop ul a,
.nav .drop ul a,
.services div:hover .drop ul a,
.services div.hover .drop ul a,
#nav li:hover ul a,
#nav li.hover ul a{
  float:none;
  display:block;
  height:auto;
  padding:6px 0 6px 8px;
  background:#fff;
  border-bottom:1px solid #d2dcdc;
  font:11px/14px Helvetica, Arial, sans-serif;
  color:#005da5;
  text-align:left;
}
* html .nav .drop ul a{width:155px;}
*+html .nav .drop ul a{width:155px;}
.element-page .services .active .drop ul a:hover,
.nav ul a:hover,
.services div:hover .drop ul a:hover,
.services div.hover .drop ul a:hover,
#nav li:hover ul a:hover,
#nav li.hover ul a:hover{background:#e5eef7;}
.nav .drop .head,
#nav .drop .head{
  display:block;
  padding:0 0 16px;
  font-size:11px;
  line-height:14px;
  text-align:center;
  color:#002a46;
}
.nav ul li strong,
#nav li:hover ul li strong,
#nav li.hover ul li strong{font-style:italic;}
.search-form{
  float:left;
  padding:6px 0 0 11px;
}
.search-form fieldset{float:left;}
.search-form .text{
  float:left;
  padding:6px 3px 6px 12px;
  background:url(../images/bg-text.gif) no-repeat;
  width: 139px;
  height: 15px;
}
.search-form .box-search .parent-focus,
.search-form .box-search span:hover,
.search-form .box-search span.hover{background:url(../images/bg-text.gif) no-repeat;}
.search-form .text input{
  float:left;
  padding:0;
  background:none !important;
  border:none !important;
  width:139px;
  height:15px;
  outline:none;
  color:#3e4c57;
  font:italic 10px/15px Georgia, "Times New Roman", Times, serif;
}
.search-form .submit{
  float:left;
  overflow:hidden;
  margin:0;
  padding:0;
  background:url(../images/btn-search.gif) no-repeat;
  width: 32px;
  height: 27px;
  border:none;
  cursor:pointer;
  line-height:0;
  text-indent:-9999px;
}
.search-form .box-search{
  float:left;
  width:154px;
}
.search-form .box-search em{
  float:left;
  font-style:normal;
  width:154px;
  height:27px;
}
.search-form .box-search .search-list{
  border:10px solid #284a63;
  width:219px;
}
.search-form .box-search .search-list .result{width:177px;}
.services{
  position:relative;
  float:right;
  display:inline;
  margin:0;
  padding:8px 4px 0;
  background:url(../images/separator-nav.gif) no-repeat;
}
.services a{
  padding:3px 10px 14px 10px;
  float:left;
  color:#fff;
}
/*.element-page .services .active a,*/
.services div:hover a,
.services div.hover a,
.services a:hover{
  background:#022742;
  text-decoration:none;
}
/*.element-page .services .active .drop,*/
.services div:hover .drop,
.services div.hover .drop{top:41px;}
.services .drop{
  top:-9999px;
  width:370px;
  padding:13px 0 18px;
  font-size:11px;
  line-height:14px;
  color:#005da6;
  left:-303px;
}
.services .drop .holder{
  float:left;
  padding:0 0 9px;
  background:url(../images/bg-drop.gif) repeat-y;
}
.services .drop strong{
  float:left;
  padding:4px 58px 0 18px;
  width:120px;
  font:italic bold 11px/13px Helvetica, Arial, sans-serif;
  z-index: 9;
}
.services .drop ul{
  margin:0;
  width:138px;
}
.services .drop li{
  vertical-align:top;
  height:1%;
}
.services .drop a{width:130px;}

.logo {
  background: url(../images/votetocracylogo2.png) no-repeat;
  width:350px;
  height:60px;
  float: left;

  position:absolute;
  z-index:999;
  top:32px;
  left:4px;

}

.logo a{display: block; width:280px;height:60px;}
.logo a span{display:none;}

.logo:hover {
  background: url(../images/votetocracylogo2.png) no-repeat 0 -60px;
}

.like {
  width:350px;
  height:60px;
  float: left;
  /*text-indent:-9999px;*/
  position:absolute;
  z-index:999;
  top:42px;
  left:280px;

}

/* @end */

/* @group Filter Panels */

/* Panel Heads */

.panelheadshort {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #022a46;
  height: 26px;
  border-left-color: #d5dce1;
  border-left-style: solid;
  border-right-style: solid;
  border-right-color: #d5dce1;
  padding: 3px 10px 0 6px;
  background-image: url(../images/bg-panelheadshort.png);
  margin-bottom: 0;
}

.panelheadshort p {
  border-top-style: none;
  border-style: none;
  margin: 0;
  text-align: left;
  color: #022a46;
  padding: 5px 0 0;
}

.panelheadtall {
  height:24px;
  background-image: url(../images/bg-panelheadtall.png);
  padding: 8px 18px 9px 14px;
  margin-bottom: 10px;
  /*border: 1px solid #d5dce1;*/
  border-bottom-style: none;
}

#page .panelheadtall {
  margin-right: -20px;
  margin-left: -10px;
}

.panelheadtall h1{
  margin:0 0 10px;
  font-size:14px;
  line-height:18px;
  color:  #022a46;
  text-shadow: 0 1px 0 #fff;

}


.panelheadtall .head{padding:17px 10px 1px;}


ul.clearfilter a.clear-filter{
  display:block;
  background: url(../images/bg-clear-filter.gif) no-repeat 136px 8px;
  color:#7a8592;
  font-weight:normal;
}

ul.clearfilter a.clear-filter:hover{
  display:block;
  background: #ffd6d6 url(../images/bg-clear-filter.gif) no-repeat 136px 8px;
  color:#7a8592;
  font-weight:normal;
  border-color: #d84941;
}

.filterpanel{
  font-size:11px;
  line-height:14px;
  color:#939ca7;
  border-right: 1px solid #d5dce1;
  border-left: 1px solid #d5dce1;
  margin-bottom: 14px;
  width: 99%;
  margin-left: -1px;
  background-color: #ebf0f6;
}


.filterpanel ul a,
.filterpanel .a,
.filterpanel .subhead {
  position:relative;
  z-index:1;
  display:block;
  background:#fff /*url(../images/arrow-menu.gif) no-repeat 137px 10px*/;
  border:1px solid #d5dce1;
  color:#7a8592;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  margin: -1px -1px 0;
}

.filterpanel ul a:hover,
.filterpanel li a:hover{
  z-index:5;
  background:#e5eef7 url(../images/arrow-menu.gif) no-repeat 138px -230px;
  border-color:#9ed0f4;
  color:#004c87;
  text-decoration:none;
}
* html .filterpanel ul li{margin:0;}
* html .filterpanel ul a{border-top:0;}
* html .filterpanel ul a:hover{
  margin-top:-1px;
  border:1px solid #9ed0f4;
}
* html .filterpanel li{margin:0;}
* html .filterpanel a{border-top:0;}
* html .filterpanel a:hover{
  margin-top:-1px;
  border:1px solid #9ed0f4;
}
.filterpanel .active a{background-position: 135px -87px;
}

.filterpanel ul .active a{
  background: #3577b5 url(../images/arrow-menu.gif) no-repeat 138px -370px;
  color:#fff !important;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: #3577b5;
  border-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.filterpanel .submenu{
  margin: 5px 10px 10px 8px;
}

.filterpanel .submenu li {
  color: #798592;
  height: 23px;
}

.filterpanel form label:hover,
.filterpanel .submenu li:hover,.filterpanel .submenu li.active label{
  color: #004c87;
}


.filterpanel form label {
  margin-bottom: 0;
  font-size: 11px;
  background-position: 0;
  vertical-align: -5px;
}

.filterpanel div.checker {
  margin-right: 5px;
}

* html .filterpanel ul .active a:hover{
  margin-top:-1px;
  padding:6px 7px 6px;
  border:solid #9ed0f4;
  border-width:0 1px 1px;
}

* html .filterpanel submenu a:hover{
  margin:0;
  border:none;
}

.filterpanel li.back a {
  background: #e5eef7 url(../images/arrow-menu-back.gif) no-repeat 138px -230px;
}

.filterpanel ui.back a:hover,
.filterpanel li.back a:hover{
  border-color:#9ed0f4;
  color:#004c87;
}

/* RightMenu in Twic Page */

.right_twic h2 {
  height: 20px;
  background: url(../images/bg_sidemenu.png) no-repeat 0 -30px;
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: -10px;
  padding-top: 5px;
  font: 12px Helvetica,Arial,sans-serif;
  color: #004C87;

}

/* RightMenu */

.rightmenu a {
  height: 20px;
  background: url(../images/bg_sidemenu.png) no-repeat 0 -30px;
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: -10px;
  padding-top: 5px;

}

.rightmenu a:hover {
  background: url(../images/bg_sidemenu.png) no-repeat 0 0;
  color: #ffff;
  text-decoration: none;
}

.rightmenu .active a {
  text-decoration: none;
  color: white;
  background: url(../images/bg_sidemenu.png) no-repeat 0 0;

}

.rightmenu a.active {
  background: url(../images/bg_sidemenu.png) no-repeat 0 0;
  color: white;
}


#sidebar div.sidebarpost h2 {
  margin-bottom: 0;
}

/* End Right Menu*/

/* @end */

/* @group Pagination */

.block-paging{
  border:solid #dde5e5;
  border-width:1px 0;
  color:#7b8693;
  font-size:11px;
  line-height:16px;
  padding-top: 2px;
  padding-bottom: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 97%;
  height: 15px;
  float: left;
}

.pagination{
  overflow:hidden;
  color:#005da5;
  font-size:11px;
  line-height:18px;
  float: right;
}
.pagination strong{
  float: left;
  padding:0 10px 0 0;
  font-weight:normal;
}
.pagination ul{
  float:left;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination li{
  float:left;
  padding:0 9px;
  background:url(../images/separator-paging.gif) no-repeat 0 45%;
}
.pagination a{color:#005da5;}
.pagination .active a,
.pagination a:hover{
  color:#b42c2c;
  text-decoration:none;
}
.pagination .next{
  margin:0 0 0 3px;
  padding:0 11px 0 0;
  background:url(../images/arrow-paging.gif) no-repeat 100% 45%;
  line-height:16px;
}



/* @end */

/* @group Bill Ticket */

/* Bill TIcket Begin */

/* hiding background for the bill widget */
.bill-widget {
  background: none;
}

.bill-container {
  position:relative;
  margin:0 -6px 14px -3px;
  float: left;
  width: 100%;

}

.bill-ticket{
  position: relative;
  /*width:467px;*/
  color:#002640;
  font:14px/19px Georgia, "Times New Roman", Times, serif;
  display: inline-block;
}
.home .bill-ticket{float:left;}
.bill-ticket .t{
  background:url(../images/bg-bill-ticket-top.png) no-repeat;
  height:7px;
  font-size:0;
  line-height:0;
}
.bill-ticket .b{
  background:url(../images/bg-bill-ticket-bottom.png) no-repeat;
  height:14px;
  font-size:0;
  line-height:0;
}
.bill-ticket .c{
  overflow:hidden;
  padding: 10px 56px 10px 23px;
  background:url(../images/bg-bill-ticket-center.png) repeat-y;
  width:388px;
}
.home .bill-ticket .c{padding-bottom:57px;}
.bill-ticket .week{
  top:0;
  overflow:hidden;
  background:url(../images/text-week.gif) no-repeat;
  width: 73px;
  height: 66px;
  text-indent:-9999px;
  float: right;
  position: absolute;
  left: 391px;
}

.bill-ticket .nextweek{
  top:0;
  overflow:hidden;
  background:url(../images/next-week.gif) no-repeat;
  width: 73px;
  height: 66px;
  text-indent:-9999px;
  float: right;
  position: absolute;
  left: 391px;
}

.bill-ticket .lastweek{
  top:0;
  overflow:hidden;
  background:url(../images/last-week.gif) no-repeat;
  width: 73px;
  height: 66px;
  text-indent:-9999px;
  float: right;
  position: absolute;
  left: 391px;
}

.bill-ticket .block-vote{
  position:relative;
  overflow:hidden;
  width:418px;
  margin:0 -14px 0 -1px;
  padding:14px 0 0;
  border-top:1px solid #d5dce1;
  color:#022a46;
  font:11px/14px Helvetica, Arial, sans-serif;
  text-align:center;
}

.bill-ticket .block-vote dl{
  float:left;
  width:66px;
  padding:0 38px 0 3px;
}
.bill-ticket .block-vote .last-buttons{
  width:101px;
  margin:0 0 0 -7px;
  padding-right:0;
}
.bill-ticket .block-vote dt{
  display:block;
  margin:0 0 19px;
  white-space:nowrap;
}
.bill-ticket .block-vote .last-buttons dt{margin-bottom:19px;}
.bill-ticket .block-vote dd{
  display:block;
  padding:0;
}

/* Block Styles Begin */

/* Yes/No/None box styles */

.block-comment .bill-container .box-article .heading .vote-no,
.block-comment .bill-container .box-article .heading .vote-yes,
.bill-ticket .block-vote .vote-none,
.bill-ticket .block-vote .vote-yes,
.bill-ticket .block-vote .vote-no{
  display:block;
  margin:0 auto;
  padding:0;
  background:url(../images/btn-vote.gif) no-repeat;
  width:46px;
  height:18px;
  font:bold 12px/17px Helvetica, Arial, sans-serif;
  color:#eb3939;
}

.block-comment .bill-container .box-article .heading .vote-yes,
.bill-ticket .block-vote .vote-yes{
  background-position:0 -18px;
  color:#390;
}
.bill-ticket .block-vote .vote-none{
  background-position:0 -36px;
  color:#e0e4e8;
}
.block-comment .bill-container .box-article .heading .vote-no,
.block-comment .bill-container .box-article .heading .vote-yes{
  float:right;
  text-align:center;
  margin:3px 0 0;
}

/* End Yes/No/None box styles */

.bill-ticket .block-vote .btn-vote{margin:0 auto;position:relative;top:-9px;}
.bill-ticket .head{
  overflow:hidden;
  height:1%;
  margin:0 0 7px;
}
.bill-ticket .head div{float:left;}
.bill-ticket .head h3{
  position:relative;
  z-index:10;
  margin:0;
}
.bill-ticket .head h3 a{cursor:pointer;
}
.bill-ticket div:hover h3 a,
.bill-ticket div.hover h3 a{
  background-color: #DBE3EA;
}
.bill-ticket .head div:hover h3 a,
.bill-ticket .head div.hover h3 a{
  text-decoration: underline;
}
/*Shows subpanel when hover on bill*/
.bill-container:hover .subpanel{top:0;}
.bill-container.hover .subpanel{top:1px;}
.bill-ticket:hover .subpanel{top:0;}
.bill-ticket.hover .subpanel{top:1px;}
.bill-ticket .subpanel{
  position: absolute;
  z-index:19;
  right:0;
  width: 100%;
  top: -9999px;
  display: block;
  left: 460px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 20px;
  height: 100%;
}
/*Hides the post when hover on bill*/
.bill-container:hover .post{top:-9999px; visibility: hidden;}
.bill-container.hover .post{top:-9999px; visibility: hidden;}
.bill-ticket div:hover .post{top:-9999px; visibility: hidden;}
.bill-ticket div.hover .post{top:-9999px; visibility: hidden;}
.bill-container .post,.ticket_post{
  position: absolute;
  z-index:19;
  right:0;
  width: 275px;
  top: 0px;
  display: inline-block;
  left: 480px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ticket-post-body{overflow-y:scroll;height:260px;width:275px;}


.bill-ticket .head .subpanel .btn-small-blue{margin:0 0 15px;}
* html .bill-ticket .head .subpanel .btn-small-blue{margin-bottom:17px;}
.bill-ticket .head .subpanel .social-networks li{
  overflow:hidden;
  height:1%;
  padding:0 0 7px;
  font-size:10px;
  line-height:12px;
  vertical-align:top;
}
.bill-ticket .head .subpanel .social-networks a{
  position:relative;
  float:left;
  padding:3px 0 0 22px;
  background:url(../images/ico-social-networks.gif) no-repeat;
  color:#a3b6c5;
}
.bill-ticket .head .subpanel .social-networks .track{background-position:1px 0;}
.bill-ticket .head .subpanel .social-networks .embed{background-position:1px -22px;}
.bill-ticket .head .subpanel .social-networks .facebook{background-position:1px -44px;}
.bill-ticket .head .subpanel .social-networks .twitter{background-position:1px -66px;}
.bill-ticket .head .subpanel .social-networks .rss{background-position:1px -88px;}

/* @end */

/* @group Buttons */

/* Buttons */
.btn-vote{
  display:block;
  overflow:hidden;
  width:101px;
  height:33px;
  text-indent:-9999px;
}

.btn-vote a{
  float:left;
  background:url(../images/bg-btn-vote.gif) no-repeat;
  height:33px;
}
.btn-vote .no {
  width: 50px;
  background-position: -50px 0;
}
.btn-vote .no:hover{background-position: -50px -33px;}
.btn-vote .yes{
  width:51px;
  background-position: 0 0;
}
.btn-vote .yes:hover{background-position: 0 -33px;}

.btn-small-red,
.btn-small-green,
.btn-small-grey,
.btn-small-blue,
.btn-med-grey,
.btn-med-blue,
.btn-large{
  display:inline-block;
  overflow:hidden;
  padding:0 0 0 5px;
  background:url(../images/bg-buttons.gif) no-repeat;
  height:39px;
  font:bold 14px/16px Helvetica, Arial, sans-serif;
  color:#fff;
  vertical-align:top;
  cursor:pointer;
}
.btn-small-red:hover,
.btn-small-green:hover,
.btn-small-grey:hover,
.btn-small-blue:hover,
.btn-med-grey:hover,
.btn-med-blue:hover,
.btn-large:hover{text-decoration:none;}
.btn-small-red span,
.btn-small-green span,
.btn-small-grey span,
.btn-small-blue span,
.btn-med-grey span,
.btn-med-blue span,
.btn-large span{
  float:left;
  padding:11px 29px 12px 24px;
  background:url(../images/bg-buttons.gif) no-repeat 100% -39px;
}
.btn-large:hover{background-position:0 -78px;}
.btn-large:hover span{background-position:100% -117px;}
.btn-med-grey,
.btn-med-blue{
  background-position:0 -156px;
  font-size:11px;
  height:33px;
}
.btn-med-blue span{
    background-position: 100% -189px;
    color: #FFFFFF;
    height: 33px;
    line-height: 33px;
    padding: 0 27px 0 25px;
}
.btn-med-blue:hover{background-position:0 -222px;}
.btn-med-blue:hover span{background-position:100% -255px;}
.btn-med-grey{background-position:0 -288px;}
.btn-med-grey span{
  padding:9px 27px 9px 22px;
  background-position:100% -321px;
}
.btn-med-grey:hover{background-position:0 -354px;}
.btn-med-grey:hover span{background-position:100% -387px;}
.btn-small-grey,
.btn-small-blue{
  background-position:0 -420px;
  height:22px;
  font-size:9px;
}
.btn-small-blue span{
  padding:2px 15px 4px 12px;
  background-position:100% -442px;
}
.btn-small-blue:hover{background-position:0 -464px;}
.btn-small-blue:hover span{background-position:100% -486px;}
.btn-small-grey{background-position:0 -508px;}
.btn-small-grey span{
  height:16px;
  padding:2px 17px 4px 12px;
  background-position:100% -530px;
  line-height:19px;
}
.btn-small-grey:hover{background-position:0 -552px;}
.btn-small-grey:hover span{background-position:100% -574px;}
.btn-small-red,
.btn-small-green{
  margin-top:1px;
  background-position:0 -596px;
  height:20px;
  font-size:9px;
}
.btn-small-green span{
  padding:1px 5px 4px 0;
  background-position:100% -616px;
  height:16px;
  line-height:19px;
}
.btn-small-green:hover{background-position:0 -636px;}
.btn-small-green:hover span{background-position:100% -656px;}
.btn-small-red{background-position:0 -676px;}
.btn-small-red span{
  padding:1px 8px 4px 3px;
  background-position:100% -696px;
  height:16px;
  line-height:19px;
}
.btn-small-red:hover{background-position:0 -716px;}
.btn-small-red:hover span{background-position:100% -736px;}



/* @end */
/* @group Sidebars */

/* Begin Sidebars */

#sidebar .box-stats{
  position:relative;
  overflow:hidden;
  border-color: #d5dce1;
  border-style: solid;
  background-color: #fffeff;
  margin-bottom: 20px;
  padding: 9px 10px 9px 14px;
}

#sidebar h5{
  margin:0 0 11px;
  color:#2c3945;
  font:bold 14px/16px Helvetica, Arial, sans-serif;
}
#sidebar .box-sponsors{
  position:relative;
  padding:10px 11px;
  border:1px solid #d2dcdc;
  width:146px;
  min-height:318px;
  margin-top: 0;
  margin-left: -1px;
  margin-bottom: 0;
}
* html #sidebar .box-sponsors{height:318px;}

#sidebar .sidebarpost {
  background: #fffeff url(../images/bg-block-perf.gif) repeat-x;
  padding: 10px 5px 5px;
}


#sidebar .sidebarpost li{
  vertical-align:top;
  border-top:1px solid #d2dcdc;
  padding-top: 5px;
  padding-bottom: 10px;
}

#sidebar .sidebarpost .votelist{
  font: 11px/13px Helvetica, Arial, sans-serif;
  color:#7b8693;
}

#sidebar .sidebarpost .votelist .text-no{
  float:right;
  overflow:hidden;
  background:url(../images/text-no-yes.gif) no-repeat;
  width: 31px;
  height: 13px;
  text-indent:-9999px;
}

#sidebar .sidebarpost .votelist .text-yes{
  float:right;
  overflow:hidden;
  background: url(../images/text-no-yes.gif) no-repeat 0 -12px;
  width: 31px;
  height: 13px;
  text-indent:-9999px;
}

/* @end */

/* @group Footer */
/* Begin Footer */

.footer{
  position:relative;
  color:#94B1CE;
  line-height:13px;
  background:#022a46;
  margin:0;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer li{
  margin:0 0 5px;
  padding:1px 9px 7px;
  border-bottom:1px solid #004c87;
}
.footer h6{
  /*margin:0 21px 20px;*/
  color:#94B1CE;
  font: bold 12px/16px Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
.footer a{color:#94B1CE;}
.footer p{
  text-align: left;
  border-style: none;
  color: #94B1CE;
}
.copyright{
  display:block;
  padding: 28px 20px 0 10px;
}

.footer div.grid_6 p a {
  color: red;
}
/* End Footer */
/* @end */

/* @group Home Image Gallery */

/* Begin Home Image Gallery */

.placeholder{
  position:relative;
  background: #e2e9ef;
  width: 770px;
  padding-bottom: 10px;
}
.placeholder .gallery{
  position:relative;
  overflow:hidden;
  height:255px;
}
.placeholder .gallery li{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  padding:0 0 14px;
  background:url(../images/bg-gallery.gif) no-repeat 0 100%;
  width:770px;
  height:241px;
}
.placeholder .gallery .active{z-index:5;}
.placeholder .gallery img{display:block;}

/* @end */

/* @group Tab Nav */
/* Begin Tab Nav and SubMenu */
.tabnav{
  position:relative;
  float:left;
  /*padding:8px 0 0 15px;*/
  line-height:16px;
  padding-top: 0;
  overflow: hidden;
  height: 30px;
}
.tabnav li{
  float:left;
  margin:0 9px 0 0;
}
.tabnav a{
  float:left;
  background:url(../images/bg-tabnav-list.gif) no-repeat;
  height:32px;
  cursor:pointer;
}
.tabnav a span{
  float:left;
  padding:8px 15px 8px 9px;
  background:url(../images/bg-tabnav-list.gif) no-repeat 100% -32px;
}
.tabnav a:hover{
  background-position:0 -64px;
  color:#1285df;
  text-decoration:none;
}
.tabnav a:hover span{background-position:100% -96px;}
.tabnav .active a:hover,
.tabnav .active a{
  background-position:0 -128px;
  color:#fff;
}
.tabnav .active a:hover span,
.tabnav .active a span{background-position:100% -160px;}
.tabcontent{padding:8px 11px 0;}
.subnav{
  overflow:hidden;
  height:1%;
  font-weight:bold;
  line-height:14px;
  color:#004c87;
  padding-top: 8px;
  margin-bottom: 20px;
}
.subnav li{
  float:left;
  margin:0 16px 0 0;
}
.subnav .active a,
.subnav a:hover{
  text-decoration:none;
  color:#b52d2d;
}
/* @end */

/* @group Bill Detail */

.info-detail{
  position:relative;
  overflow:hidden;
  margin:6px -20px 22px 0;
  background:url(../images/bg-info-detail.gif) repeat-y;
  width:960px;
}
.info-detail .info-holder{
  overflow:hidden;
  width:960px;
  background:url(../images/bg-info-detail.gif) no-repeat -960px 0;
}
.info-detail .info-frame{
  overflow:hidden;
  width:960px;
  background:url(../images/bg-info-detail.gif) no-repeat -960px 100%;
}
#block-detail{
  position:relative;
  background-color: #ffffff;
  /*border: 1px solid #d3dcdc;*/
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  padding-left: 8px;
}

.block-sponsor {
  /*background-color: #fff;*/
  height: 100%;
}

#block-detail .panelheadtall{margin: -1px -10px 0 0;}
/*#block-detail #block-detail-holder{
  margin:-3px 0 0;
  padding:11px 0 5px 24px;
}*/
#block-detail .block-list{
  overflow:hidden;
  margin-bottom:0;
  /*width:645px;*/
}
#block-detail .box-post{float:left;}
/*#block-detail .subpanel{
  float:right;
  width:140px;
  padding:13px 0 0;
}*/
/*.block-org-detail .social-networks,
#block-detail .social-networks{line-height:14px;}*/
#block-detail .social-networks {padding:18px 0 0;}
.block-org-detail .social-networks{
  overflow:hidden;
  width:170px;
}
.aside .social-networks{
  margin-top: 10px;
}
.block-org-detail  .social-networks li,
#block-detail .social-networks li{
  overflow:hidden;
  height:1%;
  padding:0 0 5px;
  vertical-align:top;
}
.block-org-detail  .social-networks a,
.aside .social-networks a,
#block-detail .social-networks a{
  position:relative;
  float:left;
  padding:3px 0 0 24px;
  background:url(../images/ico-social-networks.gif) no-repeat;
  color:#a3b6c5;
}
#block-detail .social-networks .track,
.aside .social-networks .track
{background-position:0 -133px;}
#block-detail .social-networks .embed,
.aside .social-networks .embed
{background-position:0 -155px;}
.block-org-detail  .social-networks .facebook,
#block-detail .social-networks .facebook,
.aside .social-networks .facebook {background-position:0 -177px;}
.block-org-detail  .social-networks .twitter,
#block-detail .social-networks .twitter,
.aside .social-networks .twitter{background-position:0 -199px;}
.block-org-detail  .social-networks .rss,
#block-detail .social-networks .rss,
.aside .social-networks .rss{background-position:0 -223px;}
.info-detail .block-sponsor{
  overflow:hidden;
  width:168px;
  padding:5px 26px 10px;
}
.org-detail .block-stats h2,
.info-detail .block-sponsor h2{
  margin:0 0 5px;
  color:#2c3945;
  font:bold 14px/28px Helvetica, Arial, sans-serif;
}
/*---------------BEGIN ACTIVITY STYLES---------------------*/
#activity{
	width: 100%;
}


#activity .image{
	float:left;
	padding:3px 32px 0 0;
}

#activity h4{
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #005da5;
}

.comment-text{
	margin-left: 80px;
}
.activity-comment, .activity-vote, .activity-blogpost {
/*	margin-top:  14px;*/
	border-top: 1px solid #d2dcdc;
	padding: 5px 0;
}
.activity-comment:hover, .activity-vote:hover, .activity-blogpost:hover{background:#f6f2d4;}
.activity-comment, .activity-vote, .activity-blogpost p {
	margin: 0;	
}
.reply-btn{
	float:right;
	overflow:hidden;
	background:url(../images/btn-reply.gif) no-repeat;
	width: 70px;
	height: 25px;
	text-indent:-9999px;
}
.activity-comment .reply-btn, .activity-vote .reply-btn, .activity-blogpost .reply-btn {
	visibility: hidden;
}
.activity-comment:hover .reply-btn, .activity-vote:hover .reply-btn, .activity-blogpost:hover .reply-btn {
	visibility: visible;
}
.comment-frame {
	height: 25px;
	margin-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.comment .caption {
	margin-top: 8px;
}
.comment-content .row {
	background-color: #f6f2d4;
	padding: 10px 10px 15px;
	border-width: 50px;
	height: 100px;
}

.comment-content input#title1.text {
	float:left;
	padding:6px 5px;
	background:#fff;
	border:1px solid #d5dce1;
	height:33px;
	width: 98%;
	font: italic normal bold 18px Georgia, "Times New Roman", Times, serif;
}
.row .btn-med-blue {
	float: right;
	margin-top: 15px;
}

.lightbox .area-holder .submit,
.block-comment .submit, .submit {
  float:left;
  overflow:hidden;
  margin:1px 0 0 16px;
  padding:0;
  background:url(../images/btn-button.gif) no-repeat;
  width: 100px;
  height: 33px;
  border:none;
  cursor:pointer;
  line-height:0;
  text-indent:-9999px;
}
.submit {
  -moz-box-shadow:0 0 0px;
  -webkit-box-shadow:0 0 0px;
}

.block-comment  fieldset p a{
  margin:0 0 0 4px;
  font-size:11px;
  line-height:13px;
  color:#99a4b0;
}

.aside .text-no,
.block-comment  .comment .info .text-no,
.aside .text-yes,
.block-comment  .comment .info .text-yes{
  overflow:hidden;
  float:right;
  margin:0 3px 0 0;
  background:url(../images/text-no-yes.gif) no-repeat 0 -13px;
  width:32px;
  height:12px;
  text-indent:-9999px;
}
.aside .text-no,
.block-comment  .comment .info .text-no{background-position:0 0;}

.aside{
  position:relative;
  padding: 20px 41px 182px 20px;
  background:#ededed;
  border: 1px solid #d3dcdc;
  color:#012a47;
  font-size:11px;
  line-height:13px;
  margin-bottom: -1px;
  margin-right: -10px;
  margin-top: 0;
}
.aside .box{
  padding:7px 0 21px 2px;
  border-top:1px solid #d5dce1;
}
.aside .heading{
  overflow:hidden;
  height:1%;
  margin:0 0 12px;
  font-weight: bold;
}
#main .aside .heading p{margin:0;}
.aside .box ul{
  font-size:12px;
  line-height:18px;
}
.aside .box li{
  overflow:hidden;
  height:1%;
  vertical-align:top;
}
.aside .box ul a{color:#005da6;}
.aside .box ul img{
  float:left;
  padding:15px 8px 1px 0;
}
.aside .box ul div{
  overflow:hidden;
  height:1%;
  padding:10px 0 1px;
  font-size:11px;
  line-height:16px;
}
#main .aside .box ul div p{margin:0 0 -1px;}
.aside .box ul div dt{
  float:left;
  padding:0 7px 0 0;
}
* html .aside .box ul div dt{padding-right:4px;}
.aside .box ul div dd{
  float:left;
  padding:4px 0 0;
  width:32px;
}


/* @end */

/* @group UI Elemnts */

/* UI Elements */

.drop-down{
  position:relative;
  font-size:11px;
  line-height:13px;
  padding-bottom: 10px;
}

form label {
  color: #7a8592;
  margin-bottom: 10px;
  font-size: 10px;
}


.drop-down .drop-btn{
  display:block;
  padding:6px 40px 0 9px;
  background:#fff url(../images/btn-drop-down.gif) no-repeat 100% 0;
  border:1px solid #d5dce1;
  height:20px;
  width:167px;
}
.drop-down div:hover .drop-btn,
.drop-down div.hover .drop-btn{
  text-decoration:none;
  background:#e5eef7 url(../images/btn-drop-down.gif) no-repeat 100% -26px;
  border-color:#9ed0f4;
}
.drop-down ul{
  position:absolute;
  top:-9999px;
  left:0;
}
.drop-down div:hover ul,
.drop-down div.hover ul{
  top:28px;
  display:block;
  width:217px;
  background:#fff;
  border:1px solid #d5dce1;
}
.drop-down li{
  margin:0 7px -1px;
  border-bottom:1px solid #d2dcdc;
}
.drop-down li a{
  display:block;
  padding:7px 2px 6px;
  height:1%;
  color:#7a8592;
}
.drop-down li a:hover{
  color:#004c85;
  text-decoration:none;
  background:#e5eef7;
}
.drop-down .active a{color:#004c85;}

/*span.textarea {
  display:block;
  padding-bottom: 10px;
}*/

textarea {
  min-height: 350px;
  height: auto;

}

.title{
  display:block;
  overflow:hidden;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}
textarea,
.box-search input,
.title input{
  float:left;
  background:#fff;
  border:1px solid #d5dce1;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
}


/*.textarea:hover,*/
.title textarea:hover,
.box-search span:hover input,
.box-search span.hover input,
.title input:hover,
.title input.hover{background:#FFFFA4;}

.title .focus,
.box-search .focus,
.title .focus{
  background:#FFFFA4;
  border-color:#004c87;
}
form.error div.error input,
form.error div.error input:hover,
form.error div.error input.hover,
form.error div.error .focus{
  background:#ebc8c8;
  border-color:#b52e2e;
}
.box-search{
  display:block;
  position:relative;
  width:218px;
}
.box-search span{
  display:block;
  padding:0 0 0 25px;
  background:url(../images/bg-box-search.gif) no-repeat;
  height:28px;
}
.box-search input{
  padding:6px 18px;
  width:118px;
  height:14px;
  font:italic 10px/14px Helvetica, Arial, sans-serif;
}
.box-search .parent-focus,
.box-search span:hover,
.box-search span.hover{background-position:0 -28px;}
.box-search .search-list{
  position:absolute;
  left:0;
  top:-9999px;
  clear:both;
  background:#fff;
  border:1px solid #d5dce1;
  width:216px;
  font:11px/13px Helvetica, Arial, sans-serif;
}
.box-search .parent-focus .search-list{top:28px;}
.box-search .search-list a{
  display:block;
  margin:0 6px;
  padding:8px 3px 9px;
  color:#7b8693;
  border-bottom:1px solid #d2dcdc;
}
.box-search .search-list .active,
.box-search .search-list a:hover{
  color:#004c87;
  background:#e5eef7;
  text-decoration:none;
}
.box-search .search-list .active{color:#004c87;}
.box-search .search-list .result{
  margin:11px 0 0;
  padding:9px 21px 14px;
  border:solid #d2dcdc;
  border-width:1px 0 0;
  background:#e5eef7 url(../images/arrow-menu.gif) no-repeat 9px -227px;
  color:#004c87;
  width:174px;
}
.box-search .search-list .result:hover{
  background:#e5eef7 url(../images/arrow-menu.gif) no-repeat 9px -227px;
  text-decoration:underline;
}

.search3.text {
  background: transparent url(../images/ajax-loader.gif) no-repeat right;
}

.btn-icon{
  display:inline-block;
  overflow:hidden;
  height:18px;
  background:url(../images/btn-icon.gif) repeat-x;
  border:1px solid #d1d7dc;
  color:#005da6;
  font-size:11px;
  line-height:13px;
  cursor:pointer;
  vertical-align:top;
}
.btn-icon:hover{
  background-position:0 -18px;
  border-color:#98c6e7;
  text-decoration:none;
}
.btn-icon span{
  float:left;
  overflow:hidden;
  padding:2px 12px 0 21px;
  background:url(../images/bg-icone.gif) no-repeat;
  height:16px;
  line-height:16px;
}
.btn-icon .btn-read{background-position:4px 0;}
.btn-icon .btn-remove{background-position:4px -18px;}
.btn-icon .btn-support{background-position:4px -36px;}
.btn-icon .btn-comment{background-position:4px -54px;}
.btn-icon .btn-reply{background-position:4px -72px;}
.select-list{
  position:relative;
  z-index:900;
  display:block;
}
.select-list span{display:block;}
.select-list .select{
  display:inline-block;
  overflow:hidden;
  height:16px;
  padding:2px 10px 0;
  background:url(../images/btn-icon.gif) repeat-x;
  border:1px solid #d1d7dc;
  color:#005da6;
  font-size:11px;
  line-height:13px;
  cursor:pointer;
  vertical-align:top;
}
.select-list span:hover .select,
.select-list span.hover .select{
  background-position:0 -18px;
  border-color:#98c6e7;
  text-decoration:none;
}
.select-list .select span{
  padding:0 15px 0 0;
  background:url(../images/arrow-select-list.gif) no-repeat 100% 5px;
}
.select-list .list{
  position:absolute;
  left:0;
  top:-9999px;
  padding:6px 2px;
  background:#fff;
  border:1px solid #d5dce1;
  width:178px;
}
.select-list span:hover .list,
.select-list span.hover .list{top:19px;}
.select-list .list a{
  display:block;
  padding:4px 7px 5px;
  height:1%;
  color:#005da5;
}
.select-list .list a:hover{
  background:#e5eef7;
  text-decoration:none;
}
.text-drop{
  position:relative;
  display:block;
  font-size:12px;
  line-height:16px;
}
.text-drop strong{
  display:block;
  font-weight:normal;
  padding:0 19px 10px 0;
  background:url(../images/arrow-select-list.gif) no-repeat 100% 30%;
  color:#005da5;
  width:100px;
  height:16px;
}
.text-drop span:hover .list,
.text-drop span.hover .list{top:18px;}
.text-drop .list{
  position:absolute;
  left:0;
  top:-9999px;
  background:#fff;
  border:1px solid #d5dce1;
  width:126px;
}
.text-drop .list a{
  display:block;
  margin:0 7px -1px 5px;
  padding:8px 1px 5px;
  border-bottom:1px solid #d2dcdc;
  height:1%;
  color:#7b8693;
  font-size:11px;
}
.text-drop .list a:hover{
  background:#e5eef7;
  color:#004c87;
  text-decoration:none;
}
.text-drop .list .active{color:#004c87;}
.message-success,
.message-warning,
.message-notice,
.message-error{
  display:block;
  font-weight:normal;
  line-height:18px;
  color:#b42c2c;
  padding:3px 20px 5px 12px;
  background:#ebc8c8 url(../images/ico-message-error.gif) no-repeat 98% 50%;
  border:1px solid #b52e2e;
    margin-bottom:10px;
}
.message-notice{
  background:#e5eef7 url(../images/ico-message-notice.gif) no-repeat 98% 50%;
  border-color:#9ed0f4;
  color:#005da5;
}
.message-warning{
  background:#FFFFA4 url(../images/ico-message-warning.gif) no-repeat 98% 50%;
  border-color:#ffcc67;
  color:#c90;
}
.message-success{
  background:#d7f2c7 url(../images/ico-message-success.gif) no-repeat 98% 50%;
  border-color:#6ec166;
  color:#1e6717;
}
.info-link{
  position:relative;
  display:block;
  width:16px;
  height:16px;
}
.info-link a{
  display:inline-block;

  background:url(../images/btn-info.gif) no-repeat;
  width: 16px;
  height: 16px;
  text-indent:-9999px;
}
.tool-tip{
  position:absolute;
  top:-4px;
  left:0;
  width:187px;
  z-index:2000;
}
.tool-tip .t{
  display:block;
  padding:3px 6px 5px;
  background:url(../images/bg-tool-tip-top.png) no-repeat;
  width:175px;
  color:#022a46;
  font-size:10px;
  line-height:12px;
}
.tool-tip .b{
  display:block;
  background:url(../images/bg-tool-tip-bottom.png) no-repeat;
  width: 187px;
  height: 14px;
  font-size:0;
  line-height:0;
}
/* @end */

/* @group Blog */

.post-footer {
  border-bottom: 1px dotted silver;
  border-top: 1px dotted silver;
  height: 30px;
  padding-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#twic .bloglist .post-footer {
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	height: 100%;
	padding-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100%;
	float: left;
	
}



.post-footer .btn-small-blue {
  float: right;
}

.post-footer div.grid_2.alpha a.btn-small-blue {
    float: left;
    margin-top: 0px;
}

#twic{
  margin-top: 0;
  height: 100%;
  border: 1px solid #d5dce1;
  background: #fffeff url(../images/bg-block-perf.gif) repeat-x;
  border-top-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.bloglist {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 1px;
  padding-right: 15px;
}

.bloglist2 {
  background: #fff url(../images/bg-block-perf.gif) repeat-x;
  -moz-box-shadow: 2px 2px 3px #798592;
  -webkit-box-shadow: 2px 2px 3px #798592;
  border-right: 1px solid #d5dce1;
  border-bottom: 1px solid #d5dce1;
  border-left: 1px solid #d5dce1;
  padding: 10px 10px 1px;
  margin-bottom: 20px;
}

.blogheader {
  height: 60px;
  margin-bottom: 10px;
}
.blogheader.twic {
  background: url(../images/head-congressweekly.png) no-repeat center;
}
.blogheader.vote {
  background: url(../images/head-voteblog.png) no-repeat center top;
}


/* @end */


/* @group JQ Tools */

/* @group JQTools - Validation */


.error {
  height:15px;
  background-color:#FFFFA4;
  font-size:11px;
  border:1px solid #E1E16D;
  padding:4px 10px;
  color:#000;
  display:none;

  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-topleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;

  -moz-box-shadow:0 0 6px #ddd;
  -webkit-box-shadow:0 0 6px #ddd;
}

.error p {
  margin:0;
}

/*.clear {
  clear:both;
  height:15px;
}*/

.error {
  margin:0 0 2px;
  padding:2px 6px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
    z-index:9999;
}

.error em {
  border:10px solid;
  border-color:#FFFFA4 transparent transparent;
  bottom:-17px;
  display:block;
  height:0;
  left:60px;
  position:absolute;
  width:0;
}


/* @end */

/* @group JqTools - Date */
/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
/*.date {
  border:1px solid #ccc;
  font-size:12px;
  width: 99%;

  -moz-box-shadow:0 0 10px #eee inset;
  -webkit-box-shadow:0 0 10px #eee inset;
}*/

/* calendar root element */


#calroot {
  /* place on top of other elements. set a higher value if nessessary */
  z-index:10000;

  margin-top:-1px;
  width:198px;
  padding:2px;
  background-color:#fff;
  font-size:11px;
  border:1px solid #ccc;

  -moz-border-radius:5px;
  -webkit-border-radius:5px;

  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
  padding:2px 0;
  height:22px;
}

#caltitle {
  font-size:14px;
  color:#004c87;
  float:left;
  text-align:center;
  width:155px;
  line-height:20px;
  text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
  display:block;
  width:20px;
  height:20px;
  background: transparent url(../images/prev.gif) no-repeat scroll center center;
  float:left;
  cursor:pointer;
}

#calnext {
  background-image: url(../images/next.gif);
  float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
  visibility:hidden;
}

/* year/month selector */
#caltitle select {
  font-size:10px;
}

/* names of the days */
#caldays {
  height:14px;
  border-bottom:1px solid #ddd;
}

#caldays span {
  display:block;
  float:left;
  width:28px;
  text-align:center;
}

/* container for weeks */
#calweeks {
  background-color:#fff;
  margin-top:4px;
}

/* single week */
.calweek {
  clear:left;
  height:22px;
}

/* single day */
.calweek a {
  display:block;
  float:left;
  width:27px;
  height:20px;
  text-decoration:none;
  font-size:11px;
  margin-left:1px;
  text-align:center;
  line-height:20px;
  color:#666;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
  background-color:#ddd;
}

/* sunday */
a.calsun {
  color:red;
}

/* offmonth day */
a.caloff {
  color:#ccc;
}

a.caloff:hover {
  background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
  background-color:#efefef !important;
  color:#ccc  !important;
  cursor:default;
}

/* current day */
#calcurrent {
  background-color: #004c87;
  color:#fff;
}

/* today */
#caltoday {
  background-color:#333;
  color:#fff;
}


/* @end */






/* @end */
/* @group Uniform Aristo */

/*

Uniform Theme: Aristo
Version: 1.0
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-image: url(../images/sprite-aristo.png);
  background-repeat: no-repeat;
}

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader *{
  margin: 0;
  padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -160px;
  height: 32px;
}


div.selector span {
  background-position: right 0px;
  height: 32px;
  line-height: 32px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active,
div.selector.active {
  background-position: -483px -192px;
}

div.selector:active span,
div.selector.active span {
  background-position: right -32px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -224px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -64px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -256px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -96px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
  background-position: -483px -288px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -128px;
}

/* Checkbox */

div.checker {
  width: 23px;
  height: 23px;
}

div.checker input {
  width: 23px;
  height: 23px;
}

div.checker span {
  background-position: 0px -320px;
  height: 23px;
  width: 23px;
}

div.checker:active span,
div.checker.active span {
  background-position: -23px -320px;
}

.submenu li.hover span {
  //background-position: -46px -320px;
    background: url(../images/blue-hover.png) 2px 2px no-repeat;
}
.submenu li.hover label{color:#004c87;}


div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -69px -320px;
}

div.checker span.checked {
  background-position: -92px -320px;
     background-image: url(../images/sprite-aristo.png);
    background-repeat: no-repeat;
}

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -115px -320px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -138px -320px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -161px -320px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -184px -320px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -207px -320px;
}

/* radio */

div.radio {
  width: 23px;
  height: 23px;
}

div.radio input {
  width: 23px;
  height: 23px;
}

div.radio span {
  height: 23px;
  width: 23px;
  background-position: 0px -343px;
}

div.radio:active span,
div.radio.active span {
  background-position: -23px -343px;
}

div.radio.focus span,
div.radio:hover span {
  background-position: -46px -343px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -69px -343px;
}

div.radio span.checked {
  background-position: -92px -343px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -115px -343px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -138px -343px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -161px -343px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -184px -343px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -207px -343px;
}

/* uploader */

div.uploader {
  background-position: 0px -366px;
  height: 32px;
}

div.uploader span.action {
  background-position: right -494px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 4px 0px 4px 4px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -430px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -526px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -558px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -590px;
}

div.uploader.disabled {
  background-position: 0px -398px;
}

 div.uploader.disabled span.action {
  background-position: right -462px;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 10px;
    width: 100%;
    font-weight: bold;
    color: #464545;
    font-size: 12px;
  margin-top: 10px;
}

div.selector select {
  width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}



div.selector span {
  padding: 0px 30px 0px 2px;
  cursor: pointer;
  color: #022a46;
  width: auto;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* checker */
div.checker {
  margin-right: 10px;
}

/* radio */
div.radio {
  margin-right: 10px;
}

/* uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 83px;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #1c4257;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #567c91;
  font-size: 90%;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

 div.uploader.disabled span.action {
  color: #aaa;
}

 div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

 div.selector {
  position: relative;
  padding-left: 10px;
  margin-left: -4px;
}

 div.selector span {
  display: block;
  float: left;
}

 div.selector select {
  position: absolute;
  opacity: 0;
}

/* checker */

 div.checker {
  position: relative;
  float: left;
}

 div.checker span {
  display: block;
  float: left;
  text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
}

/* radio */

div.radio {
  position: relative;
  float: left;
}

div.radio span {
  display: block;
  float: left;
  text-align: center;
}

 div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}

/* uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 4px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
}



/* @end */

/* @group Table */


.table{
  font-size:11px;
  line-height:11px;
  color:#2c383f;
}
.table table{
  margin:0 0 11px;
  width:100%;
}
.table th{
  padding:5px 3px 6px;
  background:#e2e9ef;
  font-weight:normal;
  text-align:left;
}
.table td{
  padding:7px 3px 0;
  border-bottom:1px solid #969c9f;
}
.table .table-foot{
  padding:5px 3px 6px;
  background:#e2e9ef;
}
/*#main .table .table-foot p{margin:0;}
.btn-small-red,
.btn-small-green,
.btn-small-grey,
.btn-small-blue,
.btn-med-grey,
.btn-med-blue,
.btn-large{
  display:inline-block;
  overflow:hidden;
  padding:0 0 0 5px;
  background:url(../images/bg-buttons.gif) no-repeat;
  height:39px;
  font:bold 14px/16px Helvetica, Arial, sans-serif;
  color:#fff;
  vertical-align:top;
  cursor:pointer;
}*/
.block-table{background:#fff;}
.block-table .panelheadertall,
.block-table .table-summary{
  overflow:hidden;
  height:1%;
  padding:9px 19px 6px 10px;
  background:url(../images/bg-table.gif) repeat-x;
  border:1px solid #d5dbe0;
}
.block-table .table-summary{overflow:visible;}
.block-table .table-summary:after{
  display:block;
  clear:both;
  content:"";
}
.block-table .panelheadertall{padding:8px 17px 11px;}
.block-table .panelheadertall strong{
  color:#022a48;
  line-height:15px;
}
.block-table .table-summary .head{display:block;}
.block-table .table-summary .pagination{
  float:right;
  line-height:16px;
}
.block-table .table-summary strong{line-height:18px;}
.block-table .table-summary .pagination strong{line-height:16px;}
.block-table .table-summary .select-list{
  float:left;
  margin:-1px 5px 0 0;
}
* html .block-table .table-summary .select-list{margin-right:2px;}
.block-table .table-info{
  overflow:hidden;
  height:1%;
  padding: 9px 18px 5px 10px;
  background:#ebf0f6;
  border:solid #d5dbe0;
  border-width:0 1px 1px;
}
.block-table .table-info .btn-icon{float:right;}
.block-table table{
  border-collapse:collapse;
  width: 100%;
}
.block-table th{
  text-align:left;
  padding:9px 7px 10px 0;
  background:#ebf0f6;

}
.block-table th a{
  padding:0 12px 0 0;
  background:url(../images/arrow-table.gif) no-repeat 100% 5px;
  color:#7b8693;
  line-height:16px;
}
.block-table th a:hover,
.block-table th .active{
  background-position:100% -69px;
  color:#004c87;
  text-decoration:none;
}
.block-table td{
  padding: 3px 5px 23px 0;
  border-top:1px solid #d5dbe0;
  color:#3e4d57;
  line-height:18px;
  vertical-align:top;
}
.block-table tr:hover td,
.block-table tr.hover td{background:#f6f2d4;}
.block-table .first-cell{
  border-left:1px solid #d5dbe0;
  width:35px;
  overflow:hidden;
}

.table-info ul.subnav {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 9px;
}
.block-table .last-cell{border-right:1px solid #d5dbe0;}
.block-table .check{
  float:left;
  margin: 3px 5px 0;
  padding:0;
  width:16px;
  height:16px;
}
.block-table .save,
.block-table .write{
  float:left;
  overflow:hidden;
  margin: 3px 5px 0 0;
  background:url(../images/ico-table.gif) no-repeat;
  width:13px;
  height:14px;
  text-indent:-9999px;
}
.block-table .save{
  background-position:-20px 0;
  width:14px;
}
.block-table .name{padding-top:11px;}

.blueSaveBtn{background:url(../images/blueSaveBtn.png);width:85px;height:35px;border:0;cursor:pointer;}
input.invalid{   background: none repeat scroll 0 0 #EBC8C8;border-color: #B52E2E;}
#categoriesFilter-outer div.selector span{display: block;width:180px; overflow: hidden;}

#bill-search-section label{margin-bottom:5px;display:block;}
.table-summary .block-paging{margin:0;padding:0;border:0;width:612px;}
#articlesListingTbl .checker{margin-left:5px;margin-right:0;}
.ajax-loader{margin-top:-15px; display:none;}
.blue-submit{
    background: url("../images/btn-blue.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 11px 0 0;
    overflow: hidden;
    padding: 0;
    width: 70px;
    height:22px;
    font-size:11px;
    color:#fff;
}

.block-steps {
    background: url("../images/bg-login-form.png") repeat scroll 0 0 transparent;
    padding: 9px 10px 11px;
    width: 480px;
    height:410px;
}
.block-steps .holder {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 410px;
    overflow: hidden;
    padding: 0 27px 0 18px;
    position: relative;
    width: 435px;
}
.block-steps .step1, .block-steps .step2 {
    display: block;
}

.block-steps .heading {
    background: url("../images/bg-step-heading.gif") repeat-x scroll 0 0 transparent;
    font: bold 13px/16px Helvetica,Arial,sans-serif;
    height: 31px;
    margin: 0 -27px 21px -18px;
    overflow: hidden;
    padding: 10px 0 0 16px;
    position: relative;
    width: 464px;
}
.block-steps .heading ul {
    float: left;
    height: 31px;
    overflow: hidden;
    position: relative;
}
.block-steps .heading li {
    float: left;
    margin: 0 0 0 -11px;
}
.block-steps .heading li a {
    cursor: pointer;
    float: left;
}
.block-steps .heading .current, .block-steps .heading li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.block-steps .heading li a strong {
    background: url("../images/bg-step-heading-list.gif") repeat-x scroll 0 0 transparent;
    float: left;
    padding: 7px 46px 8px 20px;
}
.block-steps .heading .current strong, .block-steps .heading li a:hover strong {
    background-position: 0 -31px;
}
.block-steps .heading .current strong, .block-steps .heading li a:hover strong {
    background-position: 0 -31px;
}
.block-steps .heading li a span {
    background: url("../images/arrow-step-heading.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    position: relative;
    width: 11px;
}
.block-steps .heading .current span, .block-steps .heading li a:hover span {
    background: url("../images/arrow-step-heading-hover.png") no-repeat scroll 0 0 transparent;
}
.info {
    margin: 0 0 29px;

    width: 100%;
}
.info em {
    color: #005DA5;
    float: left;
    font: italic 12px/16px Georgia,"Times New Roman",Times,serif;
}
.info .info-link {
    float: right;
    padding: 0 9px 0 0;
    z-index: 990;
}
.info-link .tool-tip {
    top: -9999px;
}
.block-steps fieldset {
    overflow: hidden;
    width: 100%;
}
.block-steps .area {
    float: left;
    overflow: hidden;
    width: 204px;
}
.block-steps .row {
    height: 1%;
    margin: 0 0 12px;
    overflow: hidden;
}
.block-steps .row-cell {
    width: 240px;
}
.block-steps .row .cell {
    float: left;
    padding: 0 16px 0 0;
    width: 103px;
}
.block-steps label {
    color: #7A8592;
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 5px;
}
.block-steps .title input {
    width: 192px;
    margin-bottom:5px;
    margin-top:0;

}
.block-steps .row .cell .title input {
    width: 72px;
}
.block-steps .row .cell select {
    width: 103px;
}
.box-check{
    background: none repeat scroll 0 0 #E5EEF7;
    color: #005DA5;
    float: right;
    margin: 16px 0 0;
    padding: 9px 4px 9px 8px;
    width: 210px;
}
.connect-social-box .lightbluebox
{
    background: none repeat scroll 0 0 #E5EEF7;
    color: #005DA5;
    padding:10px;
    height:202px;
}
.connect-social-box
{
    float: right;
    margin: 0;
    padding: 0 4px 9px 8px;
    width: 210px;
}
.block-steps h5{font-weight:bold;margin-bottom:15px;}
#main .block-steps .box-check p {
    font: italic 10px/12px Georgia,"Times New Roman",Times,serif;
    margin: 0 0 14px;
}
.block-steps .box-check .row-check {
    height: 1%;
    margin: 0 0 11px;
    overflow: hidden;
}
.block-steps .box-check label {
    font-size: 11px;
    line-height: 13px;
}
.block-steps .box-check .row-check label {
    height: 1%;
    overflow: hidden;
}
.block-steps .box-check .row-check .radio {
    float: left;
    height: 16px;
    margin: 0 11px 0 0;
    padding: 0;
    width: 16px;
}
* html .block-steps .box-check .row-check .radio {
    margin-right: 8px;
}
.block-steps .box-check .row {
    margin: 0;
    padding: 0 0 0 3px;
}
.block-steps .box-check ul {
    color: #012A47;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
}
.block-steps .box-check li {
    height: 1%;
    overflow: hidden;
    padding: 0 0 5px;
}
.block-steps .box-check li img {
    float: left;
    padding: 3px 11px 0 2px;
}
.block-steps .box-check li span {
    display: block;
    height: 1%;
    overflow: hidden;
}
.block-steps .list-links {
    bottom: 15px;
    height: 30px;
    right: 28px;
    overflow: hidden;
    position: absolute;
    width: 441px;
}
.block-steps .step1 .list-links{width:81px;right:28px;}
.block-steps .list-links .btn-small-blue {
    float: right;
}
.block-steps .list-links .link {
    font-size: 11px;
    line-height: 20px;
    padding: 2px 0 0;
}
.block-steps span.title{margin-bottom:0;}
.step1 .box-check span.title{margin-bottom:0;}
#screenNameRow{display:none;}
.step1 .box-check{display:none;}
#screenNameRow{}
#screenNameRow .error{display:none;position:absolute;top:242px;}
#screen-name.greenborder{border:1px solid green;}
#screen-name.invalid{ background: none repeat scroll 0 0 #EBC8C8;border-color: #B52E2E;}
.step2 .ajax-loader{display:none;}
.step2 .box-check{min-height:125px;min-width:210px;}
#screen-name.ss-input-thinking{background: url(../images/ajax-loader.gif) no-repeat scroll right center transparent;}
.filterpanel .subhead.ajaxLoading{background:#fff url(../images/ajax-loader.gif) 133px center no-repeat;}
.blogPage .panelheadtall{display:none;}
.blogPage #pageleft{background:none;border:none;width:720px;}
.blogPage #sidebar{width:220px;margin:0;}
.errorMessage{color:red;}
.submitHidden{display:none;}
#homeGallery-outer{position:relative;background:#DBE3EA;border:1px solid #D2DCDC;overflow:hidden;}
.lightBlueBtn{ background: url("../images/bg-box-login.gif") no-repeat scroll 0 0 transparent;height: 60px;width: 192px;
text-align:center;line-height:60px; font-weight:bold;font-size:16px;margin-bottom:10px;}
.lightBlueBtn a{color:#022A46;height:60px;width:192px;display:inline-block;}
.lightBlueBtn a:hover{text-decoration:none;}
#homeGallery-Btns{position:absolute;right:25px;top:50px;z-index:800;text-align:center;}
.full-shadow{background: url(../images/shadow-960.png) center top no-repeat;width:959px;height:24px;margin-bottom:20px;position:relative;top:-1px;}
#ticket-detail-box{width:467px;}
#sponsor-box{background:#fff;}
.block-sponsor h2{padding:2px 5px;}
#cse-container{margin-top: 5px;}

#loginPopup{float:none;height:auto;width:auto;}
#loginPopup .login-form .login-holder{background:none;}
#loginPopup .login-form{position:static;float:left;margin-left:-40px;display:inline;width:250px;overflow:hidden;}
#repLetterPopup form{}

.lightbox{
  position:absolute;
  top:-9999px;
  left:0;
  z-index:999;
  width:500px;
  height:420px;
}
.lightbox-active{top:0;}
.lightbox .holder{
  background: url(../images/bg-login-form.png);
  height: 400px;

  padding: 9px 10px 11px;
  width: 480px;
}
.lightbox .frame{
  position:relative;

  padding:22px 23px 0 19px;
  background:#fff;
  height:378px;
}
.lightbox .heading{

  width:100%;
  margin:0 0 30px;
}
.lightbox .heading strong{
  color:#00263f;
  font:16px/19px Georgia, "Times New Roman", Times, serif;
}
.lightbox .heading .info{
  float:right;
  width:130px;
  padding:2px 0 0;
    margin-bottom:0;
}
.lightbox .heading .info em{
  font:italic 10px/16px Georgia, "Times New Roman", Times, serif;
  color:#005da6;
}
.lightbox .heading .info-link{float:right;}
.lightbox .heading .info-link a{float:right;}
.lightbox .heading .info-link .tool-tip{top:-9999px;}
.lightbox .row{
  overflow:hidden;
  width:381px;
  margin:0 0 17px;
}
.lightbox .row label{
  float:left;
  width:80px;
  padding:9px 0 0;
  font:bold 12px/14px Helvetica, Arial, sans-serif;
  color:#002a46;
    margin-bottom: 0;
}
.lightbox .row .title{
  float:right;
  height:34px;
    padding:0;
    margin-bottom: 0;
}
.lightbox .row .title input{
    padding-top:9px;
    padding-bottom:9px;
    padding-left:5px;
    padding-right:5px;
  width:282px;
    margin:0;
}
.lightbox .row .title textarea{
  overflow:auto;
  margin:0;
  width:282px;
  height:151px;
  max-width:282px;
  max-height:151px;
    padding:6px 5px;
    margin:0;
    min-height:151px;
}
.lightbox .row .title-textarea{height:165px;}
.lightbox .area{
  margin:-1px 0 0;
  padding:0 30px 0 87px;
}
.lightbox .area-holder{
  overflow:hidden;
  width:100%;
  margin:0 0 17px;
}
.lightbox .area-holder .check{
  float:left;
  margin:0;
  padding:0;
  width:16px;
  height:16px;
}
.lightbox .area-holder label{
  float:left;
  padding:1px 0 0 4px;
  font:italic 10px/12px Georgia, "Times New Roman", Times, serif;
  color:#005da5;
}
.lightbox .area-holder .submit{margin:0;}
.lightbox .area-holder a{
  float:right;
  margin:11px 26px 0 0;
  font-size:11px;
  line-height:13px;
  color:#005da5;
}
.lightbox #repsRow .title{height:61px;float:none; padding-left:8px;}
#repLetterPopup{top:7%;height:502px;}
#repLetterPopup .holder{height:482px;}
#repLetterPopup .frame{height:460px;}
#registerbox .info{overflow:hidden;}
#loginPopupHeading{position: relative;padding-right:250px;margin:20px 0;}
#loginPopupHeading #closeLoginPopupBtn{position: absolute; right:0;top:0;}
.blueText{color:#005DA5;font-style:italic;}
#gotoRegister{background:#e5eef7;padding:10px;width:190px;float:right;}
.embedpopup textarea{min-height: 150px;height:150px;}
.embedpopup .info{margin:0 0 19px 0;}
.bill-ticket .head .subpanel .social-networks a.btn-small-grey,#block-detail .subpanel .social-networks a.btn-small-grey{color:#fff;padding:0 0 0 5px;background:url("../images/bg-buttons.gif") 0 -508px no-repeat;float:none;}
.bill-ticket .head .subpanel .social-networks a.btn-small-grey:hover,#block-detail .subpanel .social-networks a.btn-small-grey:hover{background:url(../images/bg-buttons.gif) 0 -552px no-repeat;}
.blueItalic{background:none;color:#1067ad;}
/* @end */

.referrer-welcome { margin-bottom: 20px; }

.aside .h3 {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}

.aside .h2 {
  padding-bottom: 8px;
  margin: 0 0 10px 0;
}

.aside .detail {
  color: #909090;
  font-size: 12px;
}

.page .two_column {
  position: relative;
}

.page .two_column .aside-wrapper {
  min-height: 1000px;
}

.page .two_column .aside {
  position: absolute;
  top: 0;
  bottom: 0;
}

.block-blue{
	overflow:hidden;
	width:570px;
	margin:0 0 16px;
}
.block-blue .b-tall,
.block-blue .t,
.block-blue .b{
	background:url(../images/bg-block-blue-top.png) no-repeat;
	height:4px;
	font-size:0;
	line-height:0;
}
.block-blue .b{background:url(../images/bg-block-blue-bottom.png) no-repeat;}
.block-blue .b-tall{
	background:url(../images/bg-block-blue-bottom-tall.png) no-repeat;
	height:13px;
}
.block-blue .c{
	padding:11px 12px 4px 10px;
	background:url(../images/bg-block-blue-center.png) repeat-y;
	width:548px;
}
.block-blue .holder{
	overflow:hidden;
	padding:0 0 4px;
	width:548px;
}
.block-blue .stat{
	float:right;
	width:210px;
	color:#969faa;
	font-size:11px;
	line-height:14px;
}
.block-blue .stat .stat-holder{
	padding:0 0 7px 37px;
	width:79px;
	text-align:center;
}
.block-blue .stat strong{
	display:block;
	color: #2C3945;
	font-size:14px;
	line-height:16px;
	margin:0 0 12px;
}
.block-blue .stat img{display:block;}
.block-blue .block-content{
	position:relative;
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:18px;
	color:#2c383f;
}

.block-content .score, .block-content img{
float: left;
}
.block-content img {
	margin-right: 10px;
	margin-top: 4px;
}

.block-blue .block-content .alignleft{
	float:left;
	padding:4px 18px 0 0;
	font-size:9px;
	line-height:12px;
	color:#7b8693;
}
* html .block-blue .block-content .alignleft{padding-right:16px;}
.block-blue .block-content .alignleft img{
	display:block;
	margin:0 0 7px;
}
#main .block-blue .block-content .alignleft p{margin:0 0 40px;}
.block-blue .block-content .alignleft a{color:#7b8693;}
.block-blue .block-content .frame{
	overflow:hidden;
	height:1%;
}
.block-blue .block-content .head{
	display:block;
	margin:0 0 3px;
	color:#0061aa;
	font-size:16px;
	line-height:20px;
}
.block-blue .block-content dl{
	overflow:hidden;
	height:1%;
}
.block-blue .block-content dt{
	float:left;
	padding:0 3px 0 0;
}
* html .block-blue .block-content dt{padding-right:0;}
.block-blue .block-content dd{
	overflow:hidden;
	height:1%;
	padding:0;
}
.block-blue .info{
	overflow:hidden;
	height:1%;
	border-top:1px solid #d2dcdc;
	text-align:right;
	padding: 8px 0 0;
	margin: 8px 19px 0 0;
}
.block-blue .info ul{
	float:left;
	margin:0 0 0 -2px;
	padding:4px 0 0;
	text-align:left;
	overflow:hidden;
	font-size:11px;
	line-height:13px;
}
.block-blue .info li{
	float:left;
	margin:0 1px 0 -1px;
	padding:0 5px 0 7px;
	background:url(../images/separator-info.gif) no-repeat 0 3px;
}
.block-blue .info li a{color:#1f74b3;}
.block-blue .info .btn-small-blue{margin:0 0 0 8px;}

.block-content img, .block-content dl{
	float: left;
	margin-bottom: 10px;
}
#page .block-blue .c{
	color: red;
}

{
	margin-top: 10px;
	width: 100%;
}
