﻿/*
Copyright (c) 2009. All rights reserved. H.T.G. Weffers, Eindhoven University of Technology
*/	

div#board img {
	width:120px;
	padding:5px;
}

div#board li {
	list-style:none;
	margin-left:-2em;
	background-image:url('../images/board.gif');
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	line-height:6em;
	padding:0 0 0.5em 0;
}

div#sponsors img {
	border:0;
	width:180px;
}

div#more img {
	width:180px;
	padding:5px;
	border:0;
}

acronym { 
	border-bottom: 1px dotted #00678F; 
	cursor: help; 
}

accesskey {
	font-style: normal;
	text-decoration: underline;
}

#feedicon
{
	padding-right: 17px;
	background: url('../images/feed-icon-14x14.png') no-repeat right;
	border:0;
}

div#more h2 {
	color:#00678F;
}

a {
	color: #00678F;
}

div#ContactDetails td {
	vertical-align:top;
}

sup {
	font-size:small;
}
/* Volusion LiveChat */

div#VolusionLiveChat {
	text-align:left;	
}


div#zohoWebToLead td {
	vertical-align:top;
}

/* CSS3 Attempts by H.T.G. Weffers */

a[href$='.mov'] {
	padding-right: 17px;
	background: url(../images/icons/video.png) no-repeat right;
}

a[href ^="mailto:"] {
	  padding-right: 18px;
	  background: url('../images/icons/email.png') no-repeat right;
}

a[href$='.rss'], a[href$='.atom'] {
	padding-right: 17px;
	background: url(../images/icons/feed_32.png) no-repeat right;
}

*[accesskey]:after {
/*	content:' [' attr(accesskey) ']';	*/
}