/*
-----------------------------------------------
Universiteit Leiden, Faculty of Science
Author:   Sjaak Wolff en Nathalie Borst
Version:  Oktober 2008

Change History:

03/08/2005 Added test borders -- Raimond Kempees
03/08/2005 Changes img paths
15/08/2005 Added SiteEdit div
27/06/2006 Added block display for print logo in 1. - Adriaan Bloem
----------------------------------------------- */

/* Content
----------------------------------------------- 
1.  Skeleton, meta definitions
1.1. Print 
2.  Navigation
3.  Header
4.  Branding
5.  News
6.  Theme's
7.  Index
8.  Footer
9.  Tables
10. Calendar
----------------------------------------------- */
/* 1.  Skeleton, meta definitions 
----------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font: small Verdana, Sans-serif;
	color: #4A7184;
	line-height: 1.5em;
	text-align:left;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/bgpat.gif) #fff repeat;
}

a {
	color: #4A7184;
	text-decoration: underline;
        margin-bottom: 0px;
}

a.title {
color: #9D8A0A;
text-decoration: none;
}

a.title:hover {
color: #9D8A0A;
text-decoration: underline;
}

a.title:visited{
color: #9D8A0A;
text-decoration: none;
}

a.title:visited:hover{
color: #9D8A0A;
text-decoration: underline;
}

a:hover {
	color: #4A7184;
}

a:visited {
	color: #4A7184;
}

#container{
	width:774px;
	margin:0 auto;
	position:relative;   
	/*border: 1px solid #000; /* Testing purposes only */
}

#background_mainpage {
	background:#fff url(http://fwncwww14.wks.gorlaeus.net/images/home/news/sitebg_mainpage.gif);
}

#background_onecol {
        background:#fff url(http://fwncwww14.wks.gorlaeus.net/images/home/news/sitebg_onecol.gif);
}

#background {
	background:#fff url(http://fwncwww14.wks.gorlaeus.net/images/home/news/sitebg.gif);
}

#c-main {
	width: 750px;
	margin: 0 auto;
}

#c-main-left {
        /* stond op float: left; echter gaf dit problemen in firefox dat de height niet meer klopte?? nu dus aangepast en zo werkt ie! */
	float: left;

}

#c-main-right {
	float: right;
}

#content-left {
	clear: left;
	float: left;
	margin:0;
	padding: 20px 20px 20px 23px;
	width: 280px;
}

#content-middle {
	float: left;
	margin: 0;
	padding: 20px;
	width: 177px;
}

#content-main {
	margin: 0;
	padding:5px 20px 20px 20px;
	width: 497px;
	overflow: hidden;
}

#content-onecol {
	margin: 0;
	padding:0px 20px 20px 20px;
	width: 750px;
	overflow: hidden;
}

#content-right {
	margin: 0;
	padding: 20px;
	width: 160px;
}

#content-right p{
	font-size: 85%;
	color: #999;
	margin: 0;
}

#searchbox {
	margin: 0px 0px 0px 0px;                
}

#pagination a{
                color: #989898;
}

a img {
	border: none;
}

h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Georgia, Times, serif;
	font-size: 135%;
	color: #990000;
	font-weight: normal;
	line-height: 2 em;
}

h3 {
	font-family: Georgia, Times, serif;
	color: #4A7184; 
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: thin dotted #D7D7D7;
	margin: 0;
}

	h3 a
	{
		color: #4A7184;
		text-decoration: none;
	}

	h3 a:hover
	{
		color: #4A7184;
		text-decoration: underline;
	}

	h3 a:visited
	{
		color: #4A7184;
	}

#SiteEdit
{
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0px;
	z-index: 1;
	padding: 0;
	margin: 0;
	border: none;

}

#print{
	display: block;
	width: 0;
	}

.comment {
       border: 1px solid #EAEAEA;
       background-color: #F2F2F2;
	float: left;
	width: 479px;
	margin-top: 20px;
	padding: 7px 7px 7px 7px;
	color: #333333;
	font-size: 100%;	
}

p.commentp {
	font-size: 100%;	
}

/* 1.1.  Print
----------------------------------------------- */

.printbody
{
	margin: 0;
	padding: 0;
	font: small Verdana, Sans-serif;
	color: #4A7184;
	line-height: 1.5em;
	text-align:left;
	
}
#container_print {
	width:497px;
	margin:0 auto;
	position:relative;   
	/*border: 1px solid #000; /* Testing purposes only */
}


  
/* 2. Navigation
----------------------------------------------- */

#hornavdiv
{
	/*display: block;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	width: 750px;
	/*border: 1px solid blue;*/
}

#topnav {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
	width: 100%;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/bgpat.gif) #FFF repeat;
}

#topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 13px;
	list-style: none;
}

#topnav a {
	color: #0C2577;
	text-decoration: none;
}

.nav {

	display: inline;

	float: left;
/*	width: 525px;*/
	width: 750px;
	margin: 0;
	padding:0 0 0 15px;
	list-style: none;
	font-size: 85%;
	background-color: #8592BB;
	/*border: 1px solid red;*/
}

.nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/tab_border.gif) no-repeat top right;
}

.nav a {
	float: left;
	padding: 0px 12px 0px 8px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
.nav a:hover
{
	color: #0C2577;
	float: left;
	margin: 0;
	padding: 0px 12px 0px 8px;
	text-decoration: none;
	background-color: #C3CDEA;
}


.nav a.first_item, #subnav a.first_item {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/tab_border.gif) no-repeat top left;
}

#nav {
	float: left;
/*	width: 525px;*/
	width: 100%;
	margin: 0;
	padding-left:15px;
	list-style: none;
	font-size: 85%;
	background-color: #8592BB;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/tab_border.gif) no-repeat top right;
}

#nav a {
	float: left;
	padding: 0px 12px 0px 8px;
	text-decoration: none;
	color: #fff;
}

#nav a:hover, .nav a.active {
	color: #0C2577;
	float: left;
	margin: 0;
	padding: 0px 12px 0px 8px;
	text-decoration: none;
	background-color: #C3CDEA;
}

#nav a.first_item, #subnav a.first_item {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/tab_border.gif) no-repeat top left;
} 

#subnav {
	float: left;
	width: 525px;
	margin: 0;
	padding-left:15px;
	list-style: none;
	font-size: 85%;
	background-color: #C3CDEA;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/tab_border.gif) no-repeat top right;
}

#subnav a {
	float: left;
	padding: 0px 12px 0px 8px;
	text-decoration: none;
	color: #0C2577;
}

#subnav a:hover, #subnav a.active {
	color: #0C2577;
	background-color: #fff;
}

#breadcrumb {
	clear: left;
	width: 491px;
	margin: 0;
	padding: 2px 4px 2px 4px;
	list-style: none;
	font-size: 85%;
	background: #ffffff url(http://fwncwww14.wks.gorlaeus.net/images/home/news/lijn.gif) bottom left repeat-x;
}

#breadcrumb li {
	display: inline;
	padding: 0 8px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/bc_pijl.gif) no-repeat 0 0.4em;
}

#breadcrumb li.first {
	padding: 0 8px 0 0;
	background: transparent;
}

#breadcrumb a {
	color: #989898;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#dep-nav {
	width: 195px;
	color: #fff;
	margin: 0px;
	padding-left: 15px;
	list-style: none;
	font-size: 85%;
}

#dep-nav li {
	margin: 0;
	padding: 0;
	text-indent:-1.3em;
}

#dep-nav a {
	color: #fff;
	text-decoration: none;
	padding-left: 1.3em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/dep_pijl_white.gif) no-repeat 0.6em 0.4em;
}

#dep-nav a.let {
	color: #fff;
	text-decoration: none;
	padding-left: 1.3em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/dep_pijl_white.gif) no-repeat 0.6em 0.4em;
}

#direct-to {
	margin:0 0 20px 0;
	padding:0;
	list-style: none;
	font-size: 85%;
	line-height: 1.3em;
}

#direct-to li{
	margin:0;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
	text-indent:-1.3em;
}

#direct-to li a.active {
       margin:0;
       color: #9D8A0A;
       padding-left: 1.3em;
       background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl4.gif)
       no-repeat 0 0.2em;
       background: url(/images/home/news/pijl4.gif) no-repeat 0 0.2em;
       text-decoration: none;
}

#direct-to a{
	margin:0;
	color: #4a7184;
	padding-left: 1.3em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;
	text-decoration: none;
}

#direct-to-subnav {
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) top left no-repeat;*/
	margin: 0px 0 20px 0;
	padding:0;
	list-style: none;
	font-size: 85%;
	line-height: 1.2em;
}

#direct-to-subnav li{
	margin:0;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
	text-indent:-1.3em;
}

#direct-to-subnav a{
	margin:0;
	color: #4a7184;
	padding-left: 1.3em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;	
	text-decoration: none;
}

#direct-to-gitem-relevant {
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) top left no-repeat;*/
	margin: 0px 0 20px 0;
	padding:0;
	list-style: none;
	font-size: 85%;
	line-height: 1.2em;
}

#direct-to-gitem-relevant li{
	margin:0;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom left no-repeat;
	padding: 3px 0 6px 0;
	text-indent:-1.3em;
}

#direct-to-gitem-relevant a{
	margin:0;
	color: #4a7184;
	padding-left: 1.3em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;	
	text-decoration: none;
}

#direct-to{
	font-size:100%;
	margin:0;
	padding:0;
}
		
#direct-to dd {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif);
	background-repeat:no-repeat; 
	background-position: 0.1em 100%;
	margin:2px 0px 0px -1.0em;
	padding:0;
}  	

#direct-to dd a {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/e_arrow.gif) no-repeat 0px .4em;
	padding:0px 0 5px 15px;
	margin:0;
	display:block;
	line-height: 1.3em;
}

#direct-to-ch-relevant {
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) top left no-repeat;*/
	margin: 0px 0 20px 0;
	padding:0;
	list-style: none;
	font-size: 85%;
	line-height: 1.2em;
}

#direct-to-ch-relevant li{
	margin:0;
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom -10px no-repeat;*/
                
	padding: 3px 0 6px 0;
	text-indent:0em;
}

#direct-to-ch-relevant a{
	margin:0;
	color: #4a7184;
	padding-left: 1.0em; 
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;	
	text-decoration: none;
}

#dropdown-portal {
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) top left no-repeat;*/
	margin: 0px 0 0px 0;
	padding:0;
	list-style: none;
	font-size: 85%;
	line-height: 1.0em;
}

#dropdown-portal li{
	margin-left: 50px;
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom 1.5em no-repeat;*/
                padding: 3px 0px 6px 0;
	text-indent:-1.2em;
       line-height: 1.2em;
}

#dropdown-portal a{
	margin:0;
	color: #4a7184;
	margin: 0px 0 0px 0;
	padding-left: 1.3em;               
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;
	text-decoration: none;
}

#mini-dropdown-portal {
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) top left no-repeat;*/
	margin: 0px -10px 0px 0px;
	padding-left:1em;
	list-style: none;
	font-size: 85%;
	line-height: 1.3em;
}

#mini-dropdown-portal li{
	margin:0;
	/*background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom 1.5em no-repeat;*/
                padding: 3px 0px 6px 0;
	text-indent: -1.2em;
}

#mini-dropdown-portal a{
                margin:0;
	color: #4a7184;
	margin: 0px 0 0px 0;
	padding-left: 1.3em;               
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.2em;
	text-decoration: none;
}

a.comment_img {
      text-decoration: none;
}


/* 3.  Header
----------------------------------------------- */

#header {
	clear: left;
	background-color: #0C2577;
	height: 88px;
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #fff;
                /*background-image: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/beeldmerk.gif);
                background-repeat: no-repeat;
                background-position: 10px 0px;*/
	/*border: 1px solid blue;*/
}

#radiofield
{
float: right;
border: 0;
padding: 0;
margin: 0;
width: 170px;
}

#searchform {
  float:right;
  width:170px;
  padding:34px 19px 0 0;
  /*border: 1px solid red;*/
}

#searchbox {
  	width:150px;
}
  
.imgbutton {
	vertical-align: middle;
}
 
#searchform input.text {
  	border:1px solid #6E7788;
  	height:20px;
  	width:123px;
}

form #submit {
	font-size: 95%;
	background: #2A4088;
	color: #fff;
	padding: 3px 0 3px 0;
	border: 1px solid #5C6B96;
}

#pt_img_brandName
{
	position: relative;
	right: -50px;
	margin: 0;
	padding: 0;
}

#header img {
	float: left;
	margin:0;
	padding:0 0 0 20px;
}

#search-input { margin: 0px 10px 0 0px; padding: 3px 5px; height: 18.5px; width: 100px; border: 0; outline: none; font-size: 11px}
#search-input { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#search-submit { margin: 0; padding: 3px 5px; width: 50px; text-align: center; color: #444; background: #f00 url( 'http://www.organisatie.leidenuniv.nl/images/default/bkg_btn.png') 0 0 repeat-x; border: 0px solid; border-color: #eee #bbb #bbb #eee; }
#search-submit { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#search-submit:active { border-color: #bbb #eee #eee #bbb; background-color: #ddd; background-image: none;}

/* 4.  Branding 
----------------------------------------------- */

#big-bird-branding {
	display: block;
}

#branding img {
	display: block;
}



/* 5.  News 
----------------------------------------------- */

.news {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	font-size:85%;
	line-height: 1.3em;
}

.news dt img {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

.newsheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D8A0A;
	font-size:110%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.news dd {
	margin: 0 0 3px 0;
	padding: 0;
}

.local-nav a {
	color: #4a7184;
	padding-left: 7px;
	text-decoration: none;
}

a.read-more {
	color: #989898;
	padding-left: 7px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl.gif) no-repeat 0px 0.025em;
	text-decoration: none;
}

a.read-more:visited {
	color: #989898;
}

a.read-more:hover {
	text-decoration: underline;
}

dl.agenda {
	clear: both;
	background: url('http://www.leidenuniv.nl/images/pijl2.gif') no-repeat 0em .5em;
	font-weight:bold;
	margin: 0.45em 0 1em 0;
	padding: 0 0 0 1em;
	float:left;
}

.datelink {
margin:0 0 .5em 0 !important;
padding:0;
}

li.indent {
      list-style-image: url("http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl-li.gif");
      list-style-position: outside;     
      padding-left: 0px;
      margin-left: 15px;
      text-indent: 0px;
}

li.indent a {
     text-decoration:none;
}

li.indent a:hover {
     text-decoration:underline;
}



/* 6.  Theme's 
----------------------------------------------- */
.theme {
	margin: 0;
	padding: 0 0 15px 0;
	font-size:85%;
	padding-left: 1em;
}

.theme dd {
	line-height: 1.1em;
	margin: 0 0 3px 0;
	padding: 0;
	text-decoration:none;
}
a.themesub,a.themesub:active{color:#4A7184;margin:0;padding:0;text-decoration:none;}
a.themesub:visited {color:#4A7184;margin:0;padding:0;text-decoration:none;}
a.themesub:hover {color:#4A7184;margin:0;padding:0;text-decoration:underline;}

.theme dt a{
	font-size: 125%;
	color: #B68F00;
	font-weight: normal;
	padding-left: 16px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/d_arrow.gif) no-repeat 0 0.25em;
	letter-spacing: normal;
	line-height: 2 em;
	margin: 0;
	text-decoration: none;
}

.themeheader {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) -40px 18px no-repeat;
	margin: 0 -25px 5px -4px;
	text-indent:-1.5em;
}

.dropdown{
	margin: 0;
	padding: 0 0 5px 0;
	font-size:85%;
	padding-left: 0em;
}

.dropdownheader {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border_large.gif) bottom left no-repeat; 0.25em
	margin: 0 0 2px 0;
	text-indent: 0em;
}

.dropdown dt a{
	font-size: 125%;
	color: #B68F00;
	font-weight: normal;
	padding-left: 16px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/d_arrow.gif) no-repeat 0 0.25em;
	letter-spacing: normal;
	line-height: 2 em;
	margin: 0;
	text-decoration: none;
}


.mini-dropdown{
	margin: 0;
	padding: 0 0 0px 0;
	font-size:85%;
	padding-left: 0.5em;
}

.mini-dropdownheader {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border_large.gif) no-repeat bottom -1em;
	margin: 0 0 5px 0;
	text-indent: -0.5em;
}

.mini-dropdown dt a{
	font-size: 135%;
	color: #B68F00;
	font-weight: normal;
	padding-left: 16px;
                text-indent: -1.5em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/d_arrow.gif) no-repeat 0 0.25em;
	letter-spacing: normal;
	line-height: 2 em;
	margin: 0 2 0px 0;
	text-decoration: none;
}


.mini-theme{
	margin: 0px;
	padding: 0 0 15px 0;
	font-size:85%;
	padding-left: 1em;
}

.mini-themeheader {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) no-repeat bottom left;
	margin: 0 0 15px 0;
	text-indent: -0.5em;
                
}

.mini-theme dt a{
	font-size: 125%;
	color: #B68F00;
	font-weight: normal;
	padding-left: 16px;
                text-indent: -1.5em;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/d_arrow.gif) no-repeat 0 0.25em;
	letter-spacing: normal;
	line-height: 2 em;
	margin: 0;
	text-decoration: none;
}

#anchor a {
	text-decoration: none;
}

/* 6,5.  SubNavTheme's 
----------------------------------------------- */
.subnav-theme {
	margin: 0;
	padding: 0 0 15px 0;
	font-size:85%;
	padding-left: 1em;
	text-align: left;
}

.subnav-theme dd {
	line-height: 1.1em;
	margin: 0 0 3px 0;
	padding: 0;
	text-decoration:none;
}
#content-left  a.subnav-themesub,a.subnav-themesub:active
{
	color:#4A7184;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/more_pijl.gif) no-repeat 0px 0.3em;

}
a.subnav-themesub:visited {color:#4A7184;margin:0;padding: 0 0 0 11px;text-decoration:none;}
a.subnav-themesub:hover {color:#4A7184;margin:0;padding: 0 0 0 11px;text-decoration:underline;}

.subnav-theme dt a{
	font-size: 125%;
	color: #B68F00;
	font-weight: normal;
	padding-left: 16px;

	letter-spacing: normal;
	line-height: 2 em;
	margin: 0;
	text-decoration: none;
}

.subnav-themeheader {
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/title_border.gif) bottom left no-repeat;
	margin: 0 0 5px 0;
	text-indent:-1.5em;
}
/* 7.  Index
----------------------------------------------- */

.index {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	font-size:85%;
	line-height: 1.3em;
}

.index dt img {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 4px;
	display: block;
	width: 83px;
	border: 1px solid #ddd;
	background: #fff;
}

.indexheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D8A0A;
	font-size:100%;
	font-weight: bold;
	margin: 0 0 0px 0;
}

.index	dd {
	margin: 0 0 3px 0;
	padding: 0;
}


/*.index {
	float: left;
	margin: 0;
	width: 90%;
	padding: 20px 0 0 0;
	font-size: 85%;
	line-height: 1.2em;
}

.index dt img {
	float: left;
	margin: 5px 10px 0 0;
	padding: 4px;
	display: block;
	width: 83px;
	border: 1px solid #ddd;
	background: #fff;
}

.indexheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D8A0A;
	font-size:100%;
	font-weight: bold;
	margin: 0 0 -0px 0;
}

.index dd {
	margin: 0 0 3px 0;
	padding: 0;
}*/

/*dl.newslink dd a
{
	color: #4a7184;
	margin-left: -40px;
        background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl.gif) no-repeat 0px 0.3em;        
	text-decoration: none;
}*/

dl.newslink dd {
	background: url('http://www.leidenuniv.nl/images/pijl2.gif') no-repeat 0em 0.7em;
	font-weight:bold;
        font-size: 85%;
	padding: 0 0 0 1em;


}




/* 8.  Footer 
----------------------------------------------- */

#footer {
  clear: both;
  padding-top: 0;
  font-size: 110%;
  }
  
#footer p {
  background-color:#0C2577;
/*  background-repeat:repeat-x;
  background-position:0 -4px;*/
  margin:0;
  padding:0;
  border-top:1px solid #ccc;
  color:#D8D8E8;
  text-align:center;
  line-height:1.6em;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#666;
  border-color:#444;
  }
#footer a:hover {
  color:#933;
  border-color:#b55;
  }

.local-nav {
	font-size: 85%;
	line-height: 1.5em;
	color: #4a7184;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	background-color: #F6F6F6;

}

p {
	font-size: 90%;
}

.abstract
{
 	font-size: 85%;
	line-height: 1.4em;
	color: #666;
}

.local-nav li {
	padding-left: 8px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl3.gif) no-repeat 0 0.35em;
}

a.read-more {
	color: #989898;
	padding-left: 7px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pijl.gif) no-repeat 0px 0.3em;
	text-decoration: none;
}

a:visited .local-nav a:visited, .showpdf a:visited, .fullitem-left dd a:visited {
	color: #4a7184;
}

}

a:visited.read-more{
	color: #989898;
}



a:hover.read-more, .local-nav a:hover, .showpdf a:hover, .fullitem-left dd a:hover {
	text-decoration: underline;
}


/* 9.  Paragraphs
----------------------------------------------- */

.fullitem-left {
	float: left;
	margin: 0;
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 95%;
	line-height: 1.2em;
}

.fullitem-left dt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D8A0A; 
	font-size:100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

	.fullitem-left dt a
	{
		color: #9D8A0A;
		text-decoration: none;
                                margin-bottom: 0px;
	}

		.fullitem-left dt a:hover
		{
			color: #9D8A0A;
		}

		.fullitem-left dt a:visited
		{
			color: #9D8A0A;
		}

.fullitem-left dt.p-image-left img {
	float: left;
	margin: 8px 25px 0px 0;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

.fullitem-left dt.p-image-right img {
	float: right;
	margin: 8px 0 0px 25px;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

.fullitem-left dt.p-image-mid img {
	text-align: center;
	margin: 8px 0 8px 0px;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}
/*een speciale voor de abstract van de fullitem */
.fullitem-left dt.p-image-left-abstract img {
	float: left;
	margin: 1px 25px 0 0;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
        position: relative;
}

.fullitem-left dt.p-image-right-abstract img {
	float: right;
	margin: 1px 0 0 25px;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
        position: relative;
}


.fullitem-left dt.p-image-below img {
	margin: 15px auto 0 auto;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

.fullitem-left dd {
	margin: 0 0 3px 0;
	padding-top: 0px;
                height: 100%;
}

.fullitem-left dd a {
	/* color: #04a; /*#989898*/
	color: #4a7184;
	font-weight: 500;
	text-decoration: underline;
}

.fullitem-right {
	float: left;
	margin: 0;
	width: 90%;
	padding: 20px 0 0 0;
	font-size: 85%;
	line-height: 1.2em;
}

.fullitem-right dt img {
	float: right;
	margin: 5px 0 0 10px;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

.fullitem-right dt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9D8A0A;
	font-size:110%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.fullitem-right dd {
	margin: 0 0 3px 0;
	padding: 0;
}

/** new **/

#author{
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 7px 0 7px 0;
	color: #989898;
	font-size: 85%;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/lijn.gif) top left repeat-x;
}

#author a {
	color: #989898;
	text-decoration: none;
}

#author a:hover {
	text-decoration: underline;
}

h4 {
	font-family: Georgia, Times, serif;
	color: #4A7184; 
	font-size: 80%;
	font-weight: normal;
    margin: 0;
	
}

#archive {
	float: left;	
	width: 100%;
	font-size: 85%;
	margin-top: 20px;
	padding:0 0 0 10px;
	background: #eee;
	border-top: 2px #ddd solid;
}

#archive a{
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/archive.gif) no-repeat 0 0;
	color: #666;
	padding-left: 1.8em;
	text-decoration: none;
}

#archive a:hover{
	text-decoration: underline;
}

#content-main-archive {
	float: left;
	margin: 0;
	padding:5px 20px 20px 20px;
	width: 497px;
	overflow: hidden;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/archive_bg.gif) no-repeat 360px 40px;
}

/**newer**/

div.showpdf {
	clear: both;
	padding-top: 24px;
	font-size: 85%;
}

div.showpdf ul {
	margin: 0px;
	padding: 6px;
	list-style: none;
	background-color: #F6F6F6;
}

div.showpdf li {
	padding: 4px 8px 4px 20px;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/pdf_small.gif) no-repeat 0px 0.6em;
}

div.showpdf a {
	color: #4a7184;
	text-decoration: none;
}

div.ldap-medewerker {
	margin-top: 20px;
	font-size: 85%;
}

div.ldap-medewerker table {
	float: left;
}

div.ldap-medewerker th {
	width: 88px;
	vertical-align: top;
}

div.ldap-medewerker td {
	width: 256px;
}

div.ldap-medewerker img {
	float: left;
	margin: 5px 10px 30px 0;
	padding: 4px;
	display: block;
	border: 1px solid #ddd;
	background: #fff;
}

div.ldap-medewerker br {
	clear: both;
}

  /*#header
  	form #submit {
		font-size: 85%;
		background: #2A4088;
		color: #fff;
		padding: 3px 0 3px 0;
		border-right: 1px solid #5C6B96;
		border-bottom: 1px solid #5C6B96;
		border-top: 1px solid #5C6B96;
		border-left: 1px solid #5C6B96;
	}
*/
  /* Search Field 

	#header form {
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px 0 0;
		background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/header_tr.gif) no-repeat top right;
		margin: 0; /* need for IE Mac */
	/* 	text-align: right; /* need for IE Mac */
		/* white-space: nowrap; /* for Opera */
	/* }
	#header form label { color: #fff; font-size: 85%; }
	#header form input { font-size: 85%; }
	

	
	#header form #q {
		width: 170px;
		font-size: 85%;
		border:	1px solid #9097A2;
		background: #D9DBE1;
		padding: 2px;
	}
	#header form #q:hover, #header form #q:focus {
		background: #fff;
	}	*/


/* Medewerker Tabs
*******************************/

#tab_medewerker
{
	float: left;
	margin: 12px 0px 12px 0px;
	width: 100%;
}

#tab_medewerker_ul
{
	margin: 0;
	padding: 0px 0px 0px 5px;
	height: 22px;
	overflow: hidden;
	list-style: none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/progtab_bkg.png' ) repeat-x top left;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

	#tab_medewerker_ul li
	{
		float: left;
		margin: 0;
		padding: 0;
		height: 21px;
		overflow: hidden;
		background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/progtab_inactive.png') no-repeat left top;
		border-bottom: 1px solid #dbdbdb;
	}

		#tab_medewerker_ul li a
		{
			display: block;
			padding: 2px 14px 3px 6px;
			font-size: 9pt;
			font-weight: bold;
			text-decoration: none;
			color: #787878;
			background: url(/images/home/news/progtab_end.png') no-repeat right top;
		}

		#tab_medewerker_ul li a:hover
		{
			color: #6699ff;
		}

	#tab_medewerker_ul li.active
	{
		padding-bottom: 0px;
		height: 22px;
		overflow: hidden;
		border-width: 0px;
		background-image: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/progtab_active.png');
	}

	#tab_medewerker_ul li.active a
	{
		padding: 2px 14px 4px 6px;
	}

#div_medewerker
{
	margin: 12px 0 0 0;
}

	#div_medewerker img.headshot
	{
		margin: 0;
		padding: 4px;
		display: block;
		border: 1px solid #ddd;
		background: #fff;
	}

	#div_medewerker div.functie
	{
		float: right;
		padding: 4px;
		width: 300px;
		font-size: 8pt;		
		border: 1px solid #ddd;
		background: #f5f5f5;
	}

	#div_medewerker div.functie th
	{
		vertical-align: top;
		width: 76px;
		padding-top: 0px;
	}


		#div_medewerker div.functie ul
		{
			float: right;
			margin-top: 0;
			margin-left: 0;
			padding-left: 16px;
			width: 200px;
			line-height: 1.3em;
		}

		#div_medewerker div.functie div
		{
			margin-bottom: 12px;
		}

#div_personalia,
#div_publicaties,
#div_onderwijs
{
}

	#div_personalia h3,
	#div_publicaties h3,
	#div_onderwijs h3
	{
		margin: 0;
		padding: 0 0 0 40px;
		font-family: trebuchet ms, tahoma, sans-serif;
		font-size: 13pt;
		text-transform: none;
		border-bottom: 1px solid #cccccc;
	}

	#div_personalia h4,
	#div_publicaties h4,
	#div_onderwijs h4
	{
		margin: 0;
		padding: 0;
		font-family: tahoma, sans-serif;
		font-size: 10pt;
		font-weight: bold;
	}

	#div_personalia hr,
	#div_publicaties hr,
	#div_onderwijs hr
	{
		margin: 12px 0 12px 0;
		padding: 0;
		height: 1px;
		border: none;
		background-color: #ccc;
	}

	#div_personalia table,
	#div_publicaties table,
	#div_onderwijs table
	{
		border-collapse: collapse;
	}

	#div_personalia table th,
	#div_publicaties table th,
	#div_onderwijs table th
	{
		padding: 0;
		width: 144px;
		vertical-align: top;
		font-size: 8pt;
		font-weight: normal;
	}

	#div_personalia table td,
	#div_publicaties table td,
	#div_onderwijs table td
	{
		padding: 0;
		vertical-align: top;
		font-size: 8pt;
	}

	#div_publicaties ul
	{
		margin: 0 0 32px 0;
		padding: 0;
		list-style-type: none;
	}

	#div_publicaties li
	{
		margin: 0;
		padding: 4px 0 4px 40px;
		min-height: 32px;
		border-bottom: 1px solid #cccccc;
		background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/control_play_blue.png') no-repeat 12px 7px;
	}
	
	#div_onderwijs div.showpdf
	{
		padding: 0;
	}

.break
{
	clear: both;
}

.invisible
{
	display: none;
}

/* Tables
*******************************/

tr.donkergrijs {
background-color: #aaa;
}

tr.grijs {
background-color: #ccc;
}

tr.lichtgrijs {
background-color: #e2e2e2;
}

tr.lichtergrijs {
background-color: #f9f9f9;
}

tr.wit {
background-color: #fff;
}

tr.grijsgeel {
background-color: #f7f7ed;
}

td.donkergrijs {
background-color: #aaa;
}

td.grijs {
background-color: #ccc;
}

td.lichtgrijs {
background-color: #e2e2e2;
}

td.lichtergrijs {
background-color: #f9f9f9;
}

td.wit {
background-color: #fff;
}

td.grijsgeel {
background-color: #f7f7ed;
}

table.grijzerand {
    border: 1px solid #aaa;
    padding: 4px;
}

table.geenrand {
    border: none;
    padding: 4px;
}

table{
    cellpadding:0px;
    cellspacing:0px;
    border-collapse: collapse;
/*    background-color: #ffffff;*/
    font-family: 	verdana, helvetica;
    font-size: 	8.5pt
}

table#grijzerand1px{
    border: 1px solid #aaa;

}

table#grijzerand1px td{
	border: 1px solid #aaa;
}

table#grijzerand2px{
    border: 2px solid #aaa;
}

table#grijzerand2px td{
    border: 2px solid #aaa;
}

table#geenrand {
    border: none;
}


.ub_button_start { 
    display: block; 
    text-decoration: none; 
    line-height: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
    /*height: 30px;*/
}

.ub_button_start img {
    float:right;
    padding-top: 3px;
}

.ub_button_start h2 { 

    padding: 0px 0px 0px 0px;
    color: #4A7184;
    font-size: 13px;
    font-weight: bold;
    font-family: verdana;
}

.ub_button_start p {
}

.ub_button_start hr {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
}

.ub_plaque
{
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/ub_plaque.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 140px;
}

.ub_plaque h2
{
	padding-left: 10px;
	color: white;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.ub_plaque ul
{
	line-height: 1.2em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.ub_plaque li
{
	list-style-type: none;
	background: url(http://fwncwww14.wks.gorlaeus.net/images/home/news/ub_bullet.gif) no-repeat 0% 4px;
	vertical-align: top;
	padding-left: 15px;
}

.ub_plaque li a
{
	text-decoration: none;
	font-size: 11px;
	color: #0A2275;
}

.ub_plaque li a:hover
{
	text-decoration: underline;
	
}

/* Calendar
*******************************************/

.calendarBG {

	background-color: #000;
        width: 710px;
}

.calendarBlank {

	background-color: #FFF;
}

.calendarHeader {

	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #8592BB;
}

.calendarMonthLinks {

	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

.calendarMonthLinks a {

	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited {

	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {

	color: #ccc;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {

	font-weight: bold;
	font-size: 11px;
	color: #8592BB;
	background-color: #D8E1FF;
	text-align: center;
	vertical-align: middle;
       width: 100px;
}

.calendarToday {

	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
        border: 2px solid #003F8B;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #ccc;
}

.calendarCell, .calendarThis_weeks, .calendarUni_event, .calendarLezing  {

	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
        border: 1px solid silver;
	font-size: 12px;
	font-weight: bold;
	color: #666;
        background-color: #fff;
        padding: 0px;
        height: 35px;
        text-align: center;
	vertical-align: middle;
}


.calendarThis_weeks a {
        color: #666;
	background-color: red;
	text-decoration: none;
        display: block;
        height: 28px;
        padding-top: 7px;
}

.calendarUni_event a {
        color: #666;
	background-color: blue;
	text-decoration: none;
        display: block;
        height: 28px;
        padding-top: 7px;
}

.calendarLezing a {
        color: #666;
	background-color: green;
	text-decoration: none;
        display: block;
        height: 28px;
        padding-top: 7px;
}

.calendarCell a:visited {

	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.calendarCell a:hover {

	color: #ccc;
	text-decoration: underline;
	background-color: transparent;
}

.calendarEvent {

	padding: 0em;
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	border: 1px solid gray;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	margin: 0em;
}

.calendarEvent a {

	text-decoration: none;
	display: block;
}

.calendarEvent a:hover {

	color: #000;
	background-color: #ccc;
	text-decoration: none;
}

.calendarEvent a:visited {

	text-decoration: none;
}


/* javascript blendimages
*******************************************/

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

