/* 
    Document   : Neukunde
    Created on : Sep 1, 2009, 3:58:42 PM
    Author     : lukas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.registrierungZeile {
    
    margin-top: 5px;
    
}

.registrierenLinks {

    float: left;
    width: 110px;

}

.registrierenRechts {

    margin-left: 0px;
    width: 160px;
    display: block;

}

.registrierenRechtsKlein {

    margin-left: 0px;
    width: 60px;
    display: block;

}

/*.gridReferrer .x-grid3-row>div{
    border-color:#fff ;
    border-top-color:#fff;
}*/

.x-grid3-row {
	background-color: #fff ;
	background-image: none;
	border-color:#fff;
}


.x-grid3-col-0 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px 3px 3px 0px;
    white-space: nowrap;
}

.gridReferrer .x-grid3-dirty-cell {
     background-image:none;
}

.gridReferrer .x-grid3-row-selected {
	background-color: #fff !important;
	background-image: none;
}


.x-btn-noicon .x-btn-small .x-btn-text {
    height:18px;
}

.x-btn button {
    -x-system-font:none;
    color:#333333;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding: 1px 3px 1px 3px;
}

.x-fieldset-header-text {
    font-size: 9.5pt;
}

.x-form-item {
    font-family:tahoma,arial,helvetica,sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:16px;
    color: rgb(50, 50, 50);
}

.x-form-display-field{
    font-size:14px;
    color: rgb(50, 50, 50);
}