body {
	background: url(images/backpattern.gif) repeat;
	margin: 20px;
	color: #404041;
	font: normal 8pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	
}

.page_head {
	
}


/* Navigation */
.main_nav {
	border-bottom: 10px solid #8a8e91;
	position: relative;
	margin-top: 10px;
	height: 33px;
	width: 984px;
}

.filter_box {
	position: absolute;
	width: 414px;
	height: 33px;
	background-color: #8a8e91;
	clear:both; /* 20080425.bdw */
	top: 0;
	left: 0;
}

.filter_exhibitions {
	position: absolute;
	/*
	top: 10px;
	left: 15px;
	*/
	top: 0px;
	left: 0px;
}

.filter_programs {
	position: absolute;
	/*
	top: 10px;
	left: 127px;
	*/
	top: 0px;
	left: 112px;
}

.nav_register {
	position: absolute;
	top: 10px;
	left: 286px;
}

.nav_other {
	position: absolute;
	top: 10px;
	left: 423px;
}


.page_content {
	position: relative;
}

.col_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
}

.col_center {
	position: absolute;
	top: 0;
	left: 232px;
	width: 370px;
}

.col_right {
	position: absolute;
	top: 0;
	left: 614px;
	width: 370px;
}


.institution_list {
	width: 220px;
	background-color: #FFFFFF;
}

.institution_list_item {
	margin: 0px;
	padding-bottom: 12px;
}

.search_box {
	width: 220px;
	height: 37px;
	background-color: #8a8e91;
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	*/
	
	position: absolute;
	right: 0px;
	top: 0px;
}

.search_field {
	width: 170px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 15px;
	font-size: 10px;
}

.search_img {
	position: absolute;
	top: 9px;
	left: 195px;
}


/* Calendar */
.calendar {
	
	width: 220px;
	background-color: #FFFFFF;
	position: relative;
	height: 202px;
}

.cal_head {
	text-align: center;
}

.cal_prev {
	position: absolute;
	top: 7px;
	left: 10px;
}

.cal_next {
	position: absolute;
	top: 7px;
	right: 10px;
}

.cal table {
	width: 220px;
	background-color: #FFFFFF;
}

.cal th {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	background-color: #404042;
	color: #8f8f91;
	font-size: 12px;
}

.firstcell {
	text-align: center;
	vertical-align: middle;
	border-left-style: none;
	height: 22px;
}

.firstcell_selected {
	text-align: center;
	vertical-align: middle;
	border-left-style: none;
	background-color: #333333;
	height: 22px;
}

.firstcell a {
	color: #999999;
}
.firstcell a:hover {
	color: #333333;
}

.firstcell_selected a {
	color: #FFFFFF;
}


.cell {
	text-align: center;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8c8e91;
}

.cell_selected {
	text-align: center;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8c8e91;
	background-color: #333333;
}

.cell_empty {
	height: 22px;
}

.cell a {
	color: #999999;
}
.cell a:hover {
	color: #333333;
}

.cell_selected a {
	color: #FFFFFF;
}


/* Home Feature */
.home_feature {
	position: relative;
}

.hf_now {
	position: absolute;
	top: 0;
	left: 0;
}

.hf_promo {
	position: absolute;
	left: 147px;
	/* top: 3px; */
	top: 0px;
	background-color: #FFFFFF;
	padding: 11px 15px 6px;
	width: 194px;
	height: 42px;
}

.hf_pic {
	position: absolute;
	top: 60px;
	left: 0;
	width: 370px;
	height: 338px;
}



/* Event List */
.event_list {
	position: relative;
	height: 460px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

.el_head {
	height: 59px;
	background-color: #404041;
}

.el_head_range {
	color: #FFFFFF;
	margin-top: 2px;
	margin-left: 20px;
}

.el_events {
	width: 370px;
	height: 363px;
	background-color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.el_event {
	width: 370px;
	/* height: 55px; */
	position: relative;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.el_ev_ex {
	position: absolute;
	left: 4px;
	top: 24px;
}

.el_ev_text {
	/* position: absolute; */
	position: relative;
	/* top: 8px;
	left: 21px; */
	width: 244px;
	padding-top: 8px;
	padding-left: 21px;
	padding-bottom: 8px;
}

.institution_name {
	text-transform: uppercase;
	color: #777879;
}

.artist_name {
	font-weight: bold;
}

.event_title {
}

.event_range {
	color: #777879;
}


.event_pic {
	position: absolute;
	top: 5px;
	left: 272px;
	width: 78px;
	height: 46px;
}

.event_pic_scroll {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 78px;
	height: 46px;
}


a {
	color: #404041;
	text-decoration: none;
}

.anchor_roll a:hover {
	color: #000000;
}

img {
	border: 0;
}




/* Javascript Dropdown Menus */
.filter_box a {	display: block;	margin: 0px;	padding: 0px;}.filter_box li {	position: relative;}.filter_box ul {	list-style: none;	margin: 10px 8px 0px 10px;	padding: 0px;	float: left;}.filter_box ul ul {	position: absolute;	z-index: 5;	margin:0px;}div.filter_box ul ul,div.filter_box ul li:hover ul ul{display: none;}div.filter_box ul li:hover ul{display: block;}