﻿


/* Labels */
.LabelDefault
{
    font-size: 10pt;
	height: 15px;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 2px;
	margin-top: 2px;
}
.LabelError
{
	color: #FF0033;
	font-size: 10pt;
}
.LabelVerbergen
{
    visibility: hidden;
}

/* Dropdwon */
.myDropDownList
{
    font-size: 10pt;
    text-align: right;
    background-color: #f3f6f8;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}









/*	Controleren */
.myLabelDescription
{
    text-align: left;
    font-size: 10pt;
    cursor: default;
    padding-top: 5px;
}
.myTextBox
{
    font-size: 10pt;
    text-align: right;
    background-color: #f3f6f8;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 1px;
    margin-right: 5px;
}
.myLockedTextBox
{
    cursor: hand;
    font-size: 10pt;
    color: #696969;
    text-align: right;
    background-color: #dddddd;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 2px;
    margin-right: 5px;
}
.myUnlockedTextBox
{
    font-size: 10pt;
    text-align: right;
    background-image: url(http://www.bouwleges.nl/Images/correction.gif);
    background-position: left;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
 /*   background-position-x: right;*/
    background-repeat: no-repeat;
    display:none;
    padding: 2px;
    margin-right: 5px;
}
.myLabelTextBox
{
    text-align: right;
    font-size: 10pt;
    overflow: visible;
    cursor:default;
    padding-top: 5px;
    margin-right: 3px;
    margin-left: 5px;
}
.myPrintTextBox
{
    border-width: 0px;
    background-color: #ffffff;
    text-align: right;
}
.myLabelDropDownList
{
    text-align: left;
    font-size: 10pt;
    overflow: visible;
    cursor:default;
    padding-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.myLabelAddOn
{
    margin-right: 2px;
    font-size: 10pt;
    cursor:default;
    padding-top: 5px;
}
.myRangeValidator
{
    margin-left: 10px;
    font-size: 8pt;
    color: #ff0033;
    cursor:default;
}
.myRequiredFieldValidator
{
    margin-left: 10px;
    font-size: 8pt;
    color: #ff0033;
    cursor:default;
}
.myHyperLink
{
    cursor: help;
}
.myDropDownList
{
    font-size: 10pt;
    margin-right: 120px;
}
.myImage
{
   margin-left:200px;
}
.LabelRemark
{
	visibility: hidden;
}


/*	Onderstaande Styles zijn gebruikt*/


/*	Form Fields */
.FieldValidator
{
	color: #FF0033;
	cursor: default;
}
/* Help tool-top*/
.LabelHelpTitle
{
font-size: 8pt;
font-weight: bold;
}
.LabelHelpText
{
font-size: 8pt;
}
