body {

}

.mainViewPort {
    background-image: url(../images/tanzpunkt_logo.png);
    background-position: right 120px;
    background-repeat: no-repeat;
}

.headerPanel {
    font-family: Verdana, Geneva, sans-serif;
}

.headerPanel a {
    text-decoration: none!important;
    color: white;
}

.headerPanel h1 {
    font-size: 20px;
    margin: 10px 0 0 0;
}

.headerPanel h2 {
    font-size: 16px;
    margin: 0;
}


/* Events Dataview */
.x-dataview-item .video-wrap {
    background: #404858;
    padding: 3px 10px;
}

.x-dataview-item .photogallery-wrap {
    background: #404858;
    padding: 3px 10px;
}

.x-dataview-item .photogallery-wrap .created {
    font-size: 10px;
}

.x-dataview-item .photogallery-wrap .title {
    font-weight: bold;
}

.x-dataview-item .video-wrap.hover,
.x-dataview-item .photogallery-wrap.hover {
    background: #5d6c83;
}

.x-dataview-item .video-wrap.x-item-selected,
.x-dataview-item .photogallery-wrap.x-item-selected{
    background: #ed9302;
}

.x-grid-row.inactive {
    color: #aaaaaa;
}

.x-grid-row.admin {
    color: red;
}

.x-grid-row.admin.inactive {
    color: #aaaaaa;
}

.dragElement .x-accordion-hd {
    background-color: #ed9404 !important;
    z-index: 20000
}

.x-html-editor-wrap textarea {
    color: white;
}

.videopanel,
.dancepanel {
    font-size: 12px;
}

.videopanel h1,
.dancepanel h1,
.eventdetail h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

.videopanel a,
.dancepanel a,
.eventdetail a {
    color: white;
}

.eventinfo table {
    width: 300px;
    margin: 20px 0 20px 0;
}

a.creator {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

a.creator:hover {
    color: white;
}

.btn-active {
    background-color: #ed9200;
    background-image: none;
    border-color: #D97e27;
}

.dancedescription .document a {
    color: white;
}

.dancedescription .document a:hover {
    color: #d7791b;
}

.dancedescription {
     padding-top: 50px;
 }

.dancedescription .document{
    margin-top: 10px;
}

.photogallery {
    padding: 15px;
}

.photogallery a {
    display: block;
}

.photogallery img {
    display: block;
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
}

.photogallery .photo {
    float: left;
    padding: 15px;
}

.photosDataView .photo {
    float: left;
    margin: 5px;
    border: 2px solid transparent;
}

.photosDataView .photo img{
    display: block;
}

.photosDataView .photo.hover,
.photosDataView .photo.x-item-selected{
    border-color: #cc0000;
}

.photosDataView .photo {
    width: 104px;
    height: 104px;
    background-color: #404858;
    overflow: hidden;
}

.password-generator {
    background-image: url("../images/trigger-password.gif");
}