/* -----------------------------------------------
oomph! design
Client:   LBC
Updated:  24 Sept 2009
----------------------------------------------- */

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/assets/headerbg.gif) top center repeat-x;
	}
img	{
	border: 0;
	}
	.clear {
	clear: both;
	}
#widemaincontent img	{
	border: 0;
	}
.peoplepics {
margin: 0 0 8px 8px;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 780px;
	text-align: left;
	}
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.imgfloatright {
float:right;
margin: 5px 0 5px 10px;
}

/* Header
----------------------------------------------- */
#header {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 780px;
	}
#logo {
	clear: both;
	float: left;
	width: 150px;
	height: 136px;
	background: #363 url(assets/lbclogos.gif) top left no-repeat;
	}
#logo h1{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
#logo h1 a	{
	display: block;
	margin: 0;
	padding: 0;
	width: 156px;
	height: 136px;
	text-decoration: none;
	background: #363 url(assets/lbclogos.gif) top left no-repeat;
	}
#logo h1 a:hover	{
	background: #363 url(assets/lbclogos.gif) 0 -136px no-repeat;
	}
#quote {
	float: right;
	width: 400px;
	height: 136px;
	}

#announcement {
width: 440px;
background-color: #9C9;
color: #363;
text-align: center;
font-size: 140%;
margin: 10px 0;
padding: 10px 5px;
border-top: 1px solid #363;
border-bottom: 1px solid #363;
}
#alert img {
margin: 10px 0;
}
.cambridgesupporters {
margin: 20px 0;
}
/* Navigation
----------------------------------------------- */
#navcolumn ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 12px;
} 
#navcolumn li {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 12px;
} 
#navcolumn a {
display: block;
width:100px;
padding: 1px 1px 1px 8px;
background: #fff;
text-decoration: none; /*lets remove the link underlines*/
border: 1px solid #fff;
} 
#navcolumn a:link, #navcolumn a:active, #navcolumn a:visited {
color: #363;
}

#navcolumn a:hover {
border: 1px solid #9C9;
background: #fff;
color: #9C9;
} 
body#nav_news #n_news a,
body#nav_lbcambridge #n_lbcambridge a,
body#nav_regionalevents #n_regionalevents a,
body#nav_contact #n_contact a,
body#nav_lbctv #n_lbctv a,

body#nav_lbclarity #n_lbclarity a,
body#nav_careers #n_careers a,
body#nav_consultancy #n_consultancy a,
body#nav_coaching #n_coaching a,
body#nav_compliance #n_compliance a,
body#nav_training #n_training a,
body#nav_alumni #n_alumni a,
body#nav_about #n_about a,
body#nav_feedback #n_feedback a,
body#nav_articles #n_articles a,
body#nav_home #n_home a,
body#nav_publications #n_publications a,
body#nav_links #n_links a {
border: 1px solid #9C9;
background: #fff;
color: #9C9;
}
/* Career Navigation
----------------------------------------------- */
#careernav, #cambridgenav ul {
margin: 0 0 15px 0; 
padding: 0;
list-style-type: none;
} 
#careernav, #cambridgenav li {
margin: 0 0 3px 7px; 
padding: 0;
list-style-type: none;
font-size: 11px;
} 
#careernav, #cambridgenav a {
display: block;
width: 160px;
padding: 0;
background: #fff;
font-weight: bold;
text-decoration: none;
} 
#careernav a:link, #careernav a:active, #careernav a:visited {
color: #000;
}

#careernav a:hover, #careernav a:hover {
color: #363;
} 
body#careernav_centre #n_careercenter a,
body#careernav_jobs #n_jobs a,
body#careernav_workingwithus #n_workingwithus a,
body#careernav_interviewtips #n_interviewtips a,
body#careernav_privacypolicy #n_privacypolicy a {
color: #9C9;
}
/* Tabbeds on video promo page
----------------------------------------------- */
.tabformat {
	float: left;
	width: 450px;
	margin-top: 10px;
		}

#tab {
	height: 22px !important;
	height /**/:22px; /* for IE5/Win */	
	margin: 0;
	padding: 0 0 0 5px;
	background: url(../assets/tabbottom.gif) repeat-x bottom;
	}
#tab li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#tab ul {
	margin: 0;
	padding: 0;
	}

#tab li.taptop {
	float: left;
	background: #fff;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 4px;
	margin: 0 5px 0 0;
	border: 1px solid #363;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #363;
	text-align: center;
	height: 16px !important;
	height /**/:18px; /* for IE5/Win */
	}

#tab a:link, #tab a:visited, #tab a:visited.active, #tab a:hover {
	float: left;
	background-color: #9c9;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 4px;
	margin: 0 5px 0 0;
	border: 1px solid #363;
	text-decoration: none;
	text-align: center;
	height: 16px !important;
	height /**/:18px; /* for IE5/Win */	}	

#tab a:hover {
	text-decoration: underline;
	}
	
.videoholder {
	border-left: 1px solid #363;
	border-right: 1px solid #363;
	border-bottom: 1px solid #363;
	padding: 15px;
	margin: 0;
}
.videoholder p {
	margin: 0;
	padding: 0;
	}

/* Wise Counsel TV
----------------------------------------------- */

.clip-holder {
width: 300px;
margin: 0 10px 12px 0;
float: left;

}


.clip-tn {
margin-right: 5px;
float: left;
width: 120px;
}

.clip-tn img {
margin: 0;
}
.clip-text {
float: left;
width: 160px;
}

.clip-text h3 {
font-size: 100%;
margin: 2px 0 3px 0;
padding: 0;
line-height: 130%;
color: #336633;
}
.clip-text p {
font-size: 80%;
margin: 0;
padding: 0;
color: #000;
font-style:italic;
}

.clip-thumbnails {
margin: 15px 0;
}

.boxlink {
display: block;
background: #dedede;
min-height: 67px;
text-decoration: none;

}
.clip-time {
position: relative;
top: 0;
left: 0;
}

.clip-holder a:link, .clip-holder a:active, .clip-holder a:visited {
text-decoration: none;
}

.clip-holder a:hover {
background: #c6c6c6;
text-decoration: none;

}
.clip-time {
color: #000;
font-size: 80%
}


/* Admin Navigation
----------------------------------------------- */
#adminnavcolumn ul {
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
font-size: 12px;
} 
#adminnavcolumn a {
text-decoration: none; /*lets remove the link underlines*/
} 

#adminnavcolumn a:link, #adminnavcolumn a:active, #adminnavcolumn a:visited {
color: #363;
}

#adminnavcolumn a:hover {
background: #fff;
color: #9C9;
} 
#maincontent ul, #widemaincontent ul {
	list-style: none;
	padding-left: 40px;
	list-style-image: url(assets/bullet2.gif);
	list-style-position: outside;
	}
#maincontent li, #widemaincontent li {
	padding: 0;
	margin: 0;
	}
/* Page structure
----------------------------------------------- */
#navcolumn {
	clear: both;
	float: left;
	width: 150px;
	margin: 70px 0;
	}	
#adminnavcolumn {
	clear: both;
	float: left;
	width: 150px;
	margin: 70px 0;
	}	

#maincontent {
	float: left;
	width: 450px;
	margin: 30px 0;
	}
#widemaincontent {
	float: left;
	width: 620px;
	margin: 30px 0;
	padding: 0;
	text-align: left;
	}

#sidebar {
	float: right;
	width: 160px;
	margin: 90px 0;
	}
#sidebartop {
	float: right;
	width: 160px;
	margin: 40px 0;
	}
#push {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0;
	background: #9c9;
	}
#news {
	float: left;
	width: 210px;
	padding: 0;
	margin: 10px 0 0 0;
	}
#articles {
	float: right;
	width: 210px;
	margin: 10px 0 0 0;
	padding: 0;
	}
#logindetail {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
#centerleft {
	float: left;
	width: 200px;
	padding: 8px;
	height: 105px;
	margin-top: 10px;
	border: 1px solid #9c9;
	}
#centerright {
	float: right;
	width: 200px;
	height: 105px;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #9c9;
	}
#container {
	float: left;
	clear: both;
	width: 420px;
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #9c9;
	}
#spacer {
	width: 400px;
	font-size: 10px;
	padding: 10px 0;
	}

#footer {
	border: 0;
	border-top: 1px solid #9c9;
	color: #363;
	background: #fff;
	padding: 0 0 20px 0;
	text-align: left;
	clear: both;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}
#printhead {
   display: none;
	}

#connectpartners {
text-align: center;
font-size: 12pt;
margin: 1.5em 0;
}

#connectpartners p {
margin-bottom:.8em;
color: #363;
}

#connectpartners img {
margin: 0 0 1.2em 0;
}

/* Quotations
----------------------------------------------- */
blockquote {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin:	0;
	padding: 10px 0;
	color: #363;
	}
.author {
	margin: 0;
	padding: 0 0 5px 30px;
	color: #000;
	font-size: 11px;
	font-style: italic;
	}
#homequote {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	margin:	0;
	padding: 10px 20px 0 0;
	letter-spacing: 1px;
	color: #363;
	}
/* Tables
----------------------------------------------- */
table {
width: 100%;
margin-bottom: 10px;
	}
caption {
	font-size: 12px;
	font-weight: bold;
	color: #363;
margin-bottom: 4px;
margin-top: 10px;
text-align: left;
	}
th, td {
padding: 3px;
text-align: left;
font-size: 11px;
	}
thead th {
background: #363;
color: #fff;
	}
table a:hover {
	color: #000;
	text-decoration: none;
	}
/* forms
----------------------------------------------- */

input, checkbox, select, textarea, radio, button, password {
background: #EBF5EB;
font-size: 11px;
margin: 0;
padding: 0;
}
input:focus, 
select:focus, 
textarea:focus {
	background-color: #fff;
}
#firstname, #surname, #organisation, #position, #email, #telephone, #month, #submit, #message {
	width: 140px;
	}
#contactform input {
	width: 120px;
	}
#highlight {
color:#F00;
font-weight: bold;
}
#careersform input {
	width: 200px;
	}
.required {
	color: #FF0000;
	font-weight: bold;
}

/* Sidebar typography
----------------------------------------------- */
#sidebar p {
	font-size: 11px;
	line-height:14px;
	padding: 0;
	color:#363;
	}
#sidebar h3 {
	font-size: 12px;
	line-height:14px;
	padding: 0;
	color:#9C9;
	}
#sidebartop h5	{
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 0 0;
	line-height: 15px;
	margin: 5px 0;
	border-top: 1px solid #9c9;
}

#sidebartop p	{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 5px 0;
	line-height: 12px;
	color: #363;
	}
/* Home page panels
----------------------------------------------- */
#news p, #articles p 	{
	font-size: 11px;
	padding: 5px 0;
	}

#news h5, #articles h5 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5em;
	border-bottom: 1px solid #363;
	}

#news a:link, #news a:visited, #articles a:link, #articles a:visited {
	color: #363;
	text-decoration: none;
	}
#news a:hover, #articles a:hover {
	color: #9C9;
	text-decoration: none;
	}

#push h3 {
	font-size: 13px;
	padding: 8px 0 0 8px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	font-style:italic;
	}
#push h4 {
	font-size: 11px;
	padding: 0 8px 0 8px;
	font-weight: normal;
	color: #363;
	text-decoration: none;
	}
#push h5 {
	font-size: 11px;
	padding: 0 0 8px 8px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#push a:link, #push a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
#push a:hover {
	color: #363;
	text-decoration: underline;
	}
/* Home page news/articles
----------------------------------------------- */
#newsandarticles h2 { /* 'News' and 'Article' headlines*/
	color: #363;
	font-size: 160%;
	padding: 0;
	font-weight: normal;
	margin: 0;
	}

#newsandarticles h3 { /* 'News' and 'Article' headers*/
	background: #fff url(assets/grad-greentowhite.jpg) top left repeat-y;
	color: #363;
	font-size: 100%;
	padding: .15em;
	margin: .5em 0
	}
#newsandarticles p { /* 'News' and 'Article' text */
	margin-bottom: .1em;
	}
#newsandarticles .date { /* 'News' and 'Article' date */
	color: #363;
	}

h2 a:link, h2 a:visited, h2 a:active { /* 'News' and 'Article' headlines*/
text-decoration:none;	}

.banner {
margin: 0 0 1em 0;
}
/* Links
----------------------------------------------- */
a:link, a:visited {
	color: #363;
	text-decoration: underline;
	}
a:hover {
	color: #9C9;
	}
a:active {
	color: #363;
	text-decoration: underline;
	}
/* Partner Links
----------------------------------------------- */
#partner {
	margin-top: 1em;
	width: 400px;
	}
#partner img {
	margin: 0 10px 0 0;
	}

#partner p {
	margin: 0;
	color: #999;
	font-size: 90%;
	width: 250px;
	}
/* Text
----------------------------------------------- */	
p, body, td, li, ul, ol, h1, h2, h3, h4, h5, h6, th, caption, blockquote, #highlight, #author, q, label, input, checkbox, select, textarea, radio, button, password {
	font-weight: normal;
	font-family: verdana, arial, "bitstream vera sans", sans-serif;
	}
h1, h2, h3, h4, h5, h6	{
	margin: 0;
	letter-spacing: 0;
	padding: 0;
	}

p {
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0;
	margin: 0;
	}
h2	{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}
h3	{
	font-size: 12px;
	color: #9C9;
	padding-bottom: 15px;
	}
h4	{
	font-size: 12px;
	font-weight: bold;
	color: #363;
	}
h5	{ 
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	}
h6	{
	font-size: 12px;
	font-weight: bold;
	color: #9C9;
	text-transform: uppercase;
	padding: 0 0 2px 0;
	}
.smalltext {
	font-size: 10px;
	color: #000;
	text-align: left;
	}
.error {
	font-size: 10px;
	color: #000;
	text-align: left;
 	color: #F00;
}

/* Footer
----------------------------------------------- */	
#footer p	{
	font-size: 10px;
	padding: 0;
	}
#footer a:link, #footer a:visited {
	color: #363;
	text-decoration: underline;
	}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* Career section
----------------------------------------------- 
----------------------------------------------- 	
----------------------------------------------- */	

#logindetail p {
font-size: 10px;
padding-top: 4px;
}

#centerright p, #centerleft p {
 font-size: 10px;
}

#centerright h2, #centerleft h2 {
	font-size: 16px;
	font-weight: bold;
	color: #9C9;
	padding: 0;
	margin: 0;
}

/* Career login
----------------------------------------------- */	
div.row {
  clear: both;
  padding: 2px 0;
  }
div.row span.label {
 font-size: 10px;
 margin: 2px 0 0 0;
 float: left;
 font-weight: bold;
  }
div.row span.formw {
  float: right;
  text-align: left;
    }
#centerleft form {
 margin: 0;
 padding: 6px 0;
}

.pointer {
 font-size: 10px;
 margin: 2px 0 0 0;
 color: #9C9;

}

div.row span.header {
 font-size: 10px;
 margin: 0;
 padding: 4px 0 4px 10px;
 float: left;
 color: #fff;
 background-color: #9c9;
 width: 428px;
  }
div.row span.header a:hover {
	color: #fff;
	text-decoration: none;
	}

/* Input boxes (signup)
----------------------------------------------- */	
#signup select {
	width: 120px;
	}
.w20 {
	width: 20px;
	}
.w140 {
	width: 140px;
	}
.w160 {
	width: 160px;
	}
.w40 {
	width: 40px;
	}
.w100 {
	width: 100px;
	}
.w210 {
	width: 210px;
	}

.w380 {
	width: 380px;
	}

/* Career forms
----------------------------------------------- */	
#container div.row {
  clear: both;
  padding: 2px 0;
  }
#container div.row span.label {
 font-size: 10px;
 width: 200px;
 margin: 2px 0 0 0;
 float: left;

  }
#container div.row span.formw {
  font-size: 10px;
  float: right;
  width: 180px;
   margin: 2px 0 0 0;
  text-align: left;
    }
#container div.row span.fullwidth {
 font-size: 10px;
 width: 350px;
 margin: 2px 0 0 0;
 float: left;
  }
#container div.row span.comment {
 font-size: 10px;
 width: 384px;
 margin: 10px 0 0 0;
 float: left;
  }

#container optgroup {
  font-size: 10px;

}

/* buttons
----------------------------------------------- */	

#container div.row span.buttonleft {
 font-size: 10px;
 width: 192px;
 margin: 10px 0;
 padding: 0;
 float: left;
 text-align: left;
  }
#container div.row span.buttonright {
 font-size: 10px;
 width: 192px;
 margin: 10px 0;
 padding: 0;
 float: right;
 text-align: right;
  }

/* highlight panels
----------------------------------------------- */	

/* General help link*/		
#help dl {
	width: 160px;
	margin: 0 0 8px 0;
	padding: 0;
	background: #EBF5EB url(assets/top_EBF5EB_solid.gif) no-repeat top center;
	}
#help dt {
	margin: 0;
	padding: 5px 7px 2px 7px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	}
#help dd {
	margin: 0;
	padding: 0 7px 7px 7px;
	font-size: 15px;
	font-weight: bold;
	color: #363;
	background: #EBF5EB url(assets/bottom_EBF5EB_solid.gif) no-repeat bottom center;
	}



/* Create profile link*/	
#profile dl {
	width: 440px;
	margin: 5px 0;
	padding: 0;
	background: #fff;
	}
#profile dt {
	margin: 0;
	padding: 8px 5px 8px 35px;
	font-size: 12px;
	font-weight: bold;
	background: #9c9 url(assets/icons/user_28.gif) no-repeat bottom left;
	}
#profile dd {
	margin: 0;
	padding: 5px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	border-left: 1px solid #9c9;
	border-right: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	}
#profile a:link, #profile a:visited {
	color: #fff;
	text-decoration: none;
	}
#profile a:hover {
	color: #363;
	text-decoration: underline;
	}

/* Sharepoint link*/	
#sharepoint dl {
	width: 160px;
	margin: 0 0 8px 0;
	padding: 0;
	background: #363 url(assets/top_363_solid.gif) no-repeat top center;
	}
#sharepoint dt {
	margin: 0;
	padding: 2px 7px 2px 7px;
	font-size: 21px;
	font-weight: normal;
	color: #9c9;
	}
#sharepoint dd {
	margin: 0;
	padding: 0 7px 7px 7px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: #363 url(assets/bottom_363_solid.gif) no-repeat bottom center;
	}
#sharepoint p	{
	font-size: 10px;
	padding: 0;
	}
#sharepoint a:link, #sharepoint a:visited {
	color: #9c9;
	text-decoration: none;
	}
#sharepoint a:hover {
	color: #fff;
	text-decoration: underline;
	}


/* account options
----------------------------------------------- */	
#accountoptions {
	margin: 10px 0 0 0;
	padding: 0;
	}
#accountoptions div.row {
	margin: 0;
	padding: 15px 0 0 0;
	  }
div.row span.optionicon {
	font-size: 10px;
	float: left;
	width: 45px;
	}
div.row span.optiontext {
	float: left;
	text-align: left;
	vertical-align: top;
    }
#accountoptions p	{
	font-size: 12px;
	padding: 0;
	}
	
/* LBCambridge
----------------------------------------------- */
#lbcambridge {
	margin: 0;
	padding: 10px 0;
	}
#lbcambridge p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	}
.cambridgedownloads {
	margin: 1em 0;
	padding: 0;
	width: 160px;
	}
.imagelinks {
	margin-bottom: 1em;
	}

#bookingform table {
	margin: 10px 0;
	padding: 0;
}
#bookingform td {
background-color: #fff;
margin: 0;
padding: 5px 0;
border-bottom: 1px solid #eee;
}
#bookingform p {
font-size: 10px;
line-height: 13px;
margin: 15px 0;
}
#bookingform .sizea {
width: 200px;
}
#bookingform .sizeb {
width: 50px;
}
#bookingform input {
font-size: 13px;
}
#bookingform h2 {
font-size: 14px;
color: #CC3300;
margin: 15px 0;
}
#bookingform input:focus, 
select:focus, 
textarea:focus {
	background-color: #fff;
}


/* Regional#events Tables
----------------------------------------------- */
.events {
margin: 1.5em 0;
width: 420px;
}
.events a {
color: #77985c;
}
.events table {
position: relative;
top: -3px;
left: -2px;
border: 1px solid #000;
line-height: 1em;
background: #fff;
width: 420px;
}
.events table th {
margin: 0;
padding: 3px 5px;
text-align: left;
background-color: #9C9;
border-bottom: 1px solid #000;
font-size: 80%;
}
.events table td {
background: #eee;
}

.events table td.alt {
background-color: #CCC;
}

.events table .topics {
text-align: left;
width: 30%;
}
.events table caption {
margin: 0;
padding: 6px 12px;
text-align: left;
border: 1px solid #000;
border-bottom: none;
background: #363;
font-size: 110%;
color: #fff;
font-weight: bold;
}

.events a:link, .events a:visited {
	color: #000;
	text-decoration: underline;
	}
.events a:hover {
	color: #000;
	text-decoration: none;
	}





/* Map Styling
----------------------------------------------- */
dl.map.on {
	position:relative;
	width:450px;
	height:480px;
	background:url(../assets/map/eventsmapjan08.gif) no-repeat;
	text-align:left;
	margin:1.2em 0;
	padding:0px;
	border:#999 1px solid;
}

dl.map.on dt {
	list-style:none;
	display:inline;
}

dl.map.on dd {
	position:absolute;
	left:-9999px;
	width: 250px;
	padding:4px;
	border:#336633 1px solid;
	background:url(../assets/map/tooltip-bg.png);

	z-index:11;
	font-size:0.8em;
	color:#000;
}

dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}

dl.map.on a.region {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../assets/map/point.gif) no-repeat;
	width:14px;
	height:14px;
	outline:none;
	z-index:10;
	text-decoration:none;
}

dl.map.on a.region:hover {
	background:url(../assets/map/point-hover.gif) no-repeat;
}

dl.map.on dd a {
	color:#000;
}

dl.map.on dd a:hover {
	text-decoration:none;
}

dl.map.on dd a.close {
	position: relative;
	float: right;
	color: #000;
	background: url(../assets/map/close.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
	height: 16px;
	width: 16px;
	margin: 3px 0;
	text-decoration: none;
}

/* START OF CSS FOR MAP POINTS */

/* south west*/
dl.map.on a#region01 {
	top:391px;
	left:280px;
}

/* south */
dl.map.on a#region02 {
	top:405px;
	left:312px;
}
/* thames valley */
dl.map.on a#region03 {
	top:384px;
	left:334px;
}
/* NOT USED */
dl.map.on a#region04 {
	top:325px;
	left:319px;
}
/* central */
dl.map.on a#region05 {
	top: 352px;
	left: 339px;
}
/* South East */
dl.map.on a#region07 {
	top: 398px;
	left: 392px;
}
/* North West */
dl.map.on a#region08 {
	top: 287px;
	left: 295px;
}
/* Warwickshire */
dl.map.on a#region09 {
	top: 333px;
	left: 295px;
}
.regionaleventheader {
color: #fff;
background-color: #363;
padding: 3px;
margin: 0 0 5px 0;
}

/* Sidebar event lists*/	
.regionplaces dl {
	width: 160px;
	margin: 1em 0;
	padding: 0;
	}
.regionplaces dt {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #9c9;
	}
.regionplaces dd {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}
.regionplaces dd.booknow {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}
.regionplaces p	{
	font-size: 10px;
	margin: 1em 0;
	padding: 0;
	}
.regionplaces a:link, .regionplaces a:visited {
	color: #9c9;
	text-decoration: underline;
	}
.regionplaces a:hover {
	color: #000;
	text-decoration: underline;
	}
/* LBCambridge people list*/	

#peoplelist ol {
  width: 400px;  /* room for 3 columns */
  margin: 0;
  padding: 0;

}
#peoplelist ol li {
  list-style-type: none;
  float: left;
  width: 190px;  /* accommodate the widest item */
  margin: 0;
  padding: 0;
}
/* stop the floating after the list */
#peoplelist br
{
  clear: left;
}
/* separate the list from what follows it */
#peoplelist
{
  margin: 2em 0;
}

.returntotop {
font-size: 80%;
margin: 0 0 1em 0;
}

</style>



/* PUBLICATION PAGE */

.publication-holder {
padding: 0;
margin: 0;
}

.publication-tn {
float: left;
margin: 12px;
border: 1px solid #ddd;
padding: 0;
}


.bookclear {
clear: both;
margin: .5em 0;

}

.buybtn {
margin: 5px 0;
border: 0;
padding: 0;
float: left;
}

.publication-flash {
float: right;
margin: 1px;
}
.ec_ejc_thkbx {
float:right;
margin: 0;
padding: 0;

}

/* Feature publication */


.publication-feature {
clear: both;
overflow: auto;
padding: 0;
margin: 0;
background: #9c9 url(assets/new-flash.png) 560px 10px no-repeat;
width: 620px;
}

.detail-feature {
float: left;
margin-bottom: 1em;
width: 490px;
}

/* Sub publications */

.publication-sub {
overflow: auto;
padding: 0;
margin: 0;
width: 304px;
float: left;
font-size: 85%;
}



.detail-sub {
float: left;
margin-bottom: 1em;
width: 170px;
}


/* Common text formating */

.publication-holder h2 {
margin: 1em 0 0 0;
padding: 0;
color: #363;
font-weight:bold;
}


.publication-holder h3 {
font-size: 120%;
margin: 0 0 .2em 0;
padding: 0;
color: #363;
}

.publication-holder p {
font-size: 90%;
margin: 0 0 .3em 0;
padding: 0;

}
.publication-sub h2 {
margin: 1em 0 0 0;
padding: 0;
color: #363;
font-weight:bold;
font-size: 120%;

}

/* Author tooltip */

.publication-holder img	{
	border: 0;
	}

#auth-pg, #auth-moller {
	display: none;	
	}
#tt-author {
margin: 0;
padding: 0;
	}
#tooltip.tt-author {
	width: 250px;
	text-align: left;
	font-size: 85%;

	}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	}
#tooltip h3, #tooltip div {
	margin: 0;
	}
.auth a:hover {
color: #000;
}

/* book styles */


#book table {
	margin: 0;
	padding: 0;
	background: #fff;
}
#book td {
background: #fff;
margin: 0;
padding: 0;
}
#book img {
margin: 0;
padding: 0;
border: 1px #ddd solid;
}
#book p {
margin: 0 0 .5em 0;
padding:0;
}
#book .bookcover {
width: 110px;
}
.booktitle {
font-size: 135%;
margin: 1em 0 .2em 0;
padding: 0;
color: #363;
font-weight:bold;
}
.booksub {
font-size: 120%;
margin: 0 0 .2em 0;
padding: 0;
color: #363;


}
.bookpublisher {
font-size: 85%;
font-style: italic;
margin: .5em 0;
padding: 0;

}
#sidebar-booklinks {
margin-top: 2em;
}

#sidebar-booklinks a {
border: 0;
padding: 0;
margin: 0;
display: inline;
font-weight: bold;
}

#sidebar-booklinks a:hover {
border: 0;
padding: 0;
background: #fff;
}

.doclink {
width: 75%;
margin-top: 10px;
border-bottom: 1px solid #9C9;
font-size: 90%;
padding-bottom: 5px;
}

.doclink img {
margin-top: 5px

}


#booklink {
margin-top: 20px;

} 

#booklink a {
border: 0;
padding: 0;
margin: 0;
width: 120px;
display: inline;

} 


#booklink a:hover {
border: 0;
padding: 0;
background: #fff;
} 




/* Workshop date/venue panel
----------------------------------------------- */
#workshops {
background: #99cc99 url(assets/workshops_bg.jpg) top left no-repeat;
margin: 10px 0;
border-left: 4px solid #336633;
padding: 8px;
width: 400px;
}
#workshops p {
line-height: 120%;
font-size: 85%;
}

/* 10 Years
----------------------------------------------- */

      .slide-out-div {
          padding: 20px;
          width: 250px;
          background: #a79824 url('/assets/10year-bg.png') repeat top right;
          border: 0;
		  text-align: left;
		  z-index:100;
      }      
	  
	  .slide-out-div h3 {
	  font-size: 175%;
	  color: #363;
	  font-weight: normal;
	  line-height: 110%;
	  }
      .slide-out-div a:hover {
color: #000;
      }      


	  .slide-out-div p {
	  line-height: 140%;
	  }
	  	  
/* LawWorks
----------------------------------------------- */
.lawworks-link {
clear: both;
margin: 20px 0;
}

.lawworks-link img {
margin-bottom: 10px;
}


.sponsors-logos {
margin: 10px 0;
}
