/*****************************************************************
Addon Name: sNews AJAX polls
Description: Create polls for your sNews 1.6 install, with AJAX
Version: 1.0.1
Last Update: Sept.04.09 - keyrocks
Author: Matt Jones
Author URI: http://mdj.us/
License: Creative Commons Attribution-Share Alike 3.0 United States License
License URI: http://creativecommons.org/licenses/by-sa/3.0/us/
*****************************************************************/

/*****************************************************************
poll_styles.css
class names should be relatively self-explanatory :)
*****************************************************************/

.pollContainer {
font-size: 90%;
width: 90%; /* 212px; */
margin: 10px 0;
background-color: #f4f4f4;
border: 1px solid #d2d2d2;
padding: 8px;
}
.pollQuestion { font-size: 1.2em; font-weight: 800; margin-bottom: 6px; }
.pollAnswer { margin-bottom: 2px; }

.pollBar { width: 96%; background-color: #dddddd; margin-bottom: 6px; height: 14px; }

.pollImg { border: 1px inset; height: 12px; }
.pollTotal { margin-bottom: 6px; }
.pollOption { display: inline-block; vertical-align: middle; margin: 4px; }
.pollButton { margin-top: 10px; }
.pollResultLink { margin: 8px 0; color: #333333; }
.pollAdminTD { padding: 3px 6px; }
.pollAdminQuestion { width: 95%; height: 50px; margin: 10px 0; }
.pollAdminButton { margin: 10px 4px; }

