﻿/*Poll*/

/*Change Direction*/
 #Poll { margin:0 0 10px 0; }
 #Poll div { text-align:right;direction:rtl; }
.PollLabel { width:20%;margin:0;font-size:9px;float:left; }
.PollIndicator { width:74%;margin:3px 0 0 0;height:8px;float:right;overflow:hidden;padding:0; }
.PollOptionFilled { height:8px;background:#CD0C0C url('../images/Poll.gif') repeat-x 0 0; border:none 0px #ccc; border-left:solid 1px #000;border-right:solid 1px #000; padding:0; margin:0; overflow:hidden;  }
.PollOptionBlank { height:8px;background:#666 url('../images/Poll-bg.gif') repeat-x 0 0; border:none 0px #ccc; border-left:solid 1px #000; padding:0; margin:0; overflow:hidden; }
.PollOptionBlank2 { height:8px;background:#666 url('../images/Poll-bg.gif') repeat-x 0 0; border:none 0px #ccc; padding:0; margin:0; overflow:hidden; }

/*End Change Direction*/


#Poll { min-height:100px;background-color:#ECECEC;border:solid 1px #333;font-family:Tahoma; }
#PollHeader { height:33px;font-size:12px;background:url(../images/PollTitleBg.gif) no-repeat right 5px; }
#PollIcon { width:20px;height:20px;float:right; }
#PollTitle { font-weight:bold;color:White;padding:2px 4px 0 4px; }
#PollSubject { background:url(../images/PollTitleArrow.gif) no-repeat right 6px;margin:10px 5px 5px 10px;text-align:justify; padding:0 9px 0 0;  }
#PollContent { width:100%;padding:0 0 15px 0;min-height:100px;overflow:hidden; }
.PollOption { width:92%;margin:0 10px 0 10px;min-height:30px; }
.PollOptionTxt { width:92%;margin:5px 0 2px 0; }
#PollSubmit { margin:10px 10px 0 10px;padding:0;  }
#Hits { background-color:#FBD886 ;margin:15px 0 0 0;height:16px;padding:2px 0 0 0;text-align:center !important; border:solid 1px #333; border-left:none 0px #ccc; border-right:none 0px #ccc; }
.InputBtnStyle { background:url(../Images/PollBtn.gif) 0 0 no-repeat; border:none 0px #ccc; width:40px; height:16px;font-size:10px;padding:0; font-family:Tahoma; }
#SubmitedLbl {  height:20px;text-align:center; }