#calendarPage {
	padding: 25px;
}

#pageName {
	margin-left: 10px;
	font-size: 23px;
}


#calendarPage #createNewEventDiv {
	float: right;
	margin-right: 17px;
	width: auto;
	height: auto;
}
#calendarWrapper {
    width: 100%;
    min-height: 730px;
    float: left;
    margin: 0 0 0 10px;
}

#calendarBlock {
    width: 100%;
    position: relative;
    margin: 10px 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;
}

#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;
	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: 280px;
    white-space: normal;
    background-color: #ABCFAB;
    padding: 5px 2%;
    border-radius: 3px;
    margin-left: 0 !important;
    margin-top: 4px;
}

.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;
}

#sitewideAddDiv #widgetEvent {
	border: none !important;
}
.widgetContainer:hover .editWidgetBtn {
	display: none !important;
}
button.fc-button.fc-state-default {
    border: 1px solid #999;
    background-color: #E4E4E4;
    background-image: none;
    border-radius: 5px;
    box-shadow: 1px 1px 7px -3px #666;
    margin: 4px 11px 0 0;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    font-size: 13px;
    padding: 7px 12px;
    height: auto;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    border-radius: 0 6px 6px 0;
    margin-left: 0;
}
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    border-radius: 6px 0 0 6px;
    margin-right: 0;
    border-right: none;
}
button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    margin-right: 4px;
}
button.fc-month-button.fc-button.fc-state-default.fc-corner-left {
    margin-right: 0;
    border-radius: 6px 0 0 6px;
}
button.fc-basicWeek-button.fc-button.fc-state-default,
button.fc-basicDay-button.fc-button.fc-state-default {
    margin-right: 0;
    border-radius: 0;
}
button.fc-basicWeek-button.fc-button.fc-state-default {
    border-right: 0;
    border-left: 0;
}
button.fc-basicDay-button.fc-button.fc-state-default {
    border-right: 0;
}
button.fc-custom-button.fc-button.fc-state-default {
    border-radius: 0 6px 6px 0;
}
.fc-toolbar {
    margin-top: 30px;
}
.fc-toolbar .fc-center h2 {
    position: absolute;
    top: -43px;
    width: 100%;
    left: 0;
    z-index:0;
}
input#showFilters {
    margin: 5px 1px 0 0;
}
.fc-right, .fc-left {
    z-index: 1;
    position: relative;
}
input#filterKeyword {
    width: 96%;
    font-size: 13px;
    padding: 5px 2%;
    border: 1px solid #AAA;
    height: 17px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #FFF), color-stop(0.99, #EEE));
    background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background-image: -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.listEventContainer{
    clear : both;
    float : left;
    cursor : pointer;
    margin : 5px 0;
    border-bottom: 1px dotted #999;
    padding: 9px 1%;
    width: 96%;
}
.listEventContainer:hover {
    background-color: #F7F7F7;
}
.listEventTitle{
    float : left;
    margin-left : 15px;
    font-weight : bold;
}
.listEventTime{
    float : left;
    width : 300px;
}
