/* Copyright 2011/2013 Dextra Sistemas

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

.issue {
	position: relative;
	margin-top:42px;
}
#issues_poll_area {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 3px #666666 inset;
	display: block;
	line-height: 28px;
	padding: 3px;
	position: absolute;
	right: 0;
	top: -40px;
	width: auto;
}
#rmipoll ul {
	margin: 0;
}
#rmipoll ul li {
	float: left;
	list-style: none;
	margin: 0 15px 0 5px;
	position: relative;
}
#rmipoll ul li span {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 25px;
	font-weight: bold;
	padding: 4px 10px;
}
#rmipoll ul li p {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	display: none;
	padding: 1px 10px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 30px;
	width: 260px;
	border-radius: 10px;
}
#rmipoll ul li:hover p {
	display: block;
}
#rmipoll ul .usertime a, #rmipoll ul .sharetime input, #rmipoll ul .worktime a, #rmipoll ul .viewAll a {
	display: inline-block;
	height: 27px;
	font-size: 0px;
	text-indent: -99999px;
	margin-right: 5px;
	vertical-align: middle;
	border: 0px;
	width: 24px;
}
#rmipoll ul .worktime a {
	background: url(../images/worktime.png) 0 0 no-repeat;
	width: 27px;
	height: 24px;
	display: inline-block;
}
#rmipoll ul .usertime a {
	background: url(../images/usertime.png) 0 0 no-repeat;
	width: 24px;
}
#rmipoll ul .sharetime input {
	background: url(../images/betime.png) 0 0 no-repeat;
	cursor: pointer;
}
#rmipoll ul .viewAll a {
	background: url(../images/alltime.png) 0 0 no-repeat;
}
#rmipoll .errorExplanation {
	position: absolute;
	top: 40px;
}
#poll-members {
	background: none repeat scroll 0 0 #FFFFFF;
	position: absolute;
	right: 1px;
	top: 43px;
	width: 800px;
}

.view_votes_toggle {
	cursor: pointer;
}

dt.vote-added { background-image: url(../images/up.png); }
dt.vote-canceled { background-image: url(../images/down.png); }