@CHARSET "UTF-8";

@import "../ext/bw_form_pdf/styles.css";
@import "../ext/bw_cascade/print.css";
@import "../ext/bw_spareparts/print.css";
@import "../ext/minijoboffers/styles.css";
@import "../ext/bw_trainingen/print.css";

/******************************************************************************
 * STANDARD ELEMENTS - Styles for standard HTML elements
 ******************************************************************************/
body {
	background: #ffffff;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
table.boiler td {
	vertical-align:top;
	padding:0px 12px 0px 0px;
}
table.boiler td.name {
	padding-top:4px;
}
table.boiler span.name {
	font-weight: bold;
}
table.boiler td.col2 {
	padding-left:100px;
}
table.boiler td.title {
	font-weight:bold;
	font-size: 12px;
}
table.boiler th {
	font-size:14px;
	text-align:left;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.dontprint {
	display: none;
}

/******************************************************************************
 * GENERIC CLASSES - Classes that can be used everywhere
 ******************************************************************************/
.clear_both           { clear: both; line-height: 0px; }
.bodytext             { margin-bottom: 12px; margin-left:0px;margin-right:20px;}

#header, #mainmenu, #search, #submenu, #footer {
	display: none;
}

#content, #container, .container {
	background-image: none;
}

/**
* EPC Tool
***********************************************************************************************/

.tx-bwepctool-pi1 legend {
	font-weight: bold;	
	margin-bottom: 15px;
}

.tx-bwepctool-pi1 .input_text {
	padding: 2px;	
}

.tx-bwepctool-pi1 label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 15px;	
}

.tx-bwepctool-pi1 input, select {
	border: 1px solid #999;
}

.tx-bwepctool-pi1 input.error {
	border-color: red;	
}

.tx-bwepctool-pi1 input.valid {
	border-color: green;	
}

.tx-bwepctool-pi1 .buttons {
	display: none;
}

.tx-bwepctool-pi1 .buttons input {
	border: none;
	background: none;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

.tx-bwepctool-pi1 h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.tx-bwepctool-pi1 table {
	width: 100%;
}

.tx-bwepctool-pi1 td {
	padding: 2px;
}

.tx-bwepctool-pi1 td.getal {
	text-align: right;
	font-weight: bold;
}

.tx-bwepctool-pi1 table.eindresultaat td.getal {
	font-size: 22px;
}

.tx-bwepctool-pi1 .omschrijving {
	padding-left: 10px;
}

.tx-bwepctool-pi1 th {
	text-align:right;
	border-bottom: 1px solid black;
}

.tx-bwepctool-pi1 .projectgegevens_form {
	float: left;	
}

.tx-bwepctool-pi1 div.projectgegevens {
	display: block;	
}

.tx-bwepctool-pi1 table.projectgegevens {
	float:left;
	width: 300px;
}

.tx-bwepctool-pi1 table.projectgegevens td.label {
	width: 150px;
}

.tx-bwepctool-pi1 .image {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

