html, body
{
    margin: 0px;
    padding: 0px;    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}

.listbody 
{
    background: url("../images/background.jpg") repeat-x;
}

a
{
    font-family: Arial,Helvetica,sans-serif;
}

ul
{
    margin: 0px;
    padding: 0px;
}

#wrapper
{
    width: 980px;
    margin: 0px auto;
}

#header
{
    width: 980px;
    height: 101px;
}

#logo
{
     background: url("../images/logo.jpg") no-repeat;
     width: 409px;
     height: 100px;
     float: left;
}

#logout_help
{
    float: right;
    width: 400px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
}

#logout_help .top
{
    margin: 0px 5px;
}

#logout_help .bottom
{
    margin: 25px 5px 0px 5px;
}

#logout_help .top a, #logout_help .bottom a
{
    float: right;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#logout_help .top a:hover, #logout_help .bottom a:hover
{
    text-decoration: underline;
}

#logout_help .top img, #logout_help .bottom img
{
    float: right;
    padding: 2px;
}

#main-menu
{
    width: 950px;
    height: 35px;
}

#main-menu ul
{
    float: left;
    list-style: none;
    width: 980px;
    height: 35px;
}

.normal
{
    height: 35px;
    float: left;
}

.separator
{
    padding: 0px;
    width: 2px;
    height: 35px;
    background: url("../images/separator.jpg") no-repeat;
    float: left;
}

.normal_right
{
    height: 35px;
    float: right;
}

.separator_right
{
    padding: 0px;
    width: 2px;
    height: 35px;
    background: url("../images/separator.jpg") no-repeat;
    float: right;
}

#main-menu ul li a
{
    text-decoration: none;
    text-transform: uppercase;
    padding: 11px 10px 8px 10px;
    font-size: 13px;
    color: #231F20;
    float: left;
}

#main-menu ul li a:hover
{
    color: #FFFFFF;
    float: left;
    background: url("../images/hover.jpg") repeat-x;
}

#main-menu ul li a.menuitem_selected
{
    color: #FFFFFF;
    background: url("../images/hover.jpg") repeat-x;
}

#info, #messages
{
    visibility: hidden;
    height: 0px; /*nodig zodat hidden inhoud layout niet verneukt*/    
}

.innerdiv
{
    margin: 10px 0px;
}

.invisible
{
    display: none;
}

.admin-table
{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-top: 20px;
}

.admin-table span
{
}

.admin-table th
{
    padding: 5px;
    color: #FFFFFF;
    background-color: #626262;
    text-decoration: underline;
    text-transform: uppercase;
}

.admin-table th a
{
    text-align: left;
    color: #FFFFFF;
    background-color: #626262;
    text-decoration: underline;
}

.admin-table tr.first
{
    border-bottom: #FFFFFF 5px solid;
}

.admin-table tr.even
{
    background-color: #D5D5D5;
}

.admin-table tr.odd
{
    background-color: #E9E9E9;
}

.admin-table td
{
    padding: 5px;
}

.noborder
{
    border: 0px;
}

.eventmessages
{
    padding: 6px 5px 2px 5px;
    font-weight: bold;
    height: 20px;
    border: solid 1px #231F20;
    background-color: #626262;
    width: 675px;
    text-align: center;
    color: #FFFFFF;
}

/** tools **/

#tools, #tools2
{
    margin: 5px 0px;
    padding: 0px;
}

#tools .left, #tools2 .left
{
    float: left;
}

#tools .right, #tools2 .right
{
    float: right;
}

#tools .middle, #tools2 .middle
{
    float: left;
    margin: 0px 0px 0px 182px;
}

#tools .right a, #tools .left a, #tools .middle a, #tools2 .right a, #tools2 .left a, #tools2 .middle a
{
    background: url("../images/toolbutton.png") no-repeat;
    display: block;
    text-decoration: none;
    width: 200px;
    height: 30px;
    color: #FFFFFF;
}

#tools .right a:hover, #tools .left a:hover, #tools .middle a:hover, #tools2 .right a:hover, #tools2 .left a:hover, #tools2 .middle a:hover
{
    background: url("../images/toolbutton-hover.png") no-repeat;
}

#tools .right img, #tools .left img, #tools .middle img, #tools2 .right img, #tools2 .left img, #tools2 .middle img
{
    padding: 4px 2px 4px 4px;
    border: none;
    float: left;
}

#tools .ButtonText, #tools2 .ButtonText
{
    float:left;
    width: 170px;
    text-align: center;
    color: White;
    padding: 7px 0px 0px 0px;
}

#ctl00_cphBody_upPanelTools
{
    padding: 0px; 
    margin: 0px 5px;
}

.clearboth
{
    clear: both;
}

.floatLeft
{
    float: left;
}

#tabs
{
    margin-top: 10px;
}

/* GRIDVIEWSTYLE */
.gridViewStyle
{
    margin: 0px auto;
    width: 100%;
    color: #231F20;
    background-color: #E9E9E9;
}

.gridViewStyle span /*uitlijnen zelfgeplaatste iconen van de jquery ui*/
{
    margin: 0px auto;
}

.gridViewStyle tr:hover
{
    background-color: #D5D5D5;
}

.gridViewStyle tr th
{
    padding: 5px;
    background-color: #626262;
    border-bottom: solid 3px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    color: #FFFFFF;
}

.gridViewStyle tr th a
{
    color: #FFFFFF;
}

.gridViewStyle tr th a:hover
{
    text-decoration: none;
}

.gridViewStyle tr td
{
    padding: 5px;
    text-align: center;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}

.gridViewStyle .alternatingRow td
{
    background-color: #D5D5D5;
}

.gridViewStyle .average, .gridViewStyle .total /* stats only */
{
    border-top: solid 3px #FFFFFF;
    background-color: #626262;
    color: #FFFFFF;
    font-weight: bold;
}

.gridViewStyle .rowOver
{
    background-color: #BFD9F0;
}

.gridViewStyle .selectedRow
{
    font-weight: bold;
    background-color: #FFFDDB;
}

.gridViewStyle .specialColumn
{
    background-color: #AFAFAF;
    color: #FFFFFF;
}

.gridViewStyle .leftAlign
{
    text-align: left;
}

#ctl00_cphBody_upPanel
{
    padding: 5px;
}

#ctl00_cphBody_divContentItemImages
{
    background-color: #9F9F9F;
    margin: 0px;
    padding: 10px;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}

/* messages */
#ctl00_cphBody_messages_deleting, #ctl00_cphBody_messages_noneselected, #messages_loginerror, #ctl00_cphBody_messages_deletingafbeeldingen, #ctl00_cphBody_messages_noneselectedafbeeldingen
{
    text-align: center;
}

#ctl00_cphBody_messages_deleting a, #ctl00_cphBody_messages_noneselected a, #messages_loginerror a, #ctl00_cphBody_messages_deletingafbeeldingen a, #ctl00_cphBody_messages_noneselectedafbeeldingen a
{
    text-align: center;
    padding: 5px;
    margin: 10px auto;
    width: 100px;
    background-color: #D5D5D5;
    display: block;
    text-decoration: none;
    color: #231F20;
    font-weight: bold;
}

#ctl00_cphBody_messages_deleting a:hover, #ctl00_cphBody_messages_noneselected a:hover, #messages_loginerror a:hover, #ctl00_cphBody_messages_deletingafbeeldingen a:hover, #ctl00_cphBody_messages_noneselectedafbeeldingen a:hover
{
    background-color: #626262;
    color: #FFFFFF;
}

/* login */
#loginLeft
{
     float: left;
     width: 400px;    
}

#loginRight
{
     float: left;
     width: 60px;   
     padding: 10px 0px 0px 0px; 
}

#ulLogin
{
    list-style: none;
    padding: 5px;
}

#ulLogin li
{
    padding: 3px;
}

#ulLogin li label
{
     float: left;
     display: block;
     width: 110px;
     padding: 2px;
}

#ulLogin li input
{
     float: left;
}

/* loading box */
.black_overlay
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #626262;
    z-index:1001;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}

.white_content
{
    display: block;
    position: fixed;
    top: 200px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1002;
    overflow: hidden;        
}

.visible_content
{
    padding: 20px 0px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    background-color: #626262;
    border: solid 5px #FFFFFF;
    width: 150px;
    height: 65px;
}

/* stats page */
.stats_countries_right, .stats_countries_left
{
    width: 50%;
    float: left;
}

.stats_pagerank_left
{
    width: 200px;
    float: left;
    padding: 0px 0px 25px 0px;
}

.stats_pagerank_right
{
    float: left;
    margin: 100px 0px 0px 0px;
}

.stats_pagerank_right_left
{
    float: left;
    width: 470px;
}

.stats_pagerank_right_right
{
    float: left;
    width: 60px;
    padding: 3px 0px 0px 0px; 
}

/* textboxes */
.TextBoxSmall
{
    width: 100px;
    padding: 2px;
    border: solid 1px #AAAAAA;
}

.TextBox
{
    width: 250px;
    padding: 2px;
    border: solid 1px #AAAAAA;
}

.TextBoxLarge
{
    width: 450px;
    padding: 2px;
    border: solid 1px #AAAAAA;
}

.TextBoxSmallError
{
    width: 100px;
    padding: 2px;
    border: solid 1px #FF0000;
    background-color: #FFBFBF;
}

.TextBoxError
{
    width: 250px;
    padding: 2px;
    border: solid 1px #FF0000;
    background-color: #FFBFBF;
}

.TextBoxLargeError
{
    width: 450px;
    padding: 2px;
    border: solid 1px #FF0000;
    background-color: #FFBFBF;
}

.TextBoxMultiline
{
    border: solid 1px #AAAAAA;
    float:left;
}

.TextBoxMultilineError
{
    border: solid 1px #FF0000;
    float:left;
}

/* dropdown */
.DropDown
{
    width: 256px;
    padding: 2px;
    border: solid 1px #AAAAAA;
}

/* statistieken datums */

.stats_tools
{
     margin: 10px 5px 0px 5px;
}

/*****************************************************************************/
/*  specifiek voor editpagina's */

#edit_wrapper
{
    width: 940px;
    /*margin: 0px auto;*/
    margin: 0px 0px 0px 15px;
}

.editbody 
{        
    /*background: url("../images/background_edit.jpg") repeat-x;*/
}

#edit_menu
{
    width: 100%;
    height: 70px;
    text-transform: uppercase;
    font-size: 12px;
}

#floating_editheader 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0px 10px;
    /*height: 70px;*/    
    background: url("../images/background_edit.jpg") repeat-x;   
    margin: 0px 0px 0px 15px;
    width: 918px;
    border: solid 1px #231F20;
}

#floating_editheader .left
{
    width: 680px;
    color: #FFFFFF;
    float: left;
    padding: 0px;
}

#floating_editheader .right
{
    width: 230px;
    color: #FFFFFF;
    float: left;
    margin: 0px 0px 0px 8px;
}

#floating_editheader .right a
{
    padding: 0px;
    float: right;
    color: #FFFFFF;
    text-decoration: none;
}

#floating_top .right a:hover
{
    text-decoration: underline;
}

#floating_top
{
    height: 35px;
}

#floating_bottom
{
    height: 40px;
}

#floating_top .left, #floating_top .right
{
    padding: 10px 0px 0px 0px;
    background-color: #231F20;
}

#floating_bottom .left, #floating_bottom .right
{
    padding: 5px 0px 0px 0px;
}

#floating_bottom .right a
{
    background: url("../images/toolbutton.png") no-repeat;
    display: block;
    text-decoration: none;
    width: 200px;
    height: 30px;
    padding: 0px;
    color: #FFFFFF;
}

#floating_bottom .right a:hover
{
    background: url("../images/toolbutton-hover.png") no-repeat;
}

#floating_bottom .right img
{
    padding: 4px 2px 4px 4px;
    border: none;
    float: left;
}

#floating_bottom .ButtonText
{
    float:left;
    width: 170px;
    text-align: center;
    color: White;
    padding: 7px 0px 0px 0px;
}

.editform
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.editform li
{
    padding: 5px 0px;
}

.editform li.over
{
    background-color: #D5D5D5;    
}

.editform label
{
    position: relative;
    display: block;
    margin: 3px 10px 0px 0px;
    float: left;
    width: 175px;
    font-size: 12px;
    height: 20px;
}

.listItemIcon
{
    float: left;
    margin: 4px 7px 0px 5px;  
}

#bottomAnchor
{
    background-color: #E4E4E4;
    padding: 5px 5px 7px 5px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

#bottomAnchor a
{
    text-decoration: none;
    color: #4F4F4F;
}

#bottomAnchor a:hover
{
    text-decoration: underline;
}

/* sort */

.itemsGrid
{
    margin: 10px 0px 0px 60px;
    padding: 0px;
    width: 800px;
}

.itemsGrid li
{
    cursor: move;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    float: left;
    width: 100px;
    height: 80px;
    color: #000000;
    list-style: none;
    text-align: center;
    background-color: #E4E4E4;
    border: solid 1px #AAAAAA;
}

.itemsColumn
{
    margin: 10px 0px 0px 125px;
    padding: 0px;
    width: 660px;
}

.itemsColumn li
{
    cursor: move;
    margin: 0px 10px 10px 0px;
    padding: 10px 0px 0px 0px;
    width: 600px;
    height: 25px;
    color: #3371AC;
    list-style: none;
    text-align: center;
    background-color: #E4E4E4;
    border: solid 1px #AAAAAA;
}

/*  tab paging */

.ui-tabs-paging-next 
{ 
   float: right !important;   
}

.ui-tabs-paging-prev a, .ui-tabs-paging-next a 
{
   display: block; 
   position: relative; 
   top: 1px; 
   border: 0;
   z-index: 2; 
   padding: 0px; 
   color: #FFFFFF; 
   text-decoration: none;
   background: url("../images/empty.png") no-repeat; 
   cursor: pointer;
}

.ui-tabs-paging-next a:hover, .ui-tabs-paging-next a:focus, .ui-tabs-paging-next a:active, .ui-tabs-paging-prev a:hover, .ui-tabs-paging-prev a:focus, .ui-tabs-paging-prev a:active 
{ 
   background: url("../images/empty-hover.png") no-repeat;
   color: #FFFFFF; 
}

.ui-tabs-paging-disabled 
{
   display: none; /* beter dan visibility: hidden, want ruimte wordt niet ingenomen dan! */
}

/* Tabel ContentItemVelden */
.tableContentItemVelden
{
    text-align: center;
}

.tableContentItemVelden tr th
{
    background-color: #626262;
    border-bottom: 3px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 5px;
}

.tableContentItemVelden tr td
{
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding: 5px;
    background-color: #E9E9E9;
}

.tableContentItemVelden tr td.leftalign
{
    text-align: left;
}

#ctl00_cphBody_divVelden .left
{
    width: 610px;
    float: left;
}

#ctl00_cphBody_divVelden .right
{
    width: 265px;
    float: left;
    padding: 0px 0px 0px 15px;
    border-left: solid 1px #000000;
}