/* monthviewlarge */

.tx-evcal-pi1-monthviewlarge{
  font-family: Arial, Helvetica, sans-serif;
/*  width: 99%; */
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-calcell{
/*  width: 65px; */
  width: 69px;
  height: 81px;
/*  padding: 3px 5px 3px 5px; */
  padding: 3px 3px 3px 3px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 0px none;
  border-top: 0px none;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-weekkw{
  border-right: 0px none;
  border-left: 1px solid #cad8e2;
  background-color: #335d8c;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-titledays th{
  border-bottom: 1px solid #e0e0e0;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-wday1{
  border-left: 1px solid #e0e0e0;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daycurrentmonth{
  background-image: url('/typo3conf/ext/evcal/pi1/res/evcal/images/bg_currentmonthdays.gif');
  background-position: bottom left;
  background-repeat: repeat-x;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-titlenav th,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-titledays th{
  color: #999999;
  font-weight: normal;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-titledays th{
  font-size: 11px;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-titlenav .tx-evcal-pi1-monthlabel{
  color: #335d8c;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daynumber,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daynumber a:link,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daynumber a:active,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daynumber a:visited{
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  display: block;
  text-align: right;
  text-decoration: none;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-daynumber a:hover{
  text-decoration: underline;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-today{
  background-image: none;
  background-color: #9edc00;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-dayhasevents{
  background-image: none;
  background-color: #cbd8e5;
  font-size: 9px;
  font-weight: normal;
  color: #335d8c;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-dayhasevents .tx-evcal-pi1-events div{
  line-height: 12px!IMPORTANT;
  border-bottom: 1px solid #dbdbdb;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-events a:link,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-events a:visited,
.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-events a:active{
  color: #335d8c;
  text-decoration: none;
/*  display: block; */
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-events a:hover{
  color: #335d8c!IMPORTANT;
  text-decoration: underline;
}

.tx-evcal-pi1-monthviewlarge .tx-evcal-pi1-popupevents{
    background-color:#ffa;
    border:1px solid #cc9;
    padding:10px;
    font-size:12px;
    text-align: left;
    
    /* Schatten */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=2);
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
    box-shadow: 2px 2px 11px #666;
}







/* monthviewmin */
.tx-evcal-pi1-monthviewmin{
  font-family: Arial, Helvetica, sans-serif;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-calcell{
  width: 20px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #cad8e2;
  border-right: 1px solid #cad8e2;
  border-left: 0px none;
  border-top: 0px none;
  font-size: 9px;
  color: #335d8c;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-weekkw{
  border-right: 0px none;
  border-left: 1px solid #cad8e2;
  background-color: #335d8c;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-titledays th{
  border-bottom: 1px solid #cad8e2;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-wday1{
  border-left: 1px solid #cad8e2;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-titledays th{
  font-size: 10px;
  font-weight: bold;
  color: #999999;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-monthlabel{
  font-size: 11px;
  font-weight: bold;
  color: #335d8c;
  height: 19px;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-dayhasevents{
  background-color: #cbd8e5;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-today{
  background-color: #9edc00!IMPORTANT;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-daynumber,
.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-daynumber a:link,
.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-daynumber a:active,
.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-daynumber a:visited{
  font-weight: bold;
  font-size: 9px;
  color: #335D8C;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 21px;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-daynumber a:hover{
  text-decoration: none;
  background-color: #335D8C!IMPORTANT;
  color: #FFFFFF!IMPORTANT;
}

.tx-evcal-pi1-monthviewmin .tx-evcal-pi1-popupevents{
    background-color:#ffa;
    border:1px solid #cc9;
    padding:10px;
    font-size:12px;
    text-align: left;

    /* Schatten */
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=45, Strength=1)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=90, Strength=1)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=1)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=180, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=225, Strength=1)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=260, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=305, Strength=1);
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
    box-shadow: 2px 2px 11px #666;
}



/* monthview4cals */
.tx-evcal-pi1-3mincals{
  width: 533px;
}

.tx-evcal-pi1-3mincals .tx-evcal-pi1-mincalcontainer{
  vertical-align: top;
}

.tx-evcal-pi1-3mincals .tx-evcal-pi1-prevlink4cals,
.tx-evcal-pi1-3mincals .tx-evcal-pi1-nextlink4cals{
  width: 22px;
}


/* ListView */
.tx-evcal-pi1-listview .tx-evcal-pi1-monthnav,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterheadline{
  background-color: #1155A0;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-listitem{
  padding: 5px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #AAA;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-listitemcolor-even{
  background-color: #EFEFEF;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-listitemcolor-odd{
  background-color: #FFF;
}


.tx-evcal-pi1-listview .ev_image{
  margin: 0 10px 0 0;
  float: left;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox{
  margin: 0 0 10px 0;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-dbr_cat,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-dbr_type,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-ev_location,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-search,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-fromto,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-submit,
.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox-reset{
  display: block;
  float: left;
  width: 50%;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-filterbox label{
  display: block;
  font-weight: bold;
  color: #1155A0;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-imgteaserbox{
  border-top: 1px dotted #666666;
  margin: 9px 0 0 0;
  padding: 7px 0 0 0;
}

.tx-evcal-pi1-listview .tx-evcal-pi1-title{
  cursor: pointer;
}

.tx-evcal-pi1-noevents{
  border:1px solid #AAAAAA;
  margin:0 0 10px 0;
  padding:5px 5px 5px 5px;
  font-weight: bold;
}






/* mediabox */
#mbImage iframe{
  border-bottom: 1px solid #c1cedd;
  padding: 0 0 5px 0;
}


/* misc */
.tx-evcal-pi1-clear{
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}