﻿
body, td, input
{
	font-family:Verdana, Sans-Serif, Arial;
	font-size:x-small;
}

/************** LAYOUT ******************/
#layout
{
	/* without a 1px border the lines run under the background - IE6 Bug */
	border:solid 1px #fff;
}
/****************************************/


/************* CRUMBTRAIL ***************/
.crumbTrail
{
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
/****************************************/

/************** CONTAINER ***************/
#container
{
	
}
/****************************************/

/************ VENUEMENU *****************/

.vmenuLink
{
	text-decoration:none;
	border-bottom:solid 1px #CCC;
}

.topvmenuLink
{
	border-bottom:none;
	border-top:solid 1px #CCC;
}


/****************************************/


/************** SITE TREEVIEW ************/

.siteTreeView a
{
	text-decoration:none;
	color:#000;
}

/******** FOOTER *****************/
#museumsFooter
{
	border-top:solid 1px #000;
}
#museumsFooter li a
{
	color:#000;
}
/********************************/




/* 
======================================================================================================
                                     HOME PAGE SPECIFIC STYLES
======================================================================================================
*/

/************** WELCOME *******************/

#welcome h1, #location h1, #about h1, #welcome h2, #location h2, #about h2
{
	font-size:small;
}

/******************************************/

/*********** INFO SECTION ***************/

#infoWrapper
{
	background-color:#CCC;
}

#info h2, #info h1
{
	font-size:small;
	color:#FFF;
}

/******** WHATS ON THUMBNAILS ***********/

#whatsOnThumbnails h1, #whatsOnThumbnails h2
{
	font-size:small;
	color:#FFF;    	
}

/******************************************/

/* 
======================================================================================================
                                     PAGE SPECIFIC STYLES 
======================================================================================================
*/

/************************* PAGE TITLE ***********************/

#userContent h2, #userContent h1
{
	font-size:medium;
}

/************************************************************/

/***************** MANAGED IMAGES  ***********************************/

#imagesContainer
{
	float:right;
	margin-left:6px;
	margin-bottom:6px;
	width:130px;	
}

.imageContainer
{
	width: auto;
	/*border-right: 1px solid #695147;
	border-bottom: 1px solid #695147;*/
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 3px;
	
	background-color:#ffffff !important;
}

.imageCaption
{
	margin-left:3px;
	margin-right:3px;
	display:block;
	color:Black;
}

#imagesContainer .imageContainer img
{
	margin:0px;	
	border-bottom:1px solid #ffffff !important;
}



/************************************************************/



/************ LINKS CONTACTS AND DOWNLOADS ******************/

.usefulLinks h1, .usefulWebLinks h1, .fileDownloads h1, #contacts h1, #whatsOnThumbnails h1, .usefulLinks h2, .usefulWebLinks h2, .fileDownloads h2, #contacts h2, #whatsOnThumbnails h2
{
	font-size:small;
	color:#FFF;    	
}

.usefulLinks a, .usefulWebLinks a, .fileDownloads a 
{
	color:#000;
	font-weight:bold;
}

.usefulLinks li, .usefulWebLinks li, .fileDownloads li 
{
	border-bottom:solid 1px #CCC;
}

/******************************************************/

/********************* CONTACTS **********************/

#contacts
{
	border-bottom:solid 1px #CCC;
}

.contactTel, .contactEmail, .contactAddress
{
	font-weight:bold;
}

.contactTel
{
	background-image:url('/graphics/Internet2007/telicon.gif');
}
	
.contactEmail
{
	background-image:url('/graphics/Internet2007/emailIcon.gif');
}
	
.contactAddress
{
	background-image:url('/graphics/Internet2007/snailmailIcon.gif');
}

/*****************************************************/

/*****************************************************/

/*********************** IMAGES/TABLES AND LISTS *****/

#userContent img
{
	/*border:solid 1px #000;*/
	border-width:0px;
}

/*****************************************************/





