﻿
/* NetPoll application */

.poll_Button
{
color: #00006A;
background-color : #ffffff;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : arial,tahoma,verdana;
font-size : 12px;
font-weight: bold;
cursor: hand;
}

.poll_Head
{
font-family : arial,tahoma,verdana;
font-size : 14px; 
font-weight: bold;
color: #ffffff;
background-color : #333399; 
text-align : center;
}

.poll_Question
{
font-family : arial,tahoma,verdana;
font-size : 12px; 
font-weight: bold;
color: #000000;
background-color : #E0E7EC; 
text-align : left; 
}

.poll_Answer
{
font-family : arial,tahoma,verdana;
font-size : 12px; 
font-weight: bold;
color: #000000;
background-color : #C2C9DA; 
text-align : left; 
}

.poll_Foot
{
font-family : arial,tahoma,verdana;
font-size : 14px; 
font-weight: bold;
color: #ffffff;
background-color : #333399; 
text-align : center;
}


