/*
 * Stylesheet for www.vam.ac.uk Common colors
 *
 * Christian Johansen <christian@teodor.no> 01/11-05
 */
/* Breadcrumb */
#about, #about a:link, #about a:visited { color: #000; }

/* Search */
#search, #search a { color: #fff; }
.button { background: #fff; }
.button:hover, input.highlight { color: #fff; }

/* Main navigation */
#navigation li a, #navigation { color: #fff; }
/* #navigation li a:hover, #navigation li a:active, */
.menubutton a:hover, .menubutton a:active { background: #666; }

/* Boxes */
.box { background: #fafafa; }
.box h3, .box h3 a, .box h3 a:link, .box h3 a:visited,
.highlightboxes .box h2, .highlightboxes .box h2 a,
.highlightboxes .box h2 a:link, .highlightboxes .box h2 a:visited { color: #fff; }

/* Footer */
#about { background: #f3f3f3; }
#about a:hover, #about a:active { background: #ccc; }

/* Frontpage */
.highlightboxes { background: #fff; }
.highlightboxes .box li { color: #000; }
.homepage .box li a { color: #000; }
.homepage #wrapper .more a { background: url(../images/small_dot.gif) 5px 0.6em no-repeat; }
#intro ul.more { background: none; }
#page #intro .more li, #intro .more, .dayofrecord #content .more { background-position: 0 0.5em; }
.homepage #intro .more a { background: none; }
.highlightboxes .box .inline-image { background: #fff; }
.button { background: #fff; }

.button a, #content .button a {
	color: #fff;
	border-color: #000;
}

.button a:hover, .button a:active, #content .button a:hover, #content .button a:active { background: #fff; }

/* FuturePlan */
.futureplan #wrapper .light a, .futureplan #wrapper .light h1, .futureplan #wrapper .light .prefix { color: #fff; }
.futureplan #wrapper .dark a, .futureplan #wrapper .dark h1, .futureplan #wrapper .dark .prefix { color: #ef7703; }
.futureplan .box dt { background: #fafafa; }
#about #extra a:hover, #about #extra a:active { background: none; }
.futureplan .inline-image, .futureplan .inline-image-left, .futureplan .inline-image-right { background-color: #fff; }

/* Journal Frontpage */
.journal_frontpage .inline-image, .journal_frontpage .inline-image-left, .journal_frontpage .inline-image-right { background-color: #fafafa; }

/* What's on */
#calendar {
	background: url(../images/calendar.gif) top left no-repeat;
	border-color: #000;
}

#calendar p.next { background: url(../images/cal_next.gif) top left no-repeat; }
#calendar p.previous { background: url(../images/cal_previous.gif) top left no-repeat; }
#calendar td { background: #e9eeee; }
#calendar td { border-color: #fff; }
#calendar td { color: #999; }
#calendar a { color: #000; }
#programme .resultsDay { background: #C6D3D3; }

#programme_navigation li a { color: #fff; }
#programme_navigation li { color: #fff; border-color: #fff; background: #919531; }
#page #programme table th, .whatson #content label { color: #fff; }
#page #date_range table th { color: #ff7211; }
#programme table { background: #fff; }
#programme table tr.alt { background: #fff; }
#audience_types li a { color: #999; }
#audience_types, .whatson #content .audience { background: #fff; }

/* Day of record */
.dayofrecord input { border-color: #000; }
.error_message { color: #f00; }

/* eCards */
.ecard input { border-color: #000; }

