/*	Override default styles
	------------------------------ */

#main-title {
	width: 100%;
	font-size: 100%;
	* html font-size: 90%;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	background-color: #424E8A;
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/ttlbg-stud-ent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main-content p, #main-content h3, #main-content h4,
#main-rightbox p, #main-rightbox h3, #main-rightbox h4,
#site-footer {
	margin-top: 0;
}
		
#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}

#main-breadcrumb {
	margin-bottom: 0;
}

#main-content {
	margin-bottom: 1.5em;
}

#main-rightbox {
	font-size: 89%;
}

#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: 5161ac;
}

a,
a:focus,
a:hover {
	color: #5161ac;
	text-decoration: none;
}

#button-fullwidth a{
	display:block;
	background-color: #5664a5;
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/button-fullwidth-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	border: 2px solid #dddddd;
}

#button-fullwidth a:focus,
#button-fullwidth a:hover {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}


/*	Global styles
	------------------------------  */
	
#banner {
	border-bottom: 5px solid #ddd;
	height: 160px;
	color: #fff;
	padding: 20px;
	background-color: #B9C420;
	background-image: url(http://www.lboro.ac.uk/microsites/enterprise/thinkbig/images/banner-bg-se2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	#banner p {
	font-size: 12px;
	float: right;
	line-height: 1.3;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	width: 380px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	}
#main .trigger {
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
}

#main .trigger a,
#button a {
	color: #999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#dddddd 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#dddddd 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f3f3f3 0%,#dddddd 100%); /* W3C */
}

#main .trigger a:hover,
#button a:hover {
	color: #333;
}
	#button a {
		font-weight:bold;
		font-size:14px;
		margin-right:300px;
		margin-bottom:20px;
	
			
	}
	
	#banner a {
		border-bottom: 1px dotted #fff;
		color: #fff;
		text-decoration: none;
	}
	
	#banner a:focus,
	#banner a:hover {
		border-bottom-style: solid;
	}
	
#content-main {
	background: url(../../../../../microsites/enterprise/thinkbig/images/content-main-bg.png) repeat-x left top;
	overflow: hidden;
	clear: both;
}

/*	jQuery UI tabs
	------------------------------ */

.ui-tabs-hide { display: none; }

#tabs {
	float: left;
	margin: 0;
	position: relative;
	width: 701px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
	
	#tabs-nav {
	background: url(../../../../../microsites/enterprise/thinkbig/images/tabs-bg.png) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 16px 0 0 16px;
	}
	
		#tabs-nav li {
			float: left;
		}
		
			#tabs-nav li a {
	border-bottom: 0;
	color: #58585a;
	display: block;
	min-height: 17px;
	outline: none;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
			}
			
			#tabs-nav li a:focus,
			#tabs-nav li a:hover {
				background: url(../../../../../microsites/enterprise/thinkbig/images/icon-arrow.png) no-repeat center 84%;
				text-decoration: none;
			}
			
			#tabs-nav .ui-tabs-selected a,
			#tabs-nav .ui-tabs-selected a:focus,
			#tabs-nav .ui-tabs-selected a:hover {
	background: #58585a url(../../../../../microsites/enterprise/thinkbig/images/icon-arrow.png) no-repeat center bottom;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
			}
				
	.tab {
	background: url(../../../../../microsites/enterprise/thinkbig/images/tab-bg.png) no-repeat left top;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
	overflow: hidden;
	width: 645px;
	padding-top: 22px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
	}
	
	.tab h2 {
			position: absolute;
			left: -9999px;
		}
		
	.tab h3 {
	font-size: 18px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	margin-bottom: 0.5em;
		}
		
.tab h4 {
	font-size: 15px;
	margin: 0 0 0.5em;
	color: #5161ac;
}


	.tab h5 {
	font-size: 15px;
	margin: 0 0 0.5em;
	color: #698db4;
}	
			.tab h3 em {
				color: #666;
				font-style: normal;
				font-weight: normal;
			}
			
		.tab h3.border {
			border: 0;
			border-top: 1px solid #eee;
			margin-top: 1.25em;
			padding-top: 1em;
		}
		
		.tab p {
			margin-top: 0;
		}
		
		.tab .intro {
			font-size: 14px;
		}
		
		.tab a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5161ac;
		}
		
		.tab a:focus,
		.tab a:hover {
			border-bottom-style: solid;
		}

.boxes {
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	overflow: hidden;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

	.boxes li {
		background: #58585a url(http://www.lboro.ac.uk/microsites/enterprise/thinkbig/images/bg.jpg) no-repeat -327px top;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		float: left;
		margin: 8px 0 0 20px;
		min-height: 220px;
		padding: 10px 15px 0;
		width: 282px;
	}
	
	.boxes .box2 {
		background-position: right top;
	}
	
	.boxes h3 {
		font-size: 16px;
		margin: 0 0 8px;
		padding: 0;
	}

.logos {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	overflow: hidden;
	width: 665px;
}

	.logos li {
		 display: table;
		float: left;
		height: 75px;
		margin-left: 20px;
		width: 113px;
	}
	
		.logos li a {
			display: table-cell;
			border: 0;
			text-align: center;
			vertical-align: middle;
			width: 113px;
		}
		
			.logos li a img {
				border: 0;
				margin: 0 auto;
			}

.contacts {
	list-style: none;
	margin: 0 0 0 -20px;
	overflow: hidden;
	padding: 0;
	width: 665px;
}

	.contacts li {
		border-bottom: 1px solid #eee;
		float: left;
		margin: 0 0 15px 20px;
		min-height: 160px;
		padding: 0;
		width: 312px;
	}
	
	.contacts .short {
		min-height: 140px;
	}
	
	.contacts .last {
		border: 0;
		margin-bottom: 0;
	}
	
		.contacts li p {
			margin-bottom: 10px;
		}
	
		.contacts li strong {
			font-size: 14px;
		}
	
		.contacts li .role {
			color: #777;
			font-size: 12px;
		}
		
#sidebar {
	float: right;
	padding-top: 12px;
	width: 215px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

#sidebar h4 img {
	border: 2px solid #8fa8c3;
}



#sidebar h4 img:hover {
	border: 2px solid #77879a;
}

	#sidebar h2 {
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1;
	padding-left: 34px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 30px;
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/icon-bulb.png);
	background-repeat: no-repeat;
	background-position: left 21px;
	}
	
	#sidebar .contact {
		font-size: 13px;
		line-height: 1.5;
		list-style: none;		
		margin: 0;
		padding: 0;
	}
	
		#sidebar .contact li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 34px;
		}
		
		#sidebar .contact .name {
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/icon-silhouette.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
		}
		
		#sidebar .contact .tel {
			background: url(../../../../../microsites/enterprise/thinkbig/images/icon-tel.png) no-repeat 4px top;
		}
		
		#sidebar .contact .email {
			background: url(../../../../../microsites/enterprise/thinkbig/images/icon-email.png) no-repeat 4px 5px;			
		}
		
		#sidebar .contact .location {
			background: url(../../../../../microsites/enterprise/thinkbig/images/icon-location.png) no-repeat 7px top;
			border: 0;
			font-size: 12px;
			margin: 0;
			padding-bottom: 0;
		}
		
		#rightmenu-links strong.link-icon {
			background: url(../../../../../microsites/enterprise/thinkbig/images/icon-link.png) no-repeat left 2px;
		}
		
			
		#rightmenu-links strong {
			padding-left:27px;
			padding-top: 5px;
			line-height: 28px;

		}
		
		
		
			#sidebar .contact a {
				border-bottom: 1px solid #ccc;
				color: #333;				
			}
			
			#sidebar .contact a:focus,
			#sidebar .contact a:hover {
				border-bottom-style: solid;
				color: #666;
			}
	
		#sidebar .contact h3 {
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
		
		#sidebar .contact p {
			color: #777;
			font-size: 12px;
			line-height: 1.25;
			margin: 0;
		}
		
.casestudies {
	display: block;
	width: 600px;
	list-style-type: none;
	padding: 0px;
}
.casestudies li a {
	line-height: 1.2em;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(http://www.lboro.ac.uk/microsites/enterprise/thinkbig/images/case-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	height: 35px;
	color: #666;
}
.casestudies li a strong {
	color: #414F8C;
}
.formlink {
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/ttlbg-stud-ent.jpg);
	display: block;
	width: 170px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-position: left top;
	background-repeat: no-repeat;
}
.formlink .light {
	font-size: 0.9em;
	line-height: 1.2;
	font-weight: lighter;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	color: #CCC;
	padding-top: 5px;
	margin-right: -10px;
}
.news {
	display: block;
	width: 180px;
	list-style-type: none;
	line-height: 1.3;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 33px;
}
.news li a {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #5161ac;
}
.news li a:hover {
	color: #000000;
}
.news li a .date {
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	display: block;
	margin-top: 2px;
	padding-top: 2px;
}
.news li a:hover .date {
	border-top-color: #CCC;
}
.formlink:hover {
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/ttlbg-stud-ent.jpg);
	background-position: left -10px;
	color: #FFF;
}
.casestudies li a:hover {
	background-image: url(http://www.lboro.ac.uk/microsites/enterprise/thinkbig/images/case-bg-hover.jpg);
}
.casestudies li a:hover strong {
	color: #222;
}
.datatable {
	line-height: 1.2;
}
.datatable tr th {
	background-color: #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/table-th-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
small {
	font-size: 0.9em;
	color: #666;
}
.datatable tr .left {
	-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-radius: 8px 0px 0px 8px;
border-radius: 8px 0px 0px 8px;
	
}
.datatable tr .right {
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 8px 8px 0px;
border-radius: 0px 8px 8px 0px; 
}


	
.datatable tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.datatable tr {
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
	
}
.datatable tr:hover {
	background-color: #EEE;
}

#banner .pagetext {
	font-size: 1.25em;
	padding-right: 70px;
	padding-left: 60px;
	width: 330px;
}
.social {
	display: block;
	padding-left: 30px;
	text-align: right;
	margin-top: 40px;
}
.social p {
	font-weight: bold;
	color: #666;
}
.social p a img {
	margin-top: 5px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -7px;
}
.pdf {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pdf li a {
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/doc_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.link {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.link li a {
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/icon-link.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#main .featurelink {
	background-color: #36C;
	background-image: url(../../../../../microsites/enterprise/thinkbig/images/ttlbg-stud-ent.jpg);
	width: 200px;
	margin-top: -4px;
	margin-right: -4px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -310px top;
	font-size: 1.2em;
	line-height: 1.1;
	border: 4px solid #EEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#main .featurelink strong {
	font-size: 1.6em;
}
#main .featurelink em {
	font-size: 0.7em;
}
.contentlight   {
	font-size: 0.8em;
	color: #999;
}
#main #sidebar h3{
	margin-bottom: 0px;
	padding-left: 5px;
}

/*	Extras
	------------------------------ */

a.rightmenu {
	color: #333333;
}
a.rightmenu:hover {
	color: #666666;
}

#rightmenu {
	background: #fff url(../../../../../microsites/enterprise/thinkbig/images/rightmenu-bg.png) no-repeat center;
	width: 215px;
	height: 108px;
}
#rightmenu-links {
	position:absolute;
	width: 200px;
	font-size: 12px;
	line-height: 22px;
	margin-left:8px;
	margin-top:5px;
}




a.rightmenu2 {
	color: #eaeaea;
}
a.rightmenu2:hover {
	color: #ffffff;
}

#rightmenu2 {
	background: #fff url(../../../../../microsites/enterprise/thinkbig/images/rightmenu2-bg.png) no-repeat top;
	width: 215px;
	height: 89px;
	margin-bottom: 10px;
	color: #ffffff;
}
#rightmenu2-links {
	position:absolute;
	width: 200px;
	font-size: 12px;
	line-height: 22px;
	margin-left:8px;
	margin-top:12px;
}

a.img {
	text-decoration: none;
	border: none;
}
a.img:hover {
	text-decoration: none;
	border: none;
}

a.body {
	color: #6a87a7;
	border: none;
}
a.body:hover {
	color: #77879a;
	border: none;
}

a.vid {
	color: #698db4;
	border: none;
}
a.vid:hover {
	color: #77879a;
	border: none;
}

.tab a{
	color: #698db4;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5161ac;
}

.tab a:hover{
	color: #77879a;
}

#footer-logos {
	width: 470px;
	height: 110px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center
}

#footer-logos h2{
	margin-bottom: 0px;
}

#footer-logos h4{
	font-size: 12px;
	color: #999999;
	line-height: 12px;
	margin: 0px;
	font-weight: normal;
}


/*	Social media icons in footer
	---------------  */

#social{
	position:absolute;
	margin-left: 855px;
	margin-top: -30px;
	padding: 5px;
}

#social .box{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 2px;
}

#social .box a{
	display: block;
	width: 20px;
	height: 20px;
}

#social .box a.facebook{
	background: url(../../../../../microsites/enterprise/thinkbig/images/facebook.jpg) no-repeat left top;
}

#social .box a:hover.facebook{
	background-position: bottom;
}

#social .box a.twitter{
	background: url(../../../../../microsites/enterprise/thinkbig/images/twitter.jpg) no-repeat left top;
}

#social .box a:hover.twitter{
	background-position: bottom;
}

#social .box a.linkedin{
	background: url(../../../../../microsites/enterprise/thinkbig/images/linkedin.jpg) no-repeat left top;
}

#social .box a:hover.linkedin{
	background-position: bottom;
}

#social .box a.youtube{
	background: url(../../../../../microsites/enterprise/thinkbig/images/youtube.jpg) no-repeat left top;
}

#social .box a:hover.youtube{
	background-position: bottom;
}

#sidebar-logo{
	text-align: center;	
}

#content-image
	{
	float:right;
	margin: 0px 0px 10px 30px;
	border: 2px solid #ddd;
	line-height: 0px;
	}
	
#content-image-button
	{
	float:right;
	margin: 0px 0px 0px 5px;
	border: 0px;
	}ƒ
	
#content-image-button img
	{
	border: 0px;
	}
	
#content-image-button a
	{
	border: 0px;
	}
	
	
	/*	Category list  */
	
#finalist{
		margin-bottom: 20px;
		border: 1px solid #eee;
		padding: 20px 20px 20px 150px;
		background-image: url(../../../../../microsites/enterprise/thinkbig/images/amy-humphreys-thumb.jpg);
		background-color: #fafafa;
		background-repeat: no-repeat;
		background-position-x: 20px;
		background-position-y: 20px;
		min-height: 150px;
	}
	
	#finalist.winner{
		border: 1px solid #5d81a9;
		background-color: #8eadce;
		color: #fff;
		padding-bottom: 0px;
		background-position-x: 0px;
		background-position-y: 0px;
	}
	
	#finalist.champ{
		border: 1px solid #35406c;
		background-color: #4b5a95;
		color: #fff;
		padding-bottom: 0px;
		background-position-x: 0px;
		background-position-y: 0px;
	}
	
	#finalist.winner p{
	}
	
	#finalist-image{
	float: left;
	display:block;
	width: 106px;
	height: 80px;
	background: yellow;
	margin: 0px 20px 500px 0px;
	border: 2px solid #ddd;
}

	#finalist h3{
	margin: 0px;
	}
	
	#finalist h4{
	margin: 0px;
	color: #999;
	}
	
	#finalist.winner h3{
		color: #4a4e0f;
	}
	
	#finalist.champ h3{
		color: #fff;
	}
	
	#finalist h5{
	margin: 2px 0px 10px 0px;
	font-size: 14px;
	color: #999;
	}
	
	#finalist.winner h5{
		color: #eaeaea;
	}
	
	#finalist.champ h5{
		color: #eaeaea;
	}
	
	#finalist h6{
	margin: -10px 0px 10px 0px;
	font-size: 13px;
	color: #666;
	}
	
	#winner-text{
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 37px;
	margin: 10px 0px 0px 327px;
	display: block;
	}
	
	#content-main .expander{}
	
	#finalist.winner a{
		color: #335D8B;
	}
	
	#finalist.winner a:hover{
		color: #77879a;
	}
	
	#finalist.winner span.read-more a{
		color: #335D8B;
	}
	
	#finalist.winner span.read-more a:hover{
		color: #77879a;
	}
	
	#finalist.winner span.read-less a{
		color: #335D8B	;
	}
	
	#finalist.winner span.read-less a:hover{
		color: #77879a;
	}
	
	
	

			
			
			
			
			
			
			/*	Awards night gallery
	------------------------------  */

#awards-gallery,
#download-banners,
#download-email {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -18px;
	clear: both;
}

.tab #awards-gallery {
	margin: 0 0 0 -19px;
}

	#download-banners li {
	list-style: none;
	padding: 0;
	display: block;
	margin-top: 0;
	margin-bottom: 3em;
	margin-left: 15px;
 	float: left;
	padding-right:20px;

	}
	
	#download-email li {
	list-style: none;
	padding: 0;
	display: block;
	height: 165px;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 15px;
 	width: 440px;
	padding-right:20px;

	}
	
	.tab #awards-gallery li {
	float: left;
	list-style: none;
	padding: 0;
	display: block;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 15px;
	}
	
	.tab #awards-gallery li,
	.tab #download-banners li {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 17px;
	margin-left: 23px;
	}
	
	.tab #awards-gallery li p {
	margin: 0px !important;
}
	
		.tab #awards-gallery h5 {
			color: #666;
			font-size: 11px;
			line-height: 14px;
			margin: 0 0 0.25em;
			padding-left: 15px;
		}
	
		.tab #awards-gallery .photo,
		.tab #awards-gallery .photo {
			margin: 0 0 0.25em;
		}
		
			.tab #awards-gallery .photo a,
			.tab #awards-gallery .photo a {
				display: block;
				height: 90px;
				position: relative;
				text-decoration: none;
			}
			
				#awards-gallery .photo a img {
					border: 2px solid #ddd;
					padding: 5px;
					width: 128px;
				}
				
				
				#awards-gallery .photo a:focus img,
				#awards-gallery .photo a:hover img, {
					border-color: #779500;
				}
			
				#awards-gallery .photo a span {
					display: none;
					/* background: #fff url(http://www.lboro.ac.uk/microsites/enterprise/thinkbig/images/icon-zoom.png) no-repeat 5px center;
					border-top: 1px solid #ddd;
					border-left: 1px solid #ddd;
					-webkit-border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
					color: #779500;
					padding: 2px 6px 3px 24px;
					position: absolute;
					right: 2px;
					bottom: 2px; */
				}
				
				/* #awards-gallery .photo a:focus span,
				#awards-gallery .photo a:hover span {
					display: block;
				} */
			
		.tab #awards-gallery .download,
		.tab #awards-gallery .download {
			font-size: 11px;
			margin: 0;
			text-align: center;
		}
		
		
		.tab #download-banners .download,
		.tab #download-banners .download {
			font-size: 11px;
			margin: 0;
			text-align: left;
		}
		
		
			.tab #awards-gallery .download a,
			.tab #awards-gallery .download a {
				background: url(../../../../../microsites/enterprise/thinkbig/images/icon-download.png) no-repeat left center;
				display: block;
				margin: 0 auto;
				padding-left: 12px;
				text-decoration: none;
				width: 80px;
			}
			
			.tab #download-banners .download a,
			.tab #download-banners .download a,
			#download-email .download a {
				background: url(../../../../../microsites/enterprise/thinkbig/images/icon-download.png) no-repeat left center;
				display: block;
				margin: 0 auto;
				padding-left: 20px;
				text-decoration: none;
				width:120px;
				
			}
			
			p.banner img{
				padding: 5px;
				border: 1px solid #ccc}