body {
    margin: 0px;
    background-color: #efebeb;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #333;
    position: relative;
    padding: 15px;
    padding-bottom: 20px;
}

#header, header {
    position: relative;
    height: 77px;
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
}

.topBar {
    top: 0px;
    height: 45px;
    position: relative;
}


.menuBar {
    position: relative;
    clear: both;
    height: 30px;   
    border-bottom: 2px solid #BCBCBC;
}

.menuBar.fixed {
    position: fixed;
    top: 0px;
    box-shadow: 0 3px 2px 0px #666;
    padding-left: 100px;
    background-color: white;
    z-index: 200;
    width: 890px;
    background-image: url('../images/microse_100.png');
    background-size: 100px 29px;
    background-repeat: no-repeat;
}

.menuBar.fixed .subMenu {
    box-shadow: 2px 2px 3px #666, -2px 2px 3px #666;
}

.menuItem {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #00236C;
}

.subMenuItem {
    width: 86px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #00236C;
    border-left: 2px solid #BCBCBC;;
    border-right: 2px solid #BCBCBC;
}

.menuItem:hover, .menuItem.active {
    font-weight: bold;
    height: 29px;
    border-bottom: 3px solid #00236C;
}

.subMenuItem:hover {
    font-weight: bold;
    height: 29px;
    border-left-color: #00236C;
    border-right-color: #00236C;
}

.menuItem.active {
    border-bottom-color: #00cccc;
}

/*
    Input boxes
*/

.error_box {
    background-color: #ff6666 !important;
    color: white;
    text-align: center;
}

.box_div, .widebox_div, .maxbox_div {
    margin: 15px;
    width: 310px;
    border: 1px solid #dddede;
    background-color: #edeeee;
    padding: 10px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.widebox_div {
    width: 700px;
}

.maxbox_div {
    width: auto;
}

.widebox_div .box_line textarea {
    width: 535px;
    height: 80px;  
    border: 1px solid #C5C5C5;
    resize: none;
    padding: 5px;
}

.widebox_div .box_line input#txtTitle {
    width: 535px;
    padding: 5px;
    border: 1px solid #C5C5C5;
}

.box_div .box_line input[type="text"], 
.box_div .box_line input[type="password"], 
.box_div .box_line input[type="email"] {
    width: 150px;
    height: 15px;
}

.titleBar, .headerBar {    
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 2px;
}

.logo {
    position: absolute;
    left: 0px;
    top: 0px;		
    background-image: url('../images/sander_evers_nl.png');
    width: 232px;
    height: 42px;
}

.headerBar
{
    margin-top: 5px;
}


.subMenu {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 100;
    border-bottom: 2px solid #BCBCBC;
}


.box_line {
    margin-bottom: 2px;
}

.box_line label:not(.autowidth) {
    width: 125px;
    display: inline-block;
    vertical-align: top;
}

.box_line_center {
    text-align: center;
}

input[type="checkbox"], select {
    margin-left: 0px;
}


input[type="submit"], 
input[type="button"],
a.button
{
    border: 1px solid #333;
    padding: 5px;
    margin-right: 5px;
    background-color:  #9999ff;
    color: #333;
    border-radius: 2px;
    background-image: -moz-linear-gradient(top, #9f9 0%, #85D181 100%);
    background-image: -webkit-linear-gradient(top, #9f9 0%, #85D181 100%);
    background-image: -o-linear-gradient(top, #9f9 0%, #85D181 100%);
    background-image: -ms-linear-gradient(top, #9f9 0%, #85D181 100%);
    background-image: linear-gradient(to bottom, #9f9 0%, #85D181 100%);
    text-decoration: none;
}

input[type="submit"]:hover, 
input[type="button"]:hover, 
a.button:hover {
    background-color: #99ff99;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #9999ff 0%, #6986FA 100%);
    background-image: -o-linear-gradient(top, #9999ff 0%, #6986FA 100%);
    background-image: -moz-linear-gradient(top, #9999ff 0%, #6986FA 100%);
    background-image: -ms-linear-gradient(top, #9999ff 0%, #6986FA 100%);
    background-image: linear-gradient(to bottom, #9999ff 0%, #6986FA 100%);
    color: #fff;
}

.floatLeft { 
    float: left;
}

.floatRight {
    float: right;
}

#bottombar  {
    height: 20px;
    line-height:  20px;
    background-color: #999999;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;    
    color: #fff;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}

#bottombar a, .signInBox a {
    color: #fff;
    text-decoration: none;
}

#bottombar a:hover, 
.signInBox a:hover {
    text-decoration: underline;
}

.div_centered, .div_welcome {
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rowIcon {    
    background-image: url('../images/iconsprite.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;    
}

a.rowIcon.remove:hover {
    background-position: -16px 0px;
}

a.rowIcon.edit:hover {
    background-position: 0px 0px;
}

a.rowIcon.remove {
    background-position: -16px -16px;
}

a.rowIcon.edit {
    background-position: 0px -16px;
}

a.rowIcon.down:hover {
    background-position: -32px 0px;
}

a.rowIcon.up:hover {
    background-position: -48px 0px;
}

a.rowIcon.down {
    background-position: -32px -16px;
}

a.rowIcon.up {
    background-position: -48px -16px;
}

table.table_box
{
    width: 100%;
    border-collapse: collapse;
}

table.table_box tr:not(.header) td {
    border-top: 1px solid #333;
}

table.table_box tr:not(.header):hover {
    background-color: #9999ff;
    cursor: pointer;
}

table.table_box tr.header {
    font-weight: bold;
    color: #fff;
    background-color: #333;
}


.siteBreadcrumb {
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: smaller;
    line-height: 16px;
    display: inline-block;
}

.topLinks {
    line-height: 34px;
    padding-bottom: 34px;
}

.actionLinks {
    float: right;
    display: inline-block;

    margin-left: auto;
    font-size: smaller;
}

.actionLinks a {
    color: #666666;
    text-decoration: none;
}

.actionLinks a:not(:last-child):after {
    content: " | ";
    color: #666;
}

.actionLinks a:hover {
    color: #3366ff;    
}

.siteBreadcrumb .crumb {
    margin-left: 2px;    
    margin-right: 2px;
    color: #666666;
}

.siteBreadcrumb .crumb.home a:before {
    content: " ";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAWdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjA76PVpAAAARUlEQVQoU2OgBvAF4v8QJmEAU0yUJpgiNTCPgCZkxdjYKACbAhjGqgmXYhjGqgmXYhgGaUIByBpAkug2EtQAAgOigYEBAPWXM/pIoxnlAAAAAElFTkSuQmCC');
    width: 12px;
    height: 12px;
    margin-right: 2px;
    display: inline-block;
}

.siteBreadcrumb .crumb:after {
    content: " \00BB";
}

.siteBreadcrumb .crumb a {
    text-decoration: none;
    color: #666666;
}

.siteBreadcrumb .crumb a:hover {
    color: #3366ff;
}

.simpleLink {
    color: black;
    text-decoration: none;
}

.simpleLink:hover {
    text-decoration: underline;
}