﻿.myLabelDescription
{
    text-align: left;
    font-size: 10pt;
    cursor: default;
    padding-top: 5px;
}

.myTextBox
{
    background: #f8f9fb;
	border: #333333 1px solid;
	height: 18px;
	text-align: right;
	padding-right: 3px;
	margin-bottom: 5px;
}

.myTextBoxLeft
{
    background: #f8f9fb;
	border: #333333 1px solid;
	padding-right: 3px;
	padding-left: 3px;
}

.myDropDownList
{
    background: #f8f9fb;
	border: #333333 1px solid;
	height: 22px;
}
.myLockedTextBox
{
    cursor: hand;
    font-size: 10pt;
    
    color: #696969;
    background-color: #f5f5f5;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    padding: 2px;
	text-align: right;
	margin-bottom: 3px;

}
.myUnlockedTextBox
{
    font-size: 10pt;
    
    background-image: url(http://www.bouwkostencheck.com/Images/correction.gif);
    background-position-x: left;
    background-repeat: no-repeat;
    display:none;
	text-align: right;
	margin-bottom: 3px;
}
.myLabelTextBox
{
    text-align: right;
    font-size: 10pt;
    
    overflow: visible;
    cursor:default;
    padding-top: 5px;
    margin-right: 3px;
    margin-left: 3px;
	margin-bottom: 3px;
}
.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;
}
.myImage
{
   margin-left:220px;
   margin-bottom:6px;
    }

.mySubTitle
{
    font-weight: bold;
    font-size: 9pt;
    margin-top: 6px;
}
