
/* ### -- -- -- -- -- Global Community Calendar Styles -- -- -- -- -- ### */

/* 

File: calendar.css 
Copyright 2008 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

.columnDay {
	width: 14.3%;
}

.timeLabel {
	text-align: right;
}

.timeLabel a {
	font-weight: bold;
	text-align: right !important;
	text-decoration: underline;
	display: block;
}

.monthView .tabMenuContent .tableList td {
	vertical-align: top;
	height: 80px;
}

.weekView .tabMenuContent .tableList tbody th, .weekView .tabMenuContent .tableList tbody td {
	vertical-align: top;
	height: 40px;
}

.monthView .tabMenuContent .tableList td:hover, .weekView .tabMenuContent .tableList td:hover {
	border-width: 1px;
	border-style: solid;
	padding: 3px 4px 4px 3px !important;
}

.monthView .subTabMenu li, .weekView .subTabMenu li {
	text-align: center;
	width: 33.3%;
}

.eventList, .eventList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: right;
}

.eventList a {
	text-decoration: none;
	line-height: 1.4;
	border-width: 0 0 1px 5px;
	border-style: solid;
	border-bottom-style: dotted;
	margin-top: 1px;
	padding: 2px 2px 2px 3px;
	display: block;
	height: 1.2em;
	overflow: hidden;
}

.eventList span {
	margin-top: 2px;
	padding: 0 0 4px 7px;
	display: block;
	height: 1.2em;
	overflow: hidden;
}

.eventDateDetails {
	border-width: 1px 0;
	border-style: solid;
	overflow: auto;
}

.otherMonth {
	opacity: .5;	
}

.userProfileBox .profileCalendarBox .border {
	padding: 1px 0 0 1px;
}

.userProfileBox .profileCalendarBox .containerHead {
	margin: 0 1px 1px 0;
}

/* ### -- -- -- -- Calendar List -- -- -- -- ### */

.actionIcons img {
	display: inline !important;
}

.calendarLegend input {
	vertical-align: middle;	
}

.columnCalendarTitle {
	width: 70%;	
}

.columnCalendarTime {
	white-space: nowrap;	
}

/* ### -- -- -- -- Events View -- -- -- -- ### */

.columnEventTitle {
	width: 50%;	
}

.columnEventCreator, columnEventTime {
	width: 25%;
}

/* ### -- -- -- -- Access Rights -- -- -- -- ### */

.accessRights {
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: auto;
}

.accessRights ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accessRights ul li {
	min-height: 0;
}

.formField .accessRights li span {
	margin-left: 0;
	float: none;
}

.accessRights ul li span {
	vertical-align: middle;
	padding: 2px 4px;
	display: block;
}

.accessRights ul li a {
	text-decoration: none;
	padding: 2px 4px;
	display: block;
}

.accessRights ul li a img {
	vertical-align: middle;
	padding-right: 4px;
}

.accessRights ul li a.remove, .accessRights ul li span.remove {
	display: inline;
	float: right;
}

.accessRights ul li a.remove img {
	padding-right: 0;
}

.formField .accessRights label {
	clear: none;
}

.accessRightsInput {
	width: 300px !important;
}

select.accessRightsInput {
	width: 303px !important;
}

#permissionsPanel div.popupMenu a, #permissionsPanel div.popupMenu a:hover {
	padding: 5px 7px 5px 35px !important;
}

/* ### -- -- -- -- Toggle Buttons -- -- -- -- ### */

#repeatByDaySettings .toggleButton ul, #repeatByMonthSettings .toggleButton ul, #repeatByMonthDaySettings .toggleButton ul, #repeatByWeekSettings .toggleButton ul {
	width: 490px;
}

#repeatByDaySettings .toggleButton li, #repeatByWeekSettings .toggleButton li, #repeatByMonthDaySettings .toggleButton li {
	width: 70px;	
}

#repeatByMonthSettings .toggleButton li {
	width: 163.33px;	
}

#repeatByMonthDaySettings .toggleButton li.lastMonthDay {
	width: 280px;	
}

#repeatByWeekSettings .toggleButton li.lastWeek {
	width: 140px;	
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
