/*Section: Breadcrumb styles ---------------------------------------*/
/*IN 2010 THE BACKGROUND COLOR WAS REMOVED AND THE FONT CHANGED TO THE BACKGROUND COLOR*/

.breadcrumb p{
	color:#B78C30;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:1px 3px 1px 3px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color:#B78C30;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration:underline;
}	

/*END BREADCRUMB STYLES ----------------------------------------------- */

/* 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-color:#F3DEA9;
	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-color:#F3DEA9;
	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 ---------------------------------------------------- */

/* THIS IS THE FORMATTING FOR THE RESULTS TABLE*/

.events-search-results-table { /* THIS IS THE LIGHT COLOR FOR THE BACKGROUND */
	/*background-color:#FAF6DC;*/
	background-color:#F6EEDA;
	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 { /* THIS IS THE DARKER TITLE COLOR */
	/*background-color:#FAE06B;*/
	background-color:#F3DEA9;
	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;
}
