/* Profile */

#user-profile {
    font-size: 14px;
}

#user-profile th {
    font-weight: bold;
}

#user-profile h3 {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 10px 0 3px;
    padding: 5px 7px;
}

#user-profile .section {
    clear: both;
    overflow: hidden;
    padding: 3px 9px 5px;
}

#user-profile-basic {
    clear: both;
    min-height: 110px;
    overflow: hidden;
    position: relative;
}

#user-profile-basic > div,
#user-profile-basic > div > dl{
    display: inline-block;
    width: 350px;
    min-width: 350px;
}

#user-profile-basic img {
    position: relative;
    float: right;
    right: 0;
    top: 0;
}

#user-profile {
    clear: left;
    overflow: hidden;
}

#user-profile dt, #user-profile dd {
    margin-bottom: 5px;
}

#user-profile dt {
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    width: 175px;
}

#profile-children tr td:first-child {
    text-align: center;
}

/* Profile editing */

#user-profile form {
    margin-bottom: 10px;
}

#user-profile form fieldset {
    border: none;
    clear: left;
    margin-bottom: 15px;
    position: relative;
}

#user-profile form label {
    float: left;
    width: 165px;
}

#user-profile form label.mandatory {
    font-weight: bold;
}

#user-profile form input[type=text] {
    float: left;
}

#user-profile form input[type=text], #user-profile form input[type=email], #user-profile form input[type=url] {
    padding: 2px 3px;
    width: 360px;
}

#user-profile form input[type=radio] {
    margin-bottom: 5px;
}

#user-profile form fieldset div {
    float: left;
}
#profile-images li {
    /* See: http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
    width: 100px;
    min-height: 120px;
    border: 1px solid transparent;
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0 5px 5px 0;
    zoom: 1;
    *display: inline;
    _height: 120px;
}

.profile-image-container {
    margin-bottom: 5px;
    margin-right: 5px;
}

#profile-images input, .profile-image-upload input, #profile-children input {
    margin-bottom: 5px;
    margin-left: 3px !important;
}

.profile-image-upload {
    position: relative;
}

#profile-image-limit {
    top: 12px;
    position: absolute;
    right: 0;
}

.profile-child-name {
    width: 200px !important;
}

.profile-child-birthday {
    width: 100px !important;
}

#profile-children select {
    width: 200px;
}

#profile-children td, #profile-children th {
    padding: 1px 5px;
    vertical-align: top;
}

.profile-child-images {
    clear: left;
    margin: 9px 0 3px;
    overflow: hidden;
}

.profile-child-images li {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.profile-child-images li div {
    border-radius: 10px;
    -moz-border-radius: 5px;
}

.profile-child-no-images {
    margin-top: 9px;
}

.profile-deletion-warning {
    float: left;
    width: 70%;
}

#profile-delete {
    background: red;
    border: 2px solid #800000;
    color: white;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-top: 10px;
    padding: 4px 10px;
}

#tx_calisuser_submit {
    background: white;
    color: black;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-weight: bold;
    margin: 20px 0;
    -moz-border-radius: 6px;
    height: 23px;
    padding: 0 15px;
}

/* Registration form */

#register-form {
    margin: 20px 0;
}

#register-form label {
    float: left;
    width: 250px;
}

#register-form div {
    clear: left;
    margin-bottom: 5px;
    overflow: hidden;
}

#register-form input[type=password], #register-form input[type=text], #register-form select {
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px 5px;
    width: 350px;
}

#rc {
    float: left;
}

#register-form button {
    background: url(/fileadmin/templates/main/resources/images/sprite3.png) 0 -155px;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 4px;
    height: 25px;
    margin-left: 250px;
    padding: 0 16px;
    position: relative;
}

#recaptcha_widget_div div {
    margin-bottom: 0;
}

/* Ignore list */

.ignore-list {
    background: #f7f7f7;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
}

.ignore-list-intro p {
    line-height: 1.47;
    margin-bottom: 1em;
    text-align: justify;
}

#content-column .ignore-list h3 {
    margin-top: 0;
}

.ignore-list li {
    margin-bottom: 5px;
}

.ignore-list fieldset {
    border: none;
    margin-bottom: 25px;
}
