	body {
		background-color: #FFFFFF;
		/* border: 5px solid #CCCCCC; */
		font-family: Arial;
		font-size: 14px;
		max-width: 1100px;
		margin: 0 auto;
		background-image: url("../images/bg.png");
		background-repeat: no-repeat;
	}
	
	@media print {
		body {
			width: 1100px;
		}
	}
	
	header {
		padding: 20px 3.8%;
		border-top: none;
	}
	
	h2 {
		line-height: 1.3em;
	}
	
	h3 {
		font-size: 1.6em;
		font-weight: 600;
	}
	
	a {
		text-decoration: none;
		color: #0099FF;
	}
	a.search-calendars {
		margin-bottom: 10px;
		display: block;
		float: left;
		margin-right: 15px;
	}

	
	#logo {
		/* width: auto; */
		width: 100%;
	}
	
		#logo img {
			/* width: auto; */
			max-width: 60%;
		}
		
	a.rutgers-logo {
		clear: both;
		float: left;
	}
		a.rutgers-logo img {
			border: none;
			background: none;
			margin: -10px 0 0 0;
			padding: 0;
			width: 80%;
			max-width: 300px;
		}
		
	nav {
		background-color: #E9E5E4;
	}
	
	nav ul li {
		border-right: 1px solid #C9C9C9;
	}
	
	#mobile-nav-btn {
		color: #8A7B7E;
		text-shadow: none;	
	}
	
		#mobile-nav-btn span {
			box-shadow: 0 10px 0 1px #8A7B7E, 0 16px 0 1px #8A7B7E, 0 22px 0 1px #8A7B7E;
		}
	
	.sf-menu a {
		padding-right: 45px;
		padding-left: 45px;
	}
		
		nav ul li a {
			font-size: 14px;
			color: #8A7B7E;
			text-shadow: none;
		}
			nav ul li a.nav-selected, nav ul li a:hover {
				font-weight: bold;
				background-color: #E9E5E4;
				color: #8A7B7E;
			}
			
	/* div hr */
	.home-page-right {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.with-hr {
		border-bottom: 1px solid #C9C9C9;
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	
	.top-hr {
		border-top: 1px solid #C9C9C9;
		padding-top: 40px;
		margin-top: 20px;
	}
		.top-hr.sub-footer {
			padding-top: .25em;
			margin-bottom: .625em;
		}
			.top-hr.sub-footer p {
				margin: .625em 0 .625em 0;
			}
	
	.normal-content a {
		text-decoration: none;
		color: #0099ff;
	}

	.normal-content p {
		margin-bottom: 0;
		padding-right: 7px;
	}
	
	#date-shortcuts {
		list-style-type: none;
		margin:0 0 -1em 0;
	}
		#date-shortcuts li {
			float: left;
			width: 40%;
			margin: 1em 0 0 0;
		}
		
	/* event pages */
	#wrapper.event-list {
		padding: 1% 2.5% 1% 1%;
	}
		#wrapper.event-list h2 {
			margin: 0;
		}
		#wrapper.event-list p {
			margin: 0 0 5px 0;
		}
	
	.border-right {
		border-right: 1px solid #E9E5E4;
	}
	
	.border-bottom {
		border-bottom: 1px solid #E9E5E4;
	}
	
	.event-description {
		margin-top: 20px;
	}
		.event-description table {
			width: 80%;
		}
		.event-description table td {
			vertical-align: top;
			text-align: left;
			margin: 0;
			line-height: 15px;
		}

		.event-description table td.event-title {
			width: 15%;
			font-weight: bold;
		}
		.event-description p {
			margin-bottom: 10px;
			width: 80%
		}
		.event-description p.event-abstract-title {
			margin: 20px 0 10px;
			font-weight: bold;
			font-size: 20px;
		}
		
		#wrapper ul, #wrapper ol {
			width: 80%;
			overflow-wrap: break-word;
			word-wrap: break-word;
		}
		
		#presenter-content {
			margin: 15px 0 0 0;
			clear: both;
			float: left;
			width: 100%;
		}
			#presenter-content p {
				line-height: 8px;
			}
		
		span.result-label {
			width: 100px;
			display: block;
			float: left;
			clear: both;
		}
		span.result-info {
			display: block;
			float: left;
		}
	
	button#return-to-list.button-blue {
		color: #FFFFFF;
		background-color: #0099FF;
		text-shadow: none;
	}
	
	button#return-to-list {
		font-size: 16px;
		margin: 10px 0 10px 20px;
		padding: 3px 10px;
		width: 100px;
	}
	
	button#register-for-event.button-blue {
		color: #FFFFFF;
		background: none;
		background-color: #0099FF;
		text-shadow: none;
		border: none;
		font-weight: normal;
	}
	
	button#register-for-event {
		font-size: 16px;
		margin: 10px 0 10px 0px;
		padding: 3px 10px;
		width: 140px;
	}
	
	select#date-shortcut, select#event-type, select#program-type {
		height: 30px;
		width: 115px;
		min-width: 90px;
		float: left;
	}
	select#event-type {
		width: 120px;
	}
	
	#container input[type=text].date-filter {
		width: 65px;
	}
	
	#date-col-1 {
		margin: 10px 0 0 0;
		clear: both; 
		float: left;
		width: 180px;
	}
		#date-col-1 span {
			float: left;
			margin: 20px 0 0 8px;
			background-color: #E9E5E4;
		}
		#date-col-1 label {
			width: 100px;
		}
		#date-col-1 select {
			margin-bottom: 0;
		}
	#date-col-2 {
		margin: 10px 20px 0 0;
		float: left;
		width: 215px;
		position: relative;
	}
		#date-col-2 span{
			float: left;
			margin: 0px 5px 0 5px;
		}
		#date-col-2 label{
			float: left;
			margin: 0;
		}
			#date-col-2 label a.clear-event-date{
				margin-left: 5px;
				font-size: 10px;
			}
		#date-col-2 label.label2{
			margin: 0;
			position: absolute;
			right: 26px;
		}
		#date-col-2 input {
			float: left;
			margin: 0;
		}
		#date-col-2 #date-start {
			float: left;
			clear: both;
			width: 75px;
			margin: 0px 0px 0 0px;
		}
		#date-col-2 #date-end {
			float: left;
			margin: 0px 0px 0 0px;
			width: 75px;
		}
		
		.filter-title {
			margin: 0 0 5px 0;
			font-weight: bold;
			font-size: 20px;
		}
		
		.white-bg {
			background-color: #FFFFFF;
			float: left;
			padding: 10px;
		}
		
	.date-col {
	}
	
	#keyword-col, #name-col {
		margin: 20px 20px 0 0;
		float: left;
		clear: both;
		width: 225px;
		position: relative;
	}
	#name-col {
		clear: none;
		margin-left: -10px;
		margin-right: 25px;
	}
	
	#name-col .white-bg.first-child {
		padding-bottom: 0px;
	}
	#name-col .white-bg.last-child {
		padding-bottom: 8px;
	}
		#keyword-col input#keyword-filter {
			width: 195px;
			margin: 0;
		}
	
	#event-type-col {
		margin: 10px 0 0;
		float: left;
		width: 160px;
	}
	#program-type-col {
		margin: 10px 0 0 0;
		float: left;
	}
	
	#filter-bottom {
		background-color: #C2BCBC;
		height: 60px;
		line-height: 60px;
		padding: 0 20px 0 0;
	}
		#filter-bottom button, #filter-bottom button:hover, #filter-bottom button:active {
			background-color: #0099FF;
			color: #FFFFFF;
			float: right;
			margin-top: 15px;
		}
		#filter-bottom a>span {
			color: #FFFFFF;
			float: left;
			text-decoration: underline;
			margin-left: 20px;
		}
		
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
}
.arrow-down-details {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0099ff;
  margin: 7px 20px 0 0;
}

.arrow-right-details {
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #0099ff;
  margin: 3px 0px 0 0;
}

.arrow-container {
	width: 20px;
	float: left;
	margin: 10px 10px 0 10px;
}

.venue-link {
	float: left;
	clear: both;
	width: 150px;
	margin-top: -10px;
}
.venue-title {
	float: left;
	margin: 10px 0 0 0;
}
.venue-content {
	float: left;
	margin: 0px 0 10px 40px;
	width: 350px;
	display: none;
	clear: both;
}

#description-arrow {
	float: left;
}

#description-header, #program-header, #call-header {
	clear: both;
	width: 80%;
	height: 40px;
	line-height: 40px;
	background-color: #EFEFEF;
}

#description-header, #call-header {
	margin-top: 15px;
}
#description-content {
	float: left;
	margin-top: 10px;
	width: 100%;
}
#call-content {
	float: left;
	margin-bottom: 10px;
}

#program-header {
	margin-top: 10px;
}



.search-text {
	float: left;
	margin: 0;
}

#filter-bottom a>span.arrow {
	margin: 27px 0 0 5px;
	float: left;
}
		
	select#event-type {
		margin: 0;
	}
	select#program-type {
		margin: 0;
		width: auto;
	}

	
	.filter-col {
		background-color: #E9E5E4;
		padding: 0px 0 20px 20px;
	}
	
	#audience-col {
		max-width: 515px;
		float: left;
		margin: 20px 0 0 0px;
	}
	
	.audience-select.col_3 {
		float: left;
		margin: 6px 5px 0 0;
		min-width: 240px;
	}
	.audience-select input {
		float: left;
		margin-right: 5px;
	}
	.audience-select label {
		float: left;
		margin-right: 10px;
	}
	
	#filter-page-nav {
		text-align: center;
		margin: 20px 0 0 0;
	}
		#filter-page-nav ul {
			list-style-type: none;
			margin: 0 auto;
			display: inline-block;
		}
		#filter-page-nav li {
			float: left;
			border-right: 1px solid #000000;
			height: 20px;
			padding: 0 20px 0 20px;
		}
		#filter-page-nav li:last-child {
			border-right: none;
		}
			#filter-page-nav li a.selected {
				color: #666;
				cursor: text;
			}
		
		@media screen and (max-width: 550px) {
			
			#filter-page-nav li {
				border-right: none;
			}
		}
		
	#filter-results {
		margin-top: 20px;
	}
		#filter-results table {
			border-collapse: collapse;
			width: 100%;
		}
		#filter-results th, #filter-results td {
			padding: 10px;
			text-align: left;
		}
		#filter-results th {
			font-weight: bold;
			color: #000000;
		}
		#filter-results tr {
			border: 1px solid #e9e5e4;
			border-top: none;
		}
		#filter-results .results-header {
			height: 30px;
			background-color: #e9e5e4;
			line-height: 100%;
		}
		
		#filter-results .results-date {
			width: 15%;
			vertical-align: top;
		}
		#filter-results .planning .results-date {
			text-align: center;
			font-weight: bold;
			font-size: 20px;
		}
		#filter-results .results-location {
			width: 20%;
		}
		#filter-results .results-event {
			width: 65%;
		}
		#filter-results .results-event p {
			margin: 0;
			line-height: 1.3em;
		}
			#filter-results .results-event p a {
				margin: 0;
				display: block;
				float: left;
				width: 80%;
			}
			#filter-results .results-event p span.top-space {
				margin-top: 8px;
			}
			#filter-results .results-event p span.top-space.address {
				width: 80%;
			}
		
	/* Home page calendar mod's */
	#home-datepicker .ui-datepicker {
		width: 85%;
		min-width: 300px;
		box-shadow: none;
	}
	#home-datepicker table.ui-datepicker-calendar {
		background: none;
		background-color: #F0F0F0;
		margin: 0;
	}
	#home-datepicker table.ui-datepicker-calendar td {
		padding: 3px;
	}
	#home-datepicker table.ui-datepicker-calendar td:first-child {
		padding-left: 10px;
	}
	#home-datepicker table.ui-datepicker-calendar td:last-child {
		padding-right: 10px;
	}
	#home-datepicker table.ui-datepicker-calendar tr:last-child td {
		padding-bottom: 10px;
	}
		#home-datepicker table.ui-datepicker-calendar td a {
			border: 1px solid #8a7b7e;
			background-color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: text;
		}
			#home-datepicker table.ui-datepicker-calendar td a.has-event {
				color: #0099FF;
				cursor: pointer;
				font-weight: bold;
			}
	
		#home-datepicker .ui-state-active {
			color: #4F4F4F;
			text-shadow: none;
		}
	
		#home-datepicker .ui-datepicker-month, #home-datepicker .ui-datepicker-year {
			font-size: 26px;
			font-weight: normal;
			margin: 0;
		}
		
		#home-datepicker .ui-datepicker-next > span, #home-datepicker .ui-datepicker-prev > span {
			background-image: url("../images/right-calendar-arrow.png");
			cursor: pointer;
			background-position: 0, 0 !important;
			width: 25px;
			height: 25px;
			margin: 0;
			left: -5px;
			top: 3px;
		}

		#home-datepicker .ui-datepicker-prev > span {
			background-image: url("../images/left-calendar-arrow.png");
			left: 7px;
			top: 3px;
		}
		

		#home-datepicker .ui-datepicker-month, 
		#home-datepicker .ui-datepicker-year	 {
			float: left;
			width: 100px;
			font-size: 18px;
			margin: -1px 0 0 40px;
		}
		#home-datepicker .ui-datepicker-month {
			width: 125px;
			margin-left: 50px;
		}
		
		
		
	
	
	
	#home-datepicker .ui-datepicker-header.ui-widget-header {
		background: none;
		border: none;
		background-color: #EBEBEB;
		height: 25px;
		line-height: 45px;
		padding: 10px 0;
	}
	
	/* footer */
	footer {
		padding: 20px 20px 0 20px;
		background-color: #E9E5E4;
		text-shadow: none;
		font-size: 14px;
		color: #8a7b7e;
		/* border-top: 5px solid #CCCCCC; */
		border: none;
		margin-top: 100px;
	}
	
		footer a {
			color: #8a7b7e;
		}
		
		footer .row:first-child {
			margin-bottom: 0;
		}
		
	/* details page */
	p.organizer-title, p.contact-title {
		margin: 0;
	}
	
	p.contact-title {
		margin-top: 10px;
	}
	p.organizer-name, p.contact-name {
		margin: 0 0 0 20px;
	}
	
	#organizer-content.location {
		margin-bottom: 10px;
	}
	
	#contact-content {
		margin-bottom: 10px;
	}
	
	#contact-content hr {
		margin: 5px 0 5px 20px !important;
		width: 200px;
	}
	
	p.workshop-title {
		margin: 0;
	}
	p.program-title {
		margin: 0;
	}
	
	.program-date {
		clear: both;
		float: left;
		margin: 5px 0 0 0;
	}
	
	.program-venue-label {
		clear: both;
		float: left;
		width: 131px;
	}
	.program-venue-content {
		float: left;
		width: 500px;
		margin-left: -10px;
	}
		.program-venue-content p.location-content{
			margin: 0;
		}
		
	.program-info-time {
		clear: both;
		float: left;
		width: 150px;
	}
	.program-info-content {
		float: left;
	}
		.program-info-content p {
			width: 500px;
			margin: 0;
		}
	.program-session-title {
		clear: both;
		float: left;
		width: 100%;
		font-weight: bold;
		margin: 15px 0 0 0px;
	}
		
	#travel-content {
		margin: 10px 0 0 0;
		clear: both;
		float: left;
		width: 100%;
	}
	
	#additional-content {
		margin: 0;
		clear: both;
		float: left;
		width: 100%;
	}
	
	#sponsor-content {
		margin: 0;
		clear: both;
		float: left;
		width: 100%;	
	}
	
	#registration-button {
		margin: 0px 0 0 0;
		clear: both;
		float: left;
		width: 100%;
	}
	
	#restriction-content {
		font-weight: bold;
		margin: 10px 0 10px 0;
		clear: both;
	}
		
	div#call-content {
		width: 100%;
	}
	div#call-content, div#grant-content {
		margin-top: 15px;
		clear: both;
	}
		div#call-content p {
			margin: 0px;
		}
		
	#bblock-location-details p {
		line-height: 8px;
	}
	
	.program-divider {
		height: 10px;
		border-bottom: 1px solid #EFEFEF;
		clear: both;
		float: left;
		width: 80%;
		margin: 5px 0 10px 0;
	}
		
	.italic {
		font-style: italic;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.font-blue {
		color: #0099FF;
	}
	
	.font-red {
		color: #FF0000;
	}

	.archive-line-wrapper {
		margin: 1em 0 2em 0;
		clear: both;
		float: left;
		line-height: 4em;
	}
		.archive-line-wrapper a {
			line-height: 1.4em;
		}
	.archive-thumb-wrapper {
		margin: 0em 0em 1em 0;
		height: 4em;
		width: 8em;
		float: left;
	}
		.archive-thumb-wrapper img{
			height: 4em;
		}
		
	#page-meta h1 {
		font-size: 2.9em;
		clear: both;
		float: left;
	}
	
	#breadcrumbs {
		float: left;
		width: 100%;	
	}
	#full_news_archive #breadcrumbs {
		margin-bottom: 1.75em;
	}
	
	#full_news_archive #page-meta h1 {
		font-size: 2.4em;
		font-weight: normal;
	}
	
	#page-meta p {
		clear: both;
		float: left;
	}
	
	/* pdf crowd */
	a.pdf-crowd, a.pdf-crowd:hover, #logo a.pdf-crowd, #logo a.pdf-crowd:hover {
		text-decoration: underline;
		margin-bottom: 20px;
		float: left;
		color: #8a7b7e;
		font-size: 14px;
	}
	
	/* logo and seach area */
	#logo {
		width: 100%;
		position: relative;
	}
		#logo-image {
			width: 60%;
			float: left;
			margin-right: 10%;
		}
		#logo-image img {
			max-width: 100%;
		}
	
	#logo-right {
		width: 260px;
		float: left;
	}
	
	#logo-div {
		margin: 0 3px 0 0;
		width: 143px;
		float: right;
	}
		#logo-div a.pdf-crowd {
			margin-top: 14px;
		}
		#logo-div a.twitter-dimacs {
			margin: 0 20px 0 12px;
		}
	
	#logo-search {
		float: right;
	}
	
	input.custom-search-input {
		float: left;
	}
	
	#search-form-title {
		font-size: 1em;
		margin-right: 6px;
		float: right;
	}
	#search-form-title a {
		color: #0099ff;
		font-size: 1em;
	}
	
	body#search_results #logo form.ccm-search-block-form #searchResults {
		display: none;
	}
	body#search_results #logo form.ccm-search-block-form .ccm-pagination {
		display: none;
	}

	
		