/* ----------------------------------------------------
 Project: 	traineepartner.nl
 Subject: 	general CSS definitions
 
 dark green:  #028844 (#1e5d30 = old)
 light green: #A9CB38 (#a5c636 = old)

 (C) 2009 Netklaar, Amsterdam
 ---------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}

html
{
	overflow-y:scroll;
}

html, body
{
	height: 100%;
}

body
{
	font-family: arial,verdana,helvetica;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	letter-spacing: 0px;
	line-height: 20px;
	color: #666666;
	background-image: url("/fileadmin/templates/images/bg_shadow.gif");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

h1
{
	color:#7c9f3e ;
	font-size:160%;
	font-weight:bold;
	margin-bottom: 8px;
	line-height: 20px;
}


.tx-nktraineeship-pi1 .undashed_title h1
{
	color:#7c9f3e ;
	font-size:160%;
	font-weight:bold;
	margin-bottom: 8px;
	line-height: 20px;
}

h2
{
	color:#7c9f3e ;
	font-size:160%;
	font-weight:bold;
	margin-bottom: 8px;
	line-height: 20px;
}

p
{
	margin-bottom: 8px;
}

.olive-green
{
	color:#A5C636;
}

.red { color: #F00; }

.grey
{
	color:#666666;
}

.clearboth
{
	clear:both;
}

img { border: 0px transparent none; }

/* ----------------------------------------------------------------
 Positioning
 ---------------------------------------------------------------- */

div#wrapper
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	/*	height: 100%;*/
	margin: 0 auto -64px;
	width: 990px;
	background-image: url("/fileadmin/templates/images/dots.gif");
	background-repeat: no-repeat;
	background-position: 40px 370px;
}

div#header
{
	position: relative;
	width: 990px;
	height: 128px;
	background-image: url("/fileadmin/templates/images/header.png");
}

div#logo
{
	position: absolute;
	height: 94px;
	width: 230px;
	top: 57px;
	left: 14px;
/*	background-image: url("/fileadmin/templates/images/logo_traineepartner.png");*/
}

div#topbanner
{
	margin:0 auto;
	position:relative;
	text-align:center;
	width:470px;
}

div#topmenu
{
	position: relative;
	margin-top: 0px;
	float:right;
}

div#topmenu ul
{
	padding-top: 10px;
	font-size: 90%;
	letter-spacing: 1px;
	position:relative;
}

div#left
{
	position:relative;
	float: left;
	width: 240px;
	padding-left: 17px;
	margin-top: 21px;
}

div#menu1
{
	position:relative;
	width: 230px;
	height: 146px;
	margin-left: -2px;
	margin-top: 6px;
/*	background-image: url(../images/menu1.png);*/
}

#menu1 ul
{
	float:left;
}

div#menu2
{
/*	background-image: url(../images/menu2.png);*/
	position:relative;
	width: 230px;
	height: 175px;
	margin-left: 0px;
	margin-top: 10px;
}
div#menu2 ul
{
	float:left;
	margin-top: 5px;
	margin-left: 0px;
}
#container
{
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
//	height: 100%; /* For IE */
}

div#footer,
div#push
{
	height: 64px;
  	width: 990px;
  	margin-left: auto;
  	margin-right: auto;
	clear: both;
}

div#footer
{
	background-image: url("/fileadmin/templates/images/footer.png");
	position: relative;
	background-repeat: no-repeat;
}

div#bottommenu
{
	position: absolute;
	bottom: 8px;
	right: 157px;
}
div#poweredby
{
	position: absolute;
	right: 16px;
	bottom: 8px;
}
div#poweredby p
{
	margin-bottom: 0px;
}
div#poweredby img
{
	margin-left: 0px;
	position: relative;
	top: 1px;
}

div#search
{
	position: absolute;
	right: 11px;
	top: 71px;
	width: 235px;
	height: 54px;
	background-image: url("/fileadmin/templates/images/search.png");
	background-repeat: no-repeat;
}

div#search input
{
	position: relative;
	left: 15px;
	top: 15px;
	width: 180px;
	height: 20px;
	border: 1px white none;
	vertical-align: middle;
}

div#lefttext
{
	position:relative;
	margin-top: 27px;
	margin-left: 0px;
	width: 216px;
}

div#contentwrapper
{
/*	width: 984px;
	height: auto;*/
	position:relative;
	width: 720px;
	height: auto;
	float:right;
}

/*div#contentwrapper > div.content*/
div#contentwrapper div.content
{
	position:relative;
	float: left;
	width: 456px;
	height: auto;
/*	margin-left: 4px;*/
	margin-left: 0px;
	margin-top: 16px;
}

div#contentwrapper > div.content + div.colright
{
	margin-left: 476px;
	margin-top: 6px;
	width: 230px;
	position:relative;
}

div.person-box
{
	position: relative;
	float: left;
	width: 238px;
	height: 141px;
	background-image: url("/fileadmin/templates/images/box_person.png");
	margin-left: 0px;
	margin-bottom: 13px;
	background-repeat: no-repeat;
}

div.person-box-header
{
	position: relative;
	margin-top: 23px;
	margin-left: 0px;
	text-transform: uppercase;
}

div.person-box-picture
{
	position:relative;
	float: left;
	width: 75px;
	height: 75px;
	margin-top: 8px;
	margin-left: 19px;
	overflow: hidden;
}

div.person-box-text
{
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 4px;
}

div.box
{
	position: relative;
	background-image: url("/fileadmin/templates/images/box.png");
	height: 141px;
	width:235px;
	margin-left: 0px;
	margin-bottom: 13px;
	background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
 Styling
 ---------------------------------------------------------------- */

body.home div.csc-textpic-intext-right div.csc-textpic-imagewrap
{
	margin-left: 0px !important;
	float: none;
}

body.home div.news-latest-container
{
	padding-top:0px;
}

.content .news-latest-container
{
	clear:both;
}

body.home div.content h1
{
	border-bottom: 0px transparent none;
	font-size:180%;
	color: #028844;
}

body.home div.content h1 a
{
	color:#028844;
}

div#menu1 ul
, div#menu2 ul
{
	list-style: none;
}

div#menu1
, div#menu2
{
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
}

a:link,
a:visited
{
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:#028844;
}

a:active
{
	color:#666666;
}

div#topmenu ul li 
, div#bottommenu ul li 
{
	display: inline;
	border-right: 1px white solid;
	color: white;
}

div#topmenu ul li a:link
, div#topmenu ul li a:visited
, div#bottommenu ul li a:link
, div#bottommenu ul li a:visited
{
	color: white;
	text-decoration: none;
	padding: 0 4px;
	text-transform: lowercase;
}

div#topmenu ul li.last,
div#bottommenu ul li.last
{ border-right: 0px transparent none; }

div#topmenu ul li a:hover
, div#bottommenu ul li a:hover
{
	color:white;
	text-decoration:underline;
}

div#topmenu ul li a:active
, div#bottommenu ul li a:active
{
	color:white;
	text-decoration:none;
}

div#topmenu ul li img {
	position:relative;
	top:4px;
	margin-right:3px;
}

div#left ul li
{
	border-bottom: white solid 3px;
	line-height: 30px;
	width: 230px;
	font-size: 120%;
	font-weight: lighter;
}

div#menu1 ul li a
, div#menu2 ul li a
{
	margin-left: 22px;
}

div#menu1 ul li.first
{
	background-image: url("/fileadmin/templates/images/menu1_first.gif");
	height: 30px;
	padding-top: 20px;
}

div#menu1 ul li.middle
{
	background-image: url("/fileadmin/templates/images/menu1_middle.gif");
}

div#menu1 ul li.last
{
	background-image: url("/fileadmin/templates/images/menu1_last.gif");
	height: 32px;
}

div#menu1 ul li a:link,
div#menu1 ul li a:visited
{
	color:white;
	text-decoration:none;
}

div#menu1 ul li a:hover,
div#left div#menu1 ul li.act a
{
	color:#A9CB38;
}

div#menu1 ul li a:active
{
	color:#A9CB38;
}


div#menu2 ul li.first
{
	background-image: url("/fileadmin/templates/images/menu2_first.gif");
	height: 30px;
	padding-top: 20px;
}

div#menu2 ul li.middle
{
	background-image: url("/fileadmin/templates/images/menu2_middle.gif");
}

div#menu2 ul li.last
{
	background-image: url("/fileadmin/templates/images/menu2_last.gif");
	height: 32px;
}

div#menu2 ul li a:link,
div#menu2 ul li a:visited
{
	color:white;
	text-decoration:none;
}
div#menu2 ul li a:hover,
div#left div#menu2 ul li.act a
{
	color:#028844;
}
div#menu2 ul li a:active
{
	color:#028844;
}
.dark-green
{
	color: #028844;
}
div#lefttext h1
{
	color: #028844;
}
div#poweredby
{
	color: white;
}

div.border
{
	clear:both;
	border-bottom: 1px #a5c636 dashed;
	margin: 10px 0;
}

div.content h1
{
	border-bottom: 1px #a5c636 dashed;
	padding-bottom: 10px;
}

div.content div.undashed_title h1
{
	border: 0px transparent none;
	padding: 0px;
}

div.dashed_title {
	position:relative;
	clear:both;
}

div.dashed_title h2
{
	border-top: 1px #a5c636 dashed;
	border-bottom: 1px #a5c636 dashed;
	padding: 5px 0;
	margin: 10px 0 5px 0;
}

div.content ol
{
	position:relative;
	margin: 0 0 15px 30px;
}



/* COLRIGHT */

.colright div.csc-header
{
	margin-top:10px;
}

.colright div,
.colright p
{
	padding-left: 12px;
}

.colright div
{
	_padding-left: 1px;
}

div.colright > p
{
	_padding-left: 12px;
}


.colright div.csc-header,
.colright div > div,
.colright div > div > div,
.colright div > div > div > div,
.colright div > div > div > div > div
{
	padding-left: 0px;
}

.colright div.csc-header h1,
.colright div.csc-header h2,
.colright div.csc-header h3

{
	background-image: url("/fileadmin/templates/images/hdr_right.gif");
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 18px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.colright div.csc-header h1,
.colright div.csc-header h1 a,
.colright div.csc-header h2,
.colright div.csc-header h2 a
.colright div.csc-header h3,
.colright div.csc-header h3 a
{
	color: #028844;
}

.colright div.csc-header h3
{
	color: #028844;
/*	padding-top: 10px;
	height: 29px;
	background-image: url("/fileadmin/templates/images/hdr_right_carriere.gif");*/
}

div.colright h3
{
	font-size:12px;
}


div.person-box
{
	position:relative;
	font-family: arial,verdana,helvetica;
	font-style: normal;
	font-weight: bold;
}

div.person-box-header,
div.person-box-header a
{
	position:relative;
	color: #028844;
}

div.person-box-header a
{
	padding-left:10px;
}


div.person-box-text
{
	position:relative;
	width:130px;
}

div.person-box a.link
{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:237px;
	height:140px;
}

div.person-box-text p { 
	text-transform: uppercase;
	padding-left:2px;
	font-size:90%;
}

/* BREADCRUMB */

.breadcrumb {
	height:10px;
}

.breadcrumb ul {
	position:absolute;
	list-style-type:none;
	left:271px;
}

.breadcrumb ul li {
	background:transparent none repeat scroll 0 0;
	color:#A9CB38;
	float:left;
	padding:0;
}

.breadcrumb ul li a:link,
.breadcrumb ul li a:visited
{
	color:#A9CB38;
}

.breadcrumb ul li a:hover
{
	color:#666;
}

.breadcrumb ul li a:active
{
	color:#A9CB38;
}

.breadcrumb ul li.separator
{
	padding: 0 3px;
}


/* BANNERS */
div.banners { text-align: center; }

div.banners div.banner-item {margin:60px 0 8px 0;}

div#topbanner div.banners div.banner-item {
	margin:0;
}
div#topbanner div.banners div.banner-item img,
div#topbanner div.banners div.banner-item embed {
	margin-top:25px;
}


/* NEWS */
.news-latest-container .section-title,
.news-list-container .section-title,
.home .content .section-title
{
	margin-bottom:15px;
}

.news-latest-container .section-title .text,
.news-list-container .section-title .text,
.home .content .section-title .text
{
	float:left;
	padding-top:5px;
	margin-right:5px;
}

.news-latest-container .section-title .text h2,
.news-list-container .section-title .text h2,
.news-single-item h2
{
	color:#028844;
}

.news-latest-container .news-latest-date
{
	float:left;
	width:60px;
	color:#028844;
}

.content .news-latest-container .news-latest-ul
{
	clear: both;
	list-style-type: none;
}


.content .news-latest-container .news-latest-title,
.content .news-latest-container .news-latest-ul .news-latest-item
{
	margin-left:0px;
}

.content .news-latest-container .news-latest-title a,
.content .news-latest-container .news-latest-ul li.news-latest-item a,
.content .news-latest-container .news-latest-ul li.news-latest-item a:link
{
	color:#028844;
}

.content .news-latest-container .news-latest-title a:hover,
.content .news-latest-container .news-latest-ul li.news-latest-item a:hover
{
	color:#666666;
}

.content .news-latest-container .news-latest-title a:active,
.content .news-latest-container .news-latest-ul li.news-latest-item a:active
{
	color:#028844;
}

.news-single-item
{
	padding: 0 10px 0 0;
}

.news-single-item h2
{
	margin-bottom:15px;
}

.news-single-item .imagecontainer
{
	float:left;
	font-size: 11px;
	line-height:12px;
	color:#028844;
}

.news-single-item .news-single-img
{
	margin: 0 15px 5px 0;
}

p.news-single-author
{
	color: #028844;
	font-style: italic;
	margin: 0;
}

p.news-single-author a:link,
p.news-single-author a:visited,
.news-list-item a:link,
.news-list-item a:visited
{
	color: #028844;
}

p.news-single-author a:hover,
.news-list-item a:hover
{
	color: #666666;
}

p.news-single-author a:active,
.news-list-item a:active
{
	color: #028844;
}

div.news-list-item
{
	clear:both;
}

div.news-list-item h3
{
	font-size:110%;
}

.news-list-item img
{
	float:left;
	margin: 4px 10px 5px 0;
}

.news-list-container .news-list-item {
	border-bottom: 1px dashed #A5C636;
	padding: 0;
	position: relative;
}

.news-list-container .news-list-item h2
{
	margin-bottom: 0;
}

.news-list-container .news-list-item h2 a
{
	font-size: 75%;
	font-weight: bold;
}

.news-list-container .news-list-item a span p
{
	color: #666;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	outline: transparent solid none;
}

.news-list-container .news-list-item a:hover span p
{
	color: #028844;
}



/* FORMS */
fieldset
{
	border:none;
}

fieldset.csc-mailform label
{
	position:absolute;
}

fieldset.csc-mailform input,
fieldset.csc-mailform textarea
{
	margin: 0 0 5px 150px;
	background-color: #e1ffa4;
	border: 0px transparent none;
	width:175px;
	height:20px;
	padding:5px 2px 2px 2px;
	
}

fieldset.csc-mailform input.csc-mailform-radio
{
	width:15px;
	height:15px;
	margin-right:3px;
}

fieldset.csc-mailform textarea
{
	width:300px;
	height:75px;
}

fieldset.csc-mailform select
{
	margin: 0 0 5px 150px;
}



fieldset.csc-mailform input.csc-mailform-submit
{
	background-color: transparent;
	width: 75px;
	height: 20px;
	color: #a1c135;
	font-size:120%;
}

#contentwrapper img.tx-srfreecap-pi2-image {
	margin: 0;
}


/* Traineeship plugin */

div.list-item 
{
	position:relative;
/*	clear:both;*/
}


.list-item-left 
{
	position:relative;
	float:left;
	z-index:1;
	width:300px;
}

.list-item-right 
{
	float:right;
	position:relative;
	text-align:right;
	z-index:0;
	width:150px;
}


div.traineeship-detail-hdr h1
{
	float: left;
	border-bottom: 0px transparent none;
}

div.traineeship-detail-hdr h2
{
	text-align:right;
	padding-bottom:10px;
	color:#666666;
	border-bottom: 1px #a5c636 dashed;
}

.tx-nktraineeship-pi1 div.row div.label
{
	float: left;
	font-weight: bold;
}

.tx-nktraineeship-pi1 div.row div.text
{
	margin-top: 20px;
}

.tx-nktraineeship-pi1 div.row div.value
{
	margin-left: 220px;
}

.tx-nktraineeship-pi1 div.interactive
{
	border-top: 1px #a5c636 dashed;
}

.colright div.tx-nktraineeship-pi1
{
	padding-left:0;
}

div.colright div.tx-nktraineeship-pi1 div.box h1,
div.colright div.tx-nktraineeship-pi1 div.box h3
{
	padding: 20px 0 0 12px;
	color: #028844;
	font-size: 100%;
	text-transform: uppercase;
	line-height:20px;
	margin-bottom:8px;
}

.colright div.tx-nktraineeship-pi1 div.box div.list-item
{
	position:relative;
	padding: 0px 0 0 12px;
	color: #666;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

.company-list-item
{
	position:relative;
	border-bottom: 1px #a5c636 dashed;
	padding: 10px 0 5px 0;
}

.company-list-item div.image
{
	position:relative;
	float:left;

}

.company-list-item div.title
{
	margin-left:90px;
}

.company-list-item div.title h2
{
	font-size:120%;
}

.company-list-item div.no-traineeship
{
	position:absolute;
	top:5px;
	right:0;
}

.company-list-item div.text,
.recruiter-list-item div.text
{
	position:relative;
	margin-left:90px;
}

div.content .company-detail-hdr h1 {
	color:#666666;
}

div.content .row .intro { font-weight: bold; }


div.content div.company-traineeships {
	margin-top:20px;
	border-top: 1px #a5c636 dashed;
	padding-top:15px;
}

div.content div.company-traineeships h2,
div.content div.company-traineeships h3
{
	color:#A5C636;
	font-size: 14px;
	
}

div.content div.company-traineeships div.company-traineeship a
{
	font-weight:bold;
}

.recruiter-list-item
{
	position:relative;
	border-bottom: 1px #a5c636 dashed;
	padding: 10px 0 5px 0;
	clear:both;
}

.recruiter-list-item div.image
{
	position:relative;
	float:left;
}

.recruiter-list-item div.title,
.recruiter-list-item div.subtitle
{
	margin-left:90px;
}

.recruiter-list-item div.title h2
{
	font-size:120%;
	margin-bottom:0px;

}

h3,
.recruiter-list-item div.title h2 a,
.recruiter-list-item div.subtitle h3 a,
.tx-nktraineeship-pi1 div.row h3 a
{
	color:#7C9F3E;
}

.recruiter-list-item div.subtitle h3
{
	font-size:100%;
}

div#tabscontainer
{
	border-bottom: 1px #a5c636 dashed;
	height:60px;
}


#tabscontainer div
{
	float: left;
	vertical-align: middle;

	margin-bottom:20px;
}

#tabscontainer div.value
{
	padding: 8px 3px;
}

div.detail-image
{
	background-image: url("/fileadmin/templates/images/bg_portret.gif");
	background-repeat: no-repeat;
	height:230px;
	margin:0 0 12px 0;
}

div.detail-image img
{
	margin:23px 0 0 25px;
}

.tabpanel
{
	clear:both;
}

#sollicitatie-form
{
	margin-top:20px;
}

#lwwrapper { 
	background-color: white;
}

#lwwrapper fieldset { 
	background-color: white;
	padding-top:30px;
}

#lwwrapper .sollform { 
	background-color: white;
	padding-top: 10px;
}

#lwwrapper .sollform table h3 { 
	padding-bottom: 10px;
}

#lightwindow_title_bar_inner
{
/*	background-color:#028844;*/
}

div.detail-image-company {
	margin-bottom:15px;
}

form#tipform
{
	width:100%;
}

form#tipform div.from
{
	float:left;
	width:50%;
}

form#tipform div.to
{
	float:left;
	width:50%;
}

form#tipform label
{
	height:30px;
	position:absolute;
	width:100px;
}


form#tipform input
{
	background-color: #e1ffa4;
	border: 0px transparent none;
	height:20px;
	padding:5px 2px 2px 2px;
	margin: 0 0 3px 50px;
	width:175px;
}

form#tipform .from input {
	width:160px;
}

form#tipform input.mailform_verzenden
{
	width:100px;
}

div.tabpanel input.mailform_verzenden
{
	background-image:url("/fileadmin/templates/images/verzenden.gif");
	color:white;
	width:100px;
	height:30px;
	left:304px;
	position:relative;
}

form#tipform textarea,
form.sollform textarea
{
	background-color:#E1FFA4;
	border:0 none transparent;
	width:100%;
}

form.sollform input
{
	background-color: #e1ffa4;
	border: 0px transparent none;
	height:20px;
	padding:5px 2px 2px 2px;
	width:175px;
}

form.sollform select
{
	width:175px;
}

td { vertical-align: top; }

.sollform table tr td:first-child
{
	width:120px;
}

.tx-ttnews-browsebox
{
	clear:both;
	border-top:1px dashed #A5C636;
	margin:10px 0 5px;
	padding:5px 0;
}

.news-list-browse.rss .tx-ttnews-browsebox
{
	border-top:0px dashed #fff;
}

.tx-ttnews-browsebox p
{
	color: #A5C636;
	float:left;
}

.tx-ttnews-browsebox table
{
	color: #A5C636;
	float:right;
	line-height:15px;
}

.tx-ttnews-browsebox table a,
.tx-ttnews-browsebox table a:visited,
.news-single-backlink a
{
	color: #A5C636;
}

.tx-ttnews-browsebox table a:hover,
.news-single-backlink a:hover,
.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a
{
	color: #028844;
}

.news-single-backlink a:active,
.tx-ttnews-browsebox table a:active
{
	color: #A5C636;
}

.tx-ttnews-browsebox table tr td
{
	padding: 0 2px;
}


.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-submit
{
	margin: 8px 0 0 0;
}

.text ul
{
	list-style-type: disc;
	margin: 0 0 15px 25px;
}

.content .myGallery {
	border:none;
}

.content .jdGallery .slideElement {
	background-color:#fff;
}


.content .tx-rgsmoothgallery-pi1 {
	background-color:#fff;
}

div.aankeiler-container
{
	position:relative;
	z-index:0;
	background: url('/fileadmin/templates/images/aankeilerkader.jpg') no-repeat scroll 0 0;
	height:243px;
	padding:22px 0 0 14px;
}

div.aankeiler-container div.tx-rgsmoothgallery-pi1
{
	position:relative;
	z-index:1;
}

div.aankeiler-container a img
{
	position:absolute;
	top:0;
	left:0;
	width:440px;
	height:265px;
	z-index:2;
}


.rss-channel h2 {
	color:#666666;
	margin-top:15px;
}

.content #twrss_table
{
	width:456px;
}

.content .twrss_item_link
{
	position:relative;
	clear:both;
	margin-left:105px;
	z-index:100;
}

.content .twrss_item_link a
{
	font-weight:bold;
	font-size:110%;
	color:#028844;
}

.content .twrss_item_content
{
	width:456px;
	position:relative;
	top:-1.5em;
	min-height:55px;
}

.content .twrss_item_content img,
.content .news-list-container .news-list-item img
{
	width:100px;
	display:block;
	float:left;
	margin-right:5px;
	position:relative;
	top:2px;
}

.home .content .twrss_item_link a {
	font-weight:normal;
}

.home .content .twrss_item_link {
	clear:both;
	margin-left:0;
	position:relative;
}



div.content iframe html body div#main h1 { display: none; }

.bodyspan p.bodytext,
.content .news-list-container .news-list-item span.more
{
	display: inline;
	margin:0;
}

.content .news-list-container .news-list-item span.more
{

}

/* cal start */

table.month-small
{
	width: 100%;
	margin: 0 0 0 1px;
	background-color: #028844;
	color:white;
}

table.month-small td.monthToday {
	color:grey;
}

table.month-small thead tr th { border-bottom: 1px white solid; }

table.month-small th a { text-transform: uppercase; }

table.month-small a:link,
table.month-small a:visited {
	color:#A9CB38;
}

table.month-small a:hover {
	text-decoration:underline;
}

td.monthToday
{
	background-color: #FFF;
}

table.month-small th,
table.month-small td
{
	text-align: center;
}

.agenda-header
{
	color:#028844;
	font-size:120%;
	font-weight:bold;
}
/* cal end */

.hover-control {
	cursor:pointer;
}

.hover-control.hover {
	background-color: #A9CB38;
}


.agenda-list li {
	list-style:none;
	padding:3px;
	border-bottom:1px dashed #A5C636;
}

.agenda-date-time
{
	margin: 0 0 10px 0;
}

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px #999 solid;
	background-color: #ffefcc;
	padding: 3px;
	opacity: 0.85;
}
#tooltip h3,
#tooltip div {
	margin: 0;
}

.agenda-datumtijd,
.agenda-date-time
{
	color: #028844;
	font-style: italic;
}


