/*Commentation*/
table.usernamepolling
{
    width:700px;
}
input.buttomopinion
{
   float:left;
    margin-left:17px;
    vertical-align:middle;
    background:transparent url('Images/Polling/send.gif') no-repeat scroll ;
    cursor:pointer;
    width:57px;
    height:21px;
}
input.buttomopinion:hover
{
    float:left;
    margin-left:17px;
    vertical-align:middle;
    background:transparent url('Images/Polling/send.gif') 0px -21px no-repeat scroll ;
    cursor:pointer;
}
td.usernamepolling
{
    font-weight:600;    
    text-align:right;
    color:#009BC2;
}
td.Commentpolling
{
    color:#696769;
    text-align:justify;
    direction:rtl;
    border-bottom:solid 1px #cccccc;    
}
td.hyperlinkcomments
{
    text-align:left    
}
td.hyperlinkcomments a
{
    color:#92499E; 
}
td.hyperlinkcomments a:hover
{
    color:#4D0B64; 
}
td.linecommentpolling
{
    border-bottom:solid 1px #B2B2B2;    
}
td.Opinionpolling
{
    padding-top:8px;
    text-align:right;
    color:#7A098F;
}
td.itemcontentpolling
{
    text-align:left;    
}
td.itempolling
{
    text-align:right;    
}
td.titlepolling
{
    text-align:center;
    font-weight:600;    
    border-bottom:solid 1px black;
}

/*Commentiotion end*/

/*AdvancedPolling*/
.poll-box
{
	background: #f6f6f7; padding: 5px; width: 140px; position:relative;
	text-align:right; border:solid 1px #c0c0c0;
}
.poll-question
{
	background: #a3d622; color: black; border:solid 1px white; padding:5px;margin-bottom:10px; text-align:justify; 
}
.poll-total
{
	background:#FFFFFF; color:Black; border:solid 1px black; padding:5px; margin-bottom:10px;text-align:center; text-transform:uppercase;font-size:8pt;
}
.poll-result
{
	font-size:8pt; padding-left:4px; direction:rtl; 
}
.poll-chart
{
	background: #c0c0c0; padding: 4px; height: 15px; overflow: hidden; vertical-align: middle;margin-bottom:10px;
}

/*AdvancedPolling end*/
