body {
  font-family: arial;
}
.hidden {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */


.box300 {
  float: left;
  width: 300px;
  outline: 1px dotted #f66;
  margin: 5px;
}

.box640 {
  float: left;
  width: 640px;
  outline: 1px dotted #f66;
  margin: 5px;
}


.raiPoll {
	text-align:left;
}
.raiPoll .loading {
  display: block;
  background: transparent url(/dl/portale/image/loading.gif) no-repeat center top scroll;
  font-size: 20px;
  color: #777;
  padding: 15px 0px 0px 0px;
}

.raiPoll h2.tit {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  color: #1d2d45;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}

.raiPoll p.text {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.raiPoll.risultati p.text {
  display: none;
}

.raiPoll ul.domanda {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  list-style: none;
  font-size: 12px;
  overflow: hidden;
}

.raiPoll ul.domanda li {
  display: block;
  float: left;
  width: 290px;
  height: auto;
  padding: 5px 0px 0px 5px;
  margin: 0px 25px 5px 0px;
  /*border-top: 1px solid #ddd;*/
}

.raiPoll ul.domanda li img {
  display: block;
  float: left;
  width: 94px;
  height: 94px;
  padding: 2px 2px 2px 2px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.raiPoll ul.domanda li.noImage .descr {
  width: 280px;
}
.raiPoll ul.domanda li .descr {
  display: block;
  float: left;
  width: 180px;
  height: auto;
  padding: 0px 0px 0px 10px;
}

.raiPoll ul.domanda li.noImage .descr label {
  width: 270px;
}
.raiPoll ul.domanda li .descr label {
  display: block;
  float: left;
  width: 170px;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #666;
  font-size: 16px;
}

.raiPoll ul.domanda li .descr label span.label {
  padding: 0px 0px 0px 10px;
}
.raiPoll ul.domanda li span.btnRadio {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  outline: 0px;
  overflow: hidden;
  background: url(/dl/sondaggi/skin/btn_sondaggio.gif) -18px 0px no-repeat;
}
.raiPoll ul.domanda li span.btnRadio input {
  display: none;
}

.raiPoll ul.domanda li label:hover span.btnRadio,
.raiPoll ul.domanda li span.btnRadio:hover {
  background-position: -18px -18px;
}

.raiPoll ul.domanda li label:hover span.btnRadio.selected,
.raiPoll ul.domanda li span.btnRadio.selected:hover,
.raiPoll ul.domanda li span.btnRadio.selected {
  background-position: -18px -36px;
  outline: 0px;
}
.raiPoll ul.domanda li span.btnCheck {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  outline: 0px;
  overflow: hidden;
  background: url(/dl/sondaggi/skin/btn_sondaggio.gif) 0px 0px no-repeat;
}
.raiPoll ul.domanda li span.btnCheck input {
  display: none;
}

.raiPoll ul.domanda li span.btnCheck:hover {
  background-position: 0px -18px;
}

.raiPoll ul.domanda li span.btnCheck.selected {
  background-position: 0px -36px;
  outline: 0px;
}



.raiPoll ul.domanda li.noImage .descr p {
  width: 260px;
}
.raiPoll ul.domanda li .descr p {
  display: block;
  float: left;
  width: 160px;
  height: auto;
  padding: 5px 0px 0px 10px;
  margin: 0px;
  color: #666666;
  font-size: 11px;
}

.raiPoll li.noImage .descr .media {
  width: 270px;
}
.raiPoll li .descr .media {
  display: block;
  float: left;
  width: 170px;
  height: auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.raiPoll li .descr .media a {
  display: block;
  width: auto;
  font-size: 11px;
  font-weight: bold;
  color: #888;
}
.raiPoll li .descr .media a:hover {
  color: #444;
}



.Cortesia {
  display: block;
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  color: #dd0000;
  font-weight: normal;
  font-size: 20px;
}

.raiPoll a.btn {
  display: block;
  float: right;
  margin: 0px 5px 5px 5px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #a0830b;
  background: #e38513;
}

.raiPoll a.btn:hover {
  text-decoration: none;
  color: #a0830b;
  border: 1px solid #e38513;
  background: #fff;
}

.raiPoll a.btn.left {
  float: left;
}

/*--*/

.raiPoll ul.risposta {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  list-style: none;
  font-size: 12px;
  overflow: hidden;
}

.raiPoll ul.risposta li {
  display: block;
  float: left;
  width: 290px;
  height: auto;
  padding: 5px 0px 0px 5px;
  margin: 0px 25px 5px 0px;
  border-top: 1px solid #ddd;
}

.raiPoll ul.risposta li img {
  display: block;
  float: left;
  width: 94px;
  height: 94px;
  padding: 2px 2px 2px 2px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.raiPoll ul.risposta li.noImage .descr {
  width: 230px;
}
.raiPoll ul.risposta li .descr {
  display: block;
  float: left;
  width: 130px;
  height: auto;
  padding: 0px 0px 0px 10px;
}

.raiPoll ul.risposta li.noImage .descr label {
  width: 220px;
}
.raiPoll ul.risposta li .descr label {
  display: block;
  float: left;
  width: 120px;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #666;
  font-size: 16px;
}

.raiPoll ul.risposta li .descr label span.label {
  padding: 0px 0px 0px 0px;
}

.raiPoll ul.domanda li.noImage .descr p {
  width: 210px;
}
.raiPoll ul.domanda li .descr p {
  display: block;
  float: left;
  width: 110px;
  height: auto;
  padding: 5px 0px 0px 10px;
  margin: 0px;
  color: #666666;
  font-size: 11px;
}

.raiPoll ul.risposta li .barra em {
  display: block;
  float: right;
  color: #fff;
  padding: 1px 5px 0px 0px;
  font-size: 11px;
  font-weight: bold;
}

.raiPoll ul.risposta li .barra {
  display: block;
  float: right;
  width: 100%;
  height: 17px;
  color: #1d2d45;
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #a0830b;
  text-decoration: none;
}

.raiPoll ul.risposta li .barra span.result_barra {
  display: block;
  float: left;
  height: 15px;
  min-width: 33px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #a0830b;
  background: #e38513;
}

.raiPoll ul.risposta li span.result_percent{
  display: block;
  float: right;
  text-align: right;
  width: 50px;
  font-size: 14px;
  color: #1d2d45;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}


.raiPoll div.captcha {
  text-align: center;
  font-size: 14px;
  text-transform: none;
  margin: 5px;
  border: 1px dotted red;
}
.raiPoll div.recaptcha {
  margin: 0 auto;
  width: 318px;
}


a.LinkEditore {
display: block;
position: absolute;
top: 10px;
left: 50%;
margin: 0px 30px 0px 0px;
width: 480px;
height: 100px;
background: transparent;
z-index: 100;
}

a.LinkSito {
display: block;
position: absolute;
top: 10px;
right: 50%;
margin: 0px 0px 0px px;
padding: 0px 0px 0px 0px;
width: 480px;
height: 100px;
background: transparent;
z-index: 100;
}

span.messaggio {
display: block;
float: left;
text-align: left;
width: auto;
padding: 20px 0px 0px 20px;
font-size: 18px;
font-weight: bold;
color: #cc0000;

}



.pp_nav {visibility: hidden; }



/* paginanazione */

.raiPoll .pagination {
display: block;
float: left;
height: auto;
padding: 5px 5px 5px 5px;
margin: 10px 0px 0px 0px;
list-style: none;
background: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.raiPoll .pagination li{
display: block;
float: left;
text-align: center;
width: auto;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 5px 0px 0px;
list-style: none;


}

.raiPoll .pagination li a{
display: block;
float: left;
width: 21px;
height: 18px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #999;
background: #ddd;
color: #444;
}
