#tracking
{
	margin : 0px 10px;
	padding: 0;
	border : none;
	text-align: center;
}

.wait
{
	visibility:hidden;
}

#langswitch ul
{
	margin:5px 0 20px 700px;
}

#langswitch li
{	
	display: inline;
	padding-left:1em;
	padding-right:1em;
}

/* Regular button */
.btnIconContainer
{
	background : #eee;
	margin-right : 10px;
	margin-bottom : 10px;
	border: solid 1px #999999;
	display: table-cell;
	display : inline-block;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
	padding : 5px;
}
.btnIconContainer:hover
{
	background : #cccccc;
	color : #666666;
}
.btnIconContainer img
{
	vertical-align : middle;
	clear : both;
	border : none;
	margin-right : 5px;
	height : 32px;
	width : 32px;
}

/* LinkButtons with icons */

a.linkIconContainer
{
	background : #eee;
	margin-right : 10px;
	margin-bottom : 10px;
	border: solid 1px #999999;
	display: table-cell;
	display : inline-block;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
	padding : 5px;
}

a.linkIconContainer:hover
{
	background : #cccccc;
	color : #666666;
}

.linkIconContainer img
{
	vertical-align : middle;
	clear : both;
	border : none;
	margin-right : 5px;
	height : 32px;
	width : 32px;
}


/* styles for searchOutput datagrids */
.fusetable th, .fusetable .th td  { background-color:#758B32; color:#FFFFFF; padding:0px 4px 0px 4px; text-align: left; }
.fusetable td { background-color:#E4FFC9; color:#5A698C; padding:0px 4px 0px 4px;  text-align: right;}
.fusetable .alt td { background-color:#D1FF9E; color:#5A698C; padding:0px 4px 0px 4px; }
.fusetable .td-left { text-align: left;}

#trackingpage_PanelPlaatje
{
float : right;
margin : 10px 0px 0px 20px;
border:dotted 1px #cccccc;
}

#trackingpage_PanelTrackWalker
{
padding : 5px 0px 5px 35px;
}