/* Form fields */
td.formFrame {
    width: 680px;
    background-color: #F1F2F1; /*#E6E6E6;*/
    border: 1px solid #9D9B9D;
    padding: 6px;
}

.EntryTable {
    width: 100%;
}




.EntryTable .WindowMainTitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.EntryTable .Colon {
    width: 6px;
    text-align: center;
}

.EntryTable .column1 {
    width: 160px;
}

.EntryTable .column2 {
    width: 6px;
}

.EntryTable .column3 {
    width: 200px;
}

.EntryTable .column4 {
    width: 160px;
}

.EntryTable .column5 {
    width: 6px;
}

.EntryTable .column6 {
    width: 278px;
}



input {
	border: 1px solid black;
    font-family: verdana,arial,sans-serif;
	font-size: 11px;
	padding-left: 4px;
    height: 15px;
}

textarea {
	font-family: verdana,arial,sans-serif;
    border: 1px solid black;
	font-size: 11px;
	padding-left: 4px;
}

.EntryTable input , .EntryTable textarea, .EntryTable select{
	width: 145px;
}

input.disabled, textarea.disabled, select.disabled{
    background-color: #ECE9D8;
}


input.required, textarea.required {
    background: white url('../images/requiredFieldMarker.gif') no-repeat top right;
}

input.semirequired, textarea.semirequired {
    background: white url('../images/requiredSemiFieldMarker.gif') no-repeat top right;
}

input.noBorder, textarea.noBorder {
    border: 0px;
}


.fieldError{
	border: 1px dotted red;
	color: red;
}

input.submit, input.button {
    padding: 0px 5px;
    height: 17px;
    width: 151px;
	font-family: verdana,arial,sans-serif;
    font-weight: bold;
    color: white;
    background-color: black;
    background-image: url(../images/buttonBackground.gif);
}

select {
	font-size: 11px;
    background-color: #FFFFFF;
    border: 1px solid black;
}

.EntryTable .DateField, .EntryTable .DateField input {
    width: 80px;
    float: left;
}

.EntryTable .PriceField input {
    width: 80px;
}

.EntryTable .NewHeader td {
    padding-top: 5px;
}

.EntryTable .NewHeader .PriceField {
    border-top: 1px solid #000000;
}

.EntryTable .Radio {
    width: auto;
    border: none;
}

.EntryTable .DateSep {
    width: 10px;
    float: left;
}

.buttonBar{
    height: 30px;
    text-align: center;
    padding-right: 15px;
}

.buttonBarLeft{
    height: 30px;
    padding-right: 15px;    
    text-align: right;
}

.buttonBarRight{
    height: 30px;
    padding-right: 15px;    
    text-align: right;
}

/* Contract Form */
.AddressField {
    height: 62px;
}

input.DimensionField {
    width: 29px;
}


/* Login Form */
#loginTable input.loginId{
    width:195px;
}

#loginTable input.password{
    width:120px;
}

#loginTable input.submit{
    width:70px;
    padding: 0px;
}

/* Adres Edit Form */

.AddressTable #streetnr{
    width: 40px;
}

.AddressTable #zip {
    width: 40px;
}

.AddressTable #addressb__countrycode{
    width: 188px;
}

.AddressTable .Colon {
    width: 6px;
    text-align: center;
}


.AddressTable .column1 {
    width: 160px;
}

.AddressTable .column2 {
    width: 6px;
}

.AddressTable .column3 {
    width: 188px;
}

/* Grid Tables */
.GridTable{
    width: 100%;
}
.GridTable th{

}

/* Specific styles */
#log_logtable{
    width: 100%;
}

