/* @Form */
/*
legend{}
input{
    font-size: 1em;
    padding:3px 0px;
    border: 1px solid #BAD6C7;
    background-color: #E9F9FE;
}
input:hover,input:focus, textarea:hover, select:hover{
    border: 1px solid #E3E3E3;
    background-color: #EEEEEE;
}
input.disabled,input.disabled:hover{
    background-color: #FFD784;
}
textarea {
   font-size: 1em;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   border: 1px solid #ABC6DD;
   background-color: #E9F9FE;
}
select{
   border: 1px solid #ABC6DD;
   padding:3px 0px;
   background: #E7F4FA;
   font-size: 1em;
}
input[type="text"],input[type="password"]{
    
}
input[type="button"],input[type="submit"]{

}
input[type="button"]:hover,input[type="submit"]:hover {

}
input[type="checkbox"] {


}
*/
/*  @Group View index/index  */
ul.listPetitionSection{
  padding:20px 0 20px 10px;
}
ul.listPetitionSection li{
 /* padding: 0px 0px 0.2em 1em;
  list-style-image: none;
  background: url(../../../static/images/bullet-orange.gif) no-repeat 1px .1em;*/
  list-style: disc;
  list-style-position: inside;
  padding-top: 10px;
}  

ul.listPetitionSection li a {
  color: #333333;     
  font-size: 14px;
}
ul.listPetitionSection li a:hover{
  color: #c73030;
  text-decoration:underline;
}
p.otherBox{
  padding-right: 10px;
  text-align:right;
}    
p.otherBox a{
  padding-right: 10px;
  text-align:right;
  font-size: 14px;
} 

p.otherBox a:hover {
  color: #c73030;
  text-decoration:underline;
} 

#article { 
  position: relative;
  float: left;
  width: 737px;
}
#aside {
  float: right;
  width: 250px;
  margin-top: 20px;
  background: url(../../../static/images/linea.gif) no-repeat;
}
#section_lft {
  float: left;
  width: 300px;
}
#section_rgt {
  float: right;
  width: 425px;
} 
#prologue {
  margin: 20px 0 10px 0;
  padding: 10px;
  background:  #b4d4c1;  
}
#prologue h2 span{
  color: #c73030;
  font-size: 20px;
}
#prologue h2 a {
  color: #c73030;
  font-size: 20px; 
}
#prologue h2 a:hover {
  color: #333333;
  font-size: 20px; 
}
#prologue p {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
}
#quickCreatePetition {
  height:111px;
  background: url(../../../static/images/boxcrea.gif) no-repeat left top;
  color: #000000;
}
#quickCreatePetition h2{
  width:200px;
  padding:10px;
  font-size: 18px;
  line-height:22px;
}
#frmQuickCreatePetition{
 padding:10px;
} 
#frmQuickCreatePetition input#quickPetitionTitle{
  width:200px;
  padding:1px 0px;
  border: 1px solid #BAD6C7;
  background-color: #E9F9FE;
} 
#frmQuickCreatePetition input#quickPetitionTitle:hover,#frmQuickCreatePetition input#quickPetitionTitle:focus{
  border: 1px solid #E3E3E3;
  background-color: #EEEEEE;
} 
#frmQuickCreatePetition input#quickCreatePetitionSubmit{
  width:45px;
  height:24px;
  background: url(../../../static/images/crea-btn.jpg) no-repeat left top;
}
#frmQuickCreatePetition input#quickCreatePetitionSubmit:hover{
  background: url(../../../static/images/crea-btn-over.jpg) no-repeat left top;
}
#hightLightedPetition {
  width: 301px;
  height: 220px;
  margin:10px 0;
  background: url(../../../static/images/box-in-evidenza.jpg) no-repeat left top;
}    

#hightLightedPetition h2{
  padding:20px;
  text-align:center;
}

#hightLightedPetition p{
  padding:20px;
  text-align:center;
  line-height: 20px;
}

#hightLightedPetition p a {
  font-size: 22px;
  text-decoration: none;
  color: #c73030;
}

#hightLightedPetition p a:hover {
  color: #333333;
}
#bannerIndex_sx{
   width: 300px;
  height: 220px; 
}
#bannerIndex_sx img{
  width: 300px;
  height: 220px;
}
#mostSigned {
  margin:10px 0;
  background: #e9e6e0 url(/static/images/home_list_bg.png) no-repeat right top;
  border: solid 2px #c8c7c5;
  min-height:534px;
}
#mostSigned h2 {
  padding-top:20px;
  padding-left:10px;
  font-size: 22px;
  color: #c73030;
}

#activePetition {
  background: #e9e6e0 url(/static/images/home_list_bg.png) no-repeat right top;
  border: solid 2px #c8c7c5;
  min-height: 569px;
}
#activePetition h2{
  padding-top:20px;
  padding-left:10px;
  font-size: 22px;
  color: #c73030;
}
 

#activePetition p a:hover {
  color: #c73030;
  text-decoration: underline;
}
#latestPetition {
  min-height: 534px;
  margin:10px 0;
  background: #e9e6e0 url(/static/images/home_list_bg.png) no-repeat right top;
  border: solid 2px #c8c7c5;
}
#latestPetition h2{
  padding-top:20px;
  padding-left:10px;
  font-size: 22px;
  color: #c73030;
}

/*  @end Group View index/index  */ 
