/**
 * Style sheet of den Boer IMS, www.nicodenboer.com
 * Written by nico@denboer-ims.nl, www.denboer-ims.nl
 * RGB value red, 224,54,22
 */

body
{
	border: 0px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	margin: 10px, 10px, 10px, 10px;
}

h1
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

h2
{
	font-weight: bold;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3
{
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

ul
{
	list-style-image: url(/graphics/redball.gif);
	margin-top: 0px;
}

ol
{
	margin-top: 0px;
}

table
{
	border: White 0px Ridge;
	border-spacing: 0px;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	margin: 0px;
	margin-top: 5px;
	padding: 0px, 0px, 0px, 0px;
}

th
{
	font-weight: bold;
	font-size: 10pt;
	background: #df3615;
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

td
{
}

button
{
	background: #df3615;
 	border-top: White 2px Solid;
 	border-left: White 2px Solid;
 	border-right: White 1px Solid;
 	border-bottom: White 1px Solid;
	color: White;
	cursor: pointer;
}

#full
{
	background: url(/graphics/background.gif) #4b4b4b no-repeat left top;
	color: White;
	margin: 0px, 0px, 0px, 0px;
}
#full-en
{
	background: url(/graphics/background-en.gif) #4b4b4b no-repeat left top;
	color: White;
	margin: 0px, 0px, 0px, 0px;
}


#content
{
	left: 190px;
	position: absolute;
	top: 135px;
	width: 600px;
}

#content a:link
{
	color: White;
}

#content a:visited
{
	color: #c0c0c0;
}

#content h1
{
	margin-bottom: 20px;
	font-weight: bold;
	color: White;
}

.boxed
{
	border-right: White 1px solid;
	border-top: White 2px solid;
	border-left: White 2px solid;
	border-bottom: White 1px solid;
}

/* Red area at the left side */
#index
{
	background-color: #e03514;
	height: 480px;
	left: 0px;
	position: absolute;
	top: 176px;
	width: 166px;
}

/* Options for languages at the top of the red area at the left side */
#lang-choice
{
	left: 0px;
	position: absolute;
	text-align: center;
	top: 85px;
	width: 166px;
}

#lang-choice a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

#lang-choice a:hover
{
	background-color: White;
	color: #e03514;
}

#lang-choice a:focus
{
	background-color: White;
	color: #e03514;
}

/* Options of the menu at the left side */
#menuV
{
	border-bottom: 2px White solid;
	left: 0px;
	padding:0;
	margin: 0px;
	position: absolute;
	top: 0px;
	/* solve a Opera7/IE display bug */
	width: 166px;
	width/**/: 166px;
}

#menuV a
{
	height: 20px;
	color: White;
	display: block;
	width: 100%;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
}

#menuV a:hover
{
	background-color: White;
	color: #e03514;
}

/* for a mozilla better display with key nav */
#menuV a:focus
{
	background-color: White;
	color: #e03514;
}

#menuV span
{
	display: none;
}

#menuV ul
{
	margin: 0;
	padding: 0;
	position: absolute; /* important */
	width: 152px;
	width/**/: 150px;
}

#menuV li
{
	border-top: Solid 2px White;
	width: 100%;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align : center;
}

/* IE PC selector */
* html #menuV li
{
	display: inline; /* solve a IE PC list bug */
	float: none; /* solve a IE5 clav nav bug */
}

#menuV li ul
{
	visibility: hidden;
}

#menuV li ul
{
	margin-left:150px; /* be careful */
	margin-top:-24px;
}

.login {
	color : White;
	height: 20px;
	margin: 0px;
	padding: 3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
	cursor: pointer;
	text-align : center;
	text-decoration : none;
}

.login:hover {
	background-color: White;
	color: #e03514;
}

#LastUpdated
{
	left: 5px;
	position: absolute;
	text-align: center;
	top: 550px;
	width: 150px;
}
