﻿/* File Created: December 22, 2011 */

fieldset,
.rounded-corners-15 {
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
    behavior: url(border-radius.htc); /*Internet*/
}

fieldset {
    border: 1px solid #848BD1;
}

.text-box, .dropdown-box, .rounded-corners-5 {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    behavior: url(border-radius.htc); /*Internet*/
}

.text-box, .dropdown-box {
    border: 1px solid #848BD1;
    padding: 2px 0px 2px 4px;
    width: 35em;
}

.validation-summary-errors span {
    font-weight: bold;
}

.display-label-left,
.editor-label-left {
    /*margin: 1em 0 0 0;*/
    float: left;
    width: 160px;
}

.display-field-left,
.editor-field-left {
    float: left;
    /*margin: 0.5em 0 0 0;*/
    width: 160px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    border: : 1px solid #ff0000 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


.editor-field-large input {
    width: 35em;
}

.editor-field-large input {
    width: 35em;
}

.editor-field-small input {
    width: 3em;
}

.editor-field-center input {
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nowrap {
    white-space: nowrap;
}

fieldset legend.ui-dialog-titlebar {
    padding-top: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
