/* CSS Document */

/* drupalit widget - start */
.vote {
position: relative;
padding-bottom:10px;
}
.vote-title {
	font-weight: normal;
	font-size:0.875em;
}
.vote-wrap-login {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	width:170px;
	height:32px;
	/* background:url(drupal_vote.png) top left no-repeat; */
	margin-right: 5px;
}
.vote-wrap {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	/* background:url(drupalit_vote.png) top left no-repeat; */
	margin-right: 5px;
}

.vote-wrap a, .vote-wrap a:link {
	font-weight: normal;
	color: #0099FF;
}
.vote-count, 
.vote-counted {
	/* background:url(drupalit_vote.png) top left no-repeat; */
	float:left;
	margin: 0;
	padding: 0;
	/* overflow: visible; */
	width:40px;
	/* height:32px;*/
	font-size: 1em;
	text-align:center;
	font-weight:bold;
	color:#fff;
	line-height: 30px;
	cursor: default;
}

.vote-text {
	float:right
	margin: 0;
	padding: 5px 0 10px 10px;
	text-decoration: none;
	text-align:left;
	cursor: pointer;
	overflow:hidden;
	font-weight:bold;
}
.vote-text a{
	text-decoration:underline;
}
.voted-text {
	float:right
	margin: 0;
	padding: 5px 0 10px 10px;
	text-decoration: none;
	text-align:left;
	color:#000;
	cursor: default;
	overflow:hidden;
	font-weight:bold;
}
/* drupalit widget - end */

/* drupalit statistic - start */
table.drupalit th {
  text-align: center;
}
table.drupalit td.data {
  text-align: center;
}
table.drupalit td.large {
  padding: 0 5px;
}
/* drupalit statistics - end */

