body
{
    margin: 0;
    padding: 0;
    background: #004466;
    font-family: Arial;
    font-size: 12px;
    color: #00668C;
    overflow-x: hidden;
}

table
{
    font-family: Arial;
    font-size: 12px;    
    color: #00668C; 
}

hr
{
    border: 1px #00668C solid;
}

h3
{
    margin: 0;
    padding: 0;
    font-size: 14px; 
}

a:link, a:active, a:visited
{
    text-decoration: underline;
    color: #00668C; 
}

a:hover
{
    text-decoration: none;
    color: #00668C; 
}

input, textarea, select
{
    font-family: Arial;
    font-size: 12px;
    border: 1px #004466 solid;    
}

.tabel_comment
{
      border-spacing: 0;
      border-collapse: collapse;
      border: 1px #004466 solid;
}
.tabel_comment td
{
      background-color: #FFFFFF;
      border: 1px #004466 solid;
      font-family: Arial;
      font-size: 12px;
      margin: 1px;
      padding: 3px;
}


#errorBox
{
    color: red;
    font-weight: bolder;
}


#siteholder
{
    margin-top: 20px;
    width: 950px;
    margin-left: -475px;
    left: 50%;
    position: relative;
}

#content_box
{
    padding: 10px;
}

#menu
{
    
}

#menu_home, #menu_stelling, #menu_opiniepeiling, #menu_partijen, #menu_politicus
{
    text-align: center;
    float: left;
    background: #4D7D94;
}

#page_detail
{
    padding-top: 20px;
}



.ui-dialog
{
    border: 2px #000000 solid;  
    background-color: #004466; 
    font-family: Trebuchet MS;
    font-size: 12px;
    padding: 12px;
    text-align: left;
    color: #fff; 
}

.ui-dialog-titlebar
{
    display: none;
}

.ui-dialog-titlebar-close
{
    float: right;
    background-color: #004466;  
    font-family: Trebuchet MS;
    font-size: 12px; 
    text-align: left;  
    color: #fff;  
}

.ui-dialog-content
{
    padding-top: 10px;
    background-color: #004466;
    font-family: Trebuchet MS;
    font-size: 12px;
    text-align: left; 
    color: #fff; 
}

.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; 
}
