/* 
------------------------------------
Waypoint CMS // CSS Screen stylesheet
by Waypointdesign.be

The unique combination of images, colors, sizes, typography, and positioning ("the DESIGN") is copyright Waypoint and may not be reproduced. 
------------------------------------
*/

/* FORM elements */

input.textfield:hover, textarea.textfield:hover, textarea.mceNoEditor:hover {
	border: 1px solid #EEAC00;
}

input.textfield:focus, textarea.textfield:focus, textarea.mceNoEditor:focus {
	border: 2px solid #EEAC00;
}

#main td {
	padding: 0;
}

/* HEADER declarations */

#headercell {
	vertical-align: top;
	background-color: #fff;
}

#header ul li a {
	display: block;
	padding: 0 7px;
	color: #0066C8;
	line-height: 10px; /* I use this value to make the line between options shorter */
}

#header ul li a.firsthead {
	border-left: 0;
}

/* BREADCRUMB definitions */

#breadcrumb {
	background-color: #BBC7DF;
}

.date, .itemdate {
	color: #666;
	font-weight: normal;
}

.more {
	text-align: right;
	display: block;
	color: #666;
}

#content-indent p, #content-total p, #content-bus p {
	margin: 0 0 15px 0;
	padding-top: 0;
}

/* Secondary Sidebars */

#photo {
	width: 126px;
	margin-right: 60px;
	margin-left: 10px;
	float: right;
	padding-top: 42px;
}

/* REGTABLE, second table model */

#regtable, .regtable {
	width: 500px;
}

#regtablesmall {
	width: 400px;
}

#regtable td, .regtable td, #regtablesmall td {
	padding: 4px;
	vertical-align: top;
}

#regtable td ul, .regtable td ul, #regtablesmall td ul {
	margin-left: 0;
	padding-left: 12px;
}

/* Sitemap table */

#sitemap, .sitemap {
	width: 100%;
}

.sitemap {
	clear: both;
}

#sitemap td, .sitemap td {
	vertical-align: top;
	width: 50%;
}

.sitemap td {
	background-color: #EDF0F8;
	color: #000;
	padding: 6px;
}

#sitemap p {
	text-align: center;
}

/* table classes */

.top60 {
	vertical-align: top;
	width: 60px;
}

.top90 {
	vertical-align: top;
	width: 90px;
}

.top120 {
	vertical-align: top;
	width: 120px;
}

/* Products */

.product, .productempty, .location {
	width: 450px;
	background-color: #006;
	padding: 3px 0 0 0;
	margin: 18px 0 18px 0;
}

.productempty {
	height: 20px;
}

.product h5, .productempty h5, .location h5 {
	float:left;
	margin: 0 0 0 4px;
	color: #fff;
}

.product ul, .productempty ul, .location ul {
	padding: 0;
	white-space:nowrap;
	height:10px;
	margin:2px 0 7px 0;
}

.product ul li, .productempty ul li, .location ul li {
	display: inline;
}

.product ul li a, .productempty ul li a, .location ul li a  {
	display: block;
	text-align: left;
	float: right;
	padding: 0 7px;
	border-right: 1px solid #ccc;
	color: #EEAC00;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px; /* I use this value to make the line between options shorter */
}

.product ul li a:hover, .productempty ul li a:hover, .location ul li a:hover {
	color: #fff;
}

.product ul li a.last, .productempty ul li a.last, .location ul li a.last {
	border-right: 0;
}

#content-total .product p {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #EDF0F8;
	border-top: 1px solid #fff;
	padding-left: 4px;
}

/* Locations */

.location p {
	display: block;
	width: auto;
	margin: 0;
	background-color: #EDF0F8;
	border-top: 1px solid #fff;
	padding-left: 4px;
}

/* News pages */

.new, .newon {
	border-bottom: 1px dotted #ccc;
	padding: 6px 6px 10px 6px;
	cursor: pointer;
}

.new {
	background-color: #fff;
}

.newon {
	background-color: #ECF0FF;
}

.new .newtitle {
	margin-bottom: 0;
	color: #0066C8;
}

.newon p.newtitle {
	margin: 0;
/*	color: #eeac00; */
}

.article .newtitle {
	margin: 0 0 3px 0;
	color: #333;
}

.exptitle {
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
	margin-bottom: 0;
}

.expdate {
	color: #999;
	margin-top: 0;
}

.newdate {
	text-align: right;
	float: right;
	margin: 0 0 0 30px;
	color: #999;
	font-size: 10px;
}

.newbrief {
	clear: both;
	display:inline;
	padding: 0 100px 0 0;
	font-size: 10px;
	color: #666;
	width: 420px;
}

.newon .newbrief {
	color: #000;
}

.newbrief a:link, .newbrief a:visited {
	display: block;
	text-align: right;
	width: auto;
}

/* Related articles */

.article {
	border-bottom: 1px dotted #ccc;
	padding: 6px 6px 10px 6px;
}

/* RANDOM AREAS */

#randomarea1 {
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Other classes */

.title {
	color: #006;
}

/* HACKS */

td.onecol {
	width: 100%;
}

td.twocol {
	width: 50%;
}

td.threecol {
	width: 33%;
}

td.fourcol {
	width: 25%;
}

td.fivecol {
	width: 20%;
}

#innovene {
	margin-top: 10px;
}

#inno {
	margin-top: 10px;
}

#helper table#main {
	margin-top: 20px;
	width: 110px;
}

#helper table tr td img {
	display: block;
}

#mediaenq td {
	padding-right: 40px;
}

.tmp {
	display:none;
}

ul#firstlist, ul#secondlist {
	padding-left: 0px;
	padding-right: 0px;
	list-style-type:none;
	list-style-image:none;
} 

/* old separator
li.ajax {
	margin-bottom: 20px;
}
*/

#firstlist li.ajax p, #firstlist li.ajax h4 {
	margin-right: 26px;
}

#firstlist li.ajax p.news, #firstlist li.ajax p.newson, #secondlist li.ajax p.news, #secondlist li.ajax p.newson { /*news should never get margin */
	margin-left: 0;
	margin-right:0;
}

/*#secondlist li.ajax p, #secondlist li.ajax h4 {
	margin-left: 10px;
}*/

#firstlist img#img{
	max-width:443px;
}

#secondlist img#img{
	max-width:233px;
}

/* chart background */

.fond td {
	background-color: #EDF0F8;
}

/* number of pages */

p#npages {
	margin-top: 20px;
}

p#npages a {
	padding: 4px 8px;
	background-color: #fff;
	color: #666;
	border: 1px solid #fff;
	margin: 0 4px;
	font-size: 10px;
}

p#npages a.Style11 {
	background-color: #EDF0F8;
	color: #666;
}

p#npages a:hover {
	background-color: #EDF0F8;
	color: #000;
}

/* subtitles */

#content h4.subtitle, #content-indent h4.subtitle, #content-total h4.subtitle {
	font: bold 14px "trebuchet MS",trebuchet,verdana,arial,sans-serif;
	padding: 2px 4px;
	letter-spacing: 0;
	color: #fff;
	background-color: #BBC7DF;
}

/* big items */

.bigitem, .bigitemon {
	margin-bottom: 12px;
	cursor: pointer;
	text-align: left;
	padding: 6px 4px 4px 56px;
}

#content-total div.bigitem p, #content-total div.bigitemon p {
	margin-top:0;
	margin-bottom:0;
	width:100%;
	
}

.bigitem {
	background-color: #f2f1f6;
	border: 1px solid #f2f1f6;
}

.bigitem img, .bigitemon img {
	margin: 3px 7px 3px 3px;
	float: left;
}

.bigitemon {
	background-color: #ECF0FF;
	color: #000;
	border: 1px solid #BBC7DF;
}

.bigitem .itemtitle {
	color: #0066C8;
}

.bigitemon .itemtitle {
	color: #EEAC00;;
}

.bigitem .itemtext, .bigitemon .itemtext {
	font-size: 10px;
}

.dlbox, .dlboxon {
	height: 80px;
	overflow:hidden;
	margin-bottom: 8px;
	padding: 6px 6px 6px 28px;
	background-position: 6px 6px;
	background-repeat:no-repeat;
	cursor: pointer;
}

.dlbox {
	background-color: #f2f1f6;
	border: 1px solid #f2f1f6;
}

.dlboxon {
	background-color: #ECF0FF;
	color: #000;
	border: 1px solid #BBC7DF;
}

/* image gallery */

#image_viewer {
	
}

td.gallery {
	padding: 5px;
	vertical-align:top;
}

.ombre a img {
	width: auto;
	display:block;
	border: #dedede 1px solid;
	padding: 6px;
	margin-bottom: 4px;
	background-color:#FFFFFF;
}

.ombre a:hover img {
	width: auto;
	display:block;
	border: #EEAC00 1px solid;
}
.leftTd {
	width:150px;
}

/* links module */

span.linkinfo {
	font-size: 10px;
}

/* MENU */

#menu {
	background: url(../images/menu/menuback.jpg) repeat-x;
}

#menu a {
	background: #fafbff;
}

#menu h2 {
	background: url(../images/menu/menuback.jpg) repeat-x;
}

#menu ul h2 a:hover {
	color:#eeac00;
}

#menu ul li ul li a:hover {
	background:#ECF0FF;
}

#menu a.x, #menu a.x:visited {
	background: #fafbff url(../images/menu/arrow.gif) no-repeat right;
}

#menu a.x:hover {
	background: #ECF0FF url(../images/menu/arrow.gif) no-repeat right;
}

#menu a.x:active {
	background: #dedede url(../images/menu/arrow.gif) no-repeat right;
}

/* longer ones */

#menu ul.longer a.x, #menu ul.longer a.x:visited {
	color: #586588;
	background: #fafbff url(../images/menu/arrow.gif) no-repeat;
	background-position: right;
}

#menu ul.longer a.x:hover {
	color:#000;
	background: #ECF0FF url(../images/menu/arrow.gif) no-repeat;
	background-position: right;
}

#menu ul.longer a.x:active {
	color:#586588;
	background: #dedede url(../images/menu/arrow.gif) no-repeat;
	background-position: right;
}