.election {
    width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.election .leftColumn {
    width: 240px;
    margin-right: 10px;
    float: left;
    margin-top:4px;
}

.election .leftColumn .block_header2 h2{
    font-size: 12px;
    display: inline;
}

.election .leftColumn .ratings{
}

.election .leftColumn .ratings .block_header2 {
    color:#FF4E00;
    padding-top:10px;
}

.election .leftColumn .ratings .in{
    margin:10px;
    margin-bottom:0;
}

.election .leftColumn .ratings .in .name{
    padding-bottom:5px;
    white-space:nowrap;
}

.election .leftColumn .ratings .in .img{
    padding-bottom:5px;
    padding-left:5px;
}

.election .leftColumn .ratings .in .percent{
    font-weight:bold;
    font-size:11px;
    white-space:nowrap;
    padding-bottom:5px;
    padding-left:5px;
}

.election .rightColumn {
    width: 300px;
    float: left;
}

.election .rightColumn .video {
    margin-top: 4px;
    margin-bottom: 10px;
}

.election .rightColumn .article{
}

.election .articlesColumn {
    width: 440px;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.election .membersList {
    margin: 10px;
}

.election .membersList .member {
    margin-bottom: 5px;
}

.election .membersList .member .image {
    width: 35px;
}

.election .membersList .member .name {
    padding-left: 10px;
}

.election .membersList .member .name a {
    text-decoration: underline;
}

.election .membersList .member .name a.sel {
    color: #FF4E00;
}

.election .pages {
    text-align: center;
    margin-top: 10px;
}

.election .membersList .member .image img {
    border: 1px solid #C2C2C2;
}

/*tabs*/
.election .tabs {
    margin-bottom: 10px;
    width: 440px;
}

.election .tabs .tab {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    height: 22px;
    background-image: url(/templates/news/template2images/election_tab_bg.gif);
}

.election .tabs .tab a {
    color: #FF4E00;
}

.election .tabs .selTab {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-bottom: 1px solid #ffffff;
    height: 22px;
    background-image: url(/templates/news/template2images/election_tab_bg.gif);
}

.election .tabs .last {
    border-left: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    width: 70%;
}

.election .memberTab {
    margin-bottom: 10px;
}

.election .memberTab span {
    margin-right: 20px;
    font-size: 11px;
}

.election .memberTab .aTab a {
    color: black;
}

.election .memberTab .tab a {
    color: blue;
    text-decoration: underline;
}

/*block*/
div.tabBlock{
    margin-top:0;
}
div.block {
    margin:0;
}

div.block .block_header {
    color: #FF4E00;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
}

div.block .block_header a {
    color: #FF4E00;
    text-decoration: none;
}

div.block .block_header h1{
    font-size: 15px;
    display: inline;
}

.block_header_3 {
    padding-bottom: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    color: #AE4400;
}
.block_header2 {
    font-weight: bold;
    padding-bottom: 3px;
}
.block_header2 a{
    color: #FF4E00;
}
.block_content_2 {
    width: 238px;
    background-image: url( /templates/news/images/citation_bg.gif );
    background-position: top;
    background-repeat: repeat-x;
    border: 1px solid #A2A2A2;
}
