/**************************************************
Month Header
**************************************************/
#month-header {
	display:block;
	border: 1px solid #fff;
}

#month-header-prevnext {

}

.month-header-prev {
	float: left;
}
.month-header-next {
	float: right;
}
.month-header-date {
	margin: 0 80px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

#month-header-icons {
	float: right;
	text-align: right;
}
	
#month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
	margin: 0;
	padding:0;
	border: 0px solid;
}

/**************************************************
Month Large Table
**************************************************/
table.month-large {
	border: 0px solid #ccc !important;
	border-top: 1px solid #ccc !important;	
	border-right: 1px solid #ccc !important;	
	border-collapse: collapse;
	width: 100% !important;
	margin: 0 0 20px 0 !important;
	padding:0 !important;
}

.month-large th,
.month-large td {
	border: 0px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;	
	border-left: 1px solid #ccc !important;	
	background: #fff !important;
}


.month-large .weekday {
	background: #aec23f !important;
	height: 12px !important;
	color: #fff;
}

.month-large .month-weeknums {
	background: #aec23f !important;
	color: #fff;
	width: 22px !important;
	margin: 0 !important;
	padding:0 !important;
	text-align: center;
}


.month-large td.day {
	height: 50px;
	width: 50px;
	vertical-align: middle;
	text-align: center;
}

.monthOff, .monthOff a:link,.monthOff a:visited {
	color: #BBBBBB !important;
}

.month-large .V9 {
	display: block;
	padding: 5px 0;
}
.month-large .daylink {
	font-weight: bold;
}
.month-large .eventDay {
	background-color:rgb(70,122,167) !important;
	color: #fff;
	font-weight: bold;
}
.month-large .day div {
}


/**************************************************
Info Bubble
**************************************************/
.infoIcon {display:inline-block; width: 50px;}
*+html .infoIcon {display:inline;}

.infoBubbleWrapper {position:relative;}
.infoBubble {display:none;position:absolute;bottom:0;left:-25px;width:480px;padding:0 0 46px 0;background: url('../img/bg_infobubble.png') 0 100% no-repeat;z-index:99;}
.iconBox .infoBubble {left:-25px;z-index:1;}
.radioGroup .infoBubble {bottom:-20px;}
.infoBubble .infoHd {display:block;margin-top:-10px;height:10px;background: url('../img/bg_infobubble.png') 0 0 no-repeat;color:#000;}
.infoBubble .infoBd{display:block;padding: 13px 20px 10px 24px;font-size:12px;font-weight:normal;color:#000; text-align: left;}
.infoBubble .infoBd > :first-child {padding-top:0;margin-top:0;}
.eventDay .infoIcon {cursor: normal;}
.eventDay .infoIcon:hover .infoBubble {display:block;}


/**************************************************
Event Detail
**************************************************/
dl.calendar-info{
	padding: 0px 0 0px 0;
	margin: 0 0 .6em 0;
}
dl.calendar-info dt {
	clear:both;
	float:left;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin:0;
	padding:0 0 .4em 0;
	width:100px;
}
dl.calendar-info dd{
	font-size: 120%;
	margin:0 0 0 100px;
	padding:0 0 .4em 0;
}

/**************************************************
Search list
**************************************************/

.calendar-search {
	position: relative;
	display:block;
	width:100%;
	border:0px;
	padding:10px 0px 20px 0px;
}

.calendar-search fieldset {
	border: 0px;
}

.calendar-search-field {
	background: transparent;
	clear: both;
}

.calendar-search label {
	position: relative;
	display:block;
	font-weight: normal;
	width: 110px;
	float: left;
	left:0px;
	text-align: left;
	background: transparent;
	padding: 0px;
	margin: 4px 0px;
	font-size:120%;
}

.calendar-search input{
	position: relative;
	width:210px;
	left:5px;
	background: #ffffff;
	border:1px solid #c8c8c8;
	PADDING:2px;
	margin:4px 0px;
}

.calendar-search-field input:focus {
	border-color:#444;
}

.calendar-search select {
	position: relative;
	width:215px;
	left:5px;
	background: #ffffff;
	border:1px solid #c8c8c8;
	PADDING:2px;
	margin:4px 0px;
}

.calendar-search .calendar-submit {
	clear: left;
	position: relative;
	width:auto;
	left:115px;
	padding: 2px 5px;
	background: #aec23f;
	border: 1px solid #c8c8c8;
	color: #fff;
	font-weight: bold;
}

.calendar-month-wrapper {
	font-size: 160%;
	padding: .3em 0 .1em 0;
	margin: 10px 0px;
	border-bottom: 1px solid #ccc;
}

.calendar-list-date {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: .6em;
	
}

.calendar-list-item h1{
	font-size: 140%;
}

.calendar-minilist .calendar-list-item {
	padding-bottom: 2.2em;
}




















