/*******
    Calendar Styles
*******/

/* Event Calendar Page */   



table.month {
    margin: 0px 10px 15px;
    width: 910px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    cell-spacing: 2px;
    }
    
    table.month img {
        border: none;
    }
    
.monthnavigation,
.monthname {
    width: 33%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    }

	.monthname {
		color: #BF7105;
		font-family: "Trebuchet MS";
		font-size: 1.8em;
		font-weight: normal;
		margin: 0 auto;
		}
    
    .monthnavigation {
        text-align: right;
        }
        
        .monthname + .monthnavigation {
            text-align: left;
            }

.dayname {
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    background: url(../_images/bg_staff_img.jpg);
    color: #363636;
    text-transform: uppercase;
    }
    
table.month td.monthday,
table.month td.event,
table.month td.today
table.month td.sunday,
table.month td.saturday {
    padding: 10px 5px;
    color: #777;
    vertical-align: top;
    border-top: 2px solid #c8c6c6;
    border-bottom: 2px solid #FAF5E2;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    }

table.month td.nomonthday,
table.month td.notInMonth {
    padding: 10px 5px;
    color: #777;
    vertical-align: top;
    border-top: 0;
    }
    
.notInMonth,
.nomonthday,
.monthday,
.sunday,
.saturday {
    width: 14%;
    height: 30px;
    border-top: 2px solid #c8c6c6;
	color: #777;
    vertical-align: top;
    padding: 10px 5px; 
    }
    
.today {
	border-top: 2px solid #BB6A02;
	color: #777;
    padding: 10px 5px;
    font-weight: bold;
}

.todayevent {
	border-top: 2px solid #BB6A02;
    padding: 10px 5px;
	}

.eventcontent {
    font-size: 12px;
    margin-bottom: 5px;
    }
    
    .eventcontent+.eventcontent {
    	border-top: 1px dotted #c8c6c6;
    	padding-top: 5px;
    }
    
.event {
    background: #F7EFD5;
    }

/*******
    Changes by Charlie
*******/

table.month .simplemodal {
    display: none;
    }   

table.month .event,
table.month .todayevent,
table.month .monthday {
    width: 14%;
    vertical-align: top;
    }

table.month td.monthday {
    padding-bottom: 40px;
    }
    
table.month .eventcontent {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 5px;
    }

table.month .eventcontent+.eventcontent {
  	border-top: 1px dotted #c8c6c6;
   	padding-top: 10px;
    }

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
    height:400px; 
    width:600px;
    background-color:#FAF5E2; 
    border:3px solid #ccc;
    padding-top: 0px;
    color: #333;
    }
    
#simplemodal-container a.modalCloseImg {
    background:url(x.png) no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-18px; 
    cursor:pointer;
    }
    
#simplemodal-container #basicModalContent {
    padding:8px;
    }
    
.simplemodal h2 {
	font: normal 3em helvetica, sans-serif;
	background: #efefef url(../_images/bg_staff_img.jpg);
	margin: 0 0 30px 0;
	padding: 20px 0 15px;
	}
    
.simplemodal p {
	font: normal 1.3em helvetica, sans-serif;
	margin: 0 40px 10px;
	text-align: left;
	}
	
.simplemodal .description {
	font: normal 1.3em helvetica, sans-serif;
	margin: 0 40px 10px;
	text-align: left;
	}
	
    /*

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #ff00ff;
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.event a {
	background-color: #ffffff;
	color: #000000;
}

.event a:hover {
	color: #ff00ff;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
