#content {
	padding:18px;
	width:653px;
	
	text-align:left;
}

.display {
	width:390px;
	height:360px;
	visibility:hidden;
	display:none;
}

.subnav {
	display:none;
	width:202px;
	overflow:hidden;
	text-align:right;
}



#main_col {
	padding:18px;
	width:444px;
	text-align:left;
}

#menu_col {
	background-color:#ECEDEF;
	background-image:url(../images/menu_bg2.jpg);
	background-repeat:repeat-x;
}

#page_title {
	margin:-8px 0px 5px -8px;	
}

#page_title_w {
	margin:0px 0px 5px 0px;	
}

#right_col {
	padding:15px 10px 10px 10px;
	background-color:#D1DBE4;
	width:200px;
	text-align:right;
}


.thumbnail {
	background-color:transparent;
	color:#999999;
	border:solid 1px #FFFFFF;
	padding:5px;
	font-size:10px;
	line-height:11px;
}

.thumbnail_over {
	background-color:#FFFFFF;
	color:#333333;
	border:solid 1px #B7B7BE;
	padding:5px;
	font-size:10px;
	line-height:11px;
}



#thumbnails {
	background-color:#FFFFFF;
	height:270px;
	overflow:auto;
/*	border:solid 1px #AAAAB2; */
	border:solid 1px #DDDDE2;
}

#thumbnails img {
	float:left;
	clear:left;
	margin:0px 5px 0px 2px;
	height:46px;
	width:46px;
}

#thumbnails div {
	height:46px;
	clear:left;
	padding:4px;
	text-align:left;
	overflow:hidden;
}

#thumbnails div.thumbnail {
	cursor:default;
	background-color:transparent;
	border-top:solid 1px #FFFFFF;
	border-right:none;
	border-bottom:solid 1px #FFFFFF;
	border-left:none;
}

#thumbnails div.thumbnail_over {
	cursor:pointer;
	background-color:#EFEFEF;
	border-top:solid 1px #DDDDDD;
	border-right:none;
	border-bottom:solid 1px #CCCCD4;
	border-left:none;

}


/* CHRONOLOGY DISPLAY */

#thumbnails_scroll {
	width:330px;
	height:76px;
	overflow:hidden;
	white-space:nowrap;
	border:solid 1px #B7B7BE;
	background-color:#eee;
	padding:5px;
	text-indent:0px;
	position:relative;
}

#thumbnails_table {
	position:absolute;
	left:0px;
	padding:0px 5px 0px 5px;
}

#thumbnails_table .thumbnail {
	border:solid 1px #eee;
}

#thumbnails_table .thumbnail_over {

}

.scroll_arrow {
	margin:1px;
	cursor:pointer;
}

#thumbnails_table .thumbnail img, #thumbnails_table .thumbnail_over img {
	height:60px;
	width:60px;
}

/* Thumbnail page slightly different... */

.thumbnail_page .thumbnail, .thumbnail_page .thumbnail_over {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	cursor:pointer;
	font-size:10px;
	text-align:right;
	color:#333333;
	
	width:87px;
	height:122px;
	overflow:hidden;
	
	float:left;
	line-height:11px;
}

.thumbnail_page .thumbnail {
	border:solid 1px #ffffff;
}

.thumbnail_page .thumbnail_over {
	border:solid 1px #B7B7BE;
}

.thumbnail_page .thumbnail img, .thumbnail_page .thumbnail_over img {
	height:87px;
	width:87px;
}

.thumbnail_page a.thumbnail {
	height:87px;
	padding:5px;
	background-color:#fff;
	border:solid 1px #fff;
}

.thumbnail_page a.thumbnail:hover {
	border:solid 1px #aaaab2;
}

.thumbnail_page a.thumbnail img {
	border:none;
}


.hr {
	height:1px;
	border-bottom:solid 1px #B7B7BE;
	margin: 5px 10px 10px 10px;
	overflow:hidden;
}

.selected_menu {
	background-image:url(../images/menu_sel_bg.gif);
	text-align:right;
	color:#485C84;
	margin:0;
	padding:0;
}

.works_menu {
	float:right;
	font-size:10px;
	text-align:right;
}


a.menu_link {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:normal;
}

a.menu_link:HOVER {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}


a.menu_link_s {
	color:#485C84;
	text-decoration:none;
	font-weight:normal;
}

a.menu_link_s:HOVER {
	color:#485C84;
	text-decoration:none;
	font-weight:normal;
}

/* News styles */

.lecture_list td, .other_events_list td, .default_list td, #data_table td {
	vertical-align:top;
	padding:4px 5px 4px 5px;
	border-top: solid 1px #ECEDEF;
}

.news_row {
	border-bottom: solid 1px #ECEDEF;
	padding: 10px 8px 10px 8px;
}


.highlight td, div.highlight {
	background-color:#feff92;
	color:#333;
}

.highlight b, .highlight a {
	color:red;
}

/* Slideshow styles */

#slide_nav {
	margin:0px auto 2px auto;
	padding:3px;
	text-align:right;
	float:right;
	font-size:10px;
}

#slide_container {
	clear:both;
	margin:10px auto 8px auto;
	border-top:solid 1px #B7B7BE;
	border-bottom:solid 1px #B7B7BE;
	padding:10px;
	text-align:center;
}

#slide_description {
	padding:3px;
	text-align:left;
}


/* Popup styles */

#background_mask {
	background-color:#fff;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#zoom_box {
	position:absolute;
	top:15px;
	left:50%;
	width:600px;
	margin-left:-300px;
	padding-bottom:20px;
	display:none;
}
