/**
 *
 * $Id$
 * $Log$
 * Revision 1.6  2007-09-18 09:56:09  sven
 * Bugfixes en Change request
 *
 * Revision 1.5  2007-08-31 15:18:32  sven
 * - Bugfix in prijskaart.
 * - Embeded module html2pdf verwijderd.
 * - Laatste versie van PDFCreator in geimplementeerd.
 *
 * Revision 1.4  2006-12-21 13:33:04  klaas
 * - more minor changes based on feedback
 *
 * Revision 1.3  2006-11-20 13:10:51  klaas
 * - website DTC
 *
 * Revision 1.2  2006-10-12 15:54:04  sven
 * Lettertype overal gelijk gemaakt.
 *
 * Revision 1.1  2006-10-11 15:40:01  nico
 * 0003752: Ontwikkelen website DTC 60001
 *
 *
 * @author Nico Rasters
 * @copyright 2006 Prezent Internet BV
 */

.dtcForm {
	background-color : #f8f9f9;
	border           : 1px solid #e2e6e5;
	/*font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size        : 12px;
	text-align       : left;
}
table.dtcForm {
	width:100%;
}
table.dtcForm th.subHeader {
	padding-top:15px;
	font-size:13px;
	color:#000;
}
.dtcForm th h3 {
	margin:0;
	padding:0;
}
.dtcForm th, .dtcForm td {
	margin: 2px;
	padding: 2px;
}

.dtcForm td.left {
	width:40%;
	font-weight:800;
}
.dtcForm td.right {
	width:60%;
	font-weight:800;
}


.dtcForm h4 {
	padding          : 0;
	margin           : 0;
	font-size        : 12px;
	font-weight      : bold;
	color            : #00765b;
}

.dtcForm input {
	border           : 1px solid #e2e6e5;
}

.dtcForm textarea {
	/*font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size        : 12px;
}

.dtcForm select {
	color            : #767676;
	width            : 138px;
	z-index          : 1;
}

.dtcForm *.btn {
	padding          : 1px;
	margin           : 0;
	width            : 138px;

	font-size        : 11px;
	color            : #ffffff;
	z-index          : 1;
}

.spinBtnUp, .spinBtnDown {
	width            : 20px;
	height           : 20px;
	background-color : white;
	color            : black;
	border           : 1px solid #016951;
	margin-left      : 1px;
}

input.spinbutton {
	border           : 1px solid #e2e6e5;
	width            : 30px;
}

ul.tabs {
	padding          : 0;
	margin           : 0 0 10px 0;
	list-style-type  : none;
}

ul.tabs li {
	display          : inline;
	padding          : 2px 3px 2px 3px;
	margin           : 0;
}

ul.tabs li a {
	color            : #FFFFFF;
	font-size        : 11px;
	/*font-family      : Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration  : none;
	text-transform   : capitalize;
}


div.help {
/*    position         : absolute;

    top              : 330px;
    left             : 770px;*/
    width            : 95px;
    height           : 60px;
    padding          : 2px;

	background-color : #f8f9f9;
	border           : 1px solid #e2e6e5;
	/*font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size        : 11px;

    z-index          : 5;
}

ul.help
{
    list-style       : none;
    padding          : 0px;
    margin           : 0px;
}
table.dtcForm td.buttonDouble input {
	margin-right:5px;
}