/*******************************************************************************
Title:   Stylesheet for extension upd_sia_events
Media:   Screen
Author:  update AG, update.ch
Created: 05.11.2010
*******************************************************************************/


/**********************************************************
General
***********************************************************/

.tx-updsiaevents-pi1 {
    margin:0;
}


/**********************************************************
List view
***********************************************************/
/*
.tx-updsiaevents-pi1-listrow table {
    border-collapse: collapse;
    width:100%;
}

.tx-updsiaevents-pi1-listrow th {
    padding:3px;
    border-bottom: 1px dotted #979797;
}

.tx-updsiaevents-pi1-listrow-header {
    text-align: left;
}

.tx-updsiaevents-pi1-field-title {
    font-weight: bold;
}

.tx-updsiaevents-pi1-listrow-even  {
    background: url("../img/bg.gif");
}

.sort, .sort_desc_act, .sort_asc_act {
    background:url(../img/arrow_down.gif) right 5px no-repeat;
    padding:0 14px 0 0;
}

.sort_desc_act {
    background-image:url(../img/arrow_down_act.gif);
}

.sort_asc_act {
    background-image:url(../img/arrow_up_act.gif);
}
*/

.tx-updsiaevents-pi1-listrow td {
    padding:0 20px 0 0;
}

.tx-updsiaevents-pi1-catmenu {
    padding: 10px 0;
}

.tx-updsiaevents-pi1-field-title a:hover {
    text-decoration: none;
}

/**********************************************************
search view
***********************************************************/


.tx-updsiaevents-pi1-searchResults {
    margin-top:15px;
    }

.tx-updsiaevents-pi1-searchResults .all-link a {
    float:right;
    background: url("../img/arrow.gif") no-repeat scroll right center transparent;
    padding-right: 13px;
    text-decoration: none;
    }
.tx-updsiaevents-pi1-searchResults .all-link {
    padding-right: 3px;
    }
    
.tx-updsiaevents-pi1-searchResults .more-link {
    text-align: right;
    background: url("../img/arrow.gif") no-repeat scroll right center transparent;
    padding-right: 13px;
    } 
     

.tx-updsiaevents-pi1-searchResults ul li {
    border-bottom: 1px solid #CCCCCC;
    line-height: 16px;
    }
    
.tx-updsiaevents-pi1-searchResults ul li:nth-child(even) { 
    background: url("/fileadmin/templates/img/bg_li.gif") repeat scroll 0 0 transparent;
    padding: 3px 3px 3px 3px;
    }
.tx-updsiaevents-pi1-searchResults ul li:nth-child(odd) { 
    background: none;
    padding: 3px 3px 3px 3px;
    }

.tx-updsiaevents-pi1-searchResults ul li:first-child {
    border-top: 1px solid #CCCCCC;
    }

.tx-updsiaevents-pi1-searchResults ul li a,
.tx-updsiaevents-pi1-searchResults p a {	
    text-decoration:none;
	}
.tx-updsiaevents-pi1-searchResults ul li a:hover,
.tx-updsiaevents-pi1-searchResults p a:hover {	
    text-decoration:none;
	}
    
.tx-updsiaevents-pi1-searchContent {
    padding-right: 10px;
    display: block;
    max-height: 32px;
    overflow: hidden;
    }



/**********************************************************
Single View
***********************************************************/

.tx-updsiaevents-pi1-singleView table {
    border-collapse: collapse;
    /* border-collapse: seperate; border-spacing: 0; doesn't work in webkit*/
    border-top: 1px dotted #979797;
    width: 450px;
}

/*.tx-updsiaevents-pi1-listrow td, */.tx-updsiaevents-pi1-singleView td {
    padding:3px 0;
    vertical-align: top;
    border-bottom: 1px dotted #979797;
}

.tx-updsiaevents-pi1-singleView td.tx-updsiaevents-pi1-singleView-HCell {
    padding-right:10px;
    white-space: nowrap;
}

.tx-updsiaevents-pi1-orgImg {
    padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #000;
}

.tx-updsiaevents-pi1-singleView-images {
    padding-top: 5px;
    float:right;
    width:230px;
}
.tx-updsiaevents-pi1-singleView-images .events-imgcaption {
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
    font-size: 10px;
}

.tx-updsiaevents-pi1-singleView-footer {
    clear:both;
    border-top: 1px dotted #979797;
    margin:50px 0 0 0;
    text-align: right;
    padding:1px 11px 0 0;
    /*background: url(../img/arrow.gif) right 7px no-repeat;*/
}

.tx-updsiaevents-pi1-singleView p {
    padding:0;
    margin:0;
}

.tx-updsiaevents-pi1-singleView>h1 {
    width:450px;
}

.events-backlink-bottom {
    padding-top:5px;
    width: 450px
}

.events-backlink-top {
    border-bottom: 1px dotted #979797;
    clear: both;
    margin: 0 0 20px;
    padding: 0 0 3px;
    width: 450px;
}
a.events-forwardlink {
    background: url('../img/arrow.gif') no-repeat scroll right 6px transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 3px 13px 3px 0;
    text-transform: lowercase;
}

div.events-download {
margin: 0 0 40px;
}
div.events-download div{
            background: url("/fileadmin/templates/img/text_bg.gif") repeat scroll 0 0 transparent;
            margin: 0 0 10px;
            height: 15px;
}
div.events-download div>h2{
            background: none repeat scroll 0 0 #FFFFFF;
            float: left;
            margin: -2px 15px 0;
            padding: 0 9px;
}
div.events-download span{
padding: 5px 32px 5px;
}

tx-updsiaevents-pi1-singleView-HCell {
width: 170px;
}



/**********************************************************
Date navigation slider
***********************************************************/

.tx-updsiaevents-pi1-date-nav {
    margin:0 0 25px 0;
    padding:0 0 8px 0;
    border-bottom:1px dotted #979797;
    position: relative;
}

.tx-updsiaevents-pi1-date-nav-wrapper {
    width: 700px;
    overflow:scroll;
}

.tx-updsiaevents-pi1-date-nav li {
    list-style: none;
    display:block;
    float:left;
    width:58px;
}

.tx-updsiaevents-pi1-date-nav li a, .tx-updsiaevents-pi1-date-nav li span {
    border-left:1px solid #979797;
    padding:3px 10px 3px 5px;
}

.tx-updsiaevents-pi1-date-nav a.current {
    color:#e10019;
}

#tx-updsiaevents-pi1-date-nav-next, #tx-updsiaevents-pi1-date-nav-prev {
    position:absolute;
    right:16px;
    top:27px;
    background:url(../img/arrows.gif) -63px -86px no-repeat;
    width:5px;
    height: 9px;
    cursor: pointer;
}

#tx-updsiaevents-pi1-date-nav-prev {
    left:0px;
    background-position:-10px -86px;
}


/**********************************************************
Edit Event Form
***********************************************************/

.tx-updsiaevents-pi1-edit-event h3 {
    margin:30px 0 5px 0;
    padding:2px;
    background:url(../img/bg.gif);
}

.tx-updsiaevents-pi1-edit-event {
    width:722px;
}

.tx-updsiaevents-pi1-edit-event label {
    width:150px;
}

.tx-updsiaevents-pi1-edit-event input[type="text"] {
    width:560px;
}

.tx-updsiaevents-pi1-edit-event input[type="text"] {
    width:560px;
}

table.separate_toggle {
	border-width: 0px;
	border-style: hidden;
	border-color: white;
	border-collapse: collapse;
}

table.separate_toggle tr {
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #D7D7D7;
    background-color: #F7F7F7;
}

table.separate_toggle td>label {
    float: none !important;
    display: inline !important;
}

table.separate_toggle td {
    padding: 5px;
}

.back a {
    text-transform: lowercase;
}



/**********************************************************
Event Registration Form
***********************************************************/

.tx-updsiaevents-pi1-registration-form h3 {
    margin:30px 0 5px 0;
    padding:2px;
    background:url(../img/bg.gif);
}

/* h2 neu ueberschriften */
.tx-updsiaevents-pi1-edit-event .sub-header-ef, .tx-updsiaevents-pi1-registration-form .sub-header-ef {
    background: url("../img/bg.gif") repeat scroll 0 0 transparent;
    height: 13px;
    margin: 25px 0 15px;

}

.tx-updsiaevents-pi1-edit-event .sub-header-ef h2, .tx-updsiaevents-pi1-registration-form .sub-header-ef h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 14px;
    margin: -2px 15px 0;
    padding: 0 9px;
}


.tx-updsiaevents-pi1-registration-form {
    width:722px;
}

.tx-updsiaevents-pi1-registration-form label {
    width:150px;
}

.tx-updsiaevents-pi1-registration-form input[type="text"],
.tx-updsiaevents-pi1-registration-form textarea {
    width:560px;
}

.formhandler input[type="submit"]:disabled:hover {
    color: grey;
}

/*remove from print layout */

@media print {

.events-backlink-top { display: none  !important; }
.events-backlink-bottom {display:none  !important;}

}
