/* Special Events CSS Document */

/* B&WW */
	.bww {
		background-color: #f8f8f8;	
		padding-bottom: 50px;
	}
	.bww #header, .bww .fotos .list, .bww .books .list, .bww .notes .quick .list, .bww .people .list, .bww .history .list, .bww .objects .list, .bww .view .warn .title, .bww .view .warn .story {
		background-color: #f2f2f2;
	}
	
	.bww .view .rows .list .item, .bww .twitter .panel, .bww .action .one, .bww .traverse .point, .bww .history .year .months, .bww #neck .refresher, .bww #spine .ajax_close_bar, .bww .conversation .panel  {
		background-color: #f2f2f2;	
	}
		.bww #comments .list, .bww .tags .list {
			background-color: transparent;	
		}
	
	.bww #header .first_row, .bww .action .two, .bww .traverse, .bww .books .list .item, .bww .objects .list .item, .bww .conversation .panel .items .topic {
		background-color: #ededed;
	}
	
		 .bww .conversation .panel .items .topic:hover, .bww .objects .list .item:hover {
			 background-color: #f8f8f8;
		 }
	
	.bww #header .second_row, .bww .books .list .item .title {
		background-color: #eaeaea;
	}
	
	.bww #header .third_row {
		background-color: #ededed;
	}
		.bww #header .navigate .in_space .second_items {
			background-color: #e8e8e8;
		}
	
	.bww #header .navigate .in_space .first_items {
		background-color: #f2f2f2;
	}
	
	.bww .history .year, .bww .notes .quick .list .item {
		background-image:url("/views/movement/images/ui/graybox-10x5.gif");
	}
	
		.bww #neck {
			background-image:url("/views/movement/images/ui/graybox.gif");
		}
		
	.bww .books .list .item  {
		background-image: none;
	}
	
	.bww .edit fieldset {
		background-color: #f2f2f2;	
	}
		.bww .edit fieldset ol, .bww .edit fieldset ol li input.submit {
			background-color: #ededed;
		}
		.bww .edit fieldset ol.submit, .bww .edit fieldset.submit ol {
			background-color: transparent;	
		}
		
		.bww body.go_black .edit fieldset input.submit {
				
		}
		
		
		
	/* advert */
	
	.bww_advert {
		background-color:#000;
		color: #fff;
		
	}
		.bww_advert .ad img {
			display: block;
		}
	
	