.contentForm {}

#formLeft {
    display: inline;
    float: left;
    width: 38%
}

#formRight {
    display: inline;
    float: right;
    width: 58%
}

#formRight textarea {
    float: right;
    height: 135px
}

.footerLefend {
    float: left;
    font-size: 11px;
}

.contentForm fieldset {
    margin: 30px 0 7px;
    padding: 0;
    border: none
}

#formWrapper .contentForm fieldset {
    margin: 0;
    padding: 35px 35px 0 35px;
    border: none
}

.contentForm.request fieldset {
    padding: 23px 0 8px;
}

.contentForm textarea {
    resize: vertical;
    height: 111px;
    font-family: Arial;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

.contentForm .row {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
}

#formWrapper .row.buttonPane {
    margin: 0;
    padding: 0 35px;
}

.contentForm input.text,
.contentForm select,
.contentForm textarea {
    border: 1px solid #fff;
    width: 94%;
    float: left;
    margin: 0;
    background: #fff;
    color: #000;
    font-family: 'Exo 2';
    font-size: 15px;
}

.contentForm select {
    width: 350px;
    margin: 0 10px;
    padding: 5px 0 5px 5px;
    font-size: 15px;
}

.contentForm .row input.text {
    height: 27px;
    margin: 0;
    padding: 5px;
}

.contentForm .row input.text.special {
    border: none;
    background: none;
    font-weight: bold;
    padding: 0;
    color: #da251d;
}

#formWrapper .contentForm .row input.text,
#formWrapper .contentForm .row textarea {
    background: #fff;
    font-size: 19px;
    color: #000;
    border: none;
    padding: 10px 20px;
}

.contentForm .row input.text.shortest {
    width: 50px;
}

.contentForm .row input.text.short {
    width: 134px;
}

.contentForm .row select#day {
    width: auto;
    margin-right: 3px;
}

.contentForm .row select#month {
    width: auto;
    margin-right: 3px;
}

.contentForm .row select#year {
    width: auto;
}

.contentForm .row.error input.text,
.contentForm .error select,
.contentForm .error textarea {
    border: 1px solid #000;
    background: #ffdedb
}

.contentForm .row label {
    float: left;
    width: 125px;
    text-align: right;
    margin-right: 5px;
    line-height: 175%;
    font-size: 15px
}

.contentForm .row .helper {
    float: left;
}

.contentForm .row.error .helper,
.contentForm .row.error label {
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.contentForm .row.checkbox input {
    float: left;
}

.contentForm .row.checkbox label {
    width: 90%;
    text-align: left;
    margin-left: 10px;
}

.contentForm .row.checkbox > div {
    overflow: hidden;
}

.contentForm .row.buttonPane .footerLegend {
    float: left;
}

.contentForm .row.buttonPane input.button {
    float: right;
    border: 0;
    padding: 9px 20px 12px;
    color: #fff;
    background: #cf2e26;
    cursor: pointer;
    font-weight: 600;
    font-size: 19px;
    font-family: 'Exo 2', Arial, Tahoma;
}

.contentForm .row.buttonPane input.button:hover {
    background: #000;
}
#formWrapper .contentForm .row.buttonPane input.button {
    background: #000;
}

.contentForm .row.buttonPane input.button:disabled {
    opacity: 0.5
}

.contentForm .row.image img {
    float: left;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
}

.contentForm .row.image div.inputs {
    float: left;
    width: 300px;
}

.contentForm .row.image div.inputs input.file {
    margin-bottom: 10px;
    display: block;
}

.contentForm .row.image div.inputs input {
    float: none;
}

.contentForm .row.image div.inputs label {
    float: none;
}

.contentForm .row.image div.inputs .helper {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    margin-bottom: 5px;
}

div.edicraContainer {
    position: relative;
}

div.edcOutlineHead {
    height: 1px;
    overflow: hidden;
    width: 100%;
    background: url('../Graphics/OutlineTop.gif') repeat-x;
}

div.edcOutlineWrapper {
    width: 100%;
    background: url('../Graphics/FadeBg.png');
    overflow: auto;
}

div.edcOuterOutline {
    width: 100%;
    background: url('../Graphics/OutlineLeft.gif') repeat-y left 0;
    overflow: hidden;
}

div.edcInnerOutline {
    width: 100%;
    background: url('../Graphics/OutlineRight.gif') repeat-y right 0;
    overflow: hidden;
}

div.edcOutlineFoot {
    height: 1px;
    overflow: hidden;
    width: 100%;
    background: url('../Graphics/OutlineBottom.gif');
}

div.edcEditButton {
    width: 93px;
    height: 32px;
    z-index: 1000;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: url('../Graphics/EditButton.gif');
}

div.edcEditButton a {
    display: block;
    width: 93px;
    height: 32px;
    outline: 0;
    z-index: 1000;
}

div.edcEditButton.hover {
    background-position: left -32px;
}

div.edcEditButton.clicked {
    background-position: left -32px;
}

div.edcEditButton.clicked {
    background-position: left bottom;
}

div.defaultGallery {
    height: 100%;
    overflow: auto;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

div.defaultGallery div.image {
    float: left;
}

div.defaultGallery div.image a {
    float: left;
    outline: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 9px 0 9px;
    padding: 6px;
}

div.defaultGallery div.image a img {
    border: 0;
    float: left;
    clear: both;
}

div.defaultGallery div.image.first a {
    margin-left: 0;
}

div.defaultGallery div.image.last a {
    margin-right: 0;
}

div.defaultGallery div.image span {
    float: left;
    clear: both;
    margin: 0 9px 0 9px;
    padding: 3px 6px 0 6px;
    text-align: center;
}

div.defaultGallery div.image.first span {
    margin-left: 0;
}

div.defaultGallery div.image.last span {
    margin-right: 0;
}

div.defaultGallery div.separator {
    overflow: hidden;
    border: 0;
    height: 20px;
    width: 100%;
    float: left;
    clear: both;
}

div.separator {
    display: none
}

div.defaultIntro {
    position: relative;
    clear: both;
    overflow: auto;
    padding-bottom: 27px;
}

div.defaultIntro .newsPic {
    float: left;
}

div.defaultIntro img.miniature {
    float: left;
    border: 1px solid #999;
    margin-top: 4px;
}

div.defaultIntro div.content {
    float: right;
    width: 410px;
    overflow: hidden;
}

div.defaultIntro div.content.wide {
    width: 100%
}

div.defaultIntro div.content h3 {
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
}

div.defaultIntro div.content em.date {
    float: left;
}

div.defaultIntro div.content em.author {
    float: right;
}

div.defaultIntro div.content div.mceContentBody {
    clear: both;
}

div.defaultIntro a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}

div.defaultIntro a.more {}

div.defaultIntro.noImage div.content {
    width: auto;
    float: none;
}

div.defaultBody {
    padding: 0;
    margin: 0;
}

div.defaultBody em.date {
    float: left;
}

div.defaultBody em.author {
    float: right;
}

div.defaultBody div.mceContentBody {
    clear: both;
}

a.anchor,
a.anchor:hover {
    display: block;
    clear: both;
    font-weight: bold;
}

.paginatorContainer table {
    width: 100%;
    font-weight: bold;
}

.paginatorContainer table td.firstPage {
    width: 20%;
}

.paginatorContainer table td.paginatorBody {
    text-align: center;
}

.paginatorContainer table td.lastPage {
    width: 20%;
    text-align: right;
}

#defaultGalleryWrapper {
    overflow: hidden;
}

#defaultGalleryWrapper .miniatureWrapper {
    float: left;
    width: 180px;
    margin-left: 20px;
    position: relative;
}

#defaultGalleryWrapper .miniatureWrapper .overlay {
    display: block;
}

#defaultGalleryWrapper .miniatureWrapper img {
    padding: 0;
    display: block;
    display: block;
}

#defaultGalleryWrapper .miniatureWrapper img.hover {}

#defaultGalleryWrapper .miniatureWrapper .description {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    padding-top: 5px;
    width: auto;
    padding-bottom: 0;
}

#defaultGalleryWrapper .miniatureWrapper.first {
    margin-left: 0;
}

#defaultGalleryWrapper .miniatureWrapper.hover {}

#defaultGalleryWrapper .gallerySeparator {
    height: 10px;
    clear: both;
}

.edcEmptyContentContainer {
    text-align: center;
    padding: 5px;
    color: #ccc;
}

#edcLogoutButton {
    position: fixed;
    top: 0;
    right: 50px;
    z-index: 1000;
}

#edcLogoutButton a {
    width: 108px;
    height: 32px;
    background: url('../Graphics/LogoutButton.gif');
    display: block;
    background-position: left top;
}

#edcLogoutButton a.hover {
    background-position: left -32px;
}

#edcLogoutButton a.clicked {
    background-position: left bottom;
    height: 33px;
}

#edcConfigButton {
    position: fixed;
    top: 0;
    left: 50px;
    z-index: 1000;
}

#edcConfigButton a {
    width: 128px;
    height: 32px;
    background: url('../Graphics/ConfigButton.gif');
    display: block;
    background-position: left top;
}

#edcConfigButton a.hover {
    background-position: left -32px;
}

#edcConfigButton a.clicked {
    background-position: left bottom;
    height: 33px;
}
