#events {
	float: left;
	width: 740px;
}

#events .event-pages {
	float: left;
	width: 740px;
	margin-top: 10px;
}

#events .event-pages .display {
	float: left;
	font-size: 14px;
}

#events .event-pages .totals {
	float: right;
	font-size: 14px;
	font-weight: bold;
}

#events .event-pages2 {
	border-top: 1px dotted #666;
	padding-top: 5px;
}

#events .event-pages .pagination {
	float: left;
	width: 740px; 
	text-align: center;
}

#events .event-pages .pagination a.on {
	font-weight: bold;
	color: #000;
}


#event-filter {
	float: left;
	width: 720px;
	background: #e7e8e9;
	padding: 10px;
	margin-bottom: 10px;
}



#event-filter .filter-btn {
	float: left;
	width: 720px;
	border-top: 1px dotted #CCC;
	margin-top: 10px;
	padding-top: 10px;
}


#event-filter .filter-btn .rss {
	float: left;
}
#event-filter .filter-btn .rss img {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}


#event-filter .filter-btn .btn {
	float: right;
}

#event-filter .filter-btn .btn input {
	border: 1px solid #CCC;
	padding: 3px 10px 3px 10px;
}


#event-filter .label {
	float: left;
	width: 70px;
	font-weight: bold;
}


#event-filter .dates {
	float: left;
	width: 190px;
	margin-left: 10px;
}
#event-filter .dates .date-row {
	float: left;
	width: 190px;
}
#event-filter .dates .date-row .date-label {
	float: left;
	margin-top: 3px;
	width: 30px;
	text-align: right;
	font-size: 11px;
}
#event-filter .dates .date-row .date-field {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}
#event-filter .dates .date-row .date-field input {
	width: 90px;
	border: 1px solid #CCC;
	text-align: center;
}


#event-filter .dates .date-row .date-calendar {
	float: left;
}


#event-filter .categories {
	float: left;
	width: 355px;
}

#event-filter .categories .cat-hdr {
	float: left;
	width: 75px;
	font-weight: bold;
}

#event-filter .categories .cat-list {
	float: left;
	width: 275px;
}


#event-filter .categories .cat-list .cat-item {
	float: left;
	width: 137px;
} 
#event-filter .categories .cat-list .cat-item .cat-field,
#event-filter .categories .cat-list .cat-item .cat-label {
	float: left;
	font-size: 11px;
}



#events .event-item {
	float: left;
	width: 740px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #666;
}




#events .event-item2 {
	display: none;
}



#events .event-pic {
	float: left;
	width: 100px;
}
#events .info-text {
	float: left;
	width: 630px;
}
#events .info-text .event-date, 
#events .info-text .webinar-presenter,
#events .info-text .seminar-presenter {
	float: left;
	width: 630px;
	font-size: 12px;
}
#events .info-text .event-location {
	float: left;
	width: 630px;
	font-size: 12px;
}
#events .info-text .event-type {
	float: left;
	width: 630px;
	font-size: 12px;
}
#events .event-info {
	float: left;
	width: 740px;
	font-size: 12px;
	margin-top: 10px;
}
#events .info-text .event-title {
	float: left;
	width: 630px;
	font-size: 16px;
}
#events .info-text .event-overview {
	float: left;
	width: 630px;
	font-size: 12px;
}
#events .event-pic2 {
	float: left;
	width: 190px;
	font-size: 10px;
}
#events .indiv-text {
	float: left;
	width: 260px;
}
#events .indiv-text .event-date {
	float: left;
	width: 260px;
	font-size: 11px;
}
#events .indiv-text .event-location {
	float: left;
	width: 260px;
	font-size: 12px;
}
#events .indiv-text .event-type {
	float: left;
	width: 260px;
	font-size: 12px;
}
#events .indiv-text .event-info {
	float: left;
	width: 260px;
	font-size: 12px;
	margin-top: 10px;
}
#events .indiv-map {
	float: right;
	width: 275px;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,  table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,  table.jCalendar td.unselectable:hover,  table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}
/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 20px;
	height: 17px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url("../../images/calendar.png") no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


#events-filter {
	float: left;
	width: 230px;
	background: #e4e4e4;
}

#events-filter .filter-hdr { 
	float: left;
	padding: 10px;
	width: 210px;
	font-size: 16px; 
	font-weight: bold;
}

#events-filter .filter-section { 
	float: left;
	padding: 10px;
	width: 210px;
}

#events-filter .filter-section .section-hdr { 
	float: left;
	width: 210px;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}

#events-filter .filter-section .section-form { 
	float: left;
	width: 190px;
	max-height: 185px;
	padding: 10px;
	overflow: auto;
}

#events-filter .filter-section .section-form2 { 
	height: 150px;
	overflow: auto;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}



#events-filter .filter-section .section-form .cat-item {
	float: left;
	width: 180px;
	margin-top: 3px;
	margin-bottom: 2px;
}

#events-filter .filter-section .section-form .cat-item .cat-field {
	float: left;
	font-size: 12px;
	width: 20px;
}
#events-filter .filter-section .section-form .cat-item .cat-label {
	float: left;
	font-size: 12px;
	width: 150px;
}

#events-filter .filter-section .section-form .cat-item .cat-label {
	margin-top: 4px;
	margin-left: 3px;
}




#az-product-indiv {
	float: left;
	width: 720px;
	background: #eeeff0;
	margin-left: -10px;
	padding-left: 15px;
	padding-right: 15px;
} 



#az-product-indiv .event-content {
	float: left;
	width: 720px;
}

#az-product-indiv .event-content .summary {
	float: left;
	width: 410px;
}

#az-product-indiv .event-content .address {
	float: right;
	width: 300px;
	padding-top: 10px;
	font-size: 13px;
}


#az-product-indiv .reg_btn {
	float: right;
	width: 112px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: url("../../images/reg-button.gif");
	margin-bottom: 5px;
	margin-left: 180px;
}

#az-product-indiv .reg_btn a {
	text-decoration: none; 
	color: #FFF;
}



#az-product-indiv .event-content .address .txt {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


#az-product-indiv .product-indiv-nav {
	float: left;
	width: 720px;
	margin-top: 30px;
} 
#az-product-indiv .product-indiv-nav .tab {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	width: 102px;
	height: 22px;
	padding-top: 10px;
	padding-left: 10px; 
} 
#az-product-indiv .product-indiv-nav .tab3 {
	width: 147px;
} 
#az-product-indiv .product-indiv-nav .tab2 {
	float: right;
} 
#az-product-indiv .product-indiv-nav .tab a {
	text-decoration: none;
} 



#tab-details a {
	color: #999999; 
} 
#tab-details {
	background: url("../../images/tab-on.gif");
} 


#tab-registration {
	background: url("../../images/tab-registration.gif");
} 




#tab-registration a {
	color: #FFF;
} 
#subingredient {
  	padding-left:15px;
} 
#az-product-indiv-content {
	float: left;
	width: 710px;
	margin-left: 10px;
	margin-top: 20px;
} 

#az-product-indiv-content #tab-details-content,
#az-product-indiv-content #tab-details-content .hdr,
#az-product-indiv-content #tab-details-content .copy {
	float: left;
	width: 710px; 
	color: #666;
}

#az-product-indiv-content #tab-details-content .hdr {
	font-size: 14px;
	margin-top: 10px;
} 

#az-product-indiv-content #tab-details-content .copy {
	font-size: 12px;
	margin-bottom: 10px;
}

#az-product-indiv-content #tab-details-content .presenter-row {
	float: left;
	width: 710px; 
	color: #666;
	margin-top: 10px;
}

#az-product-indiv-content #tab-details-content .presenter-row .pic {
	float: left;
	width: 160px; 
}

#az-product-indiv-content #tab-details-content .presenter-row .bio {
	float: right;
	width: 540px; 
}

#news-main #news-content .headline-item .date {
	float: left;
	width: 150px;
	text-align: center;
}

#news-main #news-content .headline-item .headline {
	float: left;
	width: 560px;
}

#events .webinar-archive-row:hover {
	background-color:#CCF; 
}	

#events .webinar-archive-row .webinar-date {
	float: left;
	width: 120px;
	margin-right: 10px;
	background-color:transparent;
}

#events .webinar-archive-row .webinar-title {
	float: left;
	width: 520px;
	margin-right: 10px;
	background-color:transparent;
}

#events .webinar-archive-row .webinar-archive-link {
	float: left;
	width: 80px;
	background-color:transparent;
}

