/* cal controller */
.tx-cal-controller legend, .month-weeknums { display: none;}
.tx-cal-controller a { text-decoration: none;}
.tx-cal-controller p a { text-decoration:underline;}

.tx-cal-controller dt {
	padding-top: 6px;
	margin-top: 6px;
}

.tx-cal-controller dl { padding-bottom: 16px;}
.tx-cal-controller .event { margin-bottom:5px; }

.month-small { table-layout:fixed; width:200px;}
.month-small tr { padding: 2px;}

.month-small td {
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
}

#month-header-prevnext {
	float: left;
	font-weight:bold;
	display: block; 
	width: 200px;
}

#month-header-prevnext a{
	display: inline;
	float: left;
	width: 9px;
}

#month-header-prevnext .sideback a { 
	text-align: center;
	width: 154px;
}

#month-header-icons a { 
	font-weight:bold;	
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 6px;
}
#month-header-icons a:hover { color:#137097;}

#month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
	border: 0px solid;
}

table.month-small tbody {
	border: 0px solid #EBEBEB;
	border-top: 0;
	padding: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 156px;
}

.month-small th,
.month-small td {
	font-weight: bold;
	color: #212121;
	padding: 2px;
	width: 12px;
	text-align: center;
	overflow:hidden;
}

.month-small td.monthOff, .month-small td.monthOff a {
	color: #939393;
}

.month-weekdays {
	text-transform: capitalize;
}

.month-large .day div {
	text-align: center;
	padding-right: 3px;
}

/*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
#calendar-nav td { vertical-align: top;}

#link-ics,
#link-admin {
	width: 100%;
	text-align: center;
}

/* END new classes and  id's */
		
.calborder {
	background-color: #FFFFFF;
	border: 0;
}

.tbll {
	background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
	width: 8px;
}

.tblbot {
	background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
	width: 100%;
}

.tblr {
	background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
	width: 8px;
}

#allday a {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

.dayborder {
	background-color: #FFFFFF;
	border-top: 1px solid #A1A5A9;
}

.dayborder2 {
	background-color: #FFFFFF;
	border-top: 1px dashed #CCCCCC;
}

.tx-cal-controller .title {
	background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
	padding: 5px;
}

.tx-cal-controller .title { margin: 0;}

.monthmediumbasic {
	height: 20px;
	width: 20px;
	text-align: left;
	vertical-align: top;
}

.monthoff {
	background-color: transparent ! important;
	color: #A0A0A0;
}

.eventDay, .tx-cal-controller span.bold {
	background: #B8D4E0;
	padding: 2px;
}

.eventbg2 {
	background:#B8D4E0;
	border-top: 1px dashed #137097;
}

td.monthToday, td.monthToday span.bold, td.monthToday a { background:#137097; color:#FFF; }

.montheventtop {
	background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
	border-top: 1px solid #A1A5A9;
}

.montheventline {
	border-right: 1px dotted #A1A5A9;
}

.medtitle {
	background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
	height: 20px;
	margin-top: 3px;
	font-weight: 900;
}

.yearreg {
	background-color: #FFFFFF;
	height: 30px;
	width: 30px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
}

.yearoff {
	background-color: #F2F2F2;
	height: 30px;
	width: 30px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
}

.yearon {
	background-color: #F2F9FF;
	height: 30px;
	width: 30px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
}

.yearmonth { background-color: #CCCCCC;}

.yearweek {
	background-color: #EEEEEE;
	width: 30px;
	font-size: 9px;
	font-weight: 900;
	text-align: center;
	height: 15px;
}

.eventborder {
	background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);
	border: 1px #006699 solid;
}

.dateback { background-color: #EEEEEE;}

.weekday {
	font-weight: bold;
	text-transform: capitalize;
}

.weekborder {
	border-top: 1px dashed #A1A5A9;
	border-right: 1px solid #A1A5A9;
}

.weekborder2 {
	border-right: 1px solid #A1A5A9;
}

.timeborder {
	border-right: 2px solid #A1A5A9;
	border-top: 1px dashed #A1A5A9;
	background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
}

.timeborder2 {
	border-right: 2px solid #A1A5A9;
	border-top: 1px solid #A1A5A9;
	background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
}

.tx-cal-controller .navback { background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);}

a.psf:hover { color:#000099; text-decoration:underline;}
a.ps2:hover { color:#000099; }
a.ps3:hover { color:#000000; text-decoration:underline; }
a.ps:hover { color:#FFFFFF; text-decoration:underline; }

.legend_calendar {
	font-size: 9px;
	color: #000000;
	margin-top: 1em;
	margin-left: 1em;
}

.V9 {
	text-align: left ! important;
	color: #000000;
}

.V9 ul {
	margin-left: 20px;
	padding-left: 0px;
}

.V10W {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.V9W {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.V10WB {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 900;
}

.V9G {
	font-weight: bold;
	/*font-size: 16px;*/
}

.V10 {
	font-size: 10px;
	color: #000000;
}

.V9BOLD {
	font-size: 9px;
	font-weight: 900;
}

.G10 {
	font-size: 11px;
	color: #0066FF;
}

.G10B {
	font-size: 11px;
	color: #000000;
}

.G10BOLD {
	font-size: 11px;
	font-weight: 900;
}

.G10G {
	font-size: 11px;
	color: #A1A5A9;
}

.V12 {
	font-size: 12px;
	color: #000000;
}

.tx-cal-controller .eventfont {
	font-size: 11px;
}

.tx-cal-controller .eventfont a{
	font-weight: bold;
}

.tx-cal-controller .query_style {
	font-size: 11px;
	width: 156px;
	margin-bottom: 0;
}

.tx-cal-controller .search_style {
	font-size: 12px;
	width: 134px;
	margin-bottom: 0;
}

.tx-cal-controller .login_style {
	font-size: 11px;
	width: 80px;
	margin-bottom: 0;
}
	
/* Pagebrowser */
.tx-cal-controller .pagebrowser span {
	padding: 0 2px;
}

/*------------ Category style package: default (blue) - start ------------*/
.default_categoryheader {
	background-color: #557CA3;
}
.default_categoryheader_bullet {
	color: #557CA3;
	font-size: 13px;
}
.default_categoryheader_text {
	color: #000000;
	font-size: 11px;
	margin-left: 3px;
}
.default_categoryheader_legend_bullet {
	margin-left: 3px;
}
.default_categorybody {
	color: #FFFFFF;
}
.refresh_calendar {
	margin-right: 5px;
}

/*  Start of moving stuff from the templat into this file */
.tx-cal-controller .weekview {
	margin: 0 auto;

}
.tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
	width: 16px;
	height: 20px;
	border: 0px;
	text-align: left;
}
.previsousweek_arrow {
	text-align: right;
}

/*------------- free & busy styles ----------*/
.fnb_header {
	background-color: #444444;
}
.fnb_body {
	background-color: #888888;
	border: 1px solid #999999;
	color: #FFFFFF;
}
/*------------- list styles ------------*/
		
.tx-cal-controller .treelevel1 {
	margin-left: 20px;
}
.tx-cal-controller .treelevel2 {
	margin-left: 30px;
}
.tx-cal-controller label {
	display: block;
	font-weight: bold;
	float: left;
	padding-right: 1em;
	text-align: right;
	width: 120px;
}
.tx-cal-controller fieldset div {
	clear: left;
}
.tx-cal-controller .search-result {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.tx-cal-controller .search-result li {
	padding-bottom: 1em;
}
#month-header, #month-footer {
	width: 100%;
	margin-bottom: 7px;
}

#month-footer-header, .default_categoryheader_allday {
	text-align: center;
}

table.month-large {
	width: 100%;
}

.month-large, .month-large th,
.month-large td {
	border: 0;
}

.month-large th {
	width: 10px;
	overflow: hidden;
	border-right: 2px solid #FFF;;
}

.month-large .day, .monthsmallbasic {
	vertical-align: top;
	text-align: center;
}

#calendar-nav td#previous, #calendar-nav td#next {
	width: 175px;
}

#calendar-nav td#list, #calendar-nav td#legend {
	width: 188px;
}

#allday a:hover, a.ps2 {
	text-decoration: underline;
}

.tx-cal-controller .navback img, .tx-cal-controller .noborder {
	border: none;
}

a.psf:active, a.ps2:active {
	color: #3366CC;
}

a.ps3:active, a.ps3:link, a.ps3:visited {
	color: #000000;
}

a.ps, a.psf, a.ps3 {
	text-decoration: none;
}

.tx-cal-controller .bold a:visited, .tx-cal-controller .bold a:link, .tx-cal-controller .bold a:active {
	font-weight: bold;
}

.tx-cal-controller .even, .tx-cal-controller .search_result li .even {
	background-color: #FFF;
}


