/*******************************************************************************
* poll.css - css definitions for module poll
*
* $Source: H:\\CVS\\cvsrepo/Moonedge.ICC\040LE\0402.5/app_icc/modules/poll10/poll.css,v $
* $Revision: 1.1 $
* $Date: 2008/06/26 13:21:06 $
* $Author: Markus $
*
* Copyright (C) Moonedge E-Business GmbH, 2008
*******************************************************************************/

/*** Poll ***/
.PollList { }
.PollList h3 { margin-bottom: 5px; }
.PollList .question { font-style: italic; margin-bottom: 15px; }
.PollList form fieldset { border: none; margin: 0px; }

.PollJoin { }
.PollJoin td { padding-right: 10px; padding-bottom: 2px; }
.PollJoin td.choice { }

.PollResults { }
.PollResults td { padding-right: 10px; padding-bottom: 5px; }
.PollResults td.choice { }
.PollResults td.votes { }
.PollResults td.percent { color: #666666; }
.PollResults td.total { padding-top: 15px; font-weight: bold; }
.PollResults div.bar { background-color: #EEEEE0; border: 1px solid; }
.PollResults div.message { text-align: center; margin-top: 5px; }

.PollBox { padding: 5px; }
.PollBox .question { font-style: italic; margin-bottom: 5px; }
.PollBox form fieldset { border: none; margin: 0px; }
.PollBox form input { font-size: 0.8em; }
.PollBox td { padding-right: 5px; font-size: 0.8em; }
.PollBox td.total { padding-top: 5px; font-weight: bold; }
.PollBox div.message { font-size: 0.8em; }