/*
 * HIP-EU -- cascading style sheet
 *
 * Copyright 2006 - 2010 by HIP-EU.
 *
 * Written by Qoben, Ben Siemerink between 2006 and 2010.
 */

body {
    background-color:white;
    color:black;
    font-size:medium;
    font-style:normal;
    font-variant:normal;
    font-family:Helvetica,Arial,"Bitstream Vera Sans","DejaVu Sans","MgOpen Moderna",Verdana,sans-serif;
    margin:5px 2em 0px 2em;
    padding:0px;
    }

a {
    color:#b00000;
    text-decoration:none;
    }

a:hover {
    color:#b00000;
    text-decoration:underline;
    }

a.more {
    color:#b00000;
    font-size:small;
    font-weight:normal;
    padding:0px;
    text-decoration:none;
    }

a.more:hover {
    text-decoration:underline;
    }

em {
    color:#b00000;
    font-weight:bold;
    font-style:normal;
    font-variant:normal;
    }

span.highlight {
    font-weight:bold;
    /* background-color:yellow; */
    }

img.right {
    float:right;
    border:0px none;
    margin:0px 0px 0.5em 0.5em;
    padding:0px;
    text-align:right;
    }

img.left {
    border:1px solid silver;
    margin:0px 0px 0px .5em;
    padding:0px;
    text-align:right;
    }

img.contactlogo {
    float:left;
    margin:0em 1em 2em 0;
    border:0 none;
    padding:0;
    display:block;
    }

img.floatleft {
    float:left;
    border:1px solid gray;
    margin:1em 1em 1em 0em;
    }

img.floattopleft {
    float:left;
    border:1px solid gray;
    margin:0em 1em 1em 0em;
    }

img.floatright {
    float:right;
    border:1px solid gray;
    margin:1em 0em 1em 1em;
    }

img.floattopright {
    float:right;
    border:1px solid gray;
    margin:0em 0em 1em 1em;
    }

img.floatpillar {
    float:right;
    margin:0em 0em 0.5em 1em;
    background-color:black;
    padding:0px 0px 0px 13px;
    border:0px;
    }

span.author, span.source {
    text-decoration:none;
    font-style:italic;
    }

.todo {
    background-color:yellow;
    color:black;
    padding:0px 1em 0px 1em;
    }

p {
    text-align:justify;
    margin:0em 0px 1em 0px;
    padding:0px;
    border:0px;
    page-break-inside:avoid;
    }

p.bullet {
    text-align:justify;
    margin:0px;
    padding:0px;
    border:0px;
    page-break-inside:avoid;
    }

p.centre {
    text-align:center;
    }

p.submitted {
    text-align:center;
    margin:0px;
    border:0px none;
    padding:2em 1em 2em 1em;
    }

div.overlay {
    border:1px dashed silver;
    display:block;
    position:absolute;
    visibility:visible;
    background-color:white;
    text-align:center;
    vertical-align:middle;
    opacity:0.9;
    filter:alpha(opacity=90);
    }

table#header {
    width:100%;
    border:0px;
    padding:2px 0px 0px 0px;
    margin:0px 0px 3px 0px;
    }

table#header tr {
    margin:0px;
    padding:0px;
    border:0px;
    }

table#header img {
    border:0px;
    margin:0px;
    padding:0px;
    display:block;
    }

table#header th {
    text-align:left;
    vertical-align:bottom;
    width:200px;
    margin:0px;
    padding:0px 1em 0px 0px;
    border:0px;
    }

table#header td {
    text-align:right;
    vertical-align:bottom;
    white-space:nowrap;
    margin:0px;
    padding:3px 0px 11px 0px;
    border:0px;
    }

/* Header: topmenu and topbar */

p#topmenu {
    text-align:right;
    margin:0.5em 0px;
    border:0px none;
    padding:0px;
    }

#topmenu em, #topmenu a {
    font-size:small;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    background-position:top right;
    background-repeat:no-repeat;
    padding:2px 0.5em 2px 0.5em;
    margin:0px 0px 0px 0.5em;
    text-decoration:none;
    -moz-border-radius:6px 6px 6px 0;
    -webkit-border-radius:6px 6px 6px 0;
    border-radius:6px 6px 6px 0;
    }

#topmenu em {
    color:#f0f0f0;
    border:1px solid black;
    background-color:black;
    background-image:url('/img/button-black.png');
    }

#topmenu a {
    color:black;
    border:1px solid silver;
    background-color:silver;
    background-image:url('/img/button-gray.png');
    }

#topmenu a:hover {
    color:white;
    border:1px solid #b00000;
    background-color:#b00000;
    background-image:url('/img/button-red.png');
    }

#topbar {
    margin:0px 0px 2em 0px;
    border:0px none;
    padding:0px;
    width:100%;
    height:100px;
    border-collapse:collapse;
    background-color:#990000;
    background-image:url('/img/topbar-background.png');
    background-position:top left;
    background-repeat:no-repeat;
    -moz-border-radius:6px 6px 6px 0;
    -webkit-border-radius:6px 6px 6px 0;
    border-radius:6px 6px 6px 0;
    }

#topbar td {
    border:0px none;
    padding:0px;
    }

#topbarlogo {
    border:0px none;
    padding:0px;
    width:320px;
    height:100px;
    vertical-align:top;
    }

#topbarlogo a {
    margin:0px;
    border:0px none;
    padding:0px;
    }

#topbarlogo img {
    display:block;
    margin:0px;
    border:0px none;
    padding:0px;
    }

#topbarquote {
    padding:0.2em 1em;
    text-align:center;
    vertical-align:middle;
    color:white;
    font-size:normal;
    font-weight:bold;
    height:100px;
    }

#topbarquote > div {
    max-height:100px;
    overflow:hidden;
    vertical-align:center;
    }

#topbarquote a {
    color:white;
    text-decoration:none;
    }

#topbarquote a:hover {
    text-decoration:underline;
    }

tr > #topbarright {
    width:20px;
    background-image:url('/img/topbar-rightcorners.png');
    background-position:top right;
    background-repeat:no-repeat;
    }

table#header > tr > td { padding-bottom:13px; }

table#header em, table#header a {
    font-size:small;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
    background-position:top right;
    background-repeat:no-repeat;
    padding:2px 0.5em 2px 0.5em;
    margin:0px 0px 0px 0.5em;
    text-decoration:none;
    -moz-border-radius:6px 6px 6px 0;
    -webkit-border-radius:6px 6px 6px 0;
    border-radius:6px 6px 6px 0;
    }

table#header em {
    color:#f0f0f0;
    border:1px solid black;
    background-color:black;
    background-image:url('/img/button-black.png');
    }

table#header a {
    color:black;
    border:1px solid silver;
    background-color:silver;
    background-image:url('/img/button-gray.png');
    }

table#header a:hover {
    color:white;
    border:1px solid #b00000;
    background-color:#b00000;
    background-image:url('/img/button-red.png');
    }

p#header {
    font-size:small;
    margin:0px;
    border:0px;
    padding:0px;
    }

p#header img {
    margin:0px;
    border:0px;
    padding:0px;
    }

table#nobanner {
    width:100%;
    border:0px;
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0px;
    border-bottom:5px solid #b00000;
    }

table#banner {
    width:100%;
    border:0px;
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0px;
    }

table#banner td {
    vertical-align:top;
    background-color:#b00000;
    border:0px;
    padding:0px;
    margin:0px;
    }

table#banner td.quote {
    background-color:#b00000;
    font-size:small;
    font-weight:normal;
    color:white;
    padding:0px 0.5em 0px 12px;
    vertical-align:middle;
    text-align:left;
    width:100%;
    overflow:hidden;
    }

table#banner em {
    color:white;
    font-style:italic;
    text-decoration:none;
    }

table#banner a {
    color:white;
    text-decoration:underline;
    }

table#banner td.pictright {
    padding:0px 0px 0px 15px;
    }

table#banner img {
    border:0px;
    margin:0px;
    padding:0px;
    display:block;
    }

p#session {
    margin:0px;
    padding:0px;
    border:0px;
    border-bottom:1px solid gray;
    color:black;
    text-align:right;
    font-size:x-small;
    font-weight:normal;
    }

p#session a {
    color:#606060;
    background-color:transparent;
    font-weight:bold;
    margin:0px 0px 0px 2em;
    text-decoration:none;
    }

p#session a:hover {
    color:#b00000;
    }

table#footer {
    font-size:small;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    width:100%;
    color:#b00000;
    border:0px;
    border-top:1px solid #b00000;
    padding:2px 0px 0px 0px;
    margin:1em 0px 0px 0px;
    }

table#footer td { text-align:center; vertical-align:bottom; }
table#footer td.first { text-align:left; }
table#footer td.last { text-align:right; }
table#footer img { border:0px; margin:0px; padding:0px; }

a.block, div.block {
	display:block;
	border:0px none;
	margin:0px 0px 1em 0px;
	padding:0px 0px 0.3em 0px;
	color:#606060;
	background-color:transparent;
	text-decoration:none;
	}

a.block p.home { font-size:small; }

a.block:hover {
	color:black;
	text-decoration:none;
	}

span.header {
	font-weight:bold;
	}

h5 {
	font-weight:bold;
	font-size:medium;
	display:inline;
	}

.block h3 {
	color:black;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 0.3em 0px;
	padding:0px;
	}
a.block:hover h3 { color:#b00000; }

.block h3.home {
	color:black;
	font-size:small;
	}

h4 {
	margin:1.5em 0 0 0;
	}

.block h4 {
	color:black;
	font-style:normal;
	font-weight:normal;
	font-size:x-small;
	margin:0px;
	padding:0px;
	}

.block p {
	font-style:normal;
	font-weight:normal;
	padding:0px;
	}

table.tabs {
	border-collapse:collapse;
	margin:0;
	border:0 none;
	padding:0;
	}

table.tabs td, table.tabs th {
	padding:0 0 0 1em;
	}

table.tabs td:first-child, table.tabs th:first-child {
	padding-left:0;
	}

/* table.block2, used for the pillars */
table.block2 {
    border-collapse:collapse;
    width:100%;
    margin:0px -3px 0px -3px;
    border:0px;
    padding:0px;
    }

table.block2 h1 {
	margin-left:3px;
	}

table.block2 p.home {
	font-size:small;
	}

table.block2 td {
    padding:0px 0px 0px 1em;
    border:0px;
    vertical-align:top;
    width:100%;
    }

table.block2 td.firsttext {
    padding:0px 1em 0px 0px;
    width:45em;
    }

table.block2 td.first {
    padding-left:0px;
    width:734px;
    }

table.block2 td.box {
    border:1px solid gray;
    padding:0.5em;
    }

/* table.block, used before the pillars
 * -------------------------------------------------------------------
 */
table.block {
    border-collapse:collapse;
    margin:0px -3px 0px -3px;
    border:0px;
    padding:0px;
    }

table.block h1 {
	margin-left:3px;
	}

table.block p.home {
	margin-left:3px;
	margin-bottom:1em;
	}

table.block td {
    padding:0px 0px 0px 1em;
    border:0px;
    vertical-align:top;
    }

table.block td.first {
    padding-left:0px;
    }

table.frontbuttons {
    margin:0px 0px 1em 0px;
    border:0px;
    border-collapse:collapse;
    padding:0px;
    width:100%;
    }

table.frontbuttons td {
    padding:0px;
    text-align:left;
    vertical-align:top;
    }

table.frontbuttons td.nextheader {
    padding-left:2em;
    }

.bodyplusframe,
.bodyframeframe {
    margin:0px;
    border-collapse:collapse;
    padding:0px;
    width:100%;
    }

.bodyplusframe td,
.bodyframeframe td {
    vertical-align:top;
    }

.bodyplusframe td.body {
    padding-right:2em;
    width:60%
    }

.bodyframeframe td.body {
    padding:0px;
    }

.bodyframeframe td.frame {
    padding-left:2em;
    width:34%;
    }

td.frame {
    vertical-align:top;
    }

div.frame {
    margin:0px 0px 1em 0px;
    border:1px solid silver;
    background-color:#f0f0f0;
    padding:1em;
    -moz-border-radius:1em 1em 1em 0;
    -webkit-border-radius:1em 1em 1em 0;
    border-radius:1em 1em 1em 0;
    }

div.expertsframe {
    width:750px;
    float:right;
    }

div.frame > h1 {
    margin-top:0px;
    }

div.frame p {
    text-align:left;
    }

.column {
    display:table;
    }


.pillar {
    display:inline-block;
    width:320px;
    color:#606060;
    text-align:left;
    vertical-align:top;
    margin:0px 0em 0px 2em;
    border:0px none;
    padding:95px 0px 1.5em 0px;
    background-repeat:no-repeat;
    }
.pillar:hover {
    color:black;
    text-decoration:none;
    background-position:-320px 0px;
    }

.pillar-bac { background-image:url('/img/pillars-bac.png'); }
.pillar-imd { background-image:url('/img/pillars-imd.png'); }
.pillar-ktc { background-image:url('/img/pillars-ktc.png'); }
.pillar-trd { background-image:url('/img/pillars-trd.png'); }
.experts-nl { background-image:url('/img/experts-nl.png'); }
.experts-en { background-image:url('/img/experts-en.png'); }
.offer-nl { background-image:url('/img/offer-nl.png'); }
.offer-en { background-image:url('/img/offer-en.png'); }
.askexpertnl { background-image:url('/img/ask-expert-nl.png'); }
.askexperten { background-image:url('/img/ask-expert-en.png'); }
.weypartner-en {
    margin-top:1em;
    background-image:url('/img/wey-en.png');
    }
.weypartner-nl {
    margin-top:1em;
    background-image:url('/img/wey-nl.png');
    }

.pillarfloat {
    float:right;
    margin:0px 0px 1em 1em;
    padding-bottom:0px;
    }

.search-en-a { background-image:url('/img/search-en-a.png'); }
.search-en-b { background-image:url('/img/search-en-b.png'); }
.search-en-c { background-image:url('/img/search-en-c.png'); }

.search-nl-a { background-image:url('/img/search-nl-a.png'); }
.search-nl-b { background-image:url('/img/search-nl-b.png'); }
.search-nl-c { background-image:url('/img/search-nl-c.png'); }

p.pillardetails {
    margin:0px 0px 1.5em 0px;
    border:0px none;
    padding:0px;
    color:#606060;
    font-size:small;
    font-weight:normal;
    }

a.buttonsignup {
    float:left;
    margin:0em 1em 1em 0px;
    border:0px none;
    padding:0px;
    width:320px;
    height:180px;
    display:block;
    background-repeat:no-repeat;
    }
a.buttonsignup:hover {
    background-position:-320px 0px;
    }
a.buttonsignup-en { background-image:url('/img/buttonsignup-en.png'); }
a.buttonsignup-nl { background-image:url('/img/buttonsignup-nl.png'); }

a.buttonqa {
    margin:0px;
    border:0px none;
    padding:325px 0px 0px 0px;
    width:320px;
    display:block;
    background-repeat:no-repeat;
    color:#606060;
    }
a.buttonqa:hover {
    color:black;
    text-decoration:none;
    background-position:-320px 0px;
    }
a.buttonqa-en { background-image:url('/img/buttonqa-en.png'); }
a.buttonqa-nl { background-image:url('/img/buttonqa-nl.png'); }

/*
 * Blog
 * -------------------------------------------------------------------
 */


/*
 * Forms
 * -------------------------------------------------------------------
 */

.hiddenform {
    width:100%;
    margin:0.5em 0px;
    border:0px none;
    padding:0px;
    }
div.hiddenform { display:block; }
form.hiddenform { display:none; }
form.hiddenform textarea { width:100%; }

.hidden { display:none; }

table.form {
	border-collapse:collapse;
	margin:0px 0px 1.5em 0px;
	}

table.form th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:medium;
	padding:0px 1em 0px 0px;
	white-space:nowrap;
	}

table.form td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:medium;
	padding:0px;
      width:100%;
	}

table.form p {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:0.5em 0px 0.5em 0px;
	margin:0px;
	}

td.none { vertical-align:top; }

table.form td.error {
	color:#c00000;
	padding-bottom:0.5em;
	}

table.form td span {
	font-size:small;
	}

table.form span.error a {
	text-decoration:underline;
	}

table.form span.error a:hover {
      color:black;
	text-decoration:underline;
	}

table.adddomain {
	border-collapse:collapse;
	border:1px solid silver;
	margin:0.5em 0px 0.5em 0px;
	width:100%;
	}

table.adddomain td {
	text-align:left;
	vertical-align:top;
	border:1px solid silver;
	margin:0px;
	padding:0px 0.5em 0px 0.5em;
	}

table.adddomain h3 {
	text-align:left;
	font-size:medium;
	font-weight:bold;
	margin:0px 0px 0.5em 0px;
	padding:0px;
	border:0px;
	}

table.adddomain p {
	margin:0px;
	border:0px;
	padding:0px;
	text-align:left;
	}

table.adddomain div {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	font-size:medium;
	font-weight:normal;
	}

table.adddomain table {
	border-collapse:collapse;
	border:0px;
	margin:0px;
	padding:0px;
	}

table.adddomain table th, table.adddomain table td {
	text-align:left;
	vertical-align:top;
	border:0px;
	margin:0px;
	padding:0px;
	}

div.right {
    float:right;
    margin:0px 0px 0.2em 0.5em;
    }

#div_subcategory, #div_domain {
    height:15em;
    overflow:auto;
    }

blockquote.example h3, blockquote.example p {
	font-size:x-small;
	}

p.textarea {
	border:1px solid gray;
	margin:0px 0px 0.5em 0px;
	}

p.ok {
	border:1px solid #008000;
	padding:0px 0.5em 0px 0.5em;
	color:#008000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

p.ok a {
	text-decoration:underline;
	}

p.ok a:hover {
	text-decoration:underline;
	}

p.error, table.form p.error {
	border:1px solid #c00000;
	padding:0px 0.5em 0px 0.5em;
	color:#c00000;
	margin:0.5em 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

p.error a {
	text-decoration:underline;
	}

p.error a:hover {
	text-decoration:underline;
	}

a.action, input.action, input.noaction {
	color:#606060;
	background-color:transparent;
	padding:0px 0.5em 0px 0.5em;
	margin:0.5em 0.5em 0.5em 0px;
	border:1px solid #e0e0e0;
	font-size:x-small;
	font-weight:normal;
	text-decoration:none;
	}

input.noaction {
	border:1px dashed #e0e0e0;
	}

a.action:hover, input.action:hover {
	color:#c00000;
	border:1px solid #c00000;
	text-decoration:none;
	}

a.button {
  	color:black;
	background-color:silver;
	background-image:url('/img/button-gray.png');
	background-position:right top;
	background-repeat:no-repeat;
	padding:2px 1em 2px 1em;
	margin:0.5em 0.5em 0.5em 0px;
	border:1px solid silver;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
	-moz-border-radius:6px 6px 6px 0;
	-webkit-border-radius:6px 6px 6px 0;
	border-radius:6px 6px 6px 0;
	}

a.button:hover {
	color:white;
	background-image:url('/img/button-red.png');
	background-color:#b00000;
  	border:1px solid #b00000;
	text-decoration:none;
	}

input.button, input.line, input.password, input.file, select, textarea { font-size:medium; }
select, textarea { padding:0px 0px 0px 2px; }
* html input, * html select, * html textarea { margin:1px 0px 2px 0px; } /* IE6 */
input { padding-top:0px; padding-bottom:0px; }
input.button { margin-right:0.2em; }
td.error input.line, td.error input.line, td.error input.password, td.error input.checkbox, td.error select, td.error textarea { border:1px solid #c00000; }
input.checkbox { border:0px; }
input.checkbox_missingreq { border:0px; background-color:#ffff80; }

input.nb { border:0px; }

input.disabled, select.disabled, textarea.disabled { border:1px solid white; background-color:transparent; }

table.marklist, table.marklist_missingreq { border:1px solid gray; border-collapse:collapse; }
table.marklist td, table.marklist_missingreq td { border-width:0px 1px 0px 0px; border-style:solid; border-color:gray; padding-right:1em; }

p.label, p.label_optional, p.label_required { margin-bottom:0px; }

.missingreq, p.required_missingreq, table.marklist_missingreq { background-color:#ffff80; }

table.form p.hint_ok, table.form p.hint_truncate, table.form span.help {
  color:black;
  font-size:small;
  margin:0px;
  padding:0px;
  }
table.form p.hint_truncate { color:#c00000; }

.notes { font-size:small; }
.hint { color:#606060; font-size:small; }

/* Blog
 * -------------------------------------------------------------------
 */

div.summary {
	font-weight:bold;
	}

div.insetright {
	margin:1em 0px 1em 0px;
	padding:1em;
	background-color:#f0f0f0;
	border:1px solid silver;
	}

div.insetright h1 {
	margin-top:0px;
	margin-left:0px;
	font-size:large;
	}

div.insetright img {
	border:1px solid gray;
	}

span.publishdate {
	font-size:x-small;
	}


/* Downloads page
 * -------------------------------------------------------------------
 */

table.downloads {
    border-collapse:collapse;
    border:2px solid gray;
    margin:0px 0px 2em 0px;
    width:100%;
    }

table.downloads td {
    border:1px solid gray;
    padding:2px 0.5em 2px 0.5em;
    vertical-align:top;
    text-align:left;
    }

table.downloads td.nowrap {
    white-space:nowrap;
    }

table.downloads h1 {
    margin:0px;
    padding:0px;
    border:0px;
    font-weight:bold;
    font-size:medium;
    }

table.downloads p {
    margin:0.5em 0px 0px 0px;
    padding:0px;
    border:0px;
    font-weight:normal;
    font-size:medium;
    }

table.position {
    border:0px;
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0px;
    }

table.position td.left {
    border:0px;
    margin:0px 0.5em 0px 0px;
    padding:0px;
    text-align:left;
    vertical-align:top;
    }

table.position td.centre {
    border:0px;
    margin:0px 0.5em 0px 0.5em;
    padding:0px;
    text-align:center;
    vertical-align:top;
    }

table.position td.right {
    border:0px;
    margin:0px 0px 0px 0.5em;
    padding:0px;
    text-align:right;
    vertical-align:top;
    }

table.list, table.reportlist {
    border:1px solid black;
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0px;
    font-size:small;
    }
table.list { width:100%; }

table.list th, table.list td, table.reportlist th, table.reportlist td {
    border:1px solid gray;
    padding:1px 0.5em 1px 0.5em;
    text-align:left;
    vertical-align:top;
    }

table.list th, table.reportlist th {
    color:black;
    background-color:silver;
    font-weight:bold;
    }

table.reportlist td, table.reportlist th { text-align:right; }
table.reportlist td.left, table.reportlist th.left { text-align:left; }
table.reportlist td.centre, table.reportlist th.centre { text-align:center; }
table.reportlist tr.other td { font-style:italic; }
table.reportlist tr.total td { font-weight:bold; }

td.em { font-weight:bold; }
table.reportlist td.error { background-color:#ffd0d0; }
table.list .right { text-align:right; }
table.list .centre { text-align:center; }
table.list td.error, table.list td.error a { color:black; background-color:#ffd0d0; }
table.list td.important, table.list td.important a { color:white; background-color:#b00000; font-weight:bold; }

table.list tr:hover { background:#ffffb0; }

table.list a { color:black; }
table.list a:hover { color:#b00000; text-decoration:underline; }


h1 {
    font-size:x-large;
    font-weight:bold;
    color:black;
    margin:0px 0px 1em 0px;
    }

h1.news {
    color:#b00000;
    margin:1em 0px 1em 0px;
    }

h2 {
    font-size:large;
    font-weight:bold;
    color:black;
    margin:2em 0px 1em 0px;
    padding:0px;
    border-bottom:1px solid black;
    text-align:left;
    page-break-after:avoid;
    }

h3 {
    font-size:large;
    font-weight:bold;
    text-align:left;
    margin:1.5em 0px 0.5em 0px;
    page-break-after:avoid;
    }

.withsub {
    margin-bottom:0px;
    border-bottom:0px none;
    padding-bottom:0px;
    }

.sub {
    color:gray;
    margin-top:0px;
    border-top:0px none;
    padding-top:0px;
    }

h3.sub { font-size:medium; }

ul li {
    text-align:left;
    }


#form_search {
    margin:0px 0px 1em 0px;
    }

#searchMethods, #questionAccepts, #registerUsertypes {
    border-collapse:collapse;
    margin:0px 0px 1em 0px;
    padding:0px;
    border:0px none;
    }

#searchMethods, #questionAccepts {
    width:100%;
    }

#searchMethods td {
    vertical-align:top;
    }

#bigButtonA, #bigButtonB, #bigButtonC {
    color:black;
    background-color:silver;
    text-align:left;
    text-decoration:none;
    vertical-align:bottom;
    font-weight:bold;
    display:inline-block;
    border:1px solid silver;
    padding:15px 0.5em 15px 75px;
    min-height:48px;
    height:auto !important;
    height:48px;
    -moz-border-radius:10px 10px 10px 0px;
    -webkit-border-radius:10px 10px 10px 0px;
    border-radius:10px 10px 10px 0px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    }
#bigButtonA:hover, #bigButtonB:hover, #bigButtonC:hover {
    color:white;
    border:1px solid #b00000;
    background-position:0px -395px;
    }

#bigButtonA { background-image:url('/img/bigbutton-a.png'); }
#bigButtonB { background-image:url('/img/bigbutton-b.png'); }
#bigButtonC { background-image:url('/img/bigbutton-c.png'); }

#searchMethod1, #searchMethod2, #searchMethod3 {
    color:white;
    background-color:#404040;
    text-align:left;
    text-decoration:none;
    vertical-align:bottom;
    font-size:large;
    font-weight:bold;
    display:inline-block;
    border:1px solid gray;
    padding:15px 0.5em 15px 75px;
    min-height:68px;
    height:auto !important;
    height:70px;
    -moz-border-radius:10px 10px 10px 0px;
    -webkit-border-radius:10px 10px 10px 0px;
    border-radius:10px 10px 10px 0px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    }

#searchMethod1:hover, #searchMethod2:hover, #searchMethod3:hover {
    background-position:0px -240px;
    }

#searchMethod1 { background-image:url('/img/searchmethod1.png'); }
#searchMethod2 { background-image:url('/img/searchmethod2.png'); }
#searchMethod3 { background-image:url('/img/searchmethod3.png'); }

/* Print overrides
 * -------------------------------------------------------------------
 */

@media print
{
  body {
	font-size:small;
	margin:0px;
	}

  a {
	color:black;
	}

  a.more {
	font-size:x-small;
	font-weight:bold;
	}

  em {
  	color:black;
	}

  p {
	font-size:small;
	}

  table#header th {
	height:77px; /* TODO: Is this necessary? */
	}

  table#header td {
	visibility:hidden;
	}

  p#header {
  	font-size:x-small;
	}

  table#nobanner {
	border-bottom:1px solid black;
  	}

  table#banner {
	border:1px solid silver;
	margin:0px 0px 1em 0px;
	}

  table#banner td {
  	background-color:white;
  	}

  table#banner td.quote {
  	background-color:white;
	font-size:x-small;
	color:black;
	}

  table#banner em {
  	color:black;
	}

  table#banner a {
  	color:black;
	text-decoration:none;
	}

  p#session {
	position:absolute;
  	visibility:hidden;
	}

  .action { display:none; }

  table#footer {
	font-size:x-small;
	color:black;
	border-top:1px solid black;
	}

  table.home td.blocktopleft {
	border:2px solid black;
  	background-color:black;
	}

  table.home td.blocktopright {
	border:2px dashed black;
	}

  h1 {
  	font-size:large;
	}

  h1.news {
	color:black;
	}

  h2 {
	font-size:medium;
	}

  h3 {
	font-size:small;
	}

}

