/* $Id: extra_voting_forms_all.css,v 1.1.2.1.2.1 2008/08/22 08:27:53 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 3 (Up / Down) ------------------------------------------------ */

/* Big */

.node .karma_3_big {
  display: block;
  width: 40px;
  float: right;
margin-top: -8px; 
margin-right: 4px;
}

.comment .karma_3_big {
  display: block;
  width: 40px;
  float: right;
margin-top: -31px;
margin-right: 4px;
}
.karma_3_big .karma_score {
  display: block;
  margin-bottom: 2px;
  background: url("img/3_scorebg.gif");
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 122%;
  letter-spacing: -0.1em;
  color: #333;
  text-shadow: 0 2px 0 #fff;
}
.karma_3_big .karma_form_promoted .karma_score {
  background: url("img/3_scorebg_promoted.gif");
  color: #fff;
}
.karma_3_big .karma_buttons {
  display: block;
  text-align: center;
}
.karma_3_big .karma_buttons label {
  text-align: left;
  display: block;
  font-size: 90%;
}

/* Small */
.karma_3_small .karma_score {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0 4px;
  color: #333;
}
.karma_3_small .karma_form_promoted .karma_score {
  color: #960;
  border-color: #e5ddac;
  background: #ffc;
}
.karma_3_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;
}



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

.has_negative_karma { display: inline; }

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






/* Basic styles ----------------------------------------------------------- */
html.js .extra_voting_forms .karma_form input,
html.js .extra_voting_forms .karma_form_promoted input,
html.js .extra_voting_forms .karma_form label span,
html.js .extra_voting_forms .karma_form_promoted 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 3 (Up / Down) ------------------------------------------------ */

/* Big */
html.js .karma_3_big .karma_buttons label {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
html.js .karma_3_big .karma_up_clicked_clickable,
html.js .karma_3_big .karma_up_not_clicked_clickable,
html.js .karma_3_big .karma_down_clicked_clickable,
html.js .karma_3_big .karma_down_not_clicked_clickable { cursor: pointer; }

html.js .karma_3_big .karma_up_clicked_not_clickable,
html.js .karma_3_big .karma_up_not_clicked_not_clickable,
html.js .karma_3_big .karma_down_clicked_not_clickable,
html.js .karma_3_big .karma_down_not_clicked_not_clickable { cursor: default; }

html.js .karma_3_big .karma_up_not_clicked_clickable { background-image: url("img/3_up_enabled_unclicked.gif"); margin-left: 4px; }
html.js .karma_3_big .karma_up_clicked_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }
html.js .karma_3_big .karma_up_not_clicked_not_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }
html.js .karma_3_big .karma_up_clicked_not_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }

html.js * html .karma_3_big .karma_up_not_clicked_clickable, 
html.js * html .karma_3_big .karma_up_clicked_clickable,
html.js * html .karma_3_big .karma_up_not_clicked_not_clickable,
html.js * html .karma_3_big .karma_up_clicked_not_clickable {
	margin-left: 2px;
}

html.js .karma_3_big .karma_down_not_clicked_clickable { background-image: url("img/3_down_enabled_unclicked.gif"); }
html.js .karma_3_big .karma_down_clicked_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }
html.js .karma_3_big .karma_down_not_clicked_not_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }
html.js .karma_3_big .karma_down_clicked_not_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }

/* Small */
html.js .karma_3_small .karma_buttons {
  display: inline-block;
  display: -moz-inline-box;
  overflow: hidden;
  vertical-align: middle;
}
html.js .karma_3_small .karma_buttons label {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}

html.js .karma_3_small .karma_up_clicked_clickable,
html.js .karma_3_small .karma_up_not_clicked_clickable,
html.js .karma_3_small .karma_down_clicked_clickable,
html.js .karma_3_small .karma_down_not_clicked_clickable { cursor: pointer; }

html.js .karma_3_small .karma_up_clicked_not_clickable,
html.js .karma_3_small .karma_up_not_clicked_not_clickable,
html.js .karma_3_small .karma_down_clicked_not_clickable,
html.js .karma_3_small .karma_down_not_clicked_not_clickable { cursor: default; }

html.js .karma_3_small .karma_up_not_clicked_clickable { background-image: url("img/3_up_enabled_unclicked.gif"); margin-left: 4px; }
html.js .karma_3_small .karma_up_clicked_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }
html.js .karma_3_small .karma_up_not_clicked_not_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }
html.js .karma_3_small .karma_up_clicked_not_clickable { background-image: url("img/3_up_enabled_clicked.gif"); margin-left: 4px; }

html.js * html .karma_3_small .karma_up_not_clicked_clickable, 
html.js * html .karma_3_small .karma_up_clicked_clickable,
html.js * html .karma_3_small .karma_up_not_clicked_not_clickable,
html.js * html .karma_3_small .karma_up_clicked_not_clickable {
	margin-left: 2px;
}

html.js .karma_3_small .karma_down_not_clicked_clickable { background-image: url("img/3_down_enabled_unclicked.gif"); }
html.js .karma_3_small .karma_down_clicked_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }
html.js .karma_3_small .karma_down_not_clicked_not_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }
html.js .karma_3_small .karma_down_clicked_not_clickable { background-image: url("img/3_down_enabled_clicked.gif"); }


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

/* Big */
html.js .karma_4_big .karma_buttons label {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
}

.comment .karma_4_big {
  display: block;
  float: right;
margin-top: -26px;
margin-right: 5px;
}

.karma_4_big .karma_score {
float: right;
  color: #333;
}

.forum-post-footer .karma_4_big {
margin: -19px 5px 0px 0px;
}



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

html.js .karma_4_big .karma_up_not_clicked_clickable { background-image: url("img/4_up_enabled_unclicked.gif"); }
html.js .karma_4_big .karma_up_clicked_clickable { background-image: url("img/4_up_enabled_clicked.gif"); }
html.js .karma_4_big .karma_up_not_clicked_not_clickable { background-image: url("img/4_up_disabled_unclicked.gif"); }
html.js .karma_4_big .karma_up_clicked_not_clickable { background-image: url("img/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: 50px;
  height: 14px;
  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-image: url("img/4_up_enabled_unclicked.gif"); }
html.js .karma_4_small .karma_up_clicked_clickable { background-image: url("img/4_up_enabled_clicked.gif"); }
html.js .karma_4_small .karma_up_not_clicked_not_clickable { background-image: url("img/4_up_disabled_unclicked.gif"); }
html.js .karma_4_small .karma_up_clicked_not_clickable { background-image: url("img/4_up_disabled_clicked.gif"); } 