/* CSS Calendar Admin */

#calendarMainContainer {
	width:100%;
	padding:2px;
	float:left;
	position:relative;
}

#calendarMainContainer a {
	color:#0066CC;
}

#calendarNavContainer {
	margin-right:2px;
	color:#333333;
}

#calendarNav {
	position: absolute;
	left: -15px;
	color:#333333;
}

#calendarContainer {
	margin-left:135px;
	padding-right:5px;
}

#calendarMain {
	overflow:auto;
	border:1px solid #666666;
	border-top:0;
}

#calendarTitleHeader {
	float:right;
	font-size:130%;
	font-weight:bold;
	padding-right:10px;
	position:relative;
	top:-2px;
}

div.dayEventElement {
	position:absolute;
	padding:0px;
	background:#668cd9;
	color:white;
	float:left;
	width:200px;
	overflow:hidden;
}

a.dayEventElement {
	margin:0 0 3px 0;
	padding:1px 3px;
	font-size:90%;
	background:#2952a3;
	text-transform:capitalize;
	display:block;
	color:#ffffff !important;
	font-weight:bold;
}

h4.dayEventElement {
	font-weight:normal;
	font-size:90%;
	padding:0px 3px 3px 3px;
	margin:0;
}

a.calendarNavLinks {
	float:right;
	margin-left:4px;
	background:#6699cc;
	color:white;
	font-weight:bold;
	position:relative;
	top:-3px;
}

a.miniCalendarNavLinks {
	float:right;
	margin-left:4px;
	background:transparent;
	color:red !important;
	font-weight:bold;
	font-style:normal;
}

a.calendarLayoutLink {
	padding:0px 7px;
	margin:0px 5px 0px 0px;
	border:1px solid #666666;
	border-bottom:0;
	font-size:130%;
	text-transform:capitalize;
	background:#dedede;
}

a.calendarLayoutLinkSelected {
	padding:0px 7px;
	margin:0px 5px 0px 0px;
	font-weight:bold;
	font-size:130%;
	text-transform:capitalize;
	border:1px solid #666666;
	border-bottom:0;
	background:#aaaaaa;
	color:black;
	cursor:default;
}

a.calendarLayoutLink:hover {
	text-decoration:none;
}

a.calendarLayoutLinkSelected:hover {
	text-decoration:none;
}

td.monthCell {
	background:#eeeeee;
	border:1px solid #aaaaaa;
	height:30px;
}

div.monthHeader {
	padding:2px;
	background:#dedede;
	color:#333333;
}

div.monthHeaderSelected {
	padding:2px;
	background:#dedede;
	color:#333333;
}

div.monthHeaderEmpty {
	padding:2px;
	background:#dedede;
	color:#333333;
}

.emptyCellDayTd {
	background:#dedede;
	border:1px solid #aaaaaa;
	height:80px;
}

.fullCellDayTd {
	overflow:auto;
	border:1px solid #aaaaaa;
	background:#efefef;
	height:80px;
	width:14%;
	max-width: 125px;
}

div.cellWithEventWrapper {
	overflow:hidden;
}

#calendarMainContainer a.eventLink {
	font-size:90%;
	padding:1px;
	white-space:nowrap;
	overflow:hidden;
	color:#00ad38;
}

#calendarNextLink {
	width:29px;
	height:16px;
	display:block;
	background:url('/resources/images/buttons/btn_right_arrow.gif') no-repeat top left;
}

#calendarPrevLink {
	width:29px;
	height:16px;
	display:block;
	background:url('/resources/images/buttons/btn_left_arrow.gif') no-repeat top left;
}

#calendarTodayLink {
	width:54px;
	height:16px;
	display:block;
	background:url('/resources/images/buttons/btn_today.gif') no-repeat top left;
}

#createEventButtonLink {
	position:relative;
	top:-3px;
	left:15px;
	background:#3b73b0;
	color:#ffffff !important;
	border:1px solid #333333;
	font-size:95%;
	padding-bottom:1px;
}

#monthEventEdit, #dayEventEdit {
	background:url("/resources/images/modal/modal-body.png") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #929292;
	overflow:hidden;
	padding:10px 15px 15px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	min-width: 210px;
	min-height: 125px;
	color: #444444;
	position: absolute;
	z-index: 500;
}

#closeEventInfoBox {
	background: url("/resources/images/icons/close-btn-rnd-defined.png") no-repeat scroll 0 0 transparent;
	width: 18px;
	cursor: pointer;
	height: 18px;
	float: right;
}

#closeEventInfoBox span {
	display: none;
}

#monthEventEdit h5, #dayEventEdit h5 {
	margin:5px 0 5px 0;
	font-size:100%;
	border-top:1px solid #dddddd;
	width: 220px;
	padding:3px 0 0 0;
	font-weight:normal;
}

#monthEventEdit h6, #dayEventEdit h6 {
	margin:0;
	font-size:100%;
	padding:0px 0 3px 0;
	color:#555555;
	font-weight:normal;
}

#monthEventEdit h3, #dayEventEdit h3 {
	font-weight:bold;
	font-size:105%;
	margin:3px 0 3px 0;
}

#monthEventEdit h4, #dayEventEdit h4 {
	font-weight:normal;
	font-size:105%;
	margin:0 0 5px 0;
}

#daysofweektext {
	background:#aaaaaa;
	color:white;
	border:1px solid #aaaaaa;
}

#calendarInfoLoading {
	width:25px;
}

#editEventHeader {
	background:#aaaaaa;
	padding:1px;
}

#dayViewContainer {
	background:#e0e0e0;
	overflow:auto;
	position:relative;
	overflow-y:scroll;
}

#allDayEventsContainer {
	padding:3px;
	background:#e7e7e7;
}

#allDayEventsSubContainer {
	border:1px inset #ffffff;
}

a.allDayEvent {
	display:block;
	padding:2px;
	margin:2px;
	background:#2952a3;
	color:white !important;
	font-weight:bold;
	text-transform:capitalize;
}

table.editEventTable {
	padding:10px;
	font-size:120%;
	width:100%;
}

table.editEventTable td {
	padding:7px;
	font-weight:bold;
}

table.editEventTable input {
	border:1px solid #666;
}

table.editEventTable #show_creator_radio {
	width: auto;
}

#event_type_radio {
	width:auto;
}

table.editEventTable textarea {
	border:1px inset black;
	width:85%;
	height:100px;
}

table.editEventTable h3 {
	font-size:130%;
	margin:3px 0 5px 0;
	border-bottom:1px solid black;
	padding-bottom:2px;
	width:85%;
}

table.miniMonthTable {
	border:1px solid #ac5b6e;
	border-top:0;
	padding:5px;
}

table.miniMonthTable td {
	overflow:hidden;
	height:15px;
	width:14%;
	padding:1px 0;
	background:transparent;
	font-weight:bold;
	padding-bottom:3px;
	color:#666666;
	text-align:center;
}

div.miniMonthTable {
	background:#a7caff;
	text-align:center;
	color:#555555;
	font-weight:bold;
	padding:3px;
	font-size:90%;
}

div.miniMonthTable2 {
	background:#b7daff;
	text-align:center;
	color:#555555;
	font-weight:bold;
	padding:3px;
	font-size:90%;
}

div.monthSubContainerSelected {
	overflow:hidden;
	color:red;
	opacity:.8;
}

div.calendarError {
	margin:15px;
	padding:15px;
	border:2px solid #555555;
	background:#cccccc;
	color:#000000;
	font-family:courier;
	line-height:1.4;
	color:#FF3333;
	font-size:110%;
	font-weight:bold;
}

#monthGotoLink {
	text-decoration:none;
	display:block;
}

#monthGotoLink:hover {
	text-decoration:none;
}

#miniCalMonthHeader {
	background:#cccccc;
	color:#AC5B6E;
	font-weight:bold;
	font-size:180%;
	font-style:italic;
	padding:7px 4px;
	margin-top:2px;
	border:1px solid #ac5b6e;
	text-align:center;
}

div.miniMonthDay {
	width:120px;
	background:white;
	z-index: 10000;
	color:#333333;
	padding:3px;
	border:2px solid #555555;
	position:absolute;
	line-height:1.5em;
	margin:8px 0 0 -40px;
}

#miniCalendarTitleHeader {
	display:inline;
	padding:0 15px;
	position:relative;
	top:-1px;
	font-size:80%;
}

#miniDaysOfWeek {
	font-size:90%;
	font-weight:normal;
}

div.miniDayOfMonthContainer {
	position:relative;
}

a.miniDayOfMonthSelectedContainer {
	position:relative;
}

#miniCalPrevLink {
	background:url('/resources/images/icons/icn_minus.gif') no-repeat center;
	width:10px;
	height:10px;
	display:block;
	float:left;
	margin:2px 0 0 10px;
}

#miniCalNextLink {
	background:url('/resources/images/icons/icn_plus.gif') no-repeat center;
	width:10px;
	height:10px;
	display:block;
	float:right;
	margin:2px 10px 0 0;
}

#topLevelAdminCalendarContainer {
	position: relative;
	width: 760px;
}

#topLevelBlogCalendarContainer {
	margin: 10px 0 0 0px;
}

#gathering_text {
	font-weight:normal;
	font-size:12px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.nonMonthHeader {
	padding: 2px;
	color: #AAAAAA;
}

.calendarNavigation {
	float: right;
}

.calendarNavigation #calendarTitleHeader {
	float: none;
	border: none;
	position: static;
	width: 90px;
	font-size: 100%;
	display: inline-block;
	padding: 0 0 0 2px;
	text-align: center;
	width: 100px;
}

.calendarNavigation #calendarPreviousMonthName {
	width: 85px;
	display: inline-block;
	text-align: right;
}

.calendarNavigation .previousMonthArrows,
.calendarNavigation .nextMonthArrows {
	padding: 5px;
}

.monthOnly_create {
	position: static !important;
}

.calendarMain_monthOnly #calendarMain {
	margin-top: 5px;
}

/** Create Event */

.eventPhotoSelector div {
	font-weight: normal;
	float: left;
}

#eventPhotoBox {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	overflow: hidden;
}

.eventPhotoSelect {
	margin-top: 10px;
}

.dayEventSubscription_0 a.dayEventElement,
.dayEventSubscription_4 a.dayEventElement {
	background-color: #CC0000;
}

div.dayEventSubscription_0,
div.dayEventSubscription_4 {
	background-color: #EA7A7A;
}

.dayEventSubscription_1 a.dayEventElement,
.dayEventSubscription_5 a.dayEventElement {
	background-color: #009900;
}

div.dayEventSubscription_1,
div.dayEventSubscription_5 {
	background-color: #66CC00;
}

.dayEventSubscription_2 a.dayEventElement,
.dayEventSubscription_6 a.dayEventElement {
	background-color: #FF6600;
}

div.dayEventSubscription_2,
div.dayEventSubscription_6 {
	background-color: #FF9933;
}

.dayEventSubscription_3 a.dayEventElement,
.dayEventSubscription_7 a.dayEventElement {
	background-color: #666;
}

div.dayEventSubscription_3,
div.dayEventSubscription_7 {
	background-color: #999;
}

#calendarMainContainer .monthEventSubscription_0 a.eventLink,
#calendarMainContainer .monthEventSubscription_4 a.eventLink {
	color: #CC0000;
}

#calendarMainContainer .monthEventSubscription_3 a.eventLink,
#calendarMainContainer .monthEventSubscription_7 a.eventLink {
	color: #666;
}

#calendarMainContainer .monthEventSubscription_2 a.eventLink,
#calendarMainContainer .monthEventSubscription_6 a.eventLink {
	color: #FF6600;
}

#calendarMainContainer .monthEventSubscription_1 a.eventLink,
#calendarMainContainer .monthEventSubscription_5 a.eventLink {
	color: #009900;
}

/** Ticket */

#ticketURLWrapper {
	margin-top: 10px;
}

/* Calendar Day View */
#calendarMain {
	overflow: hidden;
}

#dayViewContainer {
	min-height: 430px;
	width: auto !important;
	overflow-x: hidden;
	background: #ffffcc;
}
#dayViewContainer p {
	margin-bottom: 0;
}
#dayViewContainer .modEventTitle:not(:first-child) {
	margin-top: 20px;
}
#dayViewContainer .modEventTitle {
	display: block;
	background: #2952a3;
	color: #fff;
	padding: 5px 10px;
}
#dayViewContainer .modEventTitle:hover, #dayViewContainer .modEventTitle:active {
	color: #fff;
}
#dayViewContainer .modEventLabel {
	position: relative;
	width: 80px;
	background: #e8eef7;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
#dayViewContainer .modEventLabel:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	right: 2px;
	top: 0;
	border-right: 1px solid #ccc;
}
#dayViewContainer .modEventDescription {
	padding: 5px 10px;
}
#dayViewContainer .modEventLocation > .modEventLocation {
	display: inline-block;
	max-width: 550px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#dayViewContainer .modEventDescription, #dayViewContainer .modEventLocation, #dayViewContainer .modEventTime {
	border-bottom: 1px dashed #ccc;
}
#dayViewContainer .modEventDescription, #dayViewContainer .modEventTime + .modEventTime {
	border-bottom: 1px solid #ccc;
}
#dayViewContainer .modEventItem {
	border-bottom: 0;
}

