/*
| -------------------------------------------------------------------
| FILENAME:			dy.meetourteam.css
| DESCRIPTION:		Additional Style Sheet for javascript altered content
| CREATED:			01/01/2008
| INITIAL AUTHOR:	Ronald ter Neuzen, Elma Smit, Martijn ter Hellen
| UPDATED BY:		Ronald ter Neuzen, 05/02/2010
| 
| Copyright (c) 2010 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
| orange: rgb(234,118,4)
| dark-blue: rgb(0,46,94)
| light-gray: rgb(230,230,230)
|
| text grey: rgb(104,116,121)
| text light-grey: rgb(176,187,196)
| text blue: rgb(40,79,124)
| text dark-grey: rgb(56,68,76)
| -------------------------------------------------------------------
*/

div.employeeThumbHolder
{
	display: inline;
}

div.employeeThumbHolder img
{
	border: 1px rgb(230,230,230) solid;
	padding:4px;
}

div.employeeThumbHolder span
{
	display:none;
}

ul#teamdepartments
{
	float:right;
	margin:0 0 0 10px;
	padding:0;
	width:170px;
}

ul#teamdepartments li
{
	list-style-type: none;
	margin: 4px 0 0 0;
	padding: 0 0 6px 0;
	background-image: url('../gui/hr.h4.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#teamdepartments li a
{
	text-transform: uppercase;
	text-decoration: none;
	
}

ul#teamdepartments li a.active
{
	color: rgb(0, 46, 94);
	font-weight: bold;
}