html {
     overflow: -moz-scrollbars-vertical;
}

body
{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url('images/bg.png');
    background-repeat: repeat-y;
    background-position: top center; 
}

a:link, a:active, a:visited
{
    text-decoration: underline;
    color: #000;
}

a:hover
{
    text-decoration: none;
    color: #000;
}

table td
{
    font-family: Trebuchet MS; 
    font-size: 12px;     
}

input, textarea, select
{
    font-family: Trebuchet MS; 
    font-size: 12px;   
    border: 1px #000 solid;    
}

#kop
{

}

#siteholder
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    
}


#page
{
    
    padding-left: 75px;
}

#column_left
{
    float: left;
    width: 250px; 
}

#column_right
{
    float: left;
    margin-left: 16px;
}


.tabel_box
{
    border-spacing: 0;
    border-collapse: collapse; 
    width: 100%;  
}

.tabel_box td
{
       
}


.tabel_result
{
    border-spacing: 0;
    border-collapse: collapse;     
}

.tabel_result td
{
    border: 1px #000 solid;
    padding: 3px;    
}


.info_box_header
{
    padding: 4px;
    font-size: 13px;
    font-family: Trebuchet MS; 
    font-weight: bolder;
    text-decoration: underline;
}

.info_box_text
{
    padding: 4px;
    font-family: Trebuchet MS; 
    font-size: 12px;     
}

.click, .poll_overzicht_link
{
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}

.partij_name
{
    text-decoration: underline;
    cursor: pointer;
}

.poll_overzicht_link
{
    text-decoration: underline;
    cursor: pointer;
}


.homeLink, .poliHistory, .catchVote, .votePoliRadio
{
    cursor: pointer;
}

.addComment
{
    text-decoration: underline;
    cursor: pointer;    
}

#errorBox
{
    color: red;
}

#footer_container
{
    margin-top: -90px;
}

















/* JQUERY */

.ui-dialog
{
    border: 2px #000000 solid;  
    background-color: #EFC82F; 
    font-family: Trebuchet MS;
    font-size: 12px;
    padding: 12px;
    text-align: left;
}

.ui-dialog-titlebar
{
    display: none;
}

.ui-dialog-titlebar-close
{
    float: right;
    background-color: #EFC82F;  
    font-family: Trebuchet MS;
    font-size: 12px; 
    text-align: left;   
}

.ui-dialog-content
{
    padding-top: 10px;
    background-color: #EFC82F;
    font-family: Trebuchet MS;
    font-size: 12px;
    text-align: left;  
}

.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d8d8d8;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 100;
} 

.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
    font-size: 12px;
    font-weight: bolder;
    background-color: #EFC82F; 
}
