@CHARSET "ISO-8859-1";

/* Theorie.TV
	(c) 2006-2008 Omines
	
	1. Global definitions
	2. Page layout
		2.1	Header
		2.2 Menu
		2.3 Footer
	3. Content
	
	5.	Dynamic elements
		5.1	Collapsible
		5.2	Tabs
	7.	Forms
	8. Subs
*/

/* 1. Global definitions */
* {
	margin:0;
	padding:0;
}


body {
	background-color:##F9F9F9;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

pre{
	background-color:#fff;
	font-family:Consolas, Courier, monospace;	
}

a{
	color:#ec008c;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;	
}


a img{
	border:none;
}
p.error, td.error, ul.error li{
	color:#ff0000;
}

span.error{
	color:#ff0000;
}

span.success{
	color:#3b3;
}


acronym, abbr {
	border-bottom:1px dotted #646464;
	cursor:help;
}
.ajax, .hidden {
	display:none;
}

/* 2. Page layout */
#page{
	width:982px;
	margin:0 auto;
	position:relative;
	background-color:#8ed8f8;
	border:4px solid #ccc;
}

#pagewrapper {
	width: 1000px;
	margin: 8px auto;
	background-image: url('/static/images/shadow-sides.png');
	background-repeat: repeat-y;
}

#wrap{
	margin:0px 24px;
	padding-top:14px;
}

#content{
	min-height:400px;
	width:744px;
	float:left;
	margin-right:30px;
}

#content ul{
	margin-top:1em;
}

#content ul li{
	margin-left:1em;
	padding:2px;
}

#skyscraper{
width:160px;
float:left;
position: relative;
z-index:0;
}

.soverlay{
background-image:url(/static/images/site/sidebar-overlay-trans.png);
background-repeat:no-repeat;
background-position:right top;
position: absolute;
top: 0px;left: 0px;
width:160px;
height:620px;
}


/* 2.1 Header */

#header{
	height:125px;
	margin-bottom:14px;
	background-image:url(/static/images/site/header-flash-bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}

#header-promo{
	height:125px;
	width:744px;
	position:relative;
	background-repeat:no-repeat; 	
}

#header-overlay{
	height:125px;
	width:744px;
	background-repeat:no-repeat;
	background-image:url(/static/images/site/header-overlay-trans.png);
}

#header-overlay dl {
	position:absolute;
	right:26px;
	top:14px;
}

#header-user-info	{
	color:#ffffff;
	right:10px !important;	
}

#header-user-info dt{
	margin-left:4px;
}


#header-overlay label{
	color:white;
	font-weight:bold;
}

#header-overlay input{
	margin-left:12px;
	width:139px;
	border:0px none;
}

#header-overlay dd{
	margin:4px;	
}

#header-overlay p{
	text-align:right;	
	margin:0 6px 6px 0;
}

#header-overlay a{
	color:#ff0;	
	font-weight:bold;
	font-size:10px;
}

#header-login-button{
	background-color:transparent; 
	border:none 0px; 
	background-image:url(/static/images/site/header-login-button.png); 
	width:27px !important; 
	height:24px !important;
	position:absolute;
	right:-16px;
	top:34px;
}

#header-login-button:hover{
	background-image:url(/static/images/site/header-login-button-o.png); 	
}
	
	
#header-login-errors{
	background-color:#f66;
	position:absolute;
	right:200px;
	top:12px;}

#header-login-errors ul{
	list-style:none;
	border:1px solid #f00;
}

#header-login-errors ul li{
	padding:6px;
	text-align:right;
}

/* 2.2 Header Menu */
#header-menu{
	height:46px;
	background-image:url(/static/images/site/menu-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom: 15px;
	position: relative;
}

#contact-link{
	color:#fff;
	position:absolute;
	right:70px;
	top:15px;
}

#header-menu ul.hidden {
	display:none;
}

#header-menu ul.active {
	display:inline-block;
}

/*Main menu*/

/*menu functionaliteit*/
#header-menu li ul{
	height:0px;
	padding:0px;
	position:absolute; 								/*zorgen dat de submenus geen ruimte innemen als ze niet zichbaar zijn*/
}
#header-menu ul li:hover {
	position:relative; 								/*alleen de actieve li relative maken anders overlappen onderliggende menu-items de fly out*/
}
#header-menu ul :hover ul{
	visibility:visible;
	height:auto;
	padding:5px 20px 10px 30px;						/*overrun, kan buiten het menu komen zonder het verdwijnt*/
}
#header-menu ul :hover ul :hover ul {
	visibility:visible;
	height:auto;
	padding:20px; 									/*overrun, kan buiten het menu komen zonder het verdwijnt*/
}
#header-menu ul ul{
	visibility:hidden;
}
#header-menu ul :hover ul ul {
	visibility:hidden;
}

/* General Menu styling */
#header-menu ul {
	height:46px;
	list-style-type:none;
}
#header-menu a {
	display:block;
	font-weight: bold;
	color: black;
	font-size:9pt;
}
#header-menu a:hover{
	text-decoration: none; 
}

/* First Level Styling */
#header-menu ul li{
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position: left 21px;
}
#header-menu ul li a{
	display:block;
	padding:10px 16px 8px 14px;
}

/* Second level styling*/
#header-menu ul ul {
	top:41px;
	left:-15px;
	width:200px;
	background-position:15px 0px;
	background-repeat:repeat-y;
	z-index: 1;
}
#header-menu ul ul li{
	padding:0px;
	border:solid;
	border-width: 0px 1px 1px 1px;
}

#header-menu ul ul li:first-child{
	background-image:none;
	padding:0px;
	border:solid;
	border-width: 1px 1px 1px 1px;
}

#header-menu ul ul li.parent{
	background-image:url(/static/images/menu-corner.png);
	background-position:right bottom;
	background-repeat:no-repeat
}
#header-menu ul ul a{
	display:block;
	width:200px;
	line-height:22px;
	padding:0px 10px;
}

/* third level styling */
#header-menu ul ul ul{
	top:-10px;
	left:120px;
	
	background:transparent url(/static/images/blank.gif); 	/*voor ie om de overrun te snappen*/
}


/*color styling*/
#header-menu > ul li.green, #header-menu ul li.green > ul		{	background-image:url(/static/images/site/bullet-green.png);	}
#header-menu > ul li.yellow, #header-menu ul li.yellow > ul		{	background-image:url(/static/images/site/bullet-yellow.png);	}
#header-menu > ul li.pink, #header-menu ul li.pink > ul			{	background-image:url(/static/images/site/bullet-pink.png);	}
#header-menu > ul li.orange, #header-menu ul li.orange > ul		{	background-image:url(/static/images/site/bullet-orange.png);	}


#header-menu ul li.green ul li		{ background-color:#29e43b;	border-color:#21b62f; }
#header-menu ul li.yellow ul li		{ background-color:#f0f139; border-color:#bfc12e; }
#header-menu ul li.pink ul li			{ background-color:#ff007d; border-color:#C40075; }
#header-menu ul li.orange ul li		{ background-color:#ff7800;	border-color:#bf5a01; }
#header-menu ul li.white ul li		{ background-color:#ffffff;	border-color:#cccccc; }

#header-menu ul li.green ul li:hover		{ background-color:#91f19a; }
#header-menu ul li.yellow ul li:hover		{ background-color:#f7f89a; }
#header-menu ul li.pink ul li:hover			{ background-color:#fd7dba; }
#header-menu ul li.orange ul li:hover		{ background-color:#ffb97d; }
#header-menu ul li.white ul li:hover		{ background-color:#cccccc; }

/* 2.3 Footer */

#footer{
	margin-top:2em;
	border-top:1px solid #003c47;	
	padding:12px;
	text-align:center;
	color:	 #003c47;
	font-weight:bold;
}

#footer a{
	color:	 #003c47;
}

#footer a:hover{
	color:	#ff07dd;
	text-decoration:underline;
}

/* 3.	Content 
	3.1	Header */

#content-header{
	display:none;
	width:744px;
	height:150px;
	background-image:url(/static/images/site/content-header.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:14px;
}

#content-header-block{
	padding-top:12px;
	margin-left:363px;
}

#content-header p{
	color:#ffffff;	
	width:330px;
}

#content-header a{
	color:#fff200;
}

#content-header a:hover{
	color:#fff200;
	text-decoration:underline;
}

#coupon-button{
	width:44px;
	height:44px;
	border:0px none;
	background-color:transparent;
	background-image:url(/static/images/site/coupon-button.png);
}

#coupon-button:hover{
	background-image:url(/static/images/site/coupon-button-o.png);		
}

#coupon-form{
	border-collapse:collapse;
	margin:16px;
	margin-left:120px;
}

#coupon-code{
	text-align:center;
	height: 44px;
	width: 196px;
	background-image:url(/static/images/site/coupon-bg.png);
	background-repeat:no-repeat;	
}

#coupon-code input{
	border:0px none;		
	padding:4px;
	width:160px;
}

/*	3.2	Main	*/

#main{
	color:#262626;	
}

#main h2, #main-text-wide h2, #main-text-wide h1 {
	border-bottom: 1px solid #8ed8f8;
	padding-bottom:2px;
}

#main h2.right{
	text-align:right;	
}

#main p{
	margin:12px 0;	
}

#main{
	width:774px;
}


/* 3.3 News ticker */
#main-text{
	margin-left:220px;
	width:549px;
	background-color:#fff;
}

#main-text-top{
	background-image:url(/static/images/site/content-bg-top.png);
	height:25px;
	background-repeat:no-repeat;

}

#main-text-bottom{
	background-image:url(/static/images/site/content-bg-bottom.png);
	height:35px;
	background-repeat:no-repeat;
}


#main-text-content{
	background-image:url(/static/images/site/content-bg-faux.png);
	background-repeat:repeat-y;	
}

#main-text-wrap{
	margin-left:25px;
	width:474px;
	padding-bottom:12px;
}


#main-text p, #main-text-wide p {
	margin:12px 0;	
}

#main-text-wide {
	padding-bottom: 12px;	
}

#main-wide{
	width: 769px;
}

#main-body-wide{
	background-color:#ffffff;
	padding:0 25px;
	width:689px;	
}

#main-top-wide{
	background-image:url(/static/images/site/content-main-wide-top-bg.png);
	height:38px;
	background-repeat:no-repeat;
}

#main-bottom-wide{
	background-image:url(/static/images/site/content-main-wide-bottom-bg.png);
	height:35px;
	background-repeat:no-repeat;
}



/*	3.3.1	News (widget)	*/
#main-news{
	float:left;	
	width:220px;
}

#main-news-top{
	background-image:url(/static/images/site/news-bg-top.png);
	height:25px;
	background-repeat:no-repeat;	
}	

#main-news-bottom{
	background-image:url(/static/images/site/news-bg-bottom.png);
	height:35px;
	background-repeat:no-repeat;	
}	

#main-news-content{
	background-image:url(/static/images/site/news-bg-faux.png);	
	background-repeat:repeat-y;
}

#main-news-wrap{
	margin-left:25px;
	width:140px;
	padding-bottom:12px; 
}

#main-news h4{
	padding-bottom:6px;	
	background-image:url(/static/images/site/news-item-bar.gif);
	background-position:center bottom;
	background-repeat:no-repeat;	
}
#main-news div.news {
	padding:12px 0;
	background-image:url(/static/images/site/news-item-bar.gif);
	background-position:center bottom;
	background-repeat:no-repeat;	
}

div.news a{
	color:#262626;
	font-weight:normal;	
}

div.news a:hover{
	color:#ff007c;
	text-decoration:underline;
}


/* 3.3.2	News (listing) */
#main-text div.news{
	margin-bottom:16px;	
}

.date {
	font-style: italic;
	font-size: 10px;
	color: darkred;
}

/*	3.3.3	SidebarMenu (table)	*/

#sidebarMenu {
	float:left;
	text-align: right;
	width: 175px;
	background-image: url(/static/images/sidebarmenu-border-right.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
	
}

#content-with-sidebarMenu {
	margin-left: 175px;
}

#sidebarMenu div {
	margin-right: 20px;
}

#sidebarMenu a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

div.sidebarmenu-active-link {
	background-image: url(/static/images/sidebarmenu-bg.png);
	background-repeat: repeat-y;
}

#sidebarmenu-active-link-green 	{ border: 1px solid #29e43b; padding: 2px;}
#sidebarmenu-active-link-yellow 	{ border: 1px solid #f0f139; padding: 2px;}
#sidebarmenu-active-link-pink 	{ border: 1px solid #ff007d; padding: 2px;}
#sidebarmenu-active-link-orange 	{ border: 1px solid #ff7800; padding: 2px;}
#sidebarmenu-active-link-white	{ border: 1px solid #cccccc; padding: 2px;}

div.sidebarmenu-link-green:hover		{ background-color: #29e43b; }
div.sidebarmenu-link-yellow:hover 		{ background-color: #f0f139; }
div.sidebarmenu-link-pink:hover 			{ background-color: #ff007d; }
div.sidebarmenu-link-orange:hover 		{ background-color: #ff7800; }
div.sidebarmenu-link-white:hover			{ background-color: #cccccc; }




/*	5.	Dynamic elements 
	5.1	Collapsible
*/

.collapse-toggler{
	cursor:pointer;
	background-repeat:no-repeat;
}
.collapsed{
	background-image:url(/static/images/site/arrow-up-big.gif) ;
	background-repeat:no-repeat;
}

/*	5.2	Tabs */

ul.tabs{
	margin-top:0 !important;
	list-style-type:none;
	position:relative;
	padding:12px 0 0;
	border-bottom:1px solid #c2c8d2;
}
ul.tabs li.tab{
	margin:0;
	padding:0;
	display:inline;
	cursor:pointer;
	padding:4px;
	border:1px solid #c2c8d2;	
	color:#000000;
	text-align:center;
	line-height:25px;
}
div.tabscont{
	margin-top:6px;	
}

ul.tabs li.tab.active, ul.tabs li.tab:hover{
	background-color:#77ccec;
	border:1px solid #00a2ff;
	color:#ffffff;
	text-decoration:underline;
}
div.tab-content{
	display:none;
	top:40px;
}
div.tab-content.active{
	display:block;
}





/* 7 Forms */
ul.error{
	margin:6px;	
}

ul.error li{
	color:#d10040;
	margin-left:1em;
}

p.error{
	color:#d10040;
}

fieldset{
	border:1px solid #c2c8d2;
	padding:1em;
}
legend{
	padding:3px 8px;
	color:#2e7b0c;
}

table.checkboxlist td{
	padding:3px;
	vertical-align:top;
}

input.text, textarea.text, select.text, input.button, select.text optgroup{
	font-family:Arial,Helvetica,sans-serif;
}
select.text optgroup{
	font-weight:bold;
	font-style:normal;	
}
select.text optgroup optgroup{
	margin-left:1em;
}

select.text optgroup option{
	margin-left:2em;
}
input.text{
	width:80%;
	height:18px;
}
input.file{
	height:24px;
}
input.button{
	border:1px solid #0052a1;
	background:#ffffff;
	font-size:11px;
	color:#0052a1;
}
select.text{
	font-size:12px;
	height:20px;
}
textarea.text{
	width:80%;
	font-size:13px;
}

dl.form dt, dl.overview dt {
	clear:left;
	float:left;
	font-weight: bold;
	padding-top:3px;
	width:30%;
}

dl.overview dt {
	text-align: right;
}

dl.form dd{
	float:left;
	margin-bottom:0.5em;
	padding:2px 10px;
	width:65%;
}

dl.form dt.form-span-title{
	width:400px;
	font-weight:bold;
}

dl.overview dd {
	float: left;
	margin-bottom: 0.5em;
	padding: 3px 10px;
	width: 65%;
}

.custom-fieldset legend {
	font-size: 14px; 
	font-weight: bold;
}

.custom-fieldset:hover {
	background-color: #f5f5f5;
}

 /* 8. Subs*/
 div.sub-course{
 width: 99%; /* used to be 32% */
 padding-right: 3px;
 float: left;
 }
 
 
/* added by Marnix */
 
.tip-top {
	background-image: url('/assets/images/tooltip-bg-upper-part.png');
	height: 10px;
	width: 280px;
}

.tip-bottom {
	background-image: url('/assets/images/tooltip-bg-lower-part.png');
	height: 10px;
	width: 280px;

	
}

.tip {
	width: 264px;
	background-color: #00aeef;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	color: white;
	padding: 7px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tip-title {
	font-weight: bold;
	
}

div.roadsign-thumbs {
	width: 50px;
	height: 50px;
	margin: 15px;
	float: left;
	vertical-align: middle;
	text-align:center;
}

div.undersign-thumbs {
	width: 125px;
	height: 50px;
	margin: 15px;
	float: left;
	vertical-align: middle;
	text-align:center;
}

#G13, #G14, #H1, #H2 {
	width: 70px;	
}

#K1, #K4 {
	width: 130px;	
}

#K7, #K8 {
	width: 90px;	
}

#K11 {
	width: 130px;	
}

#L19 {
	width: 650px;	
}


img.roadsign-thmg {
	height: 50px;
	margin: 0px;
}

#roadsign-imgTablet {
	width: 650px;
	position: relative;
}

/* added by Marnix for driving school backend */

.genericTable {
	border: 2px solid #8ED8F8;
	border-collapse:collapse;
}

.genericTable td {
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #ddd;
}

.genericTable pre {
	font-size:14px;
	font-weight:bold;
	background-color: inherit;
}

#usedCouponTable pre {
	text-decoration: line-through;	
	background-color: inherit;
}

.progressTable {
	border: 0px;
	border-collapse:collapse;
	width: 450px;
}

.progressTable th, .genericTable th {
	background-color: #8ED8F8;
	color: #444;
	padding: 2px;
}

#progressTableIdentifier {
	margin-top: 20px;	
}

.chapterRow {
	background: #eee;
	font-weight: bold;
	height: 1.5em;
}

.chapterRow td {
	border-bottom: 1px solid #ddd;
	height: 1.2em;
}

.lessonRow td:first-child {
	text-indent: 2em;
}

.lessonRow td {
	border-bottom: 1px dotted #cee;	
}


.progressTable .leftColumn {
	width: 350px;	
}

.progressTable .middleColumn, .progressTable .rightColumn {
	width: 50px;
	text-align:center;
}

.progressDiv {
	padding-top: 3px;
}

.progressTable caption, .genericTable caption {
	padding-bottom: 3px;
	padding-top: 3px;
	font-style:italic;
	font-weight:bold;
}

#progressTableExpandAll {
	font-weight: bold;
	font-style:normal;
	color: #EC008C;	
	cursor: pointer;
}

#progressTableExpandAll:hover {
	text-decoration: underline;	
}

.blueButton {
	background-color: #667;	
	color: white;
}

.blueButton:hover {
	background-color: #888;	
}

#usedCouponTable, #unusedCouponTable, #favMoviesTable, #lastMoviesSeenTable {
	margin-top: 20px;	
}

.newCouponCode {
	background-color:#ffa;
}

#main-text-wide blockquote {
	background-color: #fafafa;
	border:1px dotted #990000;
	font-style:italic;
	padding: 6px;
}

#main-text-wide ol, #main-text-wide ul {
	padding-left: 3em;
}

/* added by Marnix voor Facebook integration */

.fb-like {
	margin-top: 5px;
}

#header-menu {
	margin-top: 35px;
}