#cpmainwrapper{
    width: 100%;
    margin-left: 0;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
#cpmainwrapper #poll_title{
    border-bottom: 1px solid #DADADA;
    font: bold 160%/180% arial, helvetica, sans-serif;
    color: #333333;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    text-shadow: 0 2px 0 #EBEBEB;
}
#cpmainwrapper .toolbar{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color: #F6F6F6;
    border : 1px solid #CCCCCC;
    margin: 0 5px 5px 0;
    padding: 5px;
}
#cpmainwrapper ul.submenu {
    height: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#cpmainwrapper ul.submenu li {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    float: left;
    font-weight: 800;
    line-height: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#cpmainwrapper ul.submenu li a.active, ul.submenu li a.active:visited, ul.submenu li a.active:hover {
    border-right: 1px solid #CCCCCC;
    color: #0B55C4;
    font-size: 11px;
    padding:0 15px;
    height: 12px;
    text-decoration: none;
}
#cpmainwrapper div.clear{
    clear: both;
}
#cpmainwrapper div.poll_moderation{
    background-color: #FFFCCC;
    padding: 5px;
    margin: 0 0 5px 0;
    font-size: 14px;
    margin: 0 0 5px 0px;
}
#cpmainwrapper div.poll_option1, #cpmainwrapper div.poll_option2, #cpmainwrapper div.poll_option3,
#cpmainwrapper div.poll_option4, #cpmainwrapper div.poll_option5 {
    border: 1px dotted #ccc;
    margin: 2px 0px 10px 0;
    padding: 1px;
    float: left;
    background-color: #f2f2f2;
    width: 99%;
    font-weight: bold;
    line-height: 12px;
    font-size: 11px;
    vertical-align: middle;
}
#cpmainwrapper div.poll_option1 > div, #cpmainwrapper div.poll_option2 > div, #cpmainwrapper div.poll_option3 > div,
#cpmainwrapper div.poll_option4 > div, #cpmainwrapper div.poll_option5 > div {
    height: 12px;
}
#cpmainwrapper div.poll_option1 > div{ background-color: #ACE97C;}
#cpmainwrapper div.poll_option2 > div{ background-color: #FFA500;}
#cpmainwrapper div.poll_option3 > div{ background-color: #5B781E;}
#cpmainwrapper div.poll_option4 > div{ background-color: #6740E1;}
#cpmainwrapper div.poll_option5 > div{ background-color: #8D1B1B;}

#cpmainwrapper .optiontitle{
    font: normal 100%/140% arial, helvetica, sans-serif;
    color: #333333;
    width: 100%;
    margin: 0 0 0 2px;
    text-shadow: 0 1px 0 #EBEBEB;
}
#cpmainwrapper table.relateditems{
    border: 1px solid #CCC;
    padding: 0px;
}
#cpmainwrapper .relateditems th{
    font-size: 12px;
    font-weight: bold;
    background-color: #9D9DA1;
    color: #FFFFFF;
    padding: 5px;
    text-align: left;
}

#cpmainwrapper .relateditems tr{
    border: 1px solid #CCC;
}

#cpmainwrapper .relateditems td{
    background-color: #F6F6F2;
    padding: 5px;
}
#cpmainwrapper .forminput{
    width: 300px;
}
#cpmainwrapper div.roundedbox{
    border:1px solid #cccccc;
    height:10px;
    padding:5px;
    width:10px;
    margin-bottom: 5px;
}
#cpmainwrapper .resulttable{
    border-collapse: collapse;
    font-family: verdana,sans-serif;
    font-size: 11px;
    color: #444444;
    width: 99%;
    padding: 5px;
}
#cpmainwrapper .resulttable thead tr{
    background-color: #D7E1E8;
}
#cpmainwrapper .resulttable thead tr td, .resulttable thead tr th{
    border: 0px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
}
#cpmainwrapper .resulttable tbody tr td{
    vertical-align: top;
    text-shadow: 0 1px 0 #EBEBEB;
    border-bottom: 2px solid #EEF3F5;
    padding: 5px 0 5px 5px;
}
#cpmainwrapper .resulttable a{
    text-decoration: none;
}
#cpmainwrapper div.bar-wrapper{
    border: 1px dotted #ccc;
    margin: 2px 0px 10px 0;
    padding: 1px;
    float: left;
    background-color: #f2f2f2;
    width: 97%;
}
#cpmainwrapper div.bar{
    background-color: #F8CB3D;
    height: 12px;
}
#cpmainwrapper table.nav-links{
    padding: 0;
    display: block;
}
#cpmainwrapper div.yellow{
    background-color: #fefecc;
}
