#breadcrumb { /*set breadcrumb background color*/
	background-color:#C89838;
}

/* Section: Sidebar Layout --------------------------------------------*/
.sidebar ul { /*list with > bullets used for lists of links*/
	list-style-image:url(/images/arrows/arrow-bullet-events.gif);
}

div.sidebar-top { /* top part of sidebar header with curved edge*/
	background-image:url(/images/sidebar-top-events.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	line-height:9px
}

div.sidebar-header { /* sidebar header text area*/
	background-image:url(/images/sidebar-header-events.jpg);
	background-repeat:repeat-y;
}

div.sidebar-links { /* sidebar links tinted text area*/
	background-image:url(/images/sidebar-tint-events.jpg);
	background-repeat:repeat-y;
}

div.sidebar-btm { /* bottom part of sidebar links tinted text area with curved edge*/
	background-image:url(/images/sidebar-btm-events.jpg);
	background-repeat:no-repeat;
}
/* End Section: Sidebar Layout ----------------------------------------*/

/* SECTION ANNOLIST ---------------------------------------------------- */
/* annotated list that needs a larger bottom margin */
/*list with> bullets used for lists of links*/
.annolist ul { 
	list-style-image:url(/images/arrows/arrow-bullet.gif);
	line-height:130%;
	margin:0 0 15px 0;
}

/* to put a margin between the blurb of one link and the link of the next */
.annolist li {
	margin-bottom: 12px;
	}

/* this makes the links in the annotated links bold and blue */
.annolist a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}

/* this makes the visited links in the annotated links bold and green? */
.annolist a:visited  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	color:#C89838;
}

/* this turns the links green when hovered over or clicked */
.annolist a:hover, .annolist a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	text-decoration:underline;
	color:#C89838;
}
/* END SECTION ANNOLIST ---------------------------------------------------- */

/* SECTION DETAILS ---------------------------------------------------- */

.heading_small {
	font-weight:bold;
}

/* END SECTION DETAILS ---------------------------------------------------- */

/**/

.events-search-results-table {
	background-color:#FAF6DC;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

.events-search-results-table a:link h2, .events-search-results-table a:visited h2{
	text-decoration:none;
	color:#336699;
}

.events-search-results-table a:hover h2{
	text-decoration:underline;
	color:#336699;
}

.events-search-results-table-content {
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #E3E3E3;
}


.events-search-results-table-title h2 {
	background-color:#FAE06B;
	font-size:16px;
	font-weight:normal;
	padding:6px;
	margin-top: 0;
}

.events-search-results-table-moreinfo {
	margin-bottom: 5px;
}

/**/

.datepicker{
	font-size: 13.2px;
} .datepicker th a, .datepicker td a{
	font-size: 11.88px;
}
.ui-datepicker{
	font-size: 13.2px;
} .ui-datepicker th a, .ui-datepicker td a{
	font-size: 11.88px;
}