
/* Default system wide settings */

p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}



/* Hide irrelevant sections */

td#Header,
td#Menu,
td#Advertisement,
td#Footer,
input.Reset, input.Submit,
.NoPrint 
{
   display: none;
}

.NoScreen
{
   display: block;
   text-align: left;
}



/* Adapt visible sections for print */

body, th, td,
h1, h2, h3, p, div,
dl, ol, ul, li,
input, select, textarea,
.Frame, .VacatureSearchLabel
{
   color: #000000;
   line-height: 1.5em;
}

a, a:link, a:visited, table#Main li a
{
   color: #000000;
   text-decoration: underline;
}

table#Main
{
   height: auto;
   width: 100%;
}

td#Content 
{
   display: block;
}

.Frame 
{
   border: 1px solid #000;
}

