/* CSS Document */

/* yellow sheet #FFFBEB

body text arial regular 12/14 #33710 
links arial regular underlined 12/14 #004D60

active links and on rollover #FF2B61 
last update: 2008-02-10-15-25  */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 14px;
	color: #666; /* #337180; #004E63; */
	background-color: #43494f; /* #8ea5aa; */
	height: 100%;
}

body img {
	behavior: url(/assets/css/iepngfix.htc);
}	
	
html, body{
	padding:0px;
	margin:0px;
	text-align: right;
	width:100%;
	z-index:0;
}


/* --THIS IS THE ORIGINAL THAT WORKED IN IE6 --*/
#contentwrapper {
	background-color: #FFF;
	position: absolute;
	/*float:right;*/
	text-align: left;
	padding: 0px;
	width: 730px;
	height:auto;
	min-height: 100%;
	top: 0px;
	bottom: 0px;
	left: 5px;
	z-index:2;
}

#content {
	position:absolute;
	width: 730px;
	height: 100%;
	min-height: 100%;
/*border-right:1px solid #fceaa8;*/
}
#content2 {
	background-color: #fff;
	width: 730px;
	height: auto;
	min-height: 100%;
	/*background:url(../../assets/images/whiteshadow.png) repeat-y;*/
	position: relative;
}
/*background-color: #fffbf0;*/
/*border-left:1px solid #fceaa8;*/
/*border-right:1px solid #fceaa8;*/



#topbox {
	width: 755px;
	/* margin-right: 35px;*/
	/*height: 40px;
	padding-top: 37px;*/
	display: none;
}
#logo {
	/*background:url(../../assets/images/newlogo.gif) top right no-repeat;*/
	text-align:right;
	position:relative;
	top:5px;
	margin-bottom: 5px;
}
ul.leftmost {
	right: 13px;
}

ul#menu {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: right;
}

ul#menu li.main{
	position: relative;
	float: right;
	margin-left: 4px;
}

ul#menu li.main ul{
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	right: 0px; /* was 5px */
	width: 202px;
	text-align: right;
}

ul#menu li.main ul.leftmost{
	position: absolute;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	right: 0px; /* was 5px */
	width: 202px;
	text-align: right;
	right: 13px;
}

ul#menu li:hover ul{
	display: block;
}

a.submenu {
	display: block;
	height: 13px; 
	width: 102px;
	background-position: -204px 0px;
}

a.submenu:hover {
	background-position: -102px 0px;
}

img.menuimg {
	display: block;
	margin-bottom:0px;
	padding-bottom: 2px;
}

div.clear {
	clear:both;
	height:14px;
}
div.clear_zero {
	clear:both;
	height:7px;
}

.menuimg img {
margin-left:10px;
margin-bottom:0px;
}

/* The shadow */

div.shadow {
    float:left;
    display: block;
    background: url(../../assets/images/shadow.png) repeat-y top right;
    margin: 0px;

}

/* The top-right corner of the shadow */
div.shadow:before {
    content:"";
    background: url(../../assets/images/shadow.png) no-repeat top right;
    margin: -9px 0 0 0;
    display:block;
    height: 9px;
}

/* The item with the shadow */
div.shadow > * {
    margin:0;
    display: block;
    position: relative;
    top: -0px; /* was -9px but got rid as there is no border on bottom, should look infinitely long */
    left: -9px;
}


/* Main Content area */

#maincontent {
	margin: 125px 40px 0px 40px; /* was 68px from left */
	background-color: #fff;
	height:100%;
	min-height:350px;
	width: 732px;
/* 	width: 695px; */
	/*border: #000 1px solid;*/
}
#leftcontent {
	clear: both;
	border-top: 1px dotted #000;
	width: 508px;
	float: left;
	margin-right: 20px;
	/*border: #000 1px solid;*/
}
#leftcontent_noborder {
	clear: both;
	width: 508px;
	float: left;
	margin-right: 20px;
	/*border: #000 1px solid;*/
}
.toppadding {
	padding-top: 14px;
}
#rightcontent {
	width: 165px;
	margin-left: 15px;
	float: left;
}
#rightcontent img {
	width: 165px;
	text-align: right;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 14px;	
}

/* TABS */
#left_subnav_container {
	position: relative;
	height: auto;
	width: 508px;
	display: block;
}
#left_subnav {
	position: absolute;
	bottom: -1px;
	width: 508px;
	margin: -14px 0px 0px 0px;
}
#back_subnav {
	margin: -14px 0px 0px 0px;
	text-transform: uppercase;
}
#left_subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 18px;
}

#left_subnav li {
	display: inline;
	float: left;
	padding: .2em .2em 0em 0em;
}
#left_subnav a {
/*	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;  */
}
#left_subnav a:link {
	text-transform: uppercase;
	font-size: 12px;
	color: #004E63;
}
#left_subnav a:hover {
	text-transform: uppercase;
	font-size: 12px;
	color: #e32273;
}
#left_subnav a:visited {
	text-transform: uppercase;
	font-size: 12px;
	color: #004E63;
}
#left_subnav a:hover {
	text-transform: uppercase;
	font-size: 12px;
	color: #e32273;
}

#left_subnav a.active:link, #left_subnav a.active:visited  {
	background-position: 0px -18px;
	border-bottom: 1px solid white;
	padding-top: 1px;
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	
}
/* END TABS */

#drawers {
	float: left;
	width: 508px;
	/*border: #000 1px solid;*/
}
#related {
	position: relative;
	text-align: right;
	width: 165px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
}
#related_image {
	float: right;
	margin-bottom: 0px;
	margin-top: 7px;
	border: 1px solid black;
	background-color: #ccc;
	height: 150px;
	width: 100px;
}
#homepage {
	margin: 160px 10px 0px 40px; /* was 68px from left */
	height:100%;
	min-height:350px;
}
#homepage img{
	display: block;
}
li {
	margin-bottom:0px;
}
li#main {
	margin-bottom:0px;
}

#footer {
	color: #004E63;
	bottom: 14px;
	margin: 0px;
	left: 40px;
	padding: 0px;
	display: block;
	width: 750px;
	height: 30px;
	position: absolute;
} 

/* boxes and page elements */

div.dots {
	width: 508px;
	height: 1px;
	background: url(../../assets/images/border.gif) repeat-x;
	margin-top: 14px;
	margin-bottom: 14px;
}
div.dots_nobottommargin {
	height: 1px;
	background: url(../../assets/images/border.gif) repeat-x;
	width: 508px;
	margin-top: 14px;
	margin-bottom: 0px;
}
div.dots_nommargin {
	height: 1px;
	background: url(../../assets/images/border.gif) repeat-x;
	width: 508px;
	margin: 0px;
}
#dotti {
	border-bottom: #004E63 2px dotted;
	width: 500px;
	margin-bottom: 10px;
}
#promobox {
	position:absolute;
	right: 30px;
	width: 161px;
	border-top: #337180 7px solid;
	border-bottom: #337180 7px solid;
	background: #F2F6F7;
	padding: 15px 10px 15px 10px;
}
#promoline {
	position:absolute;
	width: 161px;
	border-top: #337180 1px solid;
}
input.member_radio  {
	position:absolute;
	left: 200px;
}
input.member_txt  {
	position:absolute;
	left: 200px;
	height:10px;
	width:200px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#337180;
	border: 1px dotted #000;
}
.member_ind {
	position:absolute;
	left: 200px;
	border: 1px dotted #000;
}
select.member_dropdown {
	position: absolute;
	left: 200px;
	width: 200px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#337180;
	border: 1px dotted #000;
}
select.member_dropdown_month {
	position: absolute;
	left: 200px;
	width: 90px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#337180;
	border: 1px dotted #000;
}
select.member_dropdown_year {
	position: absolute;
	left: 310px;
	width: 90px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#337180;
	border: 1px dotted #000;
}
option {
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#337180;
}

form {
	line-height: 18px;
	margin-left: 0px;
}
/* ------- ABOUT: PEOPLE ------*/

#trustees p {
	padding-top: 0px;
	padding-bottom: 27px;
	border-bottom: 1px dotted #000;
}
/*
#staff p {
	padding-top: 14px;
	padding-bottom: 27px;
	border-bottom: 1px dotted #000;
}

#partners p {
	padding-top: 14px;
	padding-bottom: 27px;
	border-bottom: 1px dotted #000;
}
*



/* ---- GLOBAL ABSTRACT CLASSES -----*/

.abstract_download {
	position: absolute;
	bottom: 10px;
	left: 93px;
}
.abstract_date {
	color: #000;
}
.abstract_sub {
	color: #333;
	opacity: .9;
}
/* ---- PARTICIPATE -----*/

div.programs_abstract {
	position: relative;
	padding-top: 14px;
	border-bottom: 1px dotted #000;
	height: 84px;
	display: block;
}
div.programs_abstract_image {
	float: left;
	width: 68px;
	height: 70px;
	margin-right: 20px;
	border: 1px solid #333;
}
div.programs_abstract_text {
	float: right;
	width: 400px;
	height: 57px;
	margin-right: 14px;
}

/* ---- PRESS -----*/

div.press_abstract {
	display: block;
	position: relative;
	padding-top: 14px;
	border-bottom: 1px dotted #000;
	height: 84px;
}
div.press_abstract_image {
	float: left;
	width: 68px;
	height: 70px;
	margin-right: 20px;
	border: 1px solid #333;
}
div.press_abstract_text {
	float: right;
	width: 400px;
	height: 70px;
	margin-right: 14px;
}


/* ---- RECENT PUBLIC DESIGN COMPETITIONS -----*/

div.recent_abstract {
	display: block;
	position: relative;
	padding-top: 14px;
	border-bottom: 1px dotted #000;
	height: 84px;
}
div.recent_abstract_image {
	float: left;
	width: 68px;
	height: 70px;
	margin-right: 20px;
	border: 1px solid #333;
}
div.recent_abstract_text {
	float: right;
	width: 400px;
	height: 70px;
	margin-right: 14px;
}

/* ---- VAN ALEN REPORT -----*/

div.var_abstract {
	display: block;
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px dotted #000;
	height: 120px;
}
div.var_abstract_image {
	float: left;
	width: 80px;
	height: 125px;
	margin-right: 20px;
}
div.var_abstract_text {
	float: right;
	width: 350px;
	height: 57px;
	margin-right: 14px;
}

/* CATALOGUES AND PAPERS */


div.cat_abstract {
	display: block;
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px dotted #000;
	height: 120px;
}
div.cat_abstract_image {
	float: left;
	width: 80px;
	height: 125px;
	margin-right: 20px;
}
div.cat_abstract_text {
	float: right;
	width: 350px;
	height: 57px;
	margin-right: 14px;
}

/* -- PERPETUAL RIGHT HAND SIDEBAR (CALENDAR, JOIN, SUBSCRIBE) -- */

#calendar_container {
	background: url(../../assets/images/border.gif) repeat-x;
	padding: 1px 0px 1px 0px;
	min-height: 44px;
	width: 165px;
}

#join_container {
	bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;
	background: url(../../assets/images/border.gif) repeat-x;
	padding: 1px 0px 1px 0px;
	min-height: 44px;
	width: 165px;
}
#subscribe_container {
	background: url(../../assets/images/border.gif) repeat-x;
	padding: 1px 0px 1px 0px;
	min-height: 44px;
	width: 165px;
}
#side_calendar {
	
}

#side_calendar_content {
}
#side_join {	
}
#side_join_content {	
}
#side_subscribe {
}
#side_subscribe_content {
}
/*  -- MEMBERSHIP -- */

/* --- PRESS --- */

#press_select_articles {
}
#press_press_releases {
}
#press_media_downloads {	
}

/*-- CONTACT --  */

/* --- SEARCH --- */
#search_bar {
	position: relative;
	padding: 14px 5px 14px 5px;
	min-height: 14px;
	width: 497px;
	border-bottom: 1px dotted #000;
}
div.search_bar_logo {
	position: absolute;
	left: 3px;
}
div.search_bar_input {
	position: absolute;
	left: 70px;
}
div.search_bar_arrow {
	position: absolute;
	left: 220px;
	top: 12px;
}
#search_results {
	border-top: 1px dotted #000;
	position: relative;
	padding: 7px 0px 7px 0px;
	height: 14px;
	width: 497px;
}
div.search_results_sortby {
	position: absolute;
	left: 0px;
}
div.search_results_bywhat {
	position: absolute;
	left: 73px;	
}
div.search_results_showing {
	position: absolute;
	left: 335px;
}
div.search_results_number {
	position: absolute;
	left: 452px;
}

#search_stats {
	position: relative;
	padding: 24px 0px;
	height: 97px;
	width: 497px;
}
div.search_stats_popular {
	float: left;
	width: 233px;
	text-transform: uppercase;
}
div.search_stats_recent {
	float: right;
	width: 233px;
	margin-left: 20px;
	text-transform: uppercase;
}
#search_noresults {	
}

.dots_top_bottom {
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	width: 508px;
	display: block;
	margin-bottom: 14px;
}
.dots_top {
	border-top: 1px dotted black;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	width: 508px;
	display: block;
}
.dots_bottom {
	border-bottom: 1px dotted black;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	width: 508px;
	display: block;
	margin-bottom: 14px;
	line-height: 20px;
}
div.greyblock {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	width: 508px;
}
div.greyblock_right {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	width: 165px;
}
div.greyblock_right_last {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	width: 165px;
}
div.greyblock_first {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	width: 508px;
}
div.lt_greyblock {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	width: 508px;
}
div.greyblock_last {
	margin: 0px;
	background-color: #fff;
	padding: 2px 0px 2px 0px;
	display: block;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	width: 508px;
}
div.ltest_greyblock {
	margin: 0px;
	background-color: #fff;
	padding: 2px 2px 2px 14px;
	display: block;
	border-bottom: 1px dotted black;
	width: 508px;
}

div.prizewinners_left {
	float: left;
	width: 225px;
	height: 100%;
}
div.prizewinners_right {
	float: right;
	width: 225px;
	height: 100%;
}
div.prizewinners {
	float: left;
	width: 508px;
	height: 100%;
}
.prizetable table {
	width: 100%;
	border: 0px;
}
.prizetable tr, td {
	vertical-align: top;
	border: 0px;
}
#prize1 {
	display: block;
}
#prize2 {
	display: block;
}
#prize3 {
	display: block;
}
#prize4 {
	display: block;
}



div.overview_left {
	float: left;
	width: 225px;
	height: 100%;
}
div.overview_right {
	float: right;
	width: 225px;
	height: 100%;
}


/*--- FELLOWS ----*/

#fellows_container {
 	width: 508px;
	display: block;
	padding-top: 14px;
	padding-bottom: 7px;
}
#fellows_container_noborder {
 	width: 508px;
	display: block;
	padding-top: 14px;
	padding-bottom: 7px;
}
#fellows_indiv_container {
 	width: 508px;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
}
#fellows_date {
	float: left;
	width: 100px;
}
#fellows_content {
	float: right;
}
#fellows_header {
	display: block;
}

#fellows_abstract {
	position: relative;
	border-bottom: 1px dotted #000;
	height: 84px;
}
#fellows_abstract_noborder {
	position: relative;
	height: 84px;
}
div.fellows_abstract_image {
	float: left;
	width: 68px;
	height: 70px;
	margin-right: 20px;
	border: 1px solid #fff;
}
div.fellows_abstract_text {
	float: right;
	height: 70px;
	margin-right: 14px;
	width: 295px;
}

.tabs {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
}
.dottedline {
	border-bottom: 1px dotted black;
}


/* image arrows */

div.arrow_container {
	float: left;
	width: 90px;
	height: 30px;
}
.prev {
	font-size: 12px;
	color: #004E63;
	float: left;
}
.next {
	font-size: 12px;
	color: #004E63;
	float: right;
}
.arrow_up a:link, .arrow_up a:visited, .arrow_down a:link, .arrow_down a:visited {
	font-size: 12px;
	color: #004E63;
}
.arrow_down a:hover, .arrow_up a:hover {
	font-size: 12px;
	color: #E32273;
}
div.image_caption {
	float: right;
	width: 400px;
	height: 30px;
}
.item img {
	margin-bottom: 14px;
}
.slide_menu_item {
	width: 508px;
}
.item {
	width: 508px;
}
.fade_collection {
	width: 508px;
}
#related_photos_content {
	width: 508px;
}
div.caption_container {
	width: 508px;
	height: 40px;
	display: block;
}
div.audioplayer {
	padding-top: 7px;
	padding-bottom: 7px;
}


/* TABS */


a.rollover_trustees {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 66px;
}
a.rollover_staff {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 42px;
}
a.rollover_partners {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 67px;
}
a.rollover_select {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 111px;
}
a.rollover_releases {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 102px;
}
a.rollover_contact {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 60px;
}
a.rollover_directions {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 75px;
}
a.rollover_staff {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 42px;
}
a.rollover_all {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 28px;
}
a.rollover_conferences {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 90px;
}
a.rollover_exhibitions {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 78px;
}
a.rollover_receptions {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 78px;
}
a.rollover_special {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 98px;
}
a.rollover_talks {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 42px;
}
a.rollover_overview {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 64px;
}
a.rollover_join {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 33px;
}
a.rollover_purpose{
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 62px;
}
a.rollover_awards {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 55px;
}
a.rollover_project {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 97px;
}
a.rollover_fellows {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 130px;
}
a.rollover_council {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 58px;
}
a.rollover_eligibility {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 71px;
}
a.rollover_requirements {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 97px;
}
a.rollover_schedule {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 68px;
}
a.rollover_faqs {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 36px;
}
a.rollover_apply {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 42px;
}
a.rollover_apply {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 42px;
}
a.rollover_resident {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 117px;
}
a.rollover_senior {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 104px;
}
a.rollover_darchive_project {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 117px;
}
a.rollover_legacy {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 51px;
}
a.rollover_public {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 213px;
}
a.rollover_catalogues {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 80px;
}
a.rollover_var {
	display: block;
	background-position: 0px 0px;
	height: 18px;
	width: 110px;
}



a.rollover_trustees:hover {
	background-position: 0px -18px;
}
a.rollover_staff:hover {
	background-position: 0px -18px;
}
a.rollover_partners:hover {
	background-position: 0px -18px;
}
a.rollover_select:hover {
	background-position: 0px -18px;
}
a.rollover_releases:hover {
	background-position: 0px -18px;
}
a.rollover_contact:hover {
	background-position: 0px -18px;
}
a.rollover_directions:hover {
	background-position: 0px -18px;
}
a.rollover_staff:hover {
	background-position: 0px -18px;
}
a.rollover_all:hover {
	background-position: 0px -18px;
}
a.rollover_conferences:hover {
	background-position: 0px -18px;
}
a.rollover_exhibitions:hover {
	background-position: 0px -18px;
}
a.rollover_receptions:hover {
	background-position: 0px -18px;
}
a.rollover_special:hover {
	background-position: 0px -18px;
}
a.rollover_talks:hover {
	background-position: 0px -18px;
}
a.rollover_join:hover {
	background-position: 0px -18px;
}
a.rollover_overview:hover {
	background-position: 0px -18px;
}
a.rollover_purpose:hover {
	background-position: 0px -18px;
}
a.rollover_awards:hover {
	background-position: 0px -18px;
}
a.rollover_project:hover {
	background-position: 0px -18px;
}
a.rollover_fellows:hover {
	background-position: 0px -18px;
}
a.rollover_council:hover {
	background-position: 0px -18px;
}
a.rollover_eligibility:hover {
	background-position: 0px -18px;
}
a.rollover_requirements:hover {
	background-position: 0px -18px;
}
a.rollover_schedule:hover {
	background-position: 0px -18px;
}
a.rollover_faqs:hover {
	background-position: 0px -18px;
}
a.rollover_apply:hover {
	background-position: 0px -18px;
}
a.rollover_resident:hover {
	background-position: 0px -18px;
}
a.rollover_senior:hover {
	background-position: 0px -18px;
}
a.rollover_darchive_project:hover {
	background-position: 0px -18px;
}	
a.rollover_legacy:hover {
	background-position: 0px -18px;
}
a.rollover_public:hover {
	background-position: 0px -18px;
}
a.rollover_catalogues:hover {
	background-position: 0px -18px;
}
a.rollover_var:hover {
	background-position: 0px -18px;
}


a.trustees {
	background: transparent url(../../assets/images/tabs/01_people_trustees.gif);
}
a.staff {
	background: transparent url(../../assets/images/tabs/01_people_staff.gif);
}
a.partners {
	background: transparent url(../../assets/images/tabs/01_people_partners.gif);
}
a.select {
	background: transparent url(../../assets/images/tabs/01_press_select.gif);
}
a.releases {
	background: transparent url(../../assets/images/tabs/01_press_releases.gif);
}	
a.contact {
	background: transparent url(../../assets/images/tabs/01_contact_contact.gif);
}
a.directions {
	background: transparent url(../../assets/images/tabs/01_contact_directions.gif);
}
a.all {
	background: transparent url(../../assets/images/tabs/02_programs_all.gif);
}
a.conferences {
	background: transparent url(../../assets/images/tabs/02_programs_conferences.gif);
}
a.exhibitions {
	background: transparent url(../../assets/images/tabs/02_programs_exhibitions.gif);
}
a.receptions {
	background: transparent url(../../assets/images/tabs/02_programs_receptions.gif);
}
a.special {
	background: transparent url(../../assets/images/tabs/02_programs_special.gif);
}
a.talks {
	background: transparent url(../../assets/images/tabs/02_programs_talks.gif);
}
a.overview {
	background: transparent url(../../assets/images/tabs/02_membership_overview.gif);
}
a.join {
	background: transparent url(../../assets/images/tabs/02_membership_join.gif);
}
a.purpose {
	background: transparent url(../../assets/images/tabs/03_fellowship_purpose.gif);
}
a.awards {
	background: transparent url(../../assets/images/tabs/03_fellowship_awards.gif);
}
a.project {
	background: transparent url(../../assets/images/tabs/03_fellowship_project.gif);
}
a.fellows {
	background: transparent url(../../assets/images/tabs/03_fellowship_fellows.gif);
}
a.council {
	background: transparent url(../../assets/images/tabs/03_fellowship_council.gif);
}
a.eligibility {
	background: transparent url(../../assets/images/tabs/03_application_eligibility.gif);
}
a.requirements {
	background: transparent url(../../assets/images/tabs/03_application_requirements.gif);
}
a.schedule {
	background: transparent url(../../assets/images/tabs/03_application_schedule.gif);
}
a.faqs {
	background: transparent url(../../assets/images/tabs/03_application_faqs.gif);
}
a.apply {
	background: transparent url(../../assets/images/tabs/03_application_apply.gif);
}
a.resident {
	background: transparent url(../../assets/images/tabs/03_fellowprojects_resident.gif);
}
a.senior {
	background: transparent url(../../assets/images/tabs/03_fellowprojects_senior.gif);
}
a.darchive_project {
	background: transparent url(../../assets/images/tabs/05_darchive_project.gif);
}
a.legacy {
	background: transparent url(../../assets/images/tabs/05_darchive_legacy.gif);
}
a.public {
	background: transparent url(../../assets/images/tabs/05_pub_public.gif);
}
a.catalogues {
	background: transparent url(../../assets/images/tabs/05_pub_catalogues.gif);
}
a.var {
	background: transparent url(../../assets/images/tabs/05_pub_var.gif);
}
.lightgreyborder {
	border: 1px solid #ccc;
}

/* changes and overwrites to calendar.css */

#calendar {
position:absolute;
top:103px;
left:0px;
width: 100%;
height: 488px;
z-index:2;
display:none;
}
#rightfix {
position:absolute;
display:block;
top:0px;
left:0px;
width: 100%;
height: 488px;
/* background:url(../assets/images/calnew.png) right no-repeat; */
z-index:2;
display:none;
}

#leftrepeat {
position:relative;
float:left;
left:0px;
width:100%;
height:488px;
display:block;
background:url(../../assets/images/silverstrips.png) right repeat-x;
z-index:1;
display:none;
}

#upfront {
position:absolute;
right:0px;
text-align: left;
padding: 0px;
height: 100%;
width:100%;
z-index:2;
}
#upfrontright {
position:absolute;
right:0px;
text-align: left;
padding: 0px;
height: 100%;
width:100%;
/*background:url(../assets/images/bkrepeat.gif) right repeat-x;*/
z-index:1;
}
#upfrontleft {
position:relative;
float:left;
top:105px;
width:100%;
height:488px;
margin-left:-4px;
background:url(../../assets/images/silvercalnew.gif) right repeat-x;
z-index:2;
}
#shade{
	top:107px;
	width:100%;
	height:488px;
	z-index:3;
	position:absolute;
	overflow:hidden;
}
#flashcontent{
	top:102px;
	position:absolute;
	width:100%;
	height:500px;
	z-index:99;
	/*right:35px;*/
}
#calshadowtop {
background:url(../../assets/images/bord_pink_top.gif) repeat-x;
display:none;
}
#calshadowbottom {
height:15px;
vertical-align:bottom;
background:url(../../assets/images/bord_pink_bottom.gif) bottom;
display:none;
}
