﻿
.olumlu
{
    
  display:block;width:87px;height:109px;background:url(images/olumluwithshadow.png) no-repeat top;
 
}

.olumlu:active
{
background:url(images/olumluwithoutshadow.png) no-repeat bottom;

}

.notr
{
  display:block;width:87px;height:109px;background:url(images/notrwithshadow.png) no-repeat top;
}

.notr:active
{
background:url(images/notrwithoutshadow.png) no-repeat bottom;
}
.olumsuz
{
  display:block;width:87px;height:109px;background:url(images/olumsuzwithshadow.png) no-repeat top;
}

.olumsuz:active
{
background:url(images/olumsuzwithoutshadow.png) no-repeat bottom;
}


.btnpositive
{
   color:green;
   text-decoration:none;
   text-align:center;
   vertical-align:bottom;
  display:inline-block;width:90px;height:73px;background:url(/images/voting-faces.png) no-repeat 0px 0px ;
}

.btnpositive:active
{
background:url(/images/voting-faces.png) no-repeat 0px -73px ;
}
.btnnotr
{
   color:yellow; 
   text-decoration:none;
   text-align:center;
   vertical-align:bottom;
  display:inline-block;width:90px;height:73px;background:url(/images/voting-faces.png) no-repeat -90px 0px ;
}

.btnnotr:active
{
background:url(/images/voting-faces.png) no-repeat -90px -73px ;
}
.btnnegative
{
   color:red; 
   text-decoration:none;
   text-align:center;
   vertical-align:bottom;
  display:inline-block;width:90px;height:73px;background:url(/images/voting-faces.png) no-repeat -180px 0px ;
}

.btnnegative:active
{
background:url(/images/voting-faces.png) no-repeat -180px -73px ;
}
.emotionTd {
    text-align:center;
    vertical-align:top;
    font-size:12px;
    font-weight:bold;
    width:33%;
}

.q-indicator-bgleft {
    width:7px;
    height:17px;
    background-image:url(/images/q-indicator-bg-left.png);
    background-repeat:no-repeat;
    display:inline-block;
}

.q-indicator-bgright {
    width: 7px;
    height: 17px;
    background-image: url(/images/q-indicator-bg-right.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.q-indicator-bg {
    height: 17px;
    background-image: url(/images/q-indicator-bg.png);
    background-repeat: repeat-x;
    vertical-align:middle;
    text-align:center;
}

.q-indicator-question {
   width: 10px;
    height: 10px;
    background-image: url(/images/q-indicator-notans.png);
    background-repeat: repeat-x;
    display: inline-block;
    margin-right:2px;
    margin-left:2px;
    float:left;
 }


.q-indicator-answer {
   width: 10px;
    height: 10px;
    background-image: url(/images/q-indicator-ans.png);
    background-repeat: repeat-x;
    display: inline-block;
    margin-right:2px;
    margin-left:2px;
    float:left;
 }