.tx-tc2lcal-pi1 select {
	font-size:10px;
	margin-right:5px;
}
.tx-tc2lcal-pi1 input {
	font-size:10px;
	margin-right:5px;
}
.tx-tc2lcal-pi1 form {
	font-size:12px;
}

/*** DAY begin ***/

.tc2lcal_day_border {
	border:black solid 1px;
}
.tc2lcal_day {
	border-collapse:collapse;
	width:500px;
}
.tc2lcal_day_timenumber th {
	width:10px;
	vertical-align:middle !important;
}
.tc2lcal_day tr {
	height:60px;
	vertical-align:top;
}
.tc2lcal_day td {
	border:white solid 1px;
}
.tc2lcal_day td a {
	text-decoration:none;
}
.tc2lcal_day th {
	background-color:#000049;
	color:white;
	border:white solid 1px;
}
.tc2lcal_day_noevent {
	background-color:#DDDDDD;
}
.tc2lcal_day_event {
	background-color:#C0C0C0;
}
.tc2lcal_day_title {
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
.tc2lcal_day_title a {
	color:black;
}

/*** DAY END ***/

/*** WEEK BEGIN ***/

.tc2lcal_week {
	border-collapse:collapse;
	width:650px;
}
.tc2lcal_week tr {
	height:100px;
}
.tc2lcal_week td {
	border:#C0C0C0 solid 1px;
	vertical-align:top;
}
.tc2lcal_week th {
	border:#C0C0C0 solid 1px;
}
.tc2lcal_week_top {
	height:50px !important;
}
.tc2lcal_week_time {
	color:white;
	background-image: url(../img/viewWeek_Time.gif);
}
.tc2lcal_week_names {
	background-image: url(../img/bgColorDate.gif);
}
.tc2lcal_week_names a {
	text-decoration:none;
	color:blue;
}
.tc2lcal_week_inside {
	font-size:10px;
}
.tc2lcal_week_inside th {
	background-color:#000047;
	color:white;
	font-size:medium;
}
.tc2lcal_week_inside a {
	text-decoration:none;
	color:blue;
	font-size:10px;
}
.tc2lcal_week_weekend {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#CBF7FF;
}
.tc2lcal_week_weekday {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#FFFFFF;
	width:12.5%;
}
.tc2lcal_week_title {
	text-align:center;
}
.tc2lcal_week_title a {
	color:black;
}
.tc2lcal_week_today {
	background-color:#92cfda
}

/*** WEEK END ***/

/*** MONTH BEGIN ***/

.tc2lcal_month_title {
	font-size:20px;
	text-align:center;
}
.tc2lcal_month_title a {
	text-decoration:none;
	color:black;
}

.tc2lcal_month {
	border-collapse:collapse;
	width:600px;
}
.tc2lcal_month tr {
	height:80px;
}
.tc2lcal_month td {
	border:#C0C0C0 solid 1px;
	font-size:10px;
	vertical-align:top;
}
.tc2lcal_month th {
	border:#C0C0C0 solid 1px;
}
.tc2lcal_month td a {
	text-decoration:none;
	color:blue;
}
.tc2lcal_month_top {
	height:30px !important;
}
.tc2lcal_month_names {
	background-image: url(../img/bgColorMonth.gif);
}
.tc2lcal_month_week {
	background-image: url(../img/bgColorWeek.gif);
	color:white;
}
.tc2lcal_month_noday {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#DDDDDD;
}
.tc2lcal_month_weekend {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#CBF7FF;
}
.tc2lcal_month_weekday {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#FFFFFF;
}
.tc2lcal_month_weeknumber {
	background-color:#000047;
	text-align:center;
	font-weight:bold;
	vertical-align:middle !important;
}
.tc2lcal_month_weeknumber a {
	text-decoration:none;
	color:white !important;
	font-size:medium;
}
.tc2lcal_month_today {
	background-color:#92cfda
}

/*** MONTH END ***/

/*** YEAR BEGIN ***/

.tc2lcal_year_title {
	font-size:20px;
	text-align:center;
}
.tc2lcal_year_title a {
	text-decoration:none;
}
.tc2lcal_year {
	border-spacing:10px;
}
.tc2lcal_year td {
	vertical-align:top;
}

.tc2lcal_year_month {
	border-collapse:collapse;
	width:230px;
}
.tc2lcal_year_month tr {
	height:30px;
}
.tc2lcal_year_month td {
	border:#C0C0C0 solid 1px;
	font-size:10px;
	vertical-align:top;
	text-align:right;
}
.tc2lcal_year_month th {
	border:#C0C0C0 solid 1px;
}
.tc2lcal_year_month td a {
	text-decoration:none;
	color:blue;
}

.tc2lcal_year_month_name {
	height:26px !important;
}
.tc2lcal_year_month_name th {
/*	background-image: url(/fileadmin/template/images/viewYear_Month.gif); */
    background-color:#FFFFFF;
}
.tc2lcal_year_month_name a {
	color:white;
	font-size:15px;
	text-decoration:none;
}
.tc2lcal_year_month_top {
	height:20px !important;
	font-size:10px;
}
.tc2lcal_year_month_names {
	background-image: url(../img/bgColorMonth.gif);
}
.tc2lcal_year_month_week {
	background-image: url(../img/viewYear_Week.gif);
	font-size:8px !important;
	color:white;
}
.tc2lcal_year_month_noday {
	background-color:#DDDDDD;
}
.tc2lcal_year_month_weekend {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#CBF7FF;
}
.tc2lcal_year_month_weekday {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#FFFFFF;
}
.tc2lcal_year_month_weeknumber {
	width:12.5%;
	background-color:#000047;
	text-align:center !important;
	font-weight:bold;
	vertical-align:middle !important;
}
.tc2lcal_year_month_weeknumber a {
	text-decoration:none;
	color:white !important;
	font-size:small;
}
.tc2lcal_year_today {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#92cfda
}
.tc2lcal_year_legend {
	font-size: 12px;
	color: #000000;
/* got to be in typoscript too */
	background-color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	z-index: 20;
	visibility: hidden;
	top: 0px;
	left: 0px;
	border: 1px solid #000000;
	padding: 3px;
}

/*** YEAR END ***/

/*** USER LOCATION EVENT BEGIN ***/

.tx-tc2lcal-pi1 td {
	vertical-align:top;
}

.tx-tc2lcal-pi1 p {
	margin-top:0px;
}

/*** USER LOCATION EVENT END ***/


/*** EVENTS FROM INSIDE BEGIN ***/

.tc2lcal_list_events {
	border-collapse:collapse;
	width:450px;
}
.tc2lcal_list_events tr {
	background-color:#000049;
	color:white;
	vertical-align:top;
}
.tc2lcal_list_events_inprogress {
	color:red;
}
.tc2lcal_list_events_inprogress a {
	color:red !important;
}
.tc2lcal_list_events a {
	color:black;
}
.tc2lcal_list_events td {
	border:#C0C0C0 solid 1px;
}
.tc2lcal_list_events_tr_1 {
	background-color:#afffff !important;
	color:black !important;
}
.tc2lcal_list_events_tr_2 {
	background-color:#E3FBFF !important;
	color:black !important;
}

/*** EVENTS FROM INSIDE END ***/


/*** MINICAL BEGIN ***/

.chargement {
	line-height:2em;
	text-align:center;
	margin:130px 0 0 0;
	font-size:90%;
	text-transform:uppercase;
	color:#8B9EBB;
}
.chargement span {
	/*padding:25px;
	background-image:url(../img/load.gif);
	background-repeat:no-repeat;
	background-position:0 50%;*/
}
.chargement {
	width:100%;
}

.tc2lcal_minical {
	border-collapse:collapse;
	width:222px;
	font-size:10px;
}
.tc2lcal_minical tr {
	/*border:#C0C0C0 solid 1px;*/
	vertical-align:top;
	height:30px;
}
.tc2lcal_minical td {
	border:#C0C0C0 solid 1px;
	text-align:center;
        width:26px;
}
.tc2lcal_minical th {
	/*border:#C0C0C0 solid 1px;*/
	text-align:center;
}
.tc2lcal_minical th a {
	color:white;
}
.tc2lcal_minical a {
	color:black;
}
.tc2lcal_minical_top {
	height:15px !important;
}
.tc2lcal_minical_name {
	vertical-align:middle !important;
        border:none;
	background-image:url(/fileadmin/template/images/viewYear_Month.gif);
        background-repeat:no-repeat;
        background-color:#d4d4c9;
	color:#5f5f40;
	height:18px !important;
}
.tc2lcal_minical_week {
	/*background-image : url(../img/miniCal_Week.gif);*/
	background-color:#9f9f9f;
	color:#FFFFFF;
}
.tc2lcal_minical_names {
	/*background-image : url(../img/miniCal_DayOfWeek.gif);*/
	background-color:#515151;
        color:white;
}
.tc2lcal_minical_weeknumber {
	vertical-align:middle !important;
	color:white;
	font-weight:bold;
	background-color:#515151;
}
.tc2lcal_minical_noday {
	background-color:#DDDDDD;
}
.tc2lcal_minical_weekend {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#d9d9d9;
}
.tc2lcal_minical_weekday {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#FFFFFF;
}
.tc2lcal_minical_today {
/* if mouseOver activated -> got to be in typoscript too */
	background-color:#9f9f9f;
}

/*** MINICAL END ***/

.tc2lcal_minilist {
	width:700px;
}
.tc2lcal_minilist_aligntop {
	vertical-align:top;
}
.tc2lcal_minilist_alignright {
	align:right;
}

/*** MINICAL LIST BEGIN ***/

.tc2lcal_minilist {
	width:700px;
}
.tc2lcal_minilist_aligntop {
	vertical-align:top;
}
.tc2lcal_minilist_alignright {
	align:right;
}

/*** MINICAL LIST END ***/

/*** PRINT FORM BEGIN ***/

.tc2lcal_print_aligntop {
	vertical-align:top;
}

/*** PRINT FORM END ***/

/*** SEARCH BEGIN ***/

.tc2lcal_search_left input {
	margin-left:15px;
}
.tc2lcal_search_aligntop {
	vertical-align:top;
}

/*** SEARCH END ***/