﻿#Regulations h2
{
    color: #C71585;
    background: url("/images/activities/2012/stamppoll/text_prose.png") no-repeat 5px center;
    padding: 5px 5px 5px 45px;
    border-bottom: 4px solid #B0C4DE;
}
#Regulations p
{
    font-size: 0.8em;
}
#Regulations li
{
    font-size: 0.8em;
    line-height: 20px;
}
#Regulations table
{
    width: 95%;
    margin: 10px auto;
    border-collapse: collapse;
    border-left: 1px solid #696969;
    border-top: 1px solid #696969;
}
#Regulations th, #Regulations td
{
    font-size: 0.8em;
    padding: 5px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
}
#Regulations th
{
    color: White;
    background-color: #BC8F8F;
    font-weight: normal;
}
#Regulations td
{
    background-color: White;
    text-align: center;
}
#Regulations strong
{
    color: #800080;
    font-size: 1.2em;
    font-weight: normal;
}

a#evoting-link
{
    display: block;
    width: 100px;
    color: #C71585;
    background: #FFFFFF url("/images/activities/2012/stamppoll/icon.jpg") no-repeat left center;
    font-size: 1.4em;
    font-weight: bold;
    float: right;
    padding: 40px 10px 40px 100px;
    margin: 100px 10px 20px 20px;
    border: 1px solid #D3D3D3;
}
a#evoting-link:hover
{
    color: #4169E1;
}


#e-voting h2
{
    color: #C71585;
    background: url("/images/activities/2012/stamppoll/accept.png") no-repeat 5px center;
    padding: 5px 5px 5px 45px;
    border-bottom: 4px solid #B0C4DE;
}
#e-voting p
{
    font-size: 0.8em;
}
#e-voting h3
{
    color: #EEEEEE;
    background: #BC8F8F url("/images/activities/2012/stamppoll/tick.png") no-repeat 5px center;
    font-size: 1.2em;
    padding: 7px 10px 7px 50px;
    margin: 10px 0;
    clear: both;
}
#e-voting h3 span
{
    color: Black;
    font-size: 0.6em;
    font-weight: normal;
}
#e-voting .bloc, #e-voting .sel
{
    display: block;
    position: relative;
    width: 150px;
    height: 190px;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 5px 20px;
    border: 1px solid White;
}
#e-voting .bloc
{
    background-color: #D8BFD8;
}
#e-voting .sel
{
    background-color: #B0C4DE;
}
#e-voting .bloc img, #e-voting .sel img
{
    display: block;
    margin: 0 auto;
}
#e-voting .bloc p, #e-voting .sel p
{
    display: block;
    width: 140px;
    height: 70px;
    /*background-color: #D3D3D3;*/
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0 5px;
}
#e-voting table
{
    width: 80%;
    margin: 5px auto;
    /*border-collapse: collapse;*/
    /*border-top: 1px solid #696969;
    border-left: 1px solid #696969;*/
}
#e-voting th, #e-voting td
{
    font-size: 0.8em;
    padding: 5px;
    /*border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;*/
}
#e-voting th
{
    width: 200px;
    /*color: #EEEEEE;*/
    background-color: #D8BFD8;
    font-weight: normal;
}
#e-voting td.buttons input
{
    width: 100px;
    height: 40px;
    margin: 0 10px;
}
#e-voting .selected
{
    background-color: #8DBC8F;
}
#e-voting em.error
{
    color: Red;
}
#e-voting
{
    /*display: none;*/
}
#result
{
    display: none;
    width: 70%;
    background-color: White;
    text-align: center;
    padding: 40px 20px;
    margin: 20px auto;
    border: 1px solid #D3D3D3;
}


/* List of Winners */
#winnerslist h2
{
    color: #C71585;
    padding: 5px 5px 5px 45px;
    border-bottom: 4px solid #B0C4DE;
}
#winnerslist table
{
    width: 90%;
    font-size: 0.8em;
    margin: 10px auto;
    border-collapse: collapse;
    border-left: 1px solid #696969;
    border-top: 1px solid #696969;
}
#winnerslist th, #winnerslist td
{
    width: 30%;
    padding: 5px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
}
#winnerslist th
{
    color: #696969;
    background-color: #EEE8AA;
}
#winnerslist td
{
    background-color: White;
    text-align: center;
}

#Result h2
{
    color: #C71585;
    background: url("/images/activities/2012/stamppoll/text_prose.png") no-repeat 5px center;
    padding: 5px 5px 5px 45px;
    border-bottom: 4px solid #B0C4DE;
}
#Result p
{
    font-size: 0.8em;
}
#Result li
{
    font-size: 0.8em;
    list-style-type: none;
    margin-bottom: 10px;
}
#Result h3
{
    color: #CD5C5C;
    font-size: 1em;
}
#Result table
{
    width: 80%;
    margin: 10px auto;
    border-collapse: collapse;
    border-left: 1px solid #696969;
    border-top: 1px solid #696969;
}
#Result th, #Result td
{
    font-size: 0.8em;
    padding: 5px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
}
#Result th
{
    color: White;
    background-color: #BC8F8F;
    font-weight: normal;
}
#Result td
{
    background-color: White;
    text-align: center;
}