/* KPN 'Exhibitions' page stylesheet */

div.exhibitions-leftgraphic
{
	margin-top: 5px;
}

a#nav-exhibitions
{
	color: #f08eb1;
}

a
{
	color: #f08eb1;
}

div.main-area
{
        width: 375px;
        height: 405px;
	overflow: auto;
}

div.main-scrollable
{
	width: 355px;
}

table.exhibitions
{
	border-collapse: collapse;
	border: 0;
	margin-left: 30px;
}
table.exhibitions th
{
	text-align: left;
	vertical-align: top;
	width: 45px;
	font-weight: normal;
	padding: 0em;
}
table.exhibitions td
{
	text-align: left;
	vertical-align: top;
	width: 355px;
	padding: 0em 0em 1em 0em;
}
