buttonhtml {}

body, document, html {
        margin: 0px;
        padding: 0px;
        color:#000000;
        font-family:'Lucida Grande',Arial,Helvetica;
        font-size:12px;
}
document, body {
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
        background-color: #CCDFEE;
}


tt {
	font-family: "Courier new", Courier, monospace;
	font-size: 14px !important;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

a img{
	border: none;
}

p {
	margin: 8px 0;
}

#content img {
	border: 1px #ddd solid;
	margin-bottom: 2px;
	display: block;
}
#content ul {
	margin: 2px 0px 16px 24px ;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {
	font-size: 14px;
}

ul {
	padding-left: 0px;
	margin: 2px 0 0 24px;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#container {
    min-height: 100%;
    text-align: left;
    margin: auto;
    background: url('../img/background_white.gif') scroll repeat-y center center;
    min-width: 1000px;
    width: 100%;
    overflow: hidden;
}
* html #container{height:100%;} /*for IE as it treats height as min-height anyway*/

#container_header {
    height: 68px;
}
#container_body {
    width: 1000px;
    margin: 0px auto;
}

#main {
    position: relative;
    width: 1000px;
}

#main_content {
        margin: 0px;
        padding: 0px;
}
#header {
	position: relative;
        margin: auto;
	width: 1000px;
	height: 68px;
        padding: 0px;
}
#header div, #header img {
	margin: 0px;
	padding: 0px;
}
#crumble_path {
	position: relative;
	top: 0px;
	left: 0px;
	height: 16px;
	font-size: 7pt;
	color: #666;
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;
}
.layout_column {
	position: relative;
	padding-top: 20px;
	margin: 0px;
    display: block;
    float: left;
	left: 0px;
    padding-bottom: 10px;
}
#left_column {
	margin-left: 15px;
	padding-top: 30px;
	width: 150px;
}
#center_column {
	margin-left: 40px;
	width: 460px;
	margin-top: 0px;
}
#right_column {
	margin-left: 50px;
	width: 270px;
	padding-top: 90px;

}

#right_column_container {
    position: relative;
    width: 270px;
    padding: 0px;
    margin: 0px;
}

#content {
	position: relative;
	min-height: 360px;
}
#content_logo {
        position: absolute;
        top: -90px;
        left: 0px;
        width: 460px;
        height: 63px;
        background-image: url(../img/logo.jpg);
        cursor: pointer;
}
#content_main {
	width: 450px;
        padding: 0px;
}
#footer {
        margin: auto;
        width: 1000px;
        padding: 0px;
	border-top: 1px #ccc solid;
	font-size: 10px;
}
#footer, #footer a, #footer a:visited {
	color: #666;
}

#userbox, #helpbox, .right_column_box {
    position: relative;
    padding: 0px;
}
.right_column_box_inserted {
    margin-top: 20px;
}


#userbox .loginform {
    text-align: right;
    margin-top: 10px;
}
.loginform table, tr, td {
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
}
tr {
    height: 22px;
    line-height: 22px;
}
.loginform input {
	border: 1px #ddd solid;
}
.loginform input:hover {
	border: 1px #aaa solid;
}
.loginform input[type=text], .loginform input[type=password] {
	width: 120px;
}
.loginform input[type=submit] {
    width: 76px;
    float: right;
    border: 1px #666 solid;
    background-color: #F4F4F8;
}


#helpbox {	
	width: 270px;
}


.help-title {
}

.help-content {
    margin: 0px;
    padding: 8px;
    background-color: #D2E9A6;
}
.help-description {
    background-color: #D2E9A6;
    padding: 10px;
    margin: 0px;
}
.help-group-title {
    background-color: #D2E9A6;
    text-indent: 10px;
    font-weight: bold;
}
.help-group {
    background-color: #D2E9A6;

    margin: 0px;
    padding-top: 8px;
    padding-left: 10px;
}
.help-group-content {
    background-color: #D2E9A6;
    padding-left: 10px;
}
.help-button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	margin: 2px;
	cursor: pointer;
	background-image: url(../img/icon_help.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	overflow: hidden;
}
.help-block {
	display: none;
}
.help-content .result_balk {
    width: 240px;
    background-color: #FFF;
}

.adminform {

}
.adminform .formlabels {
	width: 20%;
}
.adminform .formfields {
	width: 80%;
}
.adminform textarea {
	width: 400px;
	height: 450px;
}
.adminform input[type=textfield], .adminform select {
	width: 100%;
}

.adminform .buttonbar {
	text-align: right;
}
.admintext {
	font-size: 10px;
	font-style: italic;
	color: #666;
}

.button {
	float: right;
	margin-left: 2px;
	padding: 0 10px;
	border: 1px #5AA7F5 solid;
	background-color: #fff;
	color: black;
	cursor: pointer;
	display: block;
        height: 16px;
        line-height:16px;
}
.button:hover {
	background-color: #ECF3F8;
}
/*.opdrachtnavigatie .button {
        float: none;
        display: inline;
        line-height: 22px;
}*/

.right_column_box_container {
    position: relative;
}

.right_column_box_content .titel {
}
.right_column_box_content .beschrijving {
    background-color: #D2E9A6;
    color: #666;
    padding: 10px;
}

.opdrachtstatus input {
    border: 1px #666 solid;
    background-color: #F4F4F8;
}
.opdrachtstatus input:hover {
    border: 1px #aaa solid;
}


.hidden {
	display:none !important;
}
.clear, .defloat {
        clear: both;
}
.border {
	position: absolute;
/*	z-index: 10;*/
	background-repeat: no-repeat;
}
.top-left     { top   : -3px; left : -3px; background-position: top left; }
.top-right    { top   : -3px; right: -3px; background-position: top right; }
.bottom-left  { bottom: -3px; left : -3px; background-position: bottom left; }
.bottom-right { bottom: -3px; right: -3px; background-position: bottom right; }

.border.main     { width: 24px; height: 24px; background-image: url(../img/content_border.gif); }
.border.whitebox { width: 8px; height: 8px; background-image: url(../img/borders_whitebox.png); }
.block .border   { width: 12px; height: 12px; background-image: url(../img/content_border.gif); }

.dummy {
	background: red;
	color: black;
	font-style: italic;
	font-size: 15px;
}

div.block {
	width: 454px;
	border: 3px #5AA7F5 solid;
	position: relative;
	background-color: #FFF;
	margin-bottom: 8px;
}
.coach_body div.block {
    width: 650px;
}
div.block_hover {
        background-color:#FFF;
        cursor: pointer;
}
div.block_hover:hover {
        background-color: #ECF3F8;
}
div.block_disabled {
        background-color:#FAFAFA;
        color: #AAA !important;
}

.block-content {
        margin: 15px;
}
.result_balk {
    height:2px;
    width: 300px;
    background-color: #ddd;
    margin-top: 0px;
    overflow: hidden;
}


.result_balk_goed, .result_balk_voldoende, .result_balk_fout {
    height:2px;
    top: 0px;
    left: 0px;
    float: left;
}

.result_balk_goed {
    background-color: #4E4;
}
.result_balk_voldoende {
/*    background-color: #EE4;*/
    background-color: #E44;
}
.result_balk_fout {
    background-color: #E44;
}

div.backlink {
	/*font-size: 10px;*/
	margin-bottom: 8px;
        background-image: url('../img/back_arrow.gif');
        background-repeat: no-repeat;
        padding-left: 22px;
}
div.backlink a {
	color: #000;
}

.hide {
	display: none;
	overflow: hidden;
}

.link {
	cursor: pointer;
}

.error {
	border: 2px #d78 solid;
	background-color: #fde;
	background-image: url(../img/icon_error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 20px;
	padding: 16px 52px;
	/*height: 20px;*/
	font-weight: bold;
}
.error a {
    color: red;
}

.overlay_search { 
	position: absolute;
	left: -40px;
	width: 282px;
	top: 30px;
	padding: 8px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid blue;
	z-index: 100;
	border: 1px #dde solid;
	display: none;
}

a.search_filter {
    color: #00578E;
    text-decoration: underline;
}
span.search_filter_selected {
    font-weight: bold;
}
#overlay_search .result_balk {
	width: 97% !important;
}

#search_bar, #search_bar form {
        margin: 0px;
        padding: 0px;
}
#search_bar_value {
	border: 1px #dde solid;
	width: 120px;

}
#overlay_search h1 {
	font-size: 14px;
        margin-top: 0px;
        padding-top: 2px;
}

#overlay_search h2 {
	font-size: 12px;
}

.GUIOverlay {
        position: absolute;
        z-index: 999;
        width: 600px;
        height: 500px;
        background-color: #fff;
        display: none;
        border: 1px solid #666;
        padding: 10px;
        overflow-x: hidden;
        overflow-y: scroll;
}

.GUIOverlay .close {
        position: absolute;
        right: 2px;
        top: 2px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        text-align: center;
}



#inleveren {
    height: 500px;
}
#inleveren textarea, #inleveren_feedback textarea {
    width: 565px;
    height: 80px;
}
#inleveren_feedback fieldset {
    display: block;
    width: 556px;
    border: 1px solid #dde;
    margin: 5px 0px;
    padding: 5px;
    background-color: #fff;
}
#form_inleveren {
    margin-bottom: 20px;
}
#inleveren_feedback .inleverthread .opmerking {
    background-color: #fff;
}
.inleverthread .inlevering {
    margin-bottom: 10px;
}
.inleverthread .opmerking {
    width: 540px;
    /*height: 40px;*/
    margin-left: 10px;
    margin-top: 2px;
    padding: 5px 8px;
    border: 1px solid #dde;
    background-color: #f4f4f8;
}
.inleverthread .opmerking .geenopmerking {
    font-style: italic;
}
.inleverthread hr {
    margin: 20px 30px;
    width: 490px;
    height: 2px;
    border: solid #99a 1px;
}

#fancyUpload {
    width: 556px;
    border: 1px solid #dde;
    margin: 5px 0px;
    padding: 5px;
}
#fancyUpload .progress {
    background: url('../fancyupload/img/progress.gif');
    background-position: +50% 0;
}
#fancyUpload .current-progress-div {
    display: none;
}
#fancyUpload .overall-progress-div {
    display: none;
}
#fancyUpload .current-title {
    display: none;
}
#fancyUpload .current-text {
    display: none;
}

#fancyUpload_list li {
    position: relative;
}
#fancyUpload_list .file-size {
    display: none;
}
#fancyUpload_list .file-buttons {
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    display: inline;
}


/*
#fancyUpload_list .file-remove {
    position: absolute;
    left: 300px;
}
#fancyUpload_list .file-display {
    position: absolute;
    left: 250px;
}
*/


.printonly {
    display: none;
}


.bouwsteenTip {
    z-index: 101;
}
.bouwsteenTip .tip {
    border: 1px solid #DDDDEE;
    background-color: #fff;
}

table.checklinks {
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.checklinks td, table.checklinks th {
    padding: 0px 5px;

    background-color: #ffffff;
    border: 1px solid #dde;
    vertical-align: top;
}

table#studentsortlist, table#opdrachtenlijst {
    font-size: 12px; /*bug in firefox*/
}
table#studentsortlist td,
table#studentsortlist th {
    padding-right: 25px;
}
table#studentsortlist th {
    text-align: left;
    font-weight: normal;
}
table#studentsortlist .sorttagselect {
    padding-right: 11px;
    margin-right: 4px;
    font-weight: bold;
}
table#studentsortlist .sorttagselect.active,
table#opdrachtenlijst .sorttagselect.active {
    padding-right: 11px;
    margin-right: 4px;
    font-weight: bold;
}
table#studentsortlist .sorttagselect.active-up,
table#opdrachtenlijst .sorttagselect.active-up {
    background: url('../img/up.gif');
    background-position: center right;
    background-repeat: no-repeat;
}
table#studentsortlist .sorttagselect.active-down,
table#opdrachtenlijst .sorttagselect.active-down {
    background: url('../img/down.gif');
    background-position: center right;
    background-repeat: no-repeat;
}

table#opdrachtenlijst th {
    text-align: left;
}
table#opdrachtenlijst td {
    padding-right: 25px;
}





#userbox {
    top: 0px;
    background-image: url(../img/icon_user.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
#userbox .username {
    font-weight: bold;
    color: #000;
    margin-left: 30px;
}
#userbox .usergegevens {
    color: #666;
    margin: 5px 0px 0px 10px;
}
.userbox_link, .userbox_link a {
    color: #000 !important;
    text-decoration: underline !important;
    display: inline;
    font-size: 11px;
    line-height: 11px;
}
.disabled {
    color: #AAA !important;
    text-decoration: none;
}
.disabled:hover {
    color: #AAA !important;
    text-decoration: none;
}


/* menu */


#menu {
	width: 150px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #000;
	line-height: 20px;
}
#menu a, #menu a:visited {
	color: #000;
}
.menu_item {
        margin: 0px;
        padding: 0px;
	line-height: 20px;
	margin-left: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #D5D5D5;
        position: relative;
        height: 20px;
}

.menu_item_active, .menu_item_active a {
    background-color: #525252;
    color: #fff !important;
    border-bottom: none;
}

.menu_sub {
    background-color: #fff;
/*    margin-left: -20px;*/
}
.menu_sub_item {
    text-indent: 40px;
    background-color: #D2E9A6;
    border-top: 1px solid #fff;
    line-height: 22px;
}
.menu_sub_item_active, .menu_sub_item_active a {
    background-color: #318BBA;
    color: #fff !important;
}
h2 a {
    color: #000 !important;
}


.right_column_box_content .titel, .help-title {
    line-height: 21px;
    height: 21px;
    background:  url(../img/menu_tr.gif) no-repeat scroll top right;
    color: #FFF;
    text-indent: 0px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.title-icon {
    float: left;
    padding: 0px;
    margin: 0px;
    height: 21px;
    overflow: hidden;
    padding-right: 10px;
    background: #565656;
    border-bottom: 1px solid #fff;
}

.right_column_box_content .content, .help-footer {
    padding: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    background:  #D2E9A6 url(../img/menu_bl.gif) no-repeat scroll bottom left;
}
.right_column_box_content .content a {
    color: #00578E;
}

.help-footer {
    padding: 0px;
    line-height: 10px;
    height: 10px;
}
.right_column_box_content .content ul {
    margin-left: 10px;
    padding-left: 0px;
}

.right_column_box_content .content ul li {
    margin-left: 0px;
    padding-left: 0px;
}
