textarea { min-height: 75px; }

.editor-label { margin: 1em 0 0 0; }

.editor-field { margin: 0.5em 0 0 0; }


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    background-color: darkred;
    color: white;
    padding: 2px;
}

.validation-summary-valid { display: none; }




*, body { font-family: "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif; }

label { text-transform: lowercase; }
/* font-size: 21px; font-family: "Segoe UI Light", "Segoe Light", "Segoe UI", Arial, Helvetica, sans-serif; line-height: 27px; color: #666; */

/* Some resets for compatibility with existing CSS */

.date_selector, .date_selector * {
    background: none;
    border: none;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: auto;
}

.date_selector {
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #aaa;
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px #aaa;
    display: none;
    margin: 0;
    margin-top: -1px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
}

.date_selector_ieframe {
    display: none;
    position: absolute;
    z-index: 99999;
}

.date_selector .nav { width: 17.5em; /* 7 * 2.5em */ }

.date_selector .nav p { clear: none; }

.date_selector .month_nav, .date_selector .year_nav {
    display: block;
    margin: 0 0 3px 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.date_selector .month_nav {
    float: left;
    width: 55%;
}

.date_selector .year_nav {
    float: right;
    margin-right: -8px; /* Compensates for cell borders */
    width: 42%;
}

.date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
}

.date_selector .button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #008ee8;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
}

.date_selector .button:hover, .date_selector .button.hover {
    background: #ed9c35;
    border-color: #d77011;
    color: #fff;
    cursor: pointer;
}

.date_selector .prev { left: 0; }

.date_selector .next { right: 0; }

.date_selector table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0;
}

.date_selector th, .date_selector td {
    color: #666;
    font-weight: normal;
    height: 2em;
    padding: 0 !important;
    text-align: center !important;
    width: 2.5em;
}

.date_selector th { font-size: 11px; }

.date_selector td {
    background: #fff;
    border: 1px solid #ccc;
    color: #008ee8;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
}

.date_selector td.today { background: #eee; }

.date_selector td.unselected_month { color: #ccc; }

.date_selector td.selectable_day { cursor: pointer; }

.date_selector td.selected {
    background: #008ee8;
    color: #fff;
    font-weight: bold;
}

.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
    background: #ec8526;
    color: #fff;
}

body {
    background-color: #fff;
    font-size: .85em;
    margin: 10px;
}


a.edit {
    background: url(/Content/Images/edit.png) no-repeat top left;
    display: block;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    width: 32px;
}

a.add {
    background: url(/Content/Images/add.png) no-repeat top left;
    display: block;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    width: 32px;
}

a.back {
    background: url(/Content/Images/back.png) no-repeat top left;
    display: block;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    width: 32px;
}

a.next {
    background: url(/Content/Images/next.png) no-repeat top left;
    display: block;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    width: 32px;
}

ul.menu2 { padding: 0px; }

.menu2 li {
    display: inline;
    font-size: 14px;
    list-style-type: none;
    padding-right: 20px;
    text-transform: lowercase;
}

.menu2 li a {
    color: #666;
    text-decoration: none;
}

ul.menu {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}

.menu li {
    display: inline;
    font-size: 21px;
    list-style-type: none;
    padding-right: 20px;
    text-transform: lowercase;
}

.menu li a {
    color: #666;
    text-decoration: none;
}

.menu li.selected a { color: black; }

label {
    color: #333;
    font-size: 14px;
}

h1, h2, h3, h4, h5, th { font-weight: normal; }

h2 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}

input[type=text] {
    border: 1px solid #ccc;
    font-size: 20px;
    width: 250px;
}

input[type=password] {
    border: 1px solid #ccc;
    font-size: 20px;
    width: 250px;
}

td, th {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
    vertical-align: middle;
}

.highlight { color: black }

.invalid {
    background-color: DarkRed;
    color: #fff;
}