* {
	margin: 0;
	padding: 0;
}

body {
font-family: VAG Rounded, Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #C1BBAC;
background: #C1BBAC;
}

/*color of href text*/
a {
text-decoration: underline;
color: #000000;
}


/*mouse over color*/
a:hover {
text-decoration: underline;
color: #009CEF;
}

/*special menu item hyperlink class*/
a.menulink {
text-decoration: none;
color: #FFFFFF;
}

a.menulink:hover {
text-decoration: none;
color: #FFFFFF;
}

/*href image without box*/
a IMG { border: 0; }

/*href image with box*/
.with_u IMG { 
	border: 1px; 
	border-style:dotted;
	border-color:#F11972;
	padding: 0.2em;
}

.with_u:hover IMG{ 
	border: 1px; 
	border-style:solid;
	border-color:#F11972;
	padding: 0.2em;
}

/*surrounding box*/
#wrap {
/*top, left, bottom, right*/
margin: 5px auto 5px auto;
width: 950px;
background: #FFFFFF;
padding: 10px;
border: 2px solid #009CEF;

/*#009CEF_blue*/
}

#header {
height: 139px;
background: #FFFFFF url(http://www.ggdc.net/maddison/img/Banner_maddison_project.png) no-repeat;
background-position:right;
line-height: 0.9em;
font-family: Charlemagne, Tahoma, Arial, Helvetica, sans-serif;
}
#header h1 { 
font-family: Georgia, Times New Roman, Serif;
color: #CC0000;
padding: 17px 0 0 10px;
}

#header h1 a { 
color: #F11972;
text-decoration: none;
font-weight: 500;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #C1BBAC;
}

#menu {
height: 40px;
line-height: 30px;
color: #FFFFFF;
/*background: #554d42 url(http://www.rgws.nl/img/banner_tulp.jpg) no-repeat;*/
background: #FFFFFF;
background-position:bottom;
/*border-bottom: solid 0.03em #F11972;*/
}
#menu ul {
list-style-type: none;
padding-left: 160px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

/** Headers ************************************************************************/

h1, h2, h3, h4, h5, h6, th {
	font-family: Georgia, Times New Roman, Serif;
	color: #CC0000;
	font-weight: normal;
	line-height: 130%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #CC0000;
}

h1 {
	font-size: 166.667%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 133.333%;
}

h4 {
	font-size: 116.667%;
}

h5 {
	font-size: 108.333%;
}

h6 {
	font-size: 100%;
}

#content {
padding: 0 0px 0px 0;
/*background: #575554;*/
background: #FFFFFF;
}
.left {
float: left;
width: 100px;
/*width: 160px;*/
padding-left: 0px;
padding-top: 0px;
color: #000000;
background: #FFFF00;
}

.right {
float: right;
width: 100px;
padding-left: 0px;
padding-top: 0px;
color: #000000;
background: #FFFF00;
}

.center {
float: left;
/*width: 700px;*/
text-align: justify;
/*padding: top right bottom left*/
padding: 0px 25px 10px 15px;
color: #000000;
background: #FFFFFF;
}



#footer {
text-align: center;
font-size: 11px;
color: #84745B;
}
#footer a { color: #84745B; }
#footer a:hover { color: #F11972; }





/*___________hover over image div and classes____*/


/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}



/*THUMBNAIL HOVERPOPUPS*/

.thumbnail {
	position: relative;
	/*float: left;*/
	padding: 0.2em;	
	/*z-index: 0;*/
}

.thumbnail:hover { 
	background-color: none;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;	
	background-color: #575554;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px solid #BEEA1A;
	visibility: hidden;
	color: #C1BBAC;
	text-decoration: none;
	z-index: 51;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px;
	/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; hight: 170px;
	top: -150px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: -40px;/*position where enlarged image should offset horizontally */
	
	/*top: top; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	/*left: -45px;/*position where enlarged image should offset horizontally */
}

a.thumbnail img { 
	text-decoration:none;
	z-index: 50;	
}

/*if same attribute for all 4 states, then declare here in
a.thumbnail*/ 

a.thumbnail img:link { 
	border: 1px dotted #F11972; 
	background: transparent; 
}

a.thumbnail img:visited { 
	border: 2px solid #e9e9e2; 
	background : transparent; 
}

a.thumbnail img:hover { 
	border: 1px dotted #F11972; 
	background : transparent; 
}

a.thumbnail img:active { 
	border: 2px solid #e9e9e2; 
	background : transparent; 
}

a.thumbnail img { 
	border: 1px dotted #F11972; 
}

/*Try to create a new image class that looks exactly like the span on hover
image.special{
	background-color: #575554;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px solid #BEEA1A;	
	color: #C1BBAC;
}*/

/** Tables *************************************************************************/

div.xopusxhtml table,
table.userContentTable,
table.w3groupedtable {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-collapse: collapse;
	width: 100%;
}

div.xopusxhtml th,
table.userContentTable th,
table.w3groupedtable th {
	border-top: 0px solid #7D7D7D;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: normal; 
	background-color: #CC0000;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	text-align: left;
}

div.xopusxhtml th a,
table.userContentTable th a,
table.w3groupedtable th a {
	color: #FFFFFF;
}

table.w3groupedtable th.first {
	border-left: 1px solid #CC0000;
}

table.w3groupedtable th.last {
	border-right: 1px solid #CC0000;
}

div.xopusxhtml td,
table.userContentTable td,
table.w3groupedtable td {
	padding: 2px 10px 3px 10px;
	border: 0px solid #DCDCDC;
	vertical-align: top;
}

table.w3groupedtable td.dottedBorderHorizontal {
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

table.w3groupedtable td.dottedBorderVertical {
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

div.xopusxhtml table caption,
table.userContentTable caption,
table.w3groupedtable caption {
	text-align: left;
	padding-left: 10px;
	padding-top: 1px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #7D7D7D;
	color: #575757;
}

td.highlighted { 
	background-color: #DCDCDC;
}

/* Headers for browseAndSelect etc. */
h3.w3groupedheader { 
	padding-left: 10px;
	border-top: black 1px solid;
	margin-bottom: 0px;
}

/*** Misc *****************************************************************************/
div.listitem {
	background-image: url(/img/listitem-black-on-white.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}