﻿/* ######### CSS for index contents ######### */

h3.box-header{
width:190px;
}

table#content{
line-height:20px;
}

td#left{
text-align:left;
}

#news{
width:186px;
height:55px;
border-left:2px solid orange;
border-right:2px solid orange;
border-bottom:2px solid orange;
border-top:0px solid orange;
padding:5px;
background-color: #fbfbce;
font-family:Verdana;
font-size:10pt;
text-decoration:none;
margin-bottom:5px;
}

.poll-box{
margin:0px auto;
width:200px;
background-color:#fbfbc;
}

.poll{
margin:0px;
margin-left:0px;
margin-right:0px;
width:200px;
border-collapse:collapse;
background-color:#fbfbce;
border:2px solid orange;
}

.poll-question{
text-align:left;
color:#000000;
font-family:Verdana;
font-size:9pt;
font-weight:bold;
padding-left:5px;
}

.poll-choice{
color:#000000;
font-family:Verdana;
font-size:9pt;
}

.poll-result{
color:#000000;
font-weight:bold;
font-size:9pt;
}

.poll-vote, .poll-vote:visited{
background-color:orange;
color:black;
border: 1px solid orange;
margin:2px;
}

.poll-vote:hover{
cursor:pointer;
background-color:#fbb83d;
}

td#middle{
text-align:center;
}

td#middle div#group{
margin:0px auto;
text-align:center;
width:300px;
line-height:30px;
cursor:pointer;
text-decoration:none;
font-family:Verdana;
font-size:13pt;
font-weight:400;
color:white;
background:#1450ae;
}

td#middle div#group:hover{
color:black;
}


td#right{
text-align:center;
}