
/*------------------------------------------------------------------
	[Extra Stylesheet]
	
	Project:		Driestar College (Redesign 2009)
	Version:		1.0
	Last change:	09/04/09
	Assigned to:	Rudy de Jong
    Company:		WIS Services BV http://www.wis.nl/
	Primary use:	Web
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Color codes]
	
	
    
*/

/*------------------------------------------------------------------
	[Typography]

	
	
		
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of contents]
	
	1. Body
	2. Wrapper
	
	
-------------------------------------------------------------------*/

	/*------------------------------------------------------------------
		[1. Extra Styles]
	*/
	
   .controlKader {
		background-color: #aabb24;
        padding-top:3px;
        padding-bottom:3px;
        text-align:center;
        margin-top: 20px;
	}
    
     .controlKader img {
     	text-align: center;
     }
	
	
	
	.overview__header {
		background: #aabb24;
	}
	
	.overview__header li {
		float: none;
		width: 100%;
	}
	.layout__header {
		background: none;
		border: 0px;
	}
	
	.layout__seperator {
		background-color: #aabb24;
	}
	
	.layout__definitionlist dd {
			height: auto;
		}
	
	.layout__wrapper {
		width: 100%;
	}
	.layout__two_columns {
		padding-left:4px;
	}
	.layout__two_columns_height dd {
		height: 154px;
	}
	
	.result__overview {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.result__subjectlabels ul li.result__header_left {
		background-color: #c4cf59;
		border-top: 1px solid #aabb24;
		border-bottom: 1px solid #aabb24;
		border-left: 1px solid #aabb24;
	}
	
	.result__table thead tr td {
		
			height: 16px;
				
		padding-top: 0px;
		padding-bottom: 1px;
		background-color: #c4cf59;
		border-top: 1px solid #aabb24;
		border-bottom: 1px solid #aabb24;
		border-right: 1px solid #aabb24;
	}
	
	.layout__footer {
		background: none;
		border: 0;
	}
	
	.result__table tbody tr td a.result__figure, 
	.result__table tbody tr td a.result__figure:visited {
		color: #1c004a;
	}

	.result__overview .period__end span {
		color: #aabb24;
	}
	
	
	.layout__definitionlist dt {
		background-color: #c4cf59;
		border: 1px solid #aabb24;
	}
	
	.layout__footer span {
		font-weight: bold;
	}
	

	.prototip .default { 
		border: 1px solid #aabb24;
		background-color: #f6f7e7;
		text-align: left;
	}
	
#result__overview{
	scrollbar-3dlight-color: #aabb24;
	scrollbar-arrow-color: #1b0b56;
	scrollbar-darkshadow-color: #aabb24;
	scrollbar-face-color: #ced77a;
	scrollbar-highlight-color: #aabb24;
	scrollbar-shadow-color: #aabb24;
	scrollbar-track-color: #f6f7e7;
}

