/** 
* @file polls.css
* CSS file for polls
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.961
* @Date: 09.08.2009
*/
.pmxpoll_keys
{
	background-color: #889Fb8;
	color: #000000;
	padding: 1px 3px;
	line-height: 2em;
	white-space: nowrap; 
	cursor: pointer;
}
.pmxpoll_keys_up
{
	border-top: solid 2px #d0d0d0;
	border-left: solid 2px #d0d0d0;
	border-right: solid 2px #404050;
	border-bottom: solid 2px #404050;
}
.pmxpoll_keys_down
{
	border-top: solid 2px #404050;
	border-left: solid 2px #404050;
	border-right: solid 2px #d0d0d0;
	border-bottom: solid 2px #d0d0d0;
}
