/* CSS Document */
big{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:#F6F6F6 none repeat scroll 0 0;
border:1px solid #CCCCCC;
cursor:pointer;
float:right;
margin-left:10px;
overflow:visible;
padding:4px;
vertical-align:middle;
white-space:nowrap;
font-size: 12px;
}

.vote_button{background:url(yes-enb.jpg) center right no-repeat; padding-right:18px;font-weight: bold;}
.vote_button:hover{
	background:url(yes-dis.jpg) center right no-repeat;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.disvote_button{background:url(no-enb.jpg) center right no-repeat; padding-right:18px;font-weight: bold;}

.disvote_button:hover, .disvote_button:visited{
	background:url(no-dis.jpg) center right no-repeat;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.tooltip{ height:13px;display: none;width:120px; text-align:left;overflow:visible;opacity:0.7;filter:alpha(opacity=40)}
.tooltip2{ height:13px;display: none;width:140px; text-align:right; overflow:visible;opacity:0.7;filter:alpha(opacity=20)}
.tooltip3{ height:13px;display: none;width:200px; text-align:right; overflow:visible;opacity:0.7;filter:alpha(opacity=40)}



.ivotethis, .idisvotethis, .totalstats{
		font-size: 1.5em;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		background-color:#F6F6F6;
		text-shadow: #fff 0px 0px 20px;
		width:300px;
		vertical-align:middle;
		border:solid #CCCCCC 1px;
	}

.totalstatsbutton{ width:244px; vertical-align:middle;background:#F6F6F6 none repeat scroll 0 0;font-weight: bold;float:left;}
.totalstatsbutton .greenBar{background-color:#DDDDDD;  height:5px; margin-bottom:3px; height:6px;}
.totalstatsbutton .redbar{background-color:#DDDDDD;  height:5px; margin-bottom:3px; height:6px;}

#voting_result{ border:solid #666666 1px; height:120px; margin-top:19px;-moz-border-radius: 6px;
		-webkit-border-radius: 6px; width:500px; margin-left:12px; display:none
		}
.mesgbox{ background:url(tick.gif) top left no-repeat; padding-left:25px;  margin:5px;font-family:Arial, Helvetica, sans-serif; font-size:12px; height:20px;  width:427px; float:left}
.close{ border:solid #666666 1px; float:left; width:20px; margin-top:6px;-webkit-border-radius: 4px;-moz-border-radius: 4px;  text-align:center; font-size:12px; cursor:pointer}

.bigGreenBar{background-color:#AADA37;  height:5px; margin-bottom:3px; height:11px; margin-top:7px; margin-left:10px;}
.bigRedBar{background-color:#CF362F;   height:5px; margin-bottom:3px; height:11px; margin-top:7px; margin-left:10px;}

.thumbUp{ background:url(yes-dis.jpg) center left no-repeat;height:25px; margin-top:5px; margin-left:20px; padding-left:28px}
.thumbDown{ background:url(no-dis.jpg) center left no-repeat;height:25px; margin-left:20px; padding-left:28px}
.thumbUp div{ float:left; font-size:12px; }
.thumbDown div{ float:left; font-size:12px; }





