/* EVENTS */
#activeArticleWrapper, h1 {
	color:#999999;
}
	
	.print-icon {
		float:right;
	}
	
	#right {
		margin-right:55px;
		float:right;
		width:310px;
	}
	
	#activeArticleWrapper {
		background:transparent url("/images/dotted-line.gif") top left repeat-x;
		margin-top:1.5em;
		padding-top:1.5em;
	}
		
		#activeArticle {
			height:300px;
			overflow:auto;
			width:320px;
		}
		
			#activeArticle p { margin-top:0; }
	
	#yearList {
		
	}	
		#yearList li {
			float:left;
		}
		
			#yearList li a {
				color:#333;
				padding-left:0.8em;
			}
			
				#yearList li a:hover {
					text-decoration:none;
					color:#666;
				}
				
			#yearList li.active a {
				color:#666;
				background:transparent url("/images/active-icon.gif") center left no-repeat;
			}
	
	#pressReleaseListTableWrapper {
		padding-top:30px;
	}
	
	#pressReleaseListInner {
		height:300px;
		overflow:auto;
		
	}
	
	#eventList {
		margin:20px 425px 0 20px;
		font-size:0.91667em;
		font-weight:bold;
		color:#666;
	}
		
		#eventsTable {
			
			margin-left:10px;
		}
		
		#eventList li {
			padding:0.5em;
			padding-left:0.8em;
			cursor:pointer;
		}
			
			#eventList #eventsTable li:hover,
			#eventList #eventsTable li.active {
				color:#999;
			}
			
			#eventList #eventsTable li:hover,
			#eventList #eventsTable li.active,
			#eventList #eventsTable li.active {
				background:transparent url("/images/arrow-right.gif") left 9px no-repeat;
			}
				#eventList #eventsTable li .date {
					float:left;
				}
				
				#eventList #eventsTable li .title {
					margin-left:150px;
				}
