/* $Id: extra_voting_forms_all.css,v 1.1.2.3 2008/04/19 09:27:24 mercmobily Exp $ */


/* Basic styles ----------------------------------------------------------- */

/* Node links */ /* !Deve funzionare ovunque, non solo nei links */
.links .extra_voting_forms,
.links .extra_voting_forms .karma_form,
.links .extra_voting_forms .karma_form_promoted { display: inline; }




/* Form type 4 (Up only) -------------------------------------------------- */

/* Big */
.karma_4_big {
margin-top:12px;
  width: 137px;
height: 25px;
  float:left;
  font-family:Verdana;
  clear:left;
}
.karma_4_big .karma_score {
  margin-bottom: 2px;
  background: url("img/4_scorebg.gif");
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1em;
  width:36px;
  float:left;
font-weight:bold;
  letter-spacing: -0.1em;
  color: #fff;
padding-left:1px;
margin-right:-37px;
  text-shadow: none; 
}
.karma_4_big .karma_form_promoted .karma_score {
  background: #217919 url("images/4_scorebg_promoted.gif");
  color: #fff;
}
.karma_4_big .karma_buttons {
  display: block;
  height: 25px;
}

/* Small */
li.extra_voting_forms .extra_voting_forms
{
float:right;
}


.karma_4_small .karma_score {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0 4px;
  color: #333;
float:left;
}
.karma_4_small .karma_form_promoted .karma_score {
  color: #960;
  border-color: #e5ddac;
  background: #ffc;
}
.karma_4_small input { font-size: 90%; }


/* Comments (Hide / Show) ------------------------------------------------- */
.karma_comment_hide { 
  float: right;
  background: url("img/comment_hide.gif") no-repeat;
  height: 14px;
  width: 24px;
  margin-right: 20px;
  cursor: pointer;
}

.karma_comment_show { 
  float: right;
  background: url("img/comment_show.gif") no-repeat;
  height: 14px;
  width: 24px;
  margin-right: 20px;
  cursor: pointer;
}

/* The following styles are only applied when JavaScript is enabled:
============================================================================ */


/* Basic styles ----------------------------------------------------------- */
html.js .extra_voting_forms input,
html.js .extra_voting_forms label span { display: none; }

html.js .has_negative_karma { display: inline; }

/* Visual feedback while a form is waiting submission */
html.js .karma_sending { 
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
}



/* Form type 4 (Up only) -------------------------------------------------- */

/* Big */
html.js .karma_4_big .karma_buttons label {
margin-left:37px;
float:none;
  width: 100px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

html.js .karma_4_big .karma_up_clicked_clickable,
html.js .karma_4_big .karma_up_not_clicked_clickable { cursor: pointer; }
html.js .karma_4_big .karma_up_clicked_not_clickable,
html.js .karma_4_big .karma_up_not_clicked_not_clickable { cursor: default; }

html.js .karma_4_big .karma_up_not_clicked_clickable { background: #459e20 url("images/4_up_enabled_unclicked.gif"); }
html.js .karma_4_big .karma_up_clicked_clickable { background: #459e20 url("images/4_up_enabled_clicked.gif"); }
html.js .karma_4_big .karma_up_not_clicked_not_clickable { background: #fff url("images/4_up_disabled_unclicked.gif"); }
html.js .karma_4_big .karma_up_clicked_not_clickable { background: transparent url("images/4_up_disabled_clicked.gif"); }


/* Small */
html.js .karma_4_small .karma_buttons {
  display: inline-block;
  display: -moz-inline-box;
  overflow: hidden;
  vertical-align: middle;
}
html.js .karma_4_small .karma_buttons label {
  display: block;
  float: left;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
html.js .karma_4_small .karma_up_clicked_clickable,
html.js .karma_4_small .karma_up_not_clicked_clickable { cursor: pointer; }
html.js .karma_4_small .karma_up_clicked_not_clickable,
html.js .karma_4_small .karma_up_not_clicked_not_clickable { cursor: default; }

html.js .karma_4_small .karma_up_not_clicked_clickable { background: #459e20 url("images/4_small_up_enabled_unclicked.gif"); }
html.js .karma_4_small .karma_up_clicked_clickable { background: #459e20 url("images/4_small_up_enabled_clicked.gif"); }
html.js .karma_4_small .karma_up_not_clicked_not_clickable { background: #fff url("images/4_small_up_disabled_unclicked.gif"); }
html.js .karma_4_small .karma_up_clicked_not_clickable { background: #fff url("images/4_small_up_disabled_clicked.gif"); }



