#calendarPage {
	padding: 25px;
}

#pageName {
	margin-left: 10px;
	font-size: 23px;
}
#calendarPage #createNewEventDiv {
	float: right;
	margin-right: 17px;
	width: auto;
	height: auto;
}
#calendarWrapper {
    width: 900px;
    min-height: 730px;
    float: left;
    margin: 0 0 0 10px;
}

#calendarBlock {
    width: 900px;
    margin: 40px auto 0;
    font-size: 10pt;
}

.fc-event{
    cursor : pointer;
}

#calendarPage .fc-header-title h2 {
	font-size: 20px !important;
}

#sitewideAddDiv {
	display: none;
    width : 100%;
    height : 10px;
    float : left;
}

#sitewideAddDiv #toggleEventWidget, 
#sitewideAddDiv #eventListWrapper,
#sitewideAddDiv #sidebarCalendar,
#sitewideAddDiv h4 {
	display: none;
}

#sitewideAddDiv #widgetEvent {
    width : auto;
    float : left;
    height : 0px;
}

#widgetEvent p {
	margin: 0px !important;
}

.fc-event-inner.fc-event-skin,
.fc-event.fc-event-skin.fc-event-hori.eventClass {
    /*background-color: #B5DBEC !important;*/
    /*border-color: #3989AD !important;*/
    background-color: #FFF!important;
    border-color: #FFF !important;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass:hover {
    z-index: 9 !important;
    background-color: #F2F2F2 !important;
    box-shadow: 0 0 10px -2px #333;
    -moz-box-shadow: 0 0 10px -2px #333;
    -webkit-box-shadow: 0 0 10px -2px #333;
    -o-box-shadow: 0 0 10px -2px #333;
    border-width: 0;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass:hover .fc-event-inner.fc-event-skin {
    background-color: #F2F2F2 !important;
    border-width: 0px !important;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass:hover .fc-event-title {
    text-overflow: inherit;
    white-space: normal;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass {
    border-bottom: 1px dotted #C8C6C6 !important;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass.multiday {
    border: 1px solid #B5DBEC !important;
    border-radius: 3px;
    padding: 2px 0;
}
.fc-event.fc-event-skin.fc-event-hori.eventClass.multiday .fc-event-inner.fc-event-skin {
    width: 99%;
    margin: 0 1px;
}
.fc-grid .fc-event-time {
    /*background-color: #dcedf5 !important;*/
    background-color: rgba(0, 0, 0, 0) !important;
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 1px 4px 0 0;
    line-height: 12px;
}
.fc-event-title {
    line-height: 13px;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

#filterPage_chzn {
	vertical-align: middle;
}
#filterByPage {
	background-color: #E3E3E3;
	float: left;
	padding: 10px 20px;
	margin: -10px 0 0 10px;
	width: 858px;
	border: #999 1px solid;
	border-radius: 0 0 10px 10px;
}
.fc-button-content {
	padding: 0 0.8em;
}
#sitewideEventDialog * {
	word-break: break-word;
}
#rssFeed,
#icalFeed {
	display: none;
}

#widgetEvent .loadingSpinner {
	display: none;
}

#newEventDialog #postedBy{
    width : 300px;
}

.filterRow {
	width: 23%;
	float: left;
	margin: 0 2% 0 0;
}

#filterByWrapper {
	display: none;
	z-index: 9 !important;
	position: relative;
	padding: 2%;
	margin: 10px 2% 20px;
	width: 92%;
	background-color: #E4F1F6;
	z-index: 1;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 14px -2px #000;
	-moz-box-shadow: 2px 2px 14px -2px #000;
	-webkit-box-shadow: 2px 2px 14px -2px #000;
}
.filterButtons {
	clear:both;
	width:100%;
	float: left;
	text-align: right;
	margin: 15px 0 0;
}

#filterByWrapper .chzn-container {
	width: 100% !important;
}
#filterByWrapper .chzn-choices input {
	width: 100% !important;	
}
#filterByWrapper .chzn-drop {
  width: 100% !important;
}

.fc-header-title {
	font-size: 12px;
	line-height: 13px;
}

.displayFilters {
	width: 300px;
	white-space: normal;
	margin-bottom: 6px;
	background-color: #ABCFAB;
	padding: 5px;
	border-radius: 3px;
}

.eventDialogContainer {
    overflow: visible;
    font-size: 13px;
}
.fc-button {
	border: 1px solid #999;
	background-color: #E4E4E4;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fc-corner-left {
	border-radius: 5px 0 0 5px;
	margin:0;
}
.fc-corner-right {
	border-radius: 0 5px 5px 0;
	margin:0;
}
.fc-corner-left.fc-corner-right {
	border-radius: 5px;
	margin: 0;
}
.fc-header .fc-button {
	margin-right: 0px;
}
.fc-state-default .fc-button-effect {
	display: none;
}
.fc-state-default .fc-button-inner {
	border: 0;
}
.fc-header input.custStyle {
	box-shadow: none;
	display: inline;
	margin: 0 0 0 9px;
}
.fc-button-prev {
	background-position: 3px center;
}
.fc-button-next {
	background-position: -1px center;
}
.fc-state-active,
.fc-state-active .fc-button-inner,
span.fc-button.fc-state-active {
	background-color: #999;
}
.fc-header .fc-header-left,
.fc-header .fc-header-right {
	width: 50%;
}
.fc-header-title {
	margin-top: -40px;
}

 /* Hide the Edit Event hover effect for just this page */
#sitewideAddDiv #widgetEvent {
	border: none !important;
}
.widgetContainer:hover .editWidgetBtn {
	display: none !important;
}
