/**********************************

LEC new version
July 2009

**********************************/

/*

#wrapper {
	width:100%;
}

#container {
	width:860px;
	overflow:visible;
}

#content {
	width:860px;	
	margin-left:15px;
	margin-right:15px;
}

#full {
	width:660px;
}

#side {
	width:185px;
}

#top {
	width:660px;
}

#left {
	width:400px;
}

#right {
	width:245px;
}

#footer {
	width:860px;	
	margin-left:15px;
	margin-right:15px;
}

*/

/** general styles **/

body {
	color:#366;
	background:url(../images/bgleaf.gif) top left;
	background:url(../images/bg_body.jpg) center;
	background:url(../images/bg_body02.jpg) repeat-x top center;	
}

a {
	color:#366;
}

a:hover {
	color:#64b2b1;
}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}


h2,h3,h4,legend {
	color:#366;
}

h4 span{display:block; font-size:12px; line-height:20px;}

p,li,img {
	color:#366;
	
}

p.alert {
	color:#f33;
}

div.it {
	color: #b2b9bd;
	font-weight:bold;

}

dl.lines dt {
	color:#366;
	border-top:1px #b2b9bd solid;
	padding-top:10px;
}

/** forms **/

textarea {
	width:500px;
}
textarea.waitrose {
	width:232px;
}

textarea.ebpevents {
	width:200px;
}


/** link styles **/

ul.link li,
div.link {
	background:transparent url(../images/bg_link.gif) no-repeat top left;
}

img.middle {
vertical-align:middle;
}	
	
div.mp4 {
	position:relative;
	min-height:20px;
	background:transparent url(../images/bg_vid.gif) no-repeat top left;
}

div.mp4 p {
	padding:0 0 0 20px;
	line-height:140%;
}

div.mp4 h3,
div.mp4 h4 {
	padding:0 0 0 20px;
	line-height:140%;
}

/* ie hack \*/
* html div.mp4 {
	height:22px;
}
/* End ie hack */

/** container

#container {
	background:url(../images/bg_container.jpg) top right no-repeat;
}

 **/

/** tools **/

#tools {
	
	padding-right:15px;
}

#tools a {
	color:#699;
}

#tools p {
	color:#666;
	font-weight:bold;
}

/** header **/

#header {
	position:relative;
	height:130px;
	height:100px;
	margin:0 0 15px 0;
}

#header .lu_logo {
	position:absolute;
	top:0px;
	right:0;
	width:200px;
	height:120px;
	z-index:100;
}

#header .lec_logo {
	position:absolute;	
	top:20px;
	left:0px;
}

#header .waitrose_logo {
	position:absolute;	
	right:200px;
	top:0;
	height:82px;
	z-index:100;
}

#header .ceh_logo {
	position:absolute;	
	right:215px;
	top:28px;
	height:82px;
	width:225px;
	height:54px;
	z-index:100;
}

/** search **/

fieldset#search {
	position:absolute;
	top:-20px;
	right:230px;
	height:24px;
	width:200px;
	margin:0;
	padding:0;
	z-index:100;
/*	background:transparent url(../images/search_bg.gif) no-repeat;	*/
}

fieldset#search legend {
	display:none;
}

fieldset#search form {
	margin:0;
	padding:0;
	background:transparent;	
}

fieldset#search input {
	position:absolute;
	margin:0;
	padding:0;
	font-size:smaller;
	border:#fff 0px solid;
	color:#699;
}

fieldset#search input#q {
	top:2px;
	left:0;
	height:18px;
	width:160px;
	border:#699 1px solid;
	background:#fff;
}

fieldset#search input#sa {
	top:2px;
	left:165px;
	height:19px;
	width:19px;
	background:transparent url(../images/search_go_bg.gif) no-repeat;
	cursor:pointer;
	color:#fff;
	font-size:0%;
	text-indent:100px;
	overflow:hidden;
}

fieldset#search input#sa:hover {
	background:transparent url(../images/search_go_bg2.gif) no-repeat;
}

/** navigation bar **/

#navbar {
	background:#fff;
	z-index:2;
	}

#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#navbar li {
	float:left;
	margin:0 3px 0 0;
	padding:0;
	background:url("../images/bg_navbar_r.gif") no-repeat right top;
	background-image:url("../images/bg_navbar_r.gif");
/*	background-image:url("../images/bg_navbar_r_current.gif");
*/	}

#navbar a {
    float:left;
	display:block;
	background:url("../images/bg_navbar_l.gif") no-repeat left top;
	background-image:url("../images/bg_navbar_l.gif");
/*	background-image:url("../images/bg_navbar_l_current.gif");
*/	padding:3px 5px 2px;
	text-decoration:none;
	color: #fff;
	color: #eee;
	font-weight:bold;
	}
	
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#navbar a {float:none;}
/* End IE5-Mac hack */
	
#navbar li.current {
	background-image:url("../images/bg_navbar_r_current.gif");
	}

#navbar li.current a {
	background-image:url("../images/bg_navbar_l_current.gif");
    padding-bottom:3px;
	color: #fff;
	}

#navbar ul li a:hover {
	color: #64b2b1;
	}

/** links bar **/
	
#links_bar {
	display:none;
}
	
/** breadcrumbs **/

#wrapper #crumbs {
	min-height:25px;
}

#crumbs {
	width:100%;
	float:left;
	background:#336666;
}

#crumbs.noneselected {
	margin-top:1px;
}

#crumbs p {
	color:#ddd;
	font-size:65%;
	padding:5px 0;
	margin-left:185px;
}

#crumbs p a,
#crumbs p a:hover {
	color:#eee;
	text-decoration:none;
}

/** subnav **/

#subnav {
	float:left;
	margin-bottom:15px; 
	padding-bottom:20px;
	background:#336666 url(../images/bg_nav.gif) no-repeat bottom left;
}

/** subnav list styles **/

#subnav ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	display:block;
	width:185px;
	overflow:hidden;
}

#subnav.empty ul {
	border-bottom:1px solid #366;
}

#subnav ul ul {
	float:left;
	margin-top:-1px;
	background:#ddd;
	border-bottom:0px;
}
 
						/** this border is for the white line inbetween boxes, the one above is for the last line **/

#subnav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:75%;
	font-weight:bold;
	border-top:1px solid #fff;
}

#subnav li li {
	font-size:95%;
	border-top:0px;
	border-top:1px solid #d0d0d0;
}

/* a and span - default text and border styles */

#subnav li a {
	display:block;
	float:left;
	padding:5px;
	width:175px;
	color:#fff;
	text-decoration:none;
}

#subnav li li a {
	padding:5px 5px 5px 30px;
	width:150px;
	border-bottom:0px;
}

/* ie hack \*/
* html #subnav li a {
	height:1px;
	width:185px;
}
/* End ie hack */

/* a - standard background - left hand menu colours */

#subnav li a {
	background:#336666;
}

#subnav li li a {
	color:#b2b9bd;
	background:#224444;
}

/* a-hover */

#subnav li a:hover {
color:#64b2b2;
background:#336666;
}
#subnav li.current a:hover {
	color:#64b2b2;
	background:#224444;
}

#subnav li li a:hover,
#subnav li li.current a:hover {
	color:#64b2b2;
	background:#224444;
}

/* current option */

#subnav li.current a {
	color:#64b2b2;
	background:#224444;
}

#subnav li li.current a {
	color:#64b2b2;
	background:#224444;
}

/** content **/

#content {
	background:transparent url(../images/bg_content.gif) no-repeat top left;
}

/** side liner **/

#side .liner h2 {
	font-size:110%;
}

/** liner for demonstrator box **/

.demonstrator .liner {
	border:0;
	background:transparent url(../images/bg_demonstrator.gif);
}

/** common home page styles **/

#home_index #content,
#home_index01 #content,
#undergraduate_index #content,
#postgraduate_index #content,
#postgraduate_dev_index #content,
#staff_index #content,
#shanghai_conference_index #content,
#people_index #content,
#people_index_dev #content,
#people01_index #content,
#research_dev_index #content,
#business_index01 #content {
	background:transparent url(../images/bg_content_home.gif) repeat-x top;
	}

#home_index #content #full,
#home_index01 #content #full,
#undergraduate_index #content #full,
#postgraduate_index #content #full,
#postgraduate_dev_index #content #full,
#people_index #content #full,
#people_index_dev #content #full,
#people01_index #content #full,
#research_dev_index #full,
#business_index01 #full {
	left:0;
	margin-top:0;
	}

#home_index #content #side,
#home_index01 #content #side,
#undergraduate_index #content #side,
#postgraduate_index #content #side,
#postgraduate_dev_index #content #side,
#people_index #side,
#people_index_dev #side,
#people01_index #side,
#research_dev_index #side,
#business_index01 #side {
	display:none;
	}

/** LEC home page styles **/

#home_index li.three_panel,
#home_index01 li.three_panel  {
	width:272px;
}

#home_index li.three_panel h3,
#home_index01 li.three_panel h3 {
	font-size:160%;
}

#home_index li.three_panel p,
#home_index01 li.three_panel p {
	font-size:90%;	
}

/* news */

#home_index #news,
#home_index01 #news,
#business_index01 #news {
	width:270px;
	float:left;
}

/* banner */

#home_index #banner,
#home_index01 #banner {
	height:160px;
}

/* feature boxes */

#home_index #feature,
#home_index01 #feature,
#business_index01 #feature {
	width:578px;
	border-left:1px #b2b9bd solid;
	float:right;
	margin-bottom:15px;	
}

#home_index #feature div,
#home_index01 #feature div,
#business_index01 #feature div {
	padding:5px 10px;
}

#home_index #feature div div,
#home_index01 #feature div div{
	padding-left:0;
	padding-right:0;
}

#home_index #feature_half_left,
#home_index01 #feature_half_left{
	width:280px;
	border:1px #b2b9bd solid;
	float:left;
	margin-bottom:15px;	
	margin-left:10px;
}

#home_index #feature_half_left div,
#home_index01 #feature_half_left div{
	padding:5px 10px;
}

#home_index #feature_half_right,
#home_index01 #feature_half_right{
	width:288px;
	border:1px #b2b9bd solid;
	float:right;
	margin-bottom:15px;	
}

#home_index #feature_half_right div,
#home_index01 #feature_half_right div{
	padding:5px 10px;
}

/** UG home page styles **/

#undergraduate_index h2 {
	font-size:195%;
	text-align:center;
}

/** UG home page subjects **/

#undergraduate_index li.three_panel  {
	width:273px;
	}

#undergraduate_index li.three_panel h3 {
	font-size:160%;
	}
	
#undergraduate_index li.three_panel p {
	font-size:90%;
	}

/* UG courses tabs */
	
#undergraduate_course_list ul.tab_navigation,
#biological_sciences_courses ul.tab_navigation,
#environmental_science_courses ul.tab_navigation,
#geography_courses ul.tab_navigation {
	margin-left:0;
}
	
#undergraduate_course_list ul.tab_navigation a,
#biological_sciences_courses ul.tab_navigation a,
#environmental_science_courses ul.tab_navigation a,
#geography_courses ul.tab_navigation a {
	margin-right:3px;
}

#undergraduate_course_list ul.tab_navigation span,
#biological_sciences_courses ul.tab_navigation span,
#environmental_science_courses ul.tab_navigation span,
#geography_courses ul.tab_navigation span {
    padding: 3px 7px 2px;
}
	
/* UG video */
	
#ug_video {
	padding:10px 10px 20px;
	background:#000 url(../images/bg_ug_videos.gif) bottom repeat-x;
	}

#ug_video h3,
#ug_video p,
#ug_video span {
	color:#ddd;
	}
	
#ug_video h3 {
	padding-bottom:2px;
	}
	
#ug_video li.four_panel  {
	width:180px;
	border-right:0;
	padding:0 15px;
	}

#ug_video a {
	margin:0 auto;
	text-decoration:none;
	display:block;
	width:180px;
}

#ug_video a span {
	display:block;
	padding-top:115px;
	text-align:center;
	font-size:90%;
	}

	#ug_video span b {
	font-size:110%;
	}
	
#ug_video a#video_bs {background:transparent url(../images/ug_index_video_bs.jpg) no-repeat;}
#ug_video a#video_bs:hover {background:transparent url(../images/ug_index_video_bs_over.jpg) no-repeat;}

#ug_video a#video_es {background:transparent url(../images/ug_index_video_es.jpg) no-repeat;}
#ug_video a#video_es:hover {background:transparent url(../images/ug_index_video_es_over.jpg) no-repeat;}

#ug_video a#video_geog {background:transparent url(../images/ug_index_video_geog.jpg) no-repeat;}
#ug_video a#video_geog:hover {background:transparent url(../images/ug_index_video_geog_over.jpg) no-repeat;}

#ug_video a#video_biomed {background:transparent url(../images/ug_index_video_biomed.jpg) no-repeat;}
#ug_video a#video_biomed:hover {background:transparent url(../images/ug_index_video_biomed_over.jpg) no-repeat;}
	
/* UG search */

#ug_search {
	background:#fff url(../images/bg_ug_search.jpg) top right no-repeat;
	padding:10px;
}

#ug_search fieldset {
}

#ug_search fieldset legend {
	display:none;
}

#ug_search fieldset label {
	font-family:"trebuchet ms","gill sans","helvetica",sans-serif;
	color:#366;
	font-size:120%;
}

#ug_search fieldset input {
	color:#64B2B1;
	border:2px #64B2B1 solid;
	font-size:100%;
	font-weight:bold;
	margin:0;
	vertical-align:middle;
}

#ug_search fieldset input.button {
	cursor:pointer;
	border:1px #366 solid;
	color:#fff;
	background:#366;
}

#ug_search fieldset input.button:hover {
	background:#64B2B1;
}
	
/** UG course pages **/
	
#top.ug_courses_header{
	margin-bottom:15px;	
}

/** courseinfo styles **/

#essential_info {
	border:1px #699 solid;
}

#course_structure {
	border:1px #804D51 solid;
	background:#fff8f8;
}

#course_structure h3,
#course_structure p {
	color:#804D51;
}

#course_structure a {color:#E08652;}
#course_structure a:hover {color:#804D51;}

dl.courseinfo dd a,
ul.courseinfo li a {
	background:#fff url(../images/li_courses_bg.gif) repeat-y;
}

dl.courseinfo dd a:hover,
ul.courseinfo li a:hover {
	color:#666;
	background:#fff url(../images/li_courses_bg_over.gif) repeat-y;
}

.top_courses dl.courseinfo dd a,
.top_courses ul.courseinfo li a {
	font-weight:bold;
}

.other_courses dl.courseinfo dd a,
.other_courses ul.courseinfo li a {
	font-size:95%;
	padding:7px 15px;
}

/** people **/

#people_index #side,
#people_index_dev #side,
#people01_index #side,
#staff_index #side {
	display:none;
}

#people_index #full,
#people_index_dev #full,
#people01_index #full,
#staff_index #full,
#research_dev_index #full {
	left:0;
	margin-top:0;
	width:860px;
}

#people_index #left,
#people_index_dev #left,
#people01_index #left,
#staff_index #left {
	left:0;
	margin-top:5px;
	width:600px;
}

/** staff profiles styles **/

.stafflist .name {
	font-size:100%;
}

.stafflist .role,
.stafflist .phone,
.stafflist .email {
	font-size:80%;
}

p.job_title {
	color:#366;
	font-weight:bold;
	font-size:110%;
}

/** PG home page styles **/

#postgraduate_index h2,
#postgraduate_dev_index h2 {
	font-size:195%;
	text-align:center;
}

#postgraduate_index #left,
#postgraduate_dev_index #left {
	width:600px;
	left:0px;
}

#pg_links {
	background:#fff url(../images/bg_pg_links.jpg) top right no-repeat;
}

#pg_links ul.link {
	float:left;
	font-weight:bold;
	border-right:1px solid #366;
	padding:0 12px;
}

#pg_links ul.noborder{
	border:0;
}

#postgraduate_index li.two_panel, 
#postgraduate_dev_index li.two_panel {
	width:290px;
}

#postgraduate_index li.two_panel h3, 
#postgraduate_dev_index li.two_panel h3 {
	font-size:160%;
}

#postgraduate_index li.two_panel p, 
#postgraduate_dev_index li.two_panel p {
	font-size:90%;	
}

/** google search page **/

#content.search {
	font-size:75%;
	padding-bottom:10px;
}

#content.search li {
	font-size:100%;
}

#content.search table {
	display:none;
}

#content.search table td {
	font-size:100%;
	background:transparent;
}

#content.search div table {
	display:block;
}

#content.search div td,
#content.search div p {
	font-size:100%;
}

#content.search div {
	width:99%;
	font-size:100%;
	border-bottom:1px #b2b9bd solid;
	margin-bottom:10px;
}

#content.search img,
#content.search center div {
	display:block;
	border:0px #fff solid;
}

#content.search br {
	display:none;
}

#content.search center {
	margin:0;
	padding:0;
}

/** atomz search page **/

#content.atomz table {
	display:none;
}

#content.atomz p {
	display:none;
}

#content.atomz img {
	display:none;
}

#content.atomz p.show {
	display:block;
}

#content.atomz h3 {
	font-size:95%;
	padding:0 0 5px 0;
}

#content.atomz .ad,
#content.atomz .ad_area {
	display:none;
}

/** feature box **/

div.feature1 {
	position:relative;
	width:280px;
	margin:5px 0 10px 0;
	float:right;
}

div.feature2 {
	position:relative;
	width:270px;
	background:#b2b9bd url(../images/bg_feature.gif) no-repeat top right;
	float:right;
}

div.feature3 {
	position:relative;
	background:transparent url(../images/bg_feature_text.gif) no-repeat bottom right;
	padding:10px;
}

div.feature3#alt {
	background:transparent url(../images/bg_feature_text2.gif) no-repeat bottom right;
}

div.feature3 h3 {
	font-size:80%;
	color:#066;
	padding:0 0 5px 0;
}

div.feature3 img {
	border:#699 1px solid;
	margin:0 0 5px 5px;
}

div.feature3 p {
	font-size:70%;
}

/** item **/

div.item {
	border-top:1px solid #b2b9bd;
}

div.item p {
	text-align:left;
}

div.item img {
	border:1px solid #b2b9bd;
}

/** item box **/

div.itembox {
	border:1px solid #b2b9bd;
}

div.itembox p {
	text-align:left;
}

div.itembox img {
	border:0px solid #b2b9bd;
}


/** image box **/

div.image_box .caption {
	color:#699;
}
div.image_box p {
	font-size:65%;
}

/** footer **/

#footer {
	border-top:1px #b2b9bd solid;
}

img#enw,
img#nwda,
img#eu {
	position:relative;
	float:right;
}

img#enw {
	margin:4px 176px 0 0;
}

img#nwda {
	margin:0 25px 20px 20px;
}

#right .liner p {
	text-align:left;
	}
	
#left p {
	text-align:left;
	}

/** jquery plugin styles **/

/* facebox */

#facebox .b {background:url(../images/facebox_b.png);}
#facebox .tl {background:url(../images/facebox_tl.png);}
#facebox .tr {background:url(../images/facebox_tr.png);}
#facebox .bl {background:url(../images/facebox_bl.png);}
#facebox .br {background:url(../images/facebox_br.png);}
#facebox .footer {background:url(../images/facebox_footer.png) top right no-repeat;}

/** tab navigation **/

div.tab_navigation {border-color:#369;}
ul.tab_navigation a {color:#fff;background-image:url("../images/bg_tab_left.gif");}
ul.tab_navigation span {background-image:url("../images/bg_tab_right.gif");}
ul.tab_navigation a.selected,ul.tab_navigation a:hover {color:#366;border-color:#fff;background-image:url("../images/bg_tab_left_selected.gif");}
ul.tab_navigation a.selected span,ul.tab_navigation a:hover span {background-image:url("../images/bg_tab_right_selected.gif");}


table.student_seminar {
font-size:10pt;
}
table.student_seminar ul, li, p{
font-size:10pt;
}