/*********************
* general styles
**********************/
/*Es gelten die gleichen Einstellungen wie für.componentheading, .categories-list h1*/

/*********************
* Calendar style
**********************/
.cal_table { /*Tabelle der Monatsansicht*/
   /*border: 1px solid #fff;*/
   width: 98.7%;
}
.cal_td_daysoutofmonth, 
.cal_td_dayshasevents,
.cal_td_daysnoevents,
.cal_td_today { vertical-align: top; }

#cal_title { } 

.cal_td_daysnames {/*Überschriftenzeile*/
    height:1.7em ! important;
    text-align:center !important;
	/*neu durch jevents 1.5*/
	width: 14%!important; /*breite der tageszellen wird gesteuert duch die erste Zeile (daynames), 2% bleiben für die wochenzahlenzelle*/
}
.sunday {
/*Überschrift: Sonntag*/
font-style: italic;
}
.saturday { /*Überschrift: Samstag*/ }
.cal_td_daysnames {
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
.cal_td_daysoutofmonth {
	font-size: 0.8em;
	border: 1px dotted silver;
	color: silver;
	font-style: italic;
}
.cal_daysoutofmonth {
    text-decoration: none;
	background-color: #BFC3FF;
}
.cal_td_today {
	background-color: #D1E4EF;
	padding: 0px !important;
}
.cal_td_daysnoevents {
	padding: 0px !important;
	border: 1px solid silver;
}
a.cal_daylink:link {
    text-decoration: none;
}
a.cal_daylink:visited{
    text-decoration: none;
}
a.cal_daylink:hover{
    text-decoration: none;
}
a.cal_titlelink:link, 
a.cal_titlelink:visited, 
a.cal_titlelink:hover { display:block; margin: 0.2em; color: #000!important;}
}

/***************************
* List style
**************************/
ul.ev_ul {
	list-style-image:none;
	padding:0px;
	margin:5px;
}
ul.ev_ul li.ev_td_li {
	border-style:solid;
	border-width:0 0 0 5px;
	margin-bottom:1px;
	padding-left:2px;
	background-image:none;
	list-style: none !important;
}
a.ev_link_cat:link {
    text-decoration:none;
}
a.ev_link_cat:visited  {
    text-decoration:none;
}
a.ev_link_cat:hover  {
}
a.ev_link_row:link {
    text-decoration:none;
}
a.ev_link_row:visited  {
    text-decoration:none;
}
a.ev_link_row:hover  {
}
a.ev_link_unpublished {
    color:red;
    text-decoration:none;
}
a.ev_link_weekday:link {
    text-decoration:none;
}
a.ev_link_weekday:visited  {
    text-decoration:none;
}
a.ev_link_weekday:hover  {
}
.ev_fieldset {
    font-weight: bold;
}
.ev_table {  }
.ev_table tr { }
.ev_table td { padding:0.5em; }
.ev_td_right {
	width:90%;
    /*background-color: #FFDEAD;*/
    /*border-top: 1px solid #000000;*/
}
.ev_td_left {
    text-align : left;
    vertical-align: top;
	width: 20%;
}
.ev_td_today {
    background-color: #D4D5E9;
    font-style: normal;
	width: 20%;
}

/**********************
* Form style
**********************/
 /* Styles for dhtml tabbed-pages */
.ontab {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 10px;*/
    background-color: ThreedShadow;
    border-left: outset 1px #ff9900;
    border-right: outset 1px #808080;
    border-top: outset 1px #ff9900;
    border-bottom: solid 1px #d5d5d5;
    text-align: center;
    cursor: hand;
    font-weight: bold;
    /* color: #FFFFFF; */
}
.offtab {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	background-color: #EEEEEE;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
	border-bottom: solid 0px #777777;
}
.tabheading {
	background-color: #ffae00;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	/* color: #FFFFFF; */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10pt;*/
	text-align: left;
}
.tabcontent {
    /* background-color: ThreedFace; */
    border-top: solid 1px #777777;
    border-left: solid 1px #777777;
    border-right: solid 1px #777777;
    border-bottom: solid 1px #777777;
    /* color: #FFFFFF; */
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 16pt;
    text-align: left;
}
.pagetext {
	visibility: hidden;
   display: none;
	position: relative;
	top: 0;
}
.frm_td_bydays {
    background-color: #FFF8DC;
    font-size: 12px;
    color: black;
}
.frm_td_byweeks {
    background-color: #FFF0F5;
    font-size: 12px;
    color: black;
}
.frm_td_bymonth {
    background-color: #FDF5E6;
    font-size: 12px;
    color: black;
}
.frm_td_byyear {
    background-color: #F0F8FF;
    font-size: 12px;
    color: black;
}
/* Calendar navigaton area */
div.ev_navigation { }
div.ev_navigation table {
width: auto;
border: none!important;
font-size: 1em;
margin: 0 auto;
}
div.ev_navigation table td {
border: none!important;
width: auto;
text-align: center;
}
#content div.ev_navigation table td form {
	display: block;
	width: auto;
	margin: 0 1em; }
/* Calendar admin panel */
div#event table.adminform {font-size: 14px !important;}
div.ev_adminpanel {}
/**********************
* Nav bar style
**********************/
a.nav_bar_link:link {
}
a.nav_bar_link:visited  {
}
a.nav_bar_link:hover  {
}
a.nav_bar_link_red  {font-size: 0.75em;}
.nav_bar_cell  {}

/****************************
* Iconic calendar navigation
****************************/

td.iconic_td {
   width:60px!important;
   margin:0px;
   padding:0px;
}
div.nav_bar_cal{
   margin:0px;
   padding:0px;
   width:50px;
}
div.nav_bar_cal img, div.nav_bar_cal a{
   height:31px;
   width:50px;
   border:0;
}
tr.icon_labels{
 font-size:70%;
 margin:0px;
 padding:0px;
}
div#ev_icon_yearly {
     background-image: url("../images/cal5x.jpg");
     background-repeat: no-repeat;
}
div#ev_icon_monthly {
     background-image: url("../images/cal1x.jpg");
     background-repeat: no-repeat;
}
div#ev_icon_weekly{
     background-image: url("../images/cal2x.jpg");
     background-repeat: no-repeat;
}
div#ev_icon_daily{
     background-image: url("../images/cal3x.jpg");
     background-repeat: no-repeat;
}
div#ev_icon_search{
     background-image: url("../images/cal8x.jpg");
     background-repeat: no-repeat;
}
div#ev_icon_jumpto{
     background-image: url("../images/cal9x.jpg");
     background-repeat: no-repeat;
}

/* Event Legend Module Styling */
div.event_legend_container { }
ul.event_legend_list{ }
ul.event_legend_list li { }
div.event_legend_name { }
div.event_legend_name a{
	display:block;
	text-decoration:none;
   	background-color:inherit;
   	color:black;  
}
	
div.event_legend_desc {
	background-color:white;
	color:black;
	padding:3px 3px 3px 20px;
	
}
/* Print version */
@media print {
   table.contentpaneopen {
   		background-image:none!important;
       background-color:white!important;
   }
	div.ev_navigation {
		display:none;
	}
	div.ev_adminpanel {
		display:none;
	}
}

/**
* Narrow template handling 
* Uncomment the following settings if your template is narrow 
*/
/*
fieldset {
    padding:0px!important;
}
.cal_table {
   width:100%!important;
}
.cal_td_daysnames {
   font-size:0.9em;
}
*/

/*img.jev_help {display: none!important;}*/
/*neu durch jevents 1.5*/
.cal_td_weeknumber {width: 2%!important; text-align: center;} /*höhe der Tageszellen in der Monatsansicht, gesteuert über die erste spalte (wochennummern)*/
.cal_td_weeklink {height: 100px; width: 2%!important; text-align: center; vertical-align: center;} /*höhe der Tageszellen in der Monatsansicht, gesteuert über die erste spalte (wochennummern)*/

.ev_div_search {border: 1px solid silver; padding: 1em; margin: 1em 0;}
.ev_div_kat {border: 1px solid silver; padding: 1em; margin: 1em 0;}


/*Ansicht einzelner termine*/

/*span*/.ev_detail  {font-weight: bold;}
.repeat {}
.contact {} /*Achtung: gleiche Klasse wie bei der Kontakt Komponente*/
.hits {}
/*Ein einzelner Termin*/
/*div*/.ev_description { border: 1px solid silver; padding: 0.5em;}

.ev_dialogs {/*Links für Admins im einzelnen Termin*/}
