/* CSS Document */
#bhubble-event-body {
	background:#FFFFFF;
}

#bhubble-event-calendar {
	border:solid #cccccc 1px;
	border-collapse:collapse;
}
#bhubble-event-calendar td {
	border:solid #cccccc 1px;
	width:14%;
}
#bhubble-event-calendar tr {
	height:140px;
	min-height:140px;
}
#bhubble-event-calendar tr.bhubble-event-titles {
	height:10px;
	min-height:10px;
}

#bhubble-event-calendar p {
	margin-top:6px;
	margin-left: 2px;
}

#bhubble-event-calendar th {
	border-bottom:#cccccc 2px solid;
	background:#CCCCCC;
	text-align:center;
	color:#666666;
	text-transform:uppercase;
}

.bhubble-event-day {
	background:#FFFFFF;
}
.bhubble-event-no-day {
	background:#F0F0F0;
}

.bhubble-event-daydate {
	float:right;
	display:block;
	min-height:60px;
	color:#666666;
	font-weight:bold;
}
.bhubble-event-today {
	background:#F8FFDF;
}
.bhubble-event-today .bhubble-event-daydate {
	font-weight:bold;
	font-size:18px;
}

.bhubble-event-date {
	font-style:italic;
	color:#999999;
	font-size:10px;
}


#bhubble-calendar-links{
	font-size:10px;
}

.bold {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}



#programcalendar td {
	width:14%;
	border:solid #cccccc 1px;
	border-collapse:collapse;
}

.bhubble-event-title {
	cursor: pointer;
}

.bhubble-event-title a {
	color: #369;
}

#bhubble-event-minicalendar {
	border:#333333 solid 1px;
}
#bhubble-event-minicalendar td {
	border: #999999 solid 1px;
}
td.bhubble-event-minical-header  {
	background:#999999;
	color:#FFFFFF;
}
#bhubble-event-minicalendar td.bhubble-event-today {
	background:#CCCCCC;
}
div.bhubble-event-list {
	margin-top: 4px;
	padding-left:8px;
}

#bhubble-event-filter select {
	border:#86bcdf solid 1px; 
}
#bhubble-event-filter #go {
	border:#86bcdf solid 1px; 
}

/* pop-up description */
div.hoverbox {
	position: relative;
}
.hoverbox h1 {
	font-size:16px;
}

.popshow
{
	display:inherit;
	background:#E5ECF3;
	border:#666666 1px solid;
	padding:16px;
	width:300px;
	font-size:12px;
	font-weight:100;
	position:absolute;
	top: -60px;
	left: 10px;
	z-index:500;
}
.pophide
{
	display: none;
}
.popshow-right
{
	display:inherit;
	background:#E5ECF3;
	border:#666666 1px solid;
	padding:16px;
	width:300px;
	font-size:12px;
	font-weight:100;
	position:absolute;
	top: -60px;
	left: -280px;
	z-index:500;
}

.popshow-top
{
	display:inherit;
	background:#E5ECF3;
	border:#666666 1px solid;
	padding:16px;
	width:300px;
	font-size:12px;
	font-weight:100;
	position:absolute;
	top: -100px;
	left: 10px;
	z-index:500;
}

.popshow-right-top
{
	display:inherit;
	background:#E5ECF3;
	border:#666666 1px solid;
	padding:16px;
	width:300px;
	font-size:12px;
	font-weight:100;
	position:absolute;
	top: -100px;
	left: -280px;
	z-index:500;
}
.bhubble-event-heading {
	font-weight:normal;
}
.bhubble-event-nodeview {
	font-size:16px;
	font-weight:bold;
	float:left;
	width:50%;
}

.bhubble-event-teaser {
	color:#666;
}
.bhubble-event-thumb {
	float:left;
	margin:4px;
	border:none;	
}
.bhubble-event-list-date {
	margin-left: 6px ; 
	color:#333;
	
}
.bhubble-event-list-item {
	border:#999 1px solid;
	margin-bottom: 3px;
	padding:0px 3px;
	overflow:auto;
}


.bhubble-event-selector {
	font-size:16px;
	color:#FFF;
	padding: 2px 18px 4px 4px;
	border: 0px #333 solid;
	width:180px;
	background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

	background:url(/sites/all/modules/bhubble_event/images/arrow_down_white.png) no-repeat right center;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
	 
   }
.bhubble-event-selector::-ms-expand {
    display: none;
}
#edit-view, #edit-dateselector, #edit-tid, #edit-age {
	border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}


.bhubble-event-selector option{
	background-color: #858585;
}
#edit-dateselector-wrapper, #edit-view-wrapper, #edit-tid-wrapper, #edit-age-wrapper {
	display:inline-block;
	background: #858585;
}
#edit-view-wrapper {
	display:inline-block;
}

.posterboard  {
	border:#999 1px solid; 
	padding:0px 4px 4px; 
	margin:0px 6px 18px;
	font-family:Helvetica, "Trebuchet MS", Arial, sans-serif;
}
.posterboardh2 {
	font-size:22px;
}
a.posterb  {
	color:#333;
}
img.posterb {
	margin-top: 12px;
	margin-bottom: 8px;
}

.posterboard .bhubble-event-date {
	color:#666;
	font-size:18px;
	font-style:normal;
}
.posterboard p {
	color:#333;
	font-size:11px;
}
#bhubble-feature img {
	border:4px #FFF solid;
}
#bhubble-feature {
	overflow:auto;
}
#bhubble-spacer {
	line-height:10px;
}

#bhubble-feature h1 {
	font-size:36px;
	display:inline;
	line-height:normal;
}
#bhubble-feature h2 a {
	font-size:24px;
}
#bhubble-feature p{
	font-size:14px;
	margin: 6px;
}
