/* Basics */

body {
font-size: 100%;
font-family: verdana, Arial, Helvetica, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
background: #FFF;
}

p
{
	font-family: verdana, arial, helvetica, sans-serif;    
	font-size: 0.7em;
}


td { 
	font-family: verdana, arial, helvetica, sans-serif;  
	color: #333;
	font-size: 0.7em; 
}

th { 
	font-family: verdana, arial, helvetica, sans-serif;  
	color: #666;
	height: 30px;
	font-size: 0.8em; 
	text-align: left;
}

h1
{
	font-weight: normal;
	font-size: 1em;
	color: #fff;
}

h2
{
	font-weight: normal;
	font-size: 0.8em;
}

h3
{
	font-weight: normal;
	font-size: 0.8em;
}

h4
{
	font-weight: normal;
	font-size: 0.7em;
}

h5 /* Used for venue description in Whats On */
{
  	border-top: 1px solid #006990;
  	padding: 10px 0 0 0;
}


/*
	Links
*/

a:link, a:active
{
	color: #006990;
	text-decoration: none;
}


a:hover
{
	color: #000;
	text-decoration: underline;
}

a:visited
{
	color: #333;
	text-decoration: underline;
}

a.arrow-link
{
  padding:  0 0 0 12px;
  background-image: url(/app/sharedimages/regentsplace/link_arrow.gif);
  background-repeat: no-repeat;
}

a.arrow-link-back
{
  padding:  0 0 0 12px;
  background-image: url(/app/sharedimages/regentsplace/link_arrow_back.gif);
  background-repeat: no-repeat;
}



/* STRUCTURAL DEFS */


#container
{
	width: 891px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}





/* Definitions for login strip */

/*#login-strip
{
	width: 770px;
	height: 10px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	font-size: 1em;
	background-color: #fff;
	color: #999;
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #ccc;
}

#login-left
{
	float: left;
}

#login-right
{
	float: right;
}*/



/*
	Login Strip Links
*/

/*#login-strip a:link, a:active
{
	color: #6e6e6e;
	text-decoration: none;
}


#login-strip a:hover
{
	color: #000;
	text-decoration: underline;
}

#login-strip a:visited
{
	color: #6e6e6e;
	text-decoration: underline;
}*/





/* Footer */
#footer
{
	margin-top: 50px;
	padding-top: 10px;
	background-color: #fff;
	width: 891px;
	height: 20px;
	color: #333;
	border-top: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

#british-land-logo
{
  	position: absolute;
  	top: 5px;
  	right: 0px;
}



/*
	Footer Links
*/

#footer p a:link, a:active
{
	color: #1c5996;
	text-decoration: underline;
}


#footer a:hover
{
	color: #000;
	text-decoration: none;
}

#footer a:visited
{
	color: #333;
	text-decoration: underline;
}


p#footer-text
{
  	float: left;
}









/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


