			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/GetFeedback/layout.css
 */


#getFeedbackBox{ position: fixed; top: 250px; right: -360px; font-size: 11px; display: none; z-index: 99999; }
#getFeedbackBox.resultOut {right: 0px; display: block;}

	
	#getFeedbackContent { float: left; background: #f0f0f0; color: #fff !important; padding: 10px; width: 340px;  min-height: 180px; border: 2px solid #bbb;}
	
		#getFeedbackContent fieldset { padding: 5px 15px 5px 5px !important; background: #e0e0e0; positon: relative;  color: #333; margin: 0px !important;  border: 1px solid #f0f0f0; }
		#getFeedbackContent input, #getFeedbackContent textarea { background: #d0d0d0; color: #333; padding: 2px 4px; border: 1px solid #777;}
		#getFeedbackContent textarea { width: 270px !important; height: 100px; }
		#getFeedbackContent input#gf_submit {width: 100px; font-weight: bold; font-size: 14px; float: right; clear: both;}
		#getFeedbackContent ul li { list-style-image:none; background: none;color: #333 !important; margin-bottom: 10px !important; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
		#getFeedbackContent label { display: block;font-size: 12px; font-weight: bold; margin-bottom: 5px; }
		
		#getFeedbackTab { height: 180px; width: 40px; background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/GetFeedback/feedback_sprite.jpg); background-position: left top; background-repeat: no-repeat; float: left; cursor: pointer;}
		#getFeedbackTab.hover {background-position: right top; }
		
		#gf_response { padding: 5px; color: #333; margin-bottom: 5px;}
		#gf_response.gf_success { background: #779a8f; color: #fff; font-weight: bold; }
		#gf_response.gf_error { background: #e00; color: #fff; }
		
		#gf_loading { font-size: 18px; font-weight: bold; text-align: center; display: none; }
		
		#closeTab { width: 80px; font-weight: bold; font-size: 18px; background: #e0e0e0; border: 2px solid #d0d0d0 ;display: block; height: 20px; text-align: center; padding: 5px; cursor: pointer; position: absolute; top: -33px; right: 0px; }
		
		.noborder { border: none !important; }
		
		#resultMessage { font-weight: bold; font-size: 14px; padding: 5px; background: #e0e0e0; color: #333;  }
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/Mapping.css
 */

#mapCanvas {
	width: 560px;
	height: 400px;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/EventsCalendar.css
 */


#EventsCalendar {
	width:99%; overflow: auto;
	padding: 0.5%; padding-left:0.5%; padding-right:0.5%;
	background-color:#EDEDED;
	font-family:Arial, Helvetica, sans-serif;
}

	#EventsCalendar p { font-size:1em; }

		#EventsCalendar p.subHeading {
			padding:0px; margin-top:4px; font-size:1.1em;
		}


	#EventsCalendar a { color:const(tertiaryColour); }

	#EventsCalendar .titleBar { 
		display: block; width: 98.5%; height: 22px; 
		margin: 0px; padding: 4px 0px 0px 0px; overflow: hidden;
		background-color: #CCCBD3; border: 1px solid white;
		border-collapse: separate; border-spacing: 1px;
        font-size: 12px; font-family: Arial, Verdana; font-weight: bold; 
		text-decoration:none; text-align: center;
	}

	#EventsCalendar .column {
		padding: none !important; margin: none !important;
	}





#EventsCalendar .column.left { 
	float: left; width: 65%; overflow: hidden;
}	

	#EventsCalendar .viewOptions {
		padding: 0px; height: 26px; 
	}

		#EventsCalendar .viewOptions li {
			float: left; height: 20px; margin: 0px; padding: 6px 10px 0px 10px; 
			list-style: none; text-align:center; vertical-align: middle;
			color: #8DB3DF; background-image: none; 
		}

			.chronosTemplate #EventsCalendar .viewOptions li { color: const(secondaryColour); }

		#EventsCalendar .viewOptions li.title {
			width: 20%; color: white; 
			font-size: inherit; font-weight: inherit; 
			background-color: #687EBE;
		}

			.chronosTemplate #EventsCalendar .viewOptions li.title { background-color: const(primaryColour); }

		#EventsCalendar .viewOptions li.active {
			color: white;
			background-color: #8DB3DF;
		}

			.chronosTemplate #EventsCalendar .viewOptions li.active {
				background-color: const(secondaryColour);
			}

			#EventsCalendar .viewOptions a { text-decoration: none; }
			#EventsCalendar .viewOptions a:hover { text-decoration: underline; }
			#EventsCalendar .viewOptions li.active a { color: white; }


	#EventsCalendar .column.left .event,
	#EventsCalendar .column.left .event.main,
	#EventsCalendar .column.left .noEvent,
	#EventsCalendar .column.left .viewing,
	#EventsCalendar .column.left .subscribe { 
		width: 96.5%; padding: 1%; margin-bottom: 4px;
		border: 1px solid white; background-color: #F2F2F2;
	}

	#EventsCalendar .column.left .event,
	#EventsCalendar .column.left .event.main {
		min-height: 80px;
	}

		.chronosTemplate #EventsCalendar .column.left .event,
		.chronosTemplate #EventsCalendar .column.left .event.main {
			min-height: 65px;
		}

	#EventsCalendar .column.left .noEvent {
		min-height: 25px; text-align: center; 
	}

		#EventsCalendar .column.left .subscribe {
			padding-left: 35px;
			background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/layout/social/rss.png);
			background-repeat: no-repeat; background-position: 5px 8px;
		}

			#EventsCalendar .subscribe p,	
			#EventsCalendar .subscribe ul {
				margin: 0px; padding: 0px; text-align: left; 
			}

			#EventsCalendar .subscribe li { 
				padding: 0px; margin: 0em 0.4em 0em 0.1em; display: inline; text-align: center; list-style: none; background: none;
			}


	
	#EventsCalendar .event { }

		#EventsCalendar .event .title { 
			margin-bottom: 2px; 
			font-weight: bold; font-size: 1.2em; color: black; 
		}
			
			.chronosTemplate #EventsCalendar .event .title { font-size: 1.2em; }


			#EventsCalendar .event .title a { text-decoration: none; } 

			.chronosTemplate #EventsCalendar .event .title,
 			.chronosTemplate #EventsCalendar .event .title a { 
				color: const(secondaryColour); 
			}


		#EventsCalendar .event .subTitle { 
			font-weight: bold; font-size: 0.9em; color: black; 
		}

			.chronosTemplate #EventsCalendar .event .subTitle { color: const(secondaryColour); }


		#EventsCalendar .event .lectureTitle {
			margin-bottom: 8px;	
			font-size: 1.1em; font-weight: bold; color: black;
		}

		#EventsCalendar .event .speaker {
			margin-bottom: 8px;
			font-size: 1.1em; font-style: italic; color: black;
		}

		#EventsCalendar .event .timeDateWrapper {
			float:right; margin-left:70px;
		}

			#EventsCalendar .event .timeDateWrapper .time {
				padding: 4px 0px 4px 30px;
				background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/clock.png);
				background-repeat: no-repeat;
				font-size: 1.0em;
			}

				#EventsCalendar .event .timeDateWrapper .time p {
					display: inline; font-size: 1.0em; text-align: right;
				}

				#EventsCalendar .event .timeDateWrapper .time img {
					display: inline; margin-right: 5px;
				}

				#EventsCalendar .event .timeDateWrapper .date {
					margin-bottom: 2px;
					font-size: 1.2em; font-weight: bold; text-align: right;
					color: #8DB3DF;
				}

					.chronosTemplate #EventsCalendar .event .timeDateWrapper .date { color:const(secondaryColour); }


				#EventsCalendar .event .moreinfo { clear: both; }

		#EventsCalendar .event .monthTitle a {
		  text-decoration: none;
		  font-size: 12px;
		  color: const(primaryColour);
		}

			#EventsCalendar .event .monthTitle a:hover,
			#EventsCalendar .event .monthTitle a:active {
			  text-decoration: underline;
			}

		#EventsCalendar .event .taxonomy {
			clear: both; margin: 2% 0%; font-size: 0.9em;
		}

	
	#EventsCalendar .social {
		float: right; clear: right;
		margin-left: 10px;
	}

		#EventsCalendar .social .connect {
			float: left; height: 16px; width: 16px; overflow: hidden;
			margin-right: 3px; text-indent: -999999px;
			background: transparent none scroll no-repeat top left;
		}

		#EventsCalendar .social .connect.google { background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/icon-google.gif); }
		#EventsCalendar .social .connect.twitter { background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/icon-twitter.gif); }
		#EventsCalendar .social .connect.facebook { background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/icon-facebook.gif); }
		#EventsCalendar .social .connect.email { background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/icon-email.png); }
		#EventsCalendar .social .connect.outlook { background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/EventsCalendar/icon-outlook.gif); }

		#EventsCalendar .social .addthis_button img { margin: 0px; }


#EventsCalendar .column.right {
	float: right; width: 35%; overflow: hidden;
}

	#EventsCalendar .column.right .titleBar { width: 99.5%; }

		#EventsCalendar .column.right .titleBar.month {
			font-family: Arial, Verdana; font-size: 12px; font-weight: bold;
			text-align: center; background-color: #CCCBD3;
			border: 1px solid white; border-collapse: separate; border-spacing: 1px;
		}

			#EventsCalendar .column.right .titleBar.month a {
				color: const(primaryColour);
			}

			#EventsCalendar .column.right .titleBar.month #center {
				width: 80%; text-align: center; color: black;
			}

			#EventsCalendar .column.right .titleBar.month #next,
			#EventsCalendar .column.right .titleBar.month #previous {
				position: relative; top: -5px;
				width: 10%; color: #284029;
			}

				
				#EventsCalendar .column.right .titleBar.month #previous { top: -7px; }

				.chronosTemplate #EventsCalendar .column.right .titleBar.month #next,
				.chronosTemplate #EventsCalendar .column.right .titleBar.month #previous { top: 2px; }

			#EventsCalendar .column.right .titleBar.month #next,
			#EventsCalendar .column.right .titleBar.month #previous,
			#EventsCalendar .column.right .titleBar.month #center {
				float: left;
			} 


		
			#EventsCalendar .miniCal table {
				background-color: #FFFFFF; 
				border-collapse:separate; border-spacing: 0px; border-spacing: 1px;
				font-weight: bold; font-size: 0.9em; font-family: Arial, Verdana; text-align: center;
			}

				#EventsCalendar .miniCal a:hover { text-decoration: underline; }

				#EventsCalendar .miniCal th {
					text-align:center; color: #000000;
					background-color: white;
				}
	
				#EventsCalendar .miniCal td {
					padding: 4px; color: white;
					border:0px; background-color:#7F7F7F;
				}

					#EventsCalendar .miniCal td a {
						color: #FFFFFF;
						text-decoration: none;
						display: block;
					}

					
					#EventsCalendar .miniCal td.selected { 
						background-color:#8DB3DF;
					}

						.chronosTemplate #EventsCalendar .miniCal td.selected { background-color:const(secondaryColour); }

						#EventsCalendar .miniCal td.selected,
						#EventsCalendar .miniCal td.selected a { 
							color: white;
						}


					
					#EventsCalendar .miniCal td.today {
						background-color: const(highlightPrimaryColour);
					}
		
						#EventsCalendar .miniCal td.today a { color: white; }


					#EventsCalendar .miniCal td.notmonth {
						color: #7F7F7F; background-color: #CCCBD3;
					}

						#EventsCalendar .miniCal td.notmonth a { color: #7F7F7F; }

					#EventsCalendar .miniCal td.monthtab {
						padding: 0;
						background-image: polygon(#7F7F7F, transparent, 12x24, [4,0, 12,0, 12,24, 4,24, 0,20, 0,4]);
						background-repeat: no-repeat; background-color: white; background-position: 50% 50%;
					}

						#EventsCalendar .miniCal td.monthtab a {
							width: 8px; overflow: hidden;
							color: black; text-indent: -999999px;
						}

					#EventsCalendar .miniCal tr.active td.monthtab {
						background-image: polygon(#8DB3DF, transparent, 12x24, [4,0, 12,0, 12,24, 4,24, 0,20, 0,4]);
						background-color: white;
					}

						.chronosTemplate #EventsCalendar .miniCal tr.active td.monthtab {
							background-image: polygon(const(secondaryColour), transparent, 12x24, [4,0, 12,0, 12,24, 4,24, 0,20, 0,4]);
						}

		
					
					#EventsCalendar .miniCal td.hasevent.today {
						background-image: polygon(#8DB3DF, transparent, 10x10, [0,0, 10,10, 0,10]);
					}

						.chronosTemplate #EventsCalendar .miniCal td.hasevent.today {
							background-image: polygon(const(secondaryColour), transparent, 10x10, [0,0, 10,10, 0,10]);
						}

					#EventsCalendar .miniCal td.hasevent,
					#EventsCalendar .miniCal td.hasevent.today.selected {
						background-image: polygon(#ffffff, transparent, 10x10, [0,0, 10,10, 0,10]); 
						background-position: bottom left; background-repeat: no-repeat;
					}

					#EventsCalendar .miniCal td.hasevent.today.notmonth {
						background-image: polygon(#CCCBD3, transparent, 10x10, [0,0, 10,10, 0,10]);
					}

					
					#EventsCalendar .miniCal td.todaysDay {
						margin:1px; padding-bottom: 3px; padding-right: 5px;
						text-decoration:none; background-color:white;
					}

					#EventsCalendar .miniCal td.todaysEvent {
						color:white; background-color:const(primaryColour);
					}

					#EventsCalendar .miniCal td.todaysDayHasEvent {
						color:white; text-decoration:none;
						background-color:const(highlightPrimaryColour);
					}

					#EventsCalendar .miniCal td.todaysDayTodaysEvent {
						color: white; text-decoration: none;
						background-color:const(primaryColour);
					}

					#EventsCalendar .miniCal td.weekendHasEventTodaysEvent {
						background-color:const(primaryColour);
						color:white;
					}
		
	
		
			#EventsCalendar .categories ul {
				margin: 2px 0px 0px 0px; padding: 0px;
			}

				#EventsCalendar .categories ul li {
					margin: 0; padding: 0; overflow: hidden;
					list-style: none;
					background-image: none; 
				}

					#EventsCalendar .categories ul li a {
						display: block; height: 18px; padding: 4px 10px; margin: 0px 0px 1px;
						font-size: 1.1em; font-weight: bold; line-height: 18px;
						color: white; text-decoration: none;
						background: #8DB3DF; 
					}

						.chronosTemplate #EventsCalendar .categories ul li a {
							color: const(secondaryTextColour); background: const(secondaryColour);
						}		

						#EventsCalendar .categories ul li a:hover,
						#EventsCalendar .categories ul li a.selected{
							background: #687EBE; color: white;
						}

							.chronosTemplate #EventsCalendar .categories ul li a:hover,
							.chronosTemplate #EventsCalendar .categories ul li a.selected {
								background: const(highlightPrimaryColour); color: const(highlightPrimaryTextColour);
							}



	#EventsCalendar.single .event a.nativePage {
		float: right; margin: 0% 2%;
	}

	#EventsCalendar.single .event .detailbox {
		width: 40%; padding: 2%; margin: 4% 0% 4% 4%; margin-left: 4%;
		float: left; overflow: none;
		background: #e7e7e7;
		line-height: 18px;
	}


 


			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/twitter.css
 */


			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/spellcheck.css
 */

.red-spell {
	
	border-bottom: 1px solid #f00;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/SocialMediaLinksBox.css
 */

.SMLB{
	overflow: auto;
}

.SMLB-large{
	width: 339px;
}

.SMLB-small{
	width: 195px;
}

.SMLB .SMLBheader{
	background: #0b2f45;
	color: #FFFFFF;
	font-weight: bold;
}

.SMLB-large .SMLBheader{
	width: 339px;
	height: 43px;
	text-align: right;
	position: relative;
	background-image: url('/pantheon/styles/images/Default/snippets/SocialMediaLinksBox/kent-logo.png');
	background-repeat: no-repeat; 
	background-position: 3px 3px; 
	float: left;
}

.SMLB-large .SMLBheaderText{
	position: absolute;
	bottom: 1px;
	right: 5px;
}

.SMLB-small .SMLBheaderText{
	padding: 0 0 0 3px;
}

.SMLB-small .SMLBheader{
	width: 195px;
	height: 15px;
}

.SMLB img{
	width: auto;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	float: left;
}

.SMLB img.SMLBimage{
	border-top: 2px solid #FFFFFF;
}

.SMLB-large img.SMLBimage{
	width: 339px;
}

.SMLB-small img.SMLBimage{
	width: 195px;
}

.SMLB .SMLBLinks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	background: #0b2f45;
	border-top: 2px solid #FFFFFF;
	float: left;
}

.SMLB-large  .SMLBLinks{
	width: 339px;
}

.SMLB-small  .SMLBLinks{
	width: 195px;
}

.SMLB .SMLBLink{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 4px 4px 3px 4px;
	background: none;
}

.SMLB-large .SMLBLink{
	width: 48px;
}

.SMLB-small .SMLBLink{
	width: 24px;
}

.SMLB-large .SMLBLink img{
	width: 48px;
}

.SMLB-small .SMLBLink img{
	width: 24px;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/autocomplete/kent.autocomplete.css
 */


#googleSearchGo {
  background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/autocomplete/zoom.png) no-repeat;
  width: 15px;
  height: 15px;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

#pgprogrammeTitle, #ugprogrammeTitle {
	width:300px;
	height:20px;
	font-size:12pt;
	margin:0 5px 0 0;
	border:solid 2px #777777;
	padding:0 0 0 5px;
}
#pgprogrammesq, #ugprogrammesq {
	width:300px;
	height:20px;
	font-size:12pt;
	margin:0 0 0 0;
	border:solid 2px #777777;
	padding:0 0 0 0;
}

#pgprogrammeTitleSearch, #ugprogrammeTitleSearch {
	padding:0 0 0 0;
	display:none;
	margin: 0 0 10px 0;
}

#ugprogrammeCodeSearch {
	padding:20px 0 20px 0;
	display:none;
}

#ugprogrammeCodeSearchButton {
  background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/autocomplete/zoom.png) 0 0 no-repeat;
  position: relative;
  width: 35px; 
  height: 35px;
  border: 0;
  cursor: pointer;
  top:8px;
}

#pgprogrammeCodeSearchButton {
  background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/autocomplete/zoom.png) no-repeat;
  position: relative;
  width: 35px; 
  height: 35px;
  border: 0;
  cursor: pointer;
}

#ugprogrammeCode {
	width:300px;
	height:20px;
	font-size:12pt;
	margin:0 5px 0 0;
	float: left;
	border:solid 2px #777777;
	padding:0 0 0 5px;
}


#pgprogrammesAdvancedSearchContainer, #ugprogrammesAdvancedSearchContainer {
	margin: 20px 0 0 0;
}
#pgprogrammesAdvancedSearch, #ugprogrammesAdvancedSearch {
}
#pgprogrammesGoogleSearch, #ugprogrammesGoogleSearch {
	margin: 0 0 10px 0;
}
#pgprogrammesSearch, #ugprogrammesSearch {
	margin: 0 0 20px 0;
}





			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/snippets/autocomplete/jquery.autocomplete.css
 */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	background-image: none;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	
	
	font: menu;
	font-size: 12px;
	
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/autocomplete/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/decorators/warningOutput.css
 */



div.warningOutputContainer {
	
	
}

div.warningOutputContainer div.header {

	margin-top: 24px;
	background: #d27066;
	width: 64px;
	text-align: center;
	border: 2px solid #d27066;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	margin-left: 6px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
}

div.warningOutputBox {

	background: #ffe3b6;
	border: 3px solid #d27066;
	border-bottom: 1px solid #d27066;
}

div.warningOutputBox  div.warningItem {
	
	padding: 8px;
	border-bottom: 2px solid #d27066;
	font: 12px verdana;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/decorators/previewBox.css
 */

﻿
div {
				
}

div#previewBoxContainer {
	width: 240px;
	top: 20px; 
	position: absolute;
	left: 800px;
	z-index: 2;
}


div#previewBoxContainer div#previewBoxToggle {
	
}

div#previewBoxContainer div#previewBoxToggle a {
	background: #ffe3b6;
	width: 30px;
	text-align: center;
	border: 2px solid #d27066;
	border-top: none;
	text-decoration: none;
	color: #000;
	display: block;
	float: right;
	margin-right: 10px;
	font-size: 10px;
}

div#previewBox {
	width: 230px;
	z-index: 2;
	background: #ffe3b6;
	border: 4px solid #d27066;
	font: 13px verdana;
}

div#previewBox p.templateVersion {
	float: right;
	padding: 0 0 3px 4px;
	background: #d27066;
	color: #fff;
	font: 9px verdana;
	
}
div#previewBox p  {
	line-height:100%;
}


div#previewBox p.previewText {
	margin: 4px;
}

div#previewBox ul {
	margin: 0 0 4px 24px;
}

div#previewBox ul li {
	margin: 0 0 2px 0;
}

div#previewBox ul a {
	text-decoration: none;
	color: #aa0000;
}

div#previewBox ul a:hover {
	text-decoration: none;
}


 
div#warningInfo {
	width: 230px;
	position: absolute;
	left: 800px;
	z-index: 2;
}

div#warningInfo div.warningBox {
	background: #ffe3b6 url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/warningBox/backgroundCream.jpg) no-repeat 0 0;
	border: 4px solid #d27066;
	margin: 16px 0 0 0;
	font-family: verdana;
	position: relative;
	cursor: pointer;
}

div#warningInfo div.warningBox div.hideText {
	position: absolute;
	width: 200px;
	background: #555;
	color: #fff;
	top: 10px;
	left: 8px;
	font: 1.4em verdana;
	padding: 2px;
	text-align: center;
	display: none;
}

div#warningInfo div.warningBox p {
	padding: 12px 12px 12px 12px;
}

div#warningInfo div.warningBox a {
	color: #000;
	text-decoration: none;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/decorators/inspectorOutput.css
 */

﻿.inspectorDebugItem {
	background: #fefefe;
	padding: 4px;
	margin: 12px 0 12px 12px;
	width: 738px;
	border: 2px solid #ccc;
	font: 1.1em courier new, verdana;
}

div.inspectItem {
	
}

div.inspectItem div.text {
	background: #fefefe;
	padding: 4px;
	margin: 12px 0 0 24px;
	width: 730px;
	border: 2px solid #ccc;
	font: 1.1em courier new, verdana;
}

div.inspectItem div.info {
	background: #fafafa;
	padding: 4px;
	margin: 0 0 12px 25px;
	width: 730px;
	border: 1px dashed #ccc;
	border-top: none;
	color: #999;
	font: 1.0em courier new, verdana;
} 
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/decorators/auditor.css
 */



div.auditContainer {
	
	
}

div.auditContainer div.header {

	margin-top: 24px;
	background: #d27066;
	width: 70px;
	text-align: center;
	border: 2px solid #d27066;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
}

div.auditBox {

	background: #ffe3b6;
	border: 3px solid #d27066;
	border-bottom: 1px solid #d27066;
}

div.auditContainer div.auditorItem {
	
	padding: 8px;
	border-bottom: 2px solid #d27066;
	font: 12px verdana;
}
			
/**
 * ntral/templates/pantheon-themes/Default/views/css/browser/decorators/developerBox.css
 */



div.developerBoxContainer {
	width: 240px;
	bottom: 10px; 
	position: fixed;
	left: 800px;
	z-index: 2;
	
}

div.developerBoxContainer div.header {

	margin-top: 24px;
	background: #d27066;
	width: 64px;
	text-align: center;
	border: 2px solid #d27066;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	margin-left: 6px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
}

div.developerBox {

	background: #ffe3b6;
	border: 3px solid #d27066;
	border-bottom: 1px solid #d27066;
	padding: 10px;
}


			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/layout.css
 */





* { margin: 0; padding: 0; }

body {font-family: Arial, Verdana, san-serif; font-size: 11px; background: #333;}

	
	.wrapper {text-align: center;} 
	.wrapper-inner {width: 780px; text-align: left;  margin: 0 auto;}

	#header-wrap { color: #fff; background: #404040 url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/header_bg.jpg) repeat-x left top; height: 177px; position: relative; }
		#header { position: relative; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/header-trans.png) no-repeat 1px bottom; height: 177px; }
			
			#header a#logolink { color: #fff; position: absolute; top: 4px; left: 65px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/banner-trans.png) no-repeat left top; display: block; width: 377px; height: 137px; }
	
				
			
			#header ul#nav { position: absolute; top: 105px; left: 30px; width: 780px;color: #fff;  }
				#nav li { float:left; list-style: none; }
					#nav li a { color: #fff; text-decoration: none; display:block; width: 96px; height: 45px; text-align: center; padding: 30px 0px 0px 0px; font-weight: bold; font-size: 14px;z-index: 55 !important; position: relative; }
					#nav li a:hover, #nav li a.active { color: #000; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/nav-bg-trans.png) no-repeat center top; }
				
			#header form {position: absolute; top: 10px; right: 30px;}
				#header form #query { background: #fff url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/search-bg.jpg) no-repeat 3px center; color: #999; padding: 1px 0px 2px 15px; font-size: 12px; width: 120px;}
				#header form #searchgo { font-weight: bold; font-size: 10px; background: #404040 url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/go-btn-bg.png) no-repeat left top; }
	
	
	#fence {background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/fence-bg-trans.png) repeat-x left top; height: 120px; width: 100%; position: absolute; bottom: -5px; left: 0; z-index: -1;}
			#fence img {position: absolute; right: 30px; bottom: -9px;}
			
	#content-wrap { color: #333; background:#f0f0f0 url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/middle-bg.jpg) repeat left top; position: relative; z-index: 0; margin-bottom: -5px;}
		#content{background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/content-inner-trans.png) repeat-y center top;  padding: 15px 0px 10px 0px;z-index: 4; position: relative; left: 0px;}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			#content {left: -1px;}
		}

		
			#content-inner {padding: 0px 50px; z-index: 5; padding-bottom: 30px;}
			#content-main { padding-top: 20px; position: relative; }
			
				#balloons { position: absolute; top: -228px; left: -120px; z-index: 0;}
				*:first-child+html #balloons { left: -190px; z-index: -1 !important; }
					#homepage-content #balloons { position: absolute; top: -210px; left: -130px; z-index: 15;}
			
				#content-main h4 {margin: 0px 0px 15px 0px; font-size: 16px;}
				#content-main h5 {margin: 0px 0px 15px 0px; font-size: 14px;}
				#content-main p { margin-bottom: 15px; line-height: 16px; }
				#content-main img {padding: 10px;}
				#content-main a, #content-main a:visited { color: #888; text-decoration: underline; }
				#content-main a:hover { color: #f60; text-decoration: none;}
				#content-main ul, #content-main ol, #content-main li { margin: 10px 15px;}
				#content-main img.alignleft, #content-main img.alignright, #content-main img.left, #content-main img.right {border: 8px solid #bab9b9;} 
			
			
			#page-title { display: block; margin-bottom: 2px; }
			#page-title h3, #comingup h3, #recentnews h3 { float: left; padding: 6px 8px; color: #f0f0f0; font-size: 20px; font-weight: bold; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/title-bg-trans.png) repeat-x left -4px;-webkit-transform: rotate(-2.4deg); }
			#page-title h3 a, #page-title h3 a:visited { color: #f0f0f0 !important; text-decoration: none; }
			#page-title h3 a:hover { color: #fda !important; }
			#page-title #subnav { background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/subnav-bg-trans.png) repeat-x left -6px; float: left; margin-top: 2px; padding: 8px 8px 8px 0px; font-size: 12px; font-weighT: bold;}
				#subnav ul {}
					#subnav ul li { padding: 0px 8px; border-left: 1px solid #222; list-style: none; float: left; }
					#subnav ul li.firstsubnav { border-left: none;}
						#subnav ul li a, #subnav ul li a:visited {color: #424242; text-decoration: none; padding: 3px;}
						#subnav ul li a:hover, #subnav ul li.currentPage a {color: #fff; background: #424242;}
						
		
		
		
	#footer-wrap {color: #eee; background: #333 url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/footer-top-trans.png) repeat-x left top; margin-top: -5px; z-index: 1; }
		#footer { height: 80px !important; background: transparent url('dddimages/content-inner-trans.png') repeat-y center top; }
			#footer-inner { margin: 0 35px 0 35px; padding-top: 35px; padding-bottom: 25px; }
				#footer p { margin-bottom: 3px; }
				#footer-inner .right img { margin-right: 5px; border:0px;}
				#footer a, #footer a:visited {color: #fff; text-decoration: underline;}
				#footer a:hover { text-decoration: none; }
				
	
	
	
	
		#homepage-content { position: relative; height: 550px; }
			#homepage-content #content-main {position: absolute; top: 20px; left: 10px; width: 310px; padding: 0;}
			
			#comingup { width: 349px; height:100px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/comingsoon-bg-trans.png) no-repeat left top; position: absolute; right: -10px; top: 10px; }
				#comingup h3 {font-size: 18px; margin-top: -8px; float: none !important; width: 100px;}
				#comingup a { text-decoration: none; cursor: pointer !important;}
				#comingup #date { height: 45px; width: 43px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/date-bg-trans.png) no-repeat left top; text-align: center; position: absolute; left: 50px; top: 28px; }
					#comingup #date span.month {text-transform: capitalize; color: #fff;display: block; font-weight: bold; margin: 2px 0px 2px 0px;}
					#comingup #date span.day {color: #222; font-size: 20px;display: block; }
				#comingup p {width: 200px; position: absolute; top: 20px; right: 30px;color: #222;}
				#comingup a:hover p { color: #777;}
				
			#carousel {height: 271px; width: 332px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/carousel-bg-trans.png) no-repeat left top; position: absolute; top: 100px; right: -4px; }
				.cnewsItem { height: 197px; width: 295px; position: absolute; background-position: left top; background-repeat: none; top: 23px; left: 15px;z-index: 8;}
				.cnewsItem.current { z-index: 10; }
					.cnewsItem a, .cnewsItem a:visited {color: #fff ; text-decoration: none;display: block; height: 197px; width: 295px;}
						.cnewsItem .cnewsItemText{background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/semitransblack.gif) repeat left top; height: 65px; padding: 5px 0px; position: absolute; width: 295px; bottom: 0px;}
							.cnewsItemText p { padding: 0px 8px; }
							.cnewsItemText span.readmorelink {text-decoration: underline; position: absolute; right: 5px; bottom: 5px;}
							.cnewsItem a:hover .cnewsItemText span {text-decoration: none; }
						
				
				
				#carouselButtons { width: 200px; position: absolute; bottom: 35px; left: 18px;}
					#carouselButtons ul li { background: #818181; list-style: none; cursor: pointer; float: left;display: block; height: 10px; width: 10px; text-indent: -9999px; margin-right: 3px;}
					#carouselButtons ul li.currentLink {background: #424242; cursor: auto !important; }
					
					a#playCarousel, a#pauseCarousel { position: absolute; right: -92px; top: 0px; color: #111;text-decoration: none}
					a#playCarousel img, a#pauseCarousel img { border: none !important; }
			
			
			#recentnews {height: 195px; width: 698px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/recentnews-bg-trans.png) no-repeat left top; position: absolute; top: 355px; right: -4px; }
				#recentnews h3 {float: none; width: 130px; margin-top: -5px;}
				#recentnews #news-img { float: left; width: 183px;padding-left: 27px;}
				#recentnews #news-text { float: left; width: 430px; padding-left: 25px;  }
					#news-text a { color: #222; }
					#news-text a:hover { text-decoration: none; }
	
	
	
	
	
		#projects-container { height: 346px; width: 504px; position: absolute; top: 30px; left: 85px; }
		#projects{ width: 680px; height: 400px; background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/projects-bg.gif) no-repeat center top; position: relative; }
				a.project {height: 346px; width: 92px; background-color: #f60; background-position: center top; backgound-repeat: none; float: left; margin-left: 11px; display: block; color: #fff !important; font-weight: bold; text-decoration: none !important; font-size: 10px; position: relative;}
				a.project-first {  margin: 0px !important; } 
					.project p { background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/black-semi-trans.png) repeat left top; height:100px; width: 92px; padding: 5px 0px 0px 0px; position: absolute; bottom: 0px; left: 0px; text-align: center; margin: 0 !important;} 
					.project span {text-decoration: underline; position: absolute; bottom: 10px; left: 32px;}
					a.project:hover span {color: #ddf !important; text-decoration:none !important;}
					
	
	
		
	
	

div#previewBoxContainer {
	left: 1024px;
}
	



.left, .alignleft, .floatLeft{ float:left;}
.right, .alignright, .floatRight { float: right; }
img.left, .alignleft { margin: 10px 10px 10px 0px; }
img.right, .alignright { margin: 10px 0px 10px 10px; }
.kill { clear: both; font-size: 1px; height: 1px;}
.clear { clear: both; }
.hide { display: none; }
.hidetext { text-indent: -9999px; }
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/content.css
 */



div#deptContact {
	margin: 0 8px; background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/contactBackground.png) no-repeat; padding: 0 10px;}
	
div#deptContact h5 {
	padding: 15px 0 0 45px; margin-bottom: 10px;
}

div#deptContact fieldset {border: none; margin: 0; padding: 0;}
	
div#deptContact label { display: inline;}
	
div#deptContact .inputArea { border: 1px solid #c1c1c1;}

div#deptContact input#submitButton {cursor: pointer; float: right; margin: -5px -2px 0 0;}

div#deptContact textarea {display:block; height:150px; width:100%; margin: 0; padding: 0;}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Calendar.css
 */


div.calendarSnippet ul.tabsNav {
	width: 530px;
}

div.calendarSnippet div.tabContent{
	border-bottom: 0;
}

table.calSnippet {
	margin: 0;
	padding: 0;
	position: relative;
	left: -16px;
	top: -11px;
	border: none;
}

table.calSnippet td {
	vertical-align: top;
}

table.calSnippet td.calDate {
	background-color: #e9e9e9 !important;
}

table.calSnippet td.calDate div.calClock {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Calendar/clock.png);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 23px;
	padding-top: 3px;
}

table.calSnippet td.calDate p {
	margin-bottom: 0;
	font-size: 81%;
	color: #505050;
	font-weight: bold;
}

			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Code.css
 */





pre, code {
	font-size:1.1em;
	white-space:pre;
	background-color:#faf9f5;
	color:#000000;
	border:1px solid #d5d2c9;
	padding:10px;
	display:block;
	margin-bottom:20px;
	width:518px;
}


code {
	padding-top:20px;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Miscellaneous/code.gif);
	background-repeat:no-repeat;
}

code strong {
	color:#687EBE;
}



.tabsLive .warning, .seperateTabs .warning, .warning {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Miscellaneous/warning.gif);
	padding-left:25px;
	color:red;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:top left;
	margin:3px 0px 20px 0px;
	min-height:20px;
	display:block;
}

p.warning {
	margin:3px 0px 20px 0px;
}

.str { color: #3C9F1D; }
.kwd { color: #008; }
.com { color: #8F8F8F; }
.typ { color: #EF483B; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Accordion.css
 */

div#content dl.accordionSnippet {
	margin: 0;
	padding: 0;
}

div#content dl.accordionSnippet dl, dl.accordionSnippet dt, dl.accordionSnippet dd {
	display: block;
	margin: 0;
}

div#content dl.accordionSnippet dd {
	margin-bottom: 4px;
}

div#content dl.accordionSnippet dt a {
	background: #687EBE url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Accordion/open.gif) no-repeat scroll right center;
	border-bottom: 1px solid #FFFFFF;
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	outline-style: none;
	outline-width: medium;
	padding: 2px 20px 2px 5px;
	text-decoration: none;
}

div#content dl.accordionSnippet dt a:active {
	outline-style: none;
	outline-width: medium;
}

div#content dl.accordionSnippet dt a.active {
	background-image: none;
	outline-style: none;
	outline-width: medium;
}

div#content dl.accordionSnippet dt a:hover {
	background-color: #8DB3DF;
	color: #FFFFFF;
}

div#content dl.accordionSnippet dd {
	background: #FFFFFF url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Accordion/background.jpg) no-repeat scroll left 2px;
	padding: 10px;
}

div#content dl.accordionSnippet dd ul {
	margin: 5px 5px 10px;
}

div#content dl.accordionSnippet dd p {
	margin: 5px 10px 20px 15px;
	padding: 0;
}

div#content dl.accordionSnippet dd ul li {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Accordion/closed.gif);
	margin-bottom: 5px;
}

div#content dl.accordionSnippet dd ul li a {
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/FileList.css
 */

div#content div.fileListSnippet ul {
	margin-left: 0;
	padding-left: 25px;
}

div#content div.fileListSnippet ul  li {
	list-style-type: none !important;
	background-image: none !important;
	padding-left: 0;
}

div#content div.fileListSnippet ul li a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1.6em;
	padding-left: 25px;
}

div#content div.fileListSnippet ul li.word03 a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_word.gif);
}

div#content div.fileListSnippet ul li.word07 a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_word.gif);
}

div#content div.fileListSnippet ul li.excel03 a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_excel.gif);
}

div#content div.fileListSnippet ul li.excel07 a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_excel.gif);
}

div#content div.fileListSnippet ul li.powerpoint03 a, div#content div.fileListSnippet ul li.powerpoint07 a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_powerpoint.gif);
}

div#content div.fileListSnippet ul li.pdf a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_acrobat.gif);
}

div#content div.fileListSnippet ul li.image a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/picture.gif);
}

div#content div.fileListSnippet ul li.compressed a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_zip.gif);
}

div#content div.fileListSnippet ul li.zip a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/compress.gif);
}

div#content div.fileListSnippet ul li.unknown a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white.gif);
}

div#content div.fileListSnippet ul li.text a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_text.gif);
}

div#content div.fileListSnippet ul li.code a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_code.gif);
}

div#content div.fileListSnippet ul li.video a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/film.gif);
}

div#content div.fileListSnippet ul li.audio a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/sound.gif);
}

div#content div.fileListSnippet ul li.office a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white_office.gif);
}

div#content div.fileListSnippet ul li.folder a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/folder.gif);
}

div#content div.fileListSnippet ul li.webpage a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_world.gif);
}

div#content div.fileListSnippet ul li.stylesheet a {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/FileList/page_white.gif);
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/CaptionedImage.css
 */

div#content div.captionedImageSnippet {
	padding: 10px 10px 0px 10px;
	background: #BAB9B9;
	display:inline-block;
}

div#content div.captionedImageSnippet img {
	margin: 0 0 4px 0;
}

div#content div.captionedImageSnippet p {
	font-size: 0.8em;
	text-align: left;
	padding: 0;
	width:100%;
}

div#content div.copyrightedImageSnippet {
	padding: 8px;
	background: #BAB9B9;
	display:inline-block;
}

div#content div.copyrightedImageSnippet img {
	margin: 0 0 4px 0;
}

div#content div.copyrightedImageSnippet p {
	font-size: 0.8em;
	text-align: left;
	padding: 0;
	width:100%;
	margin: 0 !important;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Miscellaneous.css
 */

﻿



pre, code {
	font-size:1.1em;
	white-space:pre;
	background-color:#faf9f5;
	color:#000000;
	border:1px solid #d5d2c9;
	padding:10px;
	display:block;
	margin-bottom:20px;
	width:518px;
}


code {
	padding-top:20px;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Miscellaneous/code.gif);
	background-repeat:no-repeat;
}

code strong {
	color:#687EBE;
}

code pre {
	background-color: transparent;
	font-size: 1em;
	border: none;
	padding: 0;
	margin: 0;
	width: 500px;
}



.tabsLive .warning, .seperateTabs .warning, .warning {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Miscellaneous/warning.gif);
	padding-left:25px;
	color:red;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:top left;
	margin:3px 0px 20px 0px;
	min-height:20px;
	display:block;
}



p.warning {
	margin:3px 0px 20px 0px;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Gallery.css
 */


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/lightbox-btn-prev.png) !important;
	background-position: left 5% !important;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/lightbox-btn-next.png) !important;
	background-position: right 5% !important;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.snippetBoxGY {
	margin-bottom: 40px; }
}
.gallerySnippetBox {
	margin: 8px 0;
}
.gallerySnippetDescription p {
	text-align: justify;
}
.gallerySnippetControls {
	height: 22px;
	margin-bottom: 6px;
}

.gallerySnippetPagination {
	float: left;
}

.gallerySnippetPagination img {
	border: 0;
	margin: 0 !important;
	float: left;
}
.gallerySnippetPagination ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	float: left;
}
.gallerySnippetPagination li {
	float: left;
	margin: 0 !important;
	padding: 3px 6px;
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/pagination-bg.png) repeat-x 0 0;
}
.gallerySnippetPagination li a {
	float: left;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 14px;
}
.gallerySnippetPagination li a:link {
	color: #4a4a4a;
}

.gallerySnippetPaginationPrevious {
	display: block;
	float: left;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/previous.png);
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.gallerySnippetPaginationNext {
	display: block;
	float: left;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/next.png);
	height: 22px;
	width: 23px;
	cursor: pointer;
	margin-right: 15px !important;
}

.gallerySnippetPause {
	float: left;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/pause.png);
	height: 22px;
	width: 26px;
	cursor: pointer;
}

.gallerySnippetResume {
	float: left;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/resume.png);
	height: 22px;
	width: 26px;
	cursor: pointer;
}

.gallerySnippetThumbs {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/thumbs.png);
	height: 22px;
	width: 28px;
	display: block;
	float: left;
	cursor: pointer;
}

.gallerySnippetThumbsSelected {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/selected-thumbs.png);
	height: 22px;
	width: 28px;
	display: block;
	float: left;
	cursor: pointer;
}

.gallerySnippetFull {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/full.png);
	height: 22px;
	width: 29px;
	display: block;
	float: left;
	cursor: pointer;
}

.gallerySnippetFullSelected {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/selected-full.png);
	height: 22px;
	width: 29px;
	display: block;
	float: left;
	cursor: pointer;
}

.gallerySnippetToggle {
	float: right;
}
.gallerySnippetToggle img {
	border: 0;
	margin: 0 !important;
	float: left;
}
.gallerySnippetItems {
	margin: 0 auto;
	text-align: center;
}
.gallerySnippetItems img {
	padding: 2px;
	border: 1px solid #949393;
	margin: 3px !important;
	vertical-align: middle;
}
.gallerySnippetFullItems {
	overflow: hidden;
	width: 490px;
	min-height: 150px;
	margin: 0 auto;
	text-align: center;
}
.gallerySnippetFullItems img {
	padding: 2px;
	border: 1px solid #949393;
	margin: 3px !important;
	background: #ffffff;
	vertical-align: middle;
}
.gallerySnippetCaption {
	clear: both;
	width: 90%;
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/caption-bg.png) repeat-x 0 0;
	border-top: 1px solid #656060;
	padding: 6px;
	margin: 0 auto;
}
.gallerySnippetCaption p {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/caption-icon.png) no-repeat 1px 2px;
	padding-left: 28px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
}
.galleryToTop {
	text-align: right;
	height: 1em;
	margin: 0.2em 2em 0 1em;
}
.gallerySnippetRow {
	display: block;
	clear: both;
	margin-bottom: 1px;
}
.gallerySnippetControls h6{
	font-size: 1em;
	float: left;
	padding-top: 2px
}

.gallerySnippetControls .gallery_back{
	float:left;
	padding-right:3px;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Gallery/bk-arrow.png);
	width:32px;
	height:22px;
	background-repeat:no-repeat;
}

.gallerySnippetPaginationCurrentPage a {
	font-weight: bold;
	
}
.gallerySnippetPaginationSlides {
	padding-top: 2px;
	float: left;
	font-weight: bold;
	margin-right: 15px;
}
div.gallerySnippetToggle {
	clear: none;
}
div.gallerySnippetThumb {
	text-align: center;
	font-size: 0.9em;
	margin: 0 2px 10px 2px;
	height: auto;
}
span.gallerySnippetThumbCaption {
	display: block;
	height: 30px;
	overflow: hidden;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/KAR.css
 */

div.karSnippet .KARBlockHeader {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-weight:bold;
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #AAAAAA;
}

div.karSnippet .KARFooter {
	background-color: #f8f8f8;
	padding: 10px;
	border: 1px solid #dddddd;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/HorizontalRule.css
 */

div.smallHr {
	display: block;
	clear: both;
	width: 100%;
	margin: 2px 0;
	height: 20px;
	background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/ProfComm/snippets/HorizontalRule/hrSmall.gif) repeat-x scroll center center;
}

div.bigHr {
	background: transparent url(http://www.kent.ac.uk/styles/pantheon-assets/images/ProfComm/snippets/HorizontalRule/hrBig.jpg) no-repeat scroll center top;
	width: 100%;
	height: 37px;
	margin: 20px auto 0px;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/InfoSlider.css
 */


 
div#content div.infoSlider {
	padding: 3px;
	background:#F2F0E9;
	left: -6px;
	position: relative;
}

div#content div.infoSlider div.infoBox {
	width: 312px;
	height: 235px;
	float: left;
}

div#content div.infoSlider div.infoBoxImage {
	float: left;
	width: 136px;
	height: 235px;
}


div#content div.infoSlider div.infoBoxText {
	height: 225px;
	width: 136px;
	padding:5px;
}



div#content div.infoSlider div.infoBoxDisplay {
	position: relative;
	height: 235px;
}

div#content div.infoSlider div.infoBoxDisplay img {
	position: absolute;
	width: 136px;
	height: 235px;
	z-index: 1;
	cursor: pointer;
	margin:0;
}

div#content div.infoSlider div.infoBoxDisplay div.textBox {
	position: absolute;
	width: 140px;
	height: 235px;
	z-index: 0;
	background: #ffffff;
	overflow: hidden;
}


div#content div.infoSlider div.infoBoxDisplay img.imageArrow {
	position: absolute;
	width: 14px;
	height: 14px;
}


 
div#content div.kbsInfoSlider div.infoSlider {
	padding: 2px;
	background:#F2F0E9;
	left: -6px;
	position: relative;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBox {
	width: 312px;
	height: 125px;
	float: left;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBoxImage {
	float: left;
	width: 130px;
	height: 125px;
}


div#content div.kbsInfoSlider div.infoSlider div.infoBoxText {
	height: 125px;
	width: 160px!important;
	padding:5px;
}



div#content div.kbsInfoSlider div.infoSlider div.infoBoxDisplay {
	position: relative;
	height: 125px;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBoxDisplay img {
	position: absolute;

	height: 125px;
	z-index: 1;
	cursor: pointer;
	margin:0;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBoxDisplay div.textBox {
	position: absolute;
	width: 140px;
	height: 125px;
	z-index: 0;
	background: #ffffff;
	overflow: hidden;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBoxDisplay div#textBox_0 {
	position: absolute;
	width: 140px;
	height: 125px;
	z-index: 0;
	background: #ffffff;
	overflow: hidden;
}

div#content div.kbsInfoSlider div.infoSlider div.infoBoxDisplay img.imageArrow {
	position: absolute;
	
	height: 14px;
}


			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Tabs.css
 */


.tabsLive .tabContentHide {
 display:none;
}



.tabs {
	padding:0px;
}
.tabsLive, .seperateTabs  {
 margin-top:1em;
 background:none !important;
}

.separateTabs {
	background:none !important;
}

.tabsLive h3, .separateTabs h3 {
	color:#A8034F !important;
}
.tabsLive h4, .tabsLive h5, .tabsLive h6,
.separateTabs h4, .separateTabs h5, .separateTabs h6 {
	color:#505050 !important;
}

.tabsLive p, .tabsLive ul,
.separateTabs p, .separateTabs ul {
	color:#000000;
}



ul.tabsNav
{
	 margin: 0 !important;
	 padding: 1px 0 3px 3px;
	 border-bottom: 1px solid #333;
	 min-height: 1px;
	 margin-left: 0px;
}

.tabsLive ul.tabsNav {
	padding-left:0px;
	margin-left:0px;
}

#content ul.tabsNav li {
	list-style: none;
	display: inline;
	background-image:none;
	margin: 0 0 0 5px !important;
	padding:0;
}
#content .tabsLive ul.tabsNav {
 	padding-left:3px;
}

ul.tabsNav li a, ul.tabsNav li a:visited
{
	color:#555 !important;
	padding: 2px 5px;
	margin:0px;
	margin-left:0px;
	border: 1px solid #e7e2d7;
	border-bottom: none;
	background: #ddd; 
	text-decoration: none !important;
	font-size:12px;
}

ul.tabsNav li a:hover {
	color:#fff !important;
	background-color:#aaa;
	border-color:#aaa;
	text-decoration:none;
}

ul.tabsNav li.active a:link, ul.tabsNav li.active a:hover, ul.tabsNav li.active a:visited, ul.tabsNav li.active a:active {
	color: #fff !important;
	border-bottom: 1px solid #aaa;
	border-color:#333;
	background-color:#333;
	cursor:default;
}



.tabContent {
	padding:10px 15px;
	border-bottom:1px solid #333;
	margin-bottom:15px;
	margin-top:0px;
	
	padding-right:13px;
	overflow:visible;
}

.tabPermalink {
	padding:5px 15px;
	border-bottom:1px solid #ddd;
	margin-top:-15px;
	width:540px;
	padding-right:13px;
	overflow:visible;
	color: #aaa;
	font-size: 11px;
	display: none;
}

div#newsColumn .tabContent {
	width:370px;
}

table.tabContent {
	padding:0px;
}

.tabContent .tabContent {
	width:510px;
}

.tabContent .tabContent .tabContent {
	width:470px;
}

.tabContent .tabContent .tabContent .tabContent {
	width:430px;
}

.tabContent .tabContent .tabContent .tabContent .tabContent {
	width:390px;
}




table.tabContent {
	width:100%;
}

.tabContent:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
		
}



.tabs ul.tabsFallBackNav {
	margin-bottom:10px;
}


.tabsLive ul.tabsFallBackNav, .tabsLive .tabContent ul.tabsFallBackNav, .tabsLive .tabContent a.toTop {
	display:none;
}

.tabsLive .tabContent ul, .tabsLive ul.tabsNav, .tabsLive .noJavaScript ul.tabsFallBackNav, .tabsLive .noJavaScript a.toTop {
	display:block;
}



.showHideContent .tabsLive {
	width:95%;
}

.showHideContent .tabsLive .tabContent {
	width:95%;
}





.background1 .tabContent a:link, .background1 .tabContent a:active, .background1 .tabContent a:visited, .background1 .tabContent a:hover, 
.background2 .tabContent a:link, .background2 .tabContent a:active, .background2 .tabContent a:visited, .background2 .tabContent a:hover,
.background3 .tabContent a:link, .background3 .tabContent a:active, .background3 .tabContent a:visited, .background3 .tabContent a:hover,
.background4 .tabContent a:link, .background4 .tabContent a:active, .background4 .tabContent a:visited, .background4 .tabContent a:hover,
.background5 .tabContent a:link, .background5 .tabContent a:active, .background5 .tabContent a:visited, .background5 .tabContent a:hover,
.background6 .tabContent a:link, .background6 .tabContent a:active, .background6 .tabContent a:visited, .background6 .tabContent a:hover,
.background7 .tabContent a:link, .background7 .tabContent a:active, .background7 .tabContent a:visited, .background7 .tabContent a:hover,
.background8 .tabContent a:link, .background8 .tabContent a:active, .background8 .tabContent a:visited, .background8 .tabContent a:hover,
.background9 .tabContent a:link, .background9 .tabContent a:active, .background9 .tabContent a:visited, .background9 .tabContent a:hover,
.background10 .tabContent a:link, .background10 .tabContent a:active, .background10 .tabContent a:visited, .background10 .tabContent a:hover,
.background11 .tabContent a:link, .background11 .tabContent a:active, .background11 .tabContent a:visited, .background11 .tabContent a:hover,
.background12 .tabContent a:link, .background12 .tabContent a:active, .background12 .tabContent a:visited, .background12 .tabContent a:hover,
.background13 .tabContent a:link, .background13 .tabContent a:active, .background13 .tabContent a:visited, .background13 .tabContent a:hover,
.background14 .tabContent a:link, .background14 .tabContent a:active, .background14 .tabContent a:visited, .background14.tabContent a:hover,
.background15 .tabContent a:link, .background15 .tabContent a:active, .background15 .tabContent a:visited, .background15 .tabContent a:hover {
	background:none;
	color:#003682;
}


.background1 ul.tabsNav
{
	 border-bottom: 1px solid #A8034F;
}

.background1 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background1 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#D35E77;
	border-color:#D35E77;
}

.background1 ul.tabsNav li.active a:link, .background1 ul.tabsNav li.active a:hover, .background1 ul.tabsNav li.active a:visited, .background1 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #A8034F;
	border-color:#A8034F;
	background-color:#A8034F;
}

.background1 .tabContent {
	border-bottom-color:#A8034F;
}
	
	.background2 ul.tabsNav
{
	 border-bottom: 1px solid #00789C;
}

.background2 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background2 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#82B8C9;
	border-color:#82B8C9;
}

.background2 ul.tabsNav li.active a:link, .background2 ul.tabsNav li.active a:hover, .background2 ul.tabsNav li.active a:visited, .background2 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #00789C;
	border-color:#00789C;
	background-color:#00789C;
}

.background2 .tabContent {
	border-bottom: 1px solid #00789C;
}
	
	.background3 ul.tabsNav
{
	 border-bottom: 1px solid #007A5E;
}

.background3 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background3 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#75A38C;
	border-color:#75A38C;
}

.background3 ul.tabsNav li.active a:link, .background3 ul.tabsNav li.active a:hover, .background3 ul.tabsNav li.active a:visited, .background3 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #007A5E;
	border-color:#007A5E;
	background-color:#007A5E;
}

.background3 .tabContent {
	border-bottom-color:#007A5E;
}
	
	.background4 ul.tabsNav
{
	 border-bottom: 1px solid #EDD959;
}

.background4 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background4 ul.tabsNav li a:hover {
	color:#333333;
	background-color:#EBD178;
	border-color:#EBD178;
}

.background4 ul.tabsNav li.active a:link, .background4 ul.tabsNav li.active a:hover, .background4 ul.tabsNav li.active a:visited, .background4 ul.tabsNav li.active a:active {
	color: #333333;
	border-bottom: 1px solid #EDD959;
	border-color:#EDD959;
	background-color:#EDD959;
}

.background4 .tabContent {
	border-bottom-color:#EDD959;
}
	
	.background5 ul.tabsNav
{
	 border-bottom: 1px solid #E87D0D;
}

.background5 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background5 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#EDBD3D;
	border-color:#EDBD3D;
}

.background5 ul.tabsNav li.active a:link, .background5 ul.tabsNav li.active a:hover, .background5 ul.tabsNav li.active a:visited, .background5 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #E87D0D;
	border-color:#E87D0D;
	background-color:#E87D0D;
}

.background5 .tabContent {
	border-bottom-color:#E87D0D;
}
	
	.background6 ul.tabsNav
{
	 border-bottom: 1px solid #DE5433;
}

.background6 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background6 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#FA8A75;
	border-color:#FA8A75;
}

.background6 ul.tabsNav li.active a:link, .background6 ul.tabsNav li.active a:hover, .background6 ul.tabsNav li.active a:visited, .background6 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #DE5433;
	border-color:#DE5433;
	background-color:#DE5433;
}

.background6 .tabContent {
	border-bottom-color:#DE5433;
}
	
	.background7 ul.tabsNav
{
	 border-bottom: 1px solid #D12421;
}

.background7 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background7 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#E67D6D;
	border-color:#E67D6D;
}

.background7 ul.tabsNav li.active a:link, .background7 ul.tabsNav li.active a:hover, .background7 ul.tabsNav li.active a:visited, .background7 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #D12421;
	border-color:#D12421;
	background-color:#D12421;
}

.background7 .tabContent {
	border-bottom-color:#D12421;
}
	
	.background8 ul.tabsNav
{
	 border-bottom: 1px solid #80293D;
}

.background8 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background8 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#E29A74;
	border-color:#E29A74;
}

.background8 ul.tabsNav li.active a:link, .background8 ul.tabsNav li.active a:hover, .background8 ul.tabsNav li.active a:visited, .background8 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #80293D;
	border-color:#80293D;
	background-color:#80293D;
}

.background8 .tabContent {
	border-bottom-color:#80293D;
}
	
	.background9 ul.tabsNav
{
	 border-bottom: 1px solid #C985A3;
}

.background9 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background9 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#DEADBF;
	border-color:#DEADBF;
}

.background9 ul.tabsNav li.active a:link, .background9 ul.tabsNav li.active a:hover, .background9 ul.tabsNav li.active a:visited, .background9 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #C985A3;
	border-color:#C985A3;
	background-color:#C985A3;
}

.background9 .tabContent {
	border-bottom-color:#C985A3;
}
	
.background10 ul.tabsNav
{
	 border-bottom: 1px solid #664A78;
}

.background10 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background10 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#A891B0;
	border-color:#A891B0;
}

.background10 ul.tabsNav li.active a:link, .background10 ul.tabsNav li.active a:hover, .background10 ul.tabsNav li.active a:visited, .background10 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #664A78;
	border-color:#664A78;
	background-color:#664A78;
}

.background10 .tabContent {
	border-bottom-color:#664A78;
}
	
	.background11 ul.tabsNav
{
	 border-bottom: 1px solid #5CBACC;
}

.background11 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background11 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#B5D9DE;
	border-color:#B5D9DE;
}

.background11 ul.tabsNav li.active a:link, .background11 ul.tabsNav li.active a:hover, .background11 ul.tabsNav li.active a:visited, .background11 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #5CBACC;
	border-color:#5CBACC;
	background-color:#5CBACC;
}

.background11 .tabContent {
	border-bottom-color:#5CBACC;
}
	
	.background12 ul.tabsNav
{
	 border-bottom: 1px solid #008AC4;
}

.background12 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background12 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#B8CCDE;
	border-color:#B8CCDE;
}

.background12 ul.tabsNav li.active a:link, .background12 ul.tabsNav li.active a:hover, .background12 ul.tabsNav li.active a:visited, .background12 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #008AC4;
	border-color:#008AC4;
	background-color:#008AC4;
}

.background12 .tabContent {
	border-bottom-color:#008AC4;
}
	
	.background13 ul.tabsNav
{
	 border-bottom: 1px solid #B3C98C;
}

.background13 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background13 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#C7D6A3;
	border-color:#C7D6A3;
}

.background13 ul.tabsNav li.active a:link, .background13 ul.tabsNav li.active a:hover, .background13 ul.tabsNav li.active a:visited, .background13 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #B3C98C;
	border-color:#B3C98C;
	background-color:#B3C98C;
}

.background13 .tabContent {
	border-bottom-color:#B3C98C;
}
	
	.background14 ul.tabsNav
{
	 border-bottom: 1px solid #C2B50D;
}

.background14 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background14 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#E8E394;
	border-color:#E8E394;
}

.background14 ul.tabsNav li.active a:link, .background14 ul.tabsNav li.active a:hover, .background14 ul.tabsNav li.active a:visited, .background14 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #C2B50D;
	border-color:#C2B50D;
	background-color:#C2B50D;
}

.background14 .tabContent {
	border-bottom-color:#C2B50D;
}
	
.background15 ul.tabsNav
{
	 border-bottom: 1px solid #A8B50A;
}

.background15 ul.tabsNav li a
{
	border-color:#e7e2d7;
	background-color:#e7e2d7;
	color:#505050;
}

.background15 ul.tabsNav li a:hover {
	color:#FFFFFF;
	background-color:#D6DE6B;
	border-color:#D6DE6B;
}

.background15 ul.tabsNav li.active a:link, .background15 ul.tabsNav li.active a:hover, .background15 ul.tabsNav li.active a:visited, .background15 ul.tabsNav li.active a:active {
	color: #FFFFFF;
	border-bottom: 1px solid #A8B50A;
	border-color:#A8B50A;
	background-color:#A8B50A;
}

.background15 .tabContent {
	border-bottom-color:#A8B50A;
}
	
	
	
	
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Quiz.css
 */

.quiz_option.correct.selected {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bachus/snippets/Quiz/check.png) !important;
	background-repeat:no-repeat;
	padding-left:30px;
	min-height:30px;
	padding-top:5px;
}

.quiz_option.selected  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bachus/snippets/Quiz/cross.png);
	background-repeat:no-repeat;
	padding-left:30px;
	min-height:30px;
	padding-top:5px;
	
}

.quiz_option.correct {
	color:#090;
	padding-left:30px;
	min-height:30px;
	padding-top:5px;
}

.quiz_question_text {
	font-size:1.5em;
	

}

.quiz_option input{
	float:left;	
}

.quiz_option {
	padding-bottom: 5px;	
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Scroller.css
 */

#content .scrollerSnippet {
	width:100%;
}

#content .scrollerSnippetBox div.active {
	overflow:hidden;
	position:relative;
}

#content .scrollerSnippet div.scrollerSnippetItem {
	width:100%;
	background: #ffffff;
}

#content .scrollerSnippet div.scrollerSnippetControls {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 6px 10px;
	margin: 6px 0 0 0;
	width: 356px;
	display: none;
	vertical-align: middle;
}

#content .scrollerSnippet div.scrollerSnippetControls a.scrollerItemSelector {
	margin-left:3px;
	font-size:0.9em;
	text-decoration:none;
	background:#e0e0e2;
	padding:1px 3px;
	margin:0 2px;
	float: left;
}

#content .scrollerSnippet div.scrollerSnippetControls a#pause-play {
	margin-left:10px;
}

#content .scrollerSnippet div.scrollerSnippetControls a#pause-play img {
	border: none;
	padding: 0;
	margin: 0 0 0 12px;
	float: left;
}

#content .scrollerSnippet div.scrollerSnippetControls a:active {
	outline:none;
}

#content .scrollerSnippet div.scrollerSnippetControls a.current {
	font-weight:bold;
	background:#505050;
	color:#fff;
	text-decoration:none;
}

#content .scrollerSnippet div.scrollerSnippetInner {
	position:relative;
	top:0;
}

#content .scrollerSnippet div.scrollerSnippetInner div.scrollerSnippetItem {
	position:absolute;
	top:0;
}

#content .scrollerSnippet div.displayInBrowser {
	display:block;
}

			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Droplet.css
 */





#dropletWrap { width:100%; height:376px; margin:0 0 20px 0; overflow:hidden; }
#dropletWrap.subpage { overflow:visible; height:auto; }


#portfolio { position:relative; }

#portfolio h3 {
	font-family:Arial,Helvetica,sans-serif; 
}

.idrop_container #previous,
.idrop_container #next {
	font-size:75px;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:170px }
	
	#next.pagination { background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/right_arrow_on.gif) no-repeat }
	#previous.pagination { background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/left_arrow_on.gif) no-repeat }
	
	#next.pagination.inactive { background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/right_arrow_off.gif) no-repeat }
	#previous.pagination.inactive { background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/left_arrow_off.gif) no-repeat }
	
	.pagination.inactive { cursor:default !important }
	
	.hoverBlock .grid { margin-bottom:20px; position:relative; width:200px !important; height:290px; border:5px solid #292929; overflow:hidden }

.idrop_container {
	width: 469px;
	margin-left: 20px;
}

.grid img {
	border: 1px solid #eee;
	width: 198px;
	height: 178px;
}

.slidebox {
	margin-left: 50px;
	position: relative;
}

.hoverBlock .grid {
	border:3px solid #ccc;
	height:180px;
	margin-bottom:2px;
	overflow:hidden;
	position:relative;
	width:200px !important;
	display:inline;
	float:left;
	margin-left:1px;
	margin-right:1px;
}

.hoverBlock .grid a {
	text-decoration: none;
	cursor: hand;
}

#portfolio #previous { left:0 px }
#portfolio #next { right:-47px }

#portfolio img.portfolio-image { position:absolute; top:0; left:0; display:block; margin:0;  }

#portfolio .overlay { 
	position:absolute; 
	z-index: 1; 
	display:block; 
	margin-top:1px; 
	margin-left:2px; 
	padding:11px 14px; 
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/back.png);
	height: 16px;
	width: 168px;

}

#portfolio .portfolio-info {
	height:174px;
	padding:12px 15px;
	width:194px;
	background:#292929 url(http://www.kent.ac.uk/styles/pantheon-assets/images/Default/snippets/Droplet/portfolio_hover_bg.gif) repeat-x top 
}

.overlay h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#fff;
	text-transform:uppercase 
}

.portfolio-info h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#5aa5f1;
	text-transform:uppercase 
}
	
.portfolio-info small {
	font-size:11px;
	color:#a7a7a7;
	display:block;
	margin:0 0 10px 0;
	padding:0 }
	
.portfolio-info p {
	font-size:14px;
	line-height:17px;
	margin:0 0 22px 0;
	color:#e4e4e4 }
	
.portfolio-info .button {
	float:left }
	
.portfolio-info .button.left { margin:0 10px 0 0 }
	
	
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Blockquote.css
 */



blockquote {
	margin:10px;
	padding:10px 20px 15px 10px;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosed.gif);
	height: 100%;
	background-position:100% 75%;
	background-repeat:no-repeat;
}

blockquote p, blockquote div {
	position:relative;
	background-position:0px 0px;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopen.gif);
	padding:5px 30px 15px 25px;
	background-repeat:no-repeat;
	width:auto;
	height:auto;
	float:none;
	font-size:1em;
}

blockquote p {
	margin-bottom: 15px;
}



blockquote .author, blockquote .quoter {
	margin:10px 20px 0px 0px;
	padding:0px;
	color:#687EBE;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	width:auto;
	height:auto;
	background-image:none;
	float:none;
	font-size:1em;
}



blockquote.floatRight, blockquote.floatLeft {
	background-position:100% 70%;
	margin:0px;
	width:250px;
	padding:5px 20px 5px 0px;
}

blockquote.floatRight {
	margin:0px 0px 10px 20px;
}

blockquote.floatLeft {
	margin:0px 20px 10px 0px;
}

blockquote.floatLeft p, blockquote.floatRight p {
	margin:5px 10px 10px 10px;
	padding:5px 0px 5px 25px;
}

blockquote.floatLeft p.author, blockquote.floatRight p.author {
	margin:10px 10px 0px 0px;
	padding:0px 0px 5px 0px;	
}

blockquote:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}



blockquote.background1, blockquote.background1 p {
	color:#ffffff;
	background-color:#A8034F;
}

blockquote.background1  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground1.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background1 div, blockquote.background1 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground1.gif);
}

blockquote.background2, blockquote.background2 p {
	color:#ffffff;
	background-color:#00789C;
}

blockquote.background2  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground2.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background2 div, blockquote.background2 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground2.gif);
}

blockquote.background3, blockquote.background3 p {
	color:#ffffff;
	background-color:#007A5E;
}

blockquote.background3  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground3.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background3 div, blockquote.background3 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground3.gif);
}

blockquote.background4, blockquote.background4 p {
	color:#333333;
	background-color:#EDD959;
}

blockquote.background4  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground4.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background4 div, blockquote.background4 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground4.gif);
}

blockquote.background5, blockquote.background5 p {
	color:#ffffff;
	background-color:#E87D0D;
}

blockquote.background5  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground5.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background5 div, blockquote.background5 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground5.gif);
}

blockquote.background6, blockquote.background6 p {
	color:#ffffff;
	background-color:#DE5433;
}

blockquote.background6  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground6.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background6 div, blockquote.background6 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground6.gif);
}

blockquote.background7, blockquote.background7 p {
	color:#ffffff;
	background-color:#D12421;
}

blockquote.background7  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground7.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background7 div, blockquote.background7 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground7.gif);
}

blockquote.background8, blockquote.background8 p {
	color:#ffffff;
	background-color:#80293D;
}

blockquote.background8  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground8.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background8 div, blockquote.background8 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground8.gif);
}

blockquote.background9, blockquote.background9 p {
	color:#ffffff;
	background-color:#C985A3;
}

blockquote.background9  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground9.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background9 div, blockquote.background9 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground9.gif);
}

blockquote.background10, blockquote.background10 p {
	color:#ffffff;
	background-color:#664A78;
}

blockquote.background10  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground10.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background10 div, blockquote.background10 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground10.gif);
}

blockquote.background11, blockquote.background11 p {
	color:#ffffff;
	background-color:#5CBACC;
}

blockquote.background11  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground11.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background11 div, blockquote.background11 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground11.gif);
}

blockquote.background12, blockquote.background12 p {
	color:#ffffff;
	background-color:#008AC4;
}

blockquote.background12  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground12.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background12 div, blockquote.background12 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground12.gif);
}

blockquote.background13, blockquote.background13 p {
	color:#ffffff;
	background-color:#B3C98C;
}

blockquote.background13  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground13.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background13 div, blockquote.background13 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground13.gif);
}

blockquote.background14, blockquote.background14 p {
	color:#ffffff;
	background-color:#C2B50D;
}

blockquote.background14  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground14.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background14 div, blockquote.background14 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground14.gif);
}

blockquote.background15, blockquote.background15 p {
	color:#ffffff;
	background-color:#A8B50A;
}

blockquote.background15  {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteclosedbackground15.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background15 div, blockquote.background15 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Blockquote/quoteopenbackground15.gif);
}

blockquote.background16, blockquote.background16 p { color:#ffffff; background-color:#3E3E3E;
}

blockquote.background16  { background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/snippets/Blockquote/quoteclosedbackground16.gif) !important;
	background-repeat: no-repeat !important;
	background-position:98% 75% !important;
}

blockquote.background15 div, blockquote.background16 p {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/RadicalDistrust/browser/snippets/Blockquote/quoteopenbackground16.gif);
}


blockquote p.author {
	background-image:none;
}	






			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/News.css
 */

#columns{
	overflow: auto;
}

#newsColumn {
	width: 450px;
	float: left;
	margin-right: 12px;
}

#newsColumn h4 {
	font-size: 1.53846em;
}

.newsItem {
	margin-top: 18px;
	padding-bottom: 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/News/hr.gif);
}

.newsThumb {
	position: absolute;
}

.newsThumb img {
	border: none;
}

.newsDetail {
	padding-left: 94px;
}

.newsDetail h5 {
	margin-bottom: 0px;
}

.newsDetail h5 a {
	text-decoration: none;
}

.newsDetail p {
	margin-bottom: 5px;
}

.newsDetail img {
	margin:0px !important;
}

.newsDetail ul {
	margin: 5px 0px;
}

			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Button.css
 */



.button {
	background-color:#D5D2C9;
	padding:1px;
	width:168px;
	margin:5px 5px 5px 5px;
}

.button a {
	display:block;
	border:1px solid white;
	background-color:#E0E0E2;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#4A4A4A;
	font-weight:normal;
	padding:2px 25px 0 7px;
	text-decoration:none;
	font-size:0.84615em;
	min-width:134px;
	min-height:29px;
	white-space:normal;
}


.button a:link {
	color:#4A4A4A;
}

.button a em, .button a strong  {
	display:block;
	color:#687EBE;
	font-weight:bold;
	font-style:normal;
}

.button a strong  {
	font-size:1.181818em;
	padding:5px 0 7px;
}

#content .button img {
	border:1px solid white;
	border-bottom:none;
	margin:0;
	margin-right:-26px;
	width:166px;
	
	display:block; 
}

#content .button a img {
	margin-left:-8px;
}


ul.button {
	background:none;
	margin:0;
}

.button li {
	background-image:none !important;
	background-color:#D5D2C9;
	padding:1px !important;
	width:168px !important;
	margin:5px 5px !important;
}

.button li img {
	margin-bottom:-3px;
}

.button li a img {
	margin-bottom:0;
}



.background1, .button li.background1 {
	background-color:#A8034F;
	color:#ffffff;
}

.background1 a:link, .background1 a:hover, .background1 a:visited, .background1 a:active,
.background1 a:link strong, .background1 a:hover strong, .background1 a:visited strong, .background1 a:active strong,
.background1 a:link em, .background1 a:hover em, .background1 a:visited em, .background1 a:active em {
	color:#ffffff !important;
}

.background1 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground1.gif);
	background-color:#A8034F;
}

.background2, .button li.background2 {
	background:#00789C !important;
	color:white;
}

.background2 a:link, .background2 a:hover, .background2 a:visited, .background2 a:active,
.background2 a:link strong, .background2 a:hover strong, .background2 a:visited strong, .background2 a:active strong,
.background2 a:link em, .background2 a:hover em, .background2 a:visited em, .background2 a:active em {
	color:white !important;
}

.background2 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground2.gif);
	background-color:#00789C;
}

.background3, .button li.background3 {
	background:#007A5E !important;
	color:white;
}

.background3 a:link, .background3 a:hover, .background3 a:visited, .background3 a:active,
.background3 a:link strong, .background3 a:hover strong, .background3 a:visited strong, .background3 a:active strong,
.background3 a:link em, .background3 a:hover em, .background3 a:visited em, .background3 a:active em {
	color: white !important;
}

.background3 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground3.gif);
	background-color:#007A5E;
}

.background4, .button li.background4 {
	background:#EDD959 !important;
	color:#333333;
}

.background4 a:link, .background4 a:hover, .background4 a:visited, .background4 a:active,
.background4 a:link strong, .background4 a:hover strong, .background4 a:visited strong, .background4 a:active strong,
.background4 a:link em, .background4 a:hover em, .background4 a:visited em, .background4 a:active em {
	color:#333333 !important;
}

.background4 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground4.gif);
	background-color:#EDD959;
}

.background5, .button li.background5 {
	background:#E87D0D !important;
	color:white;
}

.background5 a:link, .background5 a:hover, .background5 a:visited, .background5 a:active,
.background5 a:link strong, .background5 a:hover strong, .background5 a:visited strong, .background5 a:active strong,
.background5 a:link em, .background5 a:hover em, .background5 a:visited em, .background5 a:active em {
	color:white !important;
}

.background5 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground5.gif);
	background-color:#E87D0D;
}

.background6, .button li.background6 {
	background:#DE5433 !important;
	color:white;
}

.background6 a:link, .background6 a:hover, .background6 a:visited, .background6 a:active,
.background6 a:link strong, .background6 a:hover strong, .background6 a:visited strong, .background6 a:active strong,
.background6 a:link em, .background6 a:hover em, .background6 a:visited em, .background6 a:active em {
	color:white !important;
}

.background6 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground6.gif);
	background-color:#DE5433;
}

.background7, .button li.background7 {
	background:#D12421 !important;
	color:white;
}

.background7 a:link, .background7 a:hover, .background7 a:visited, .background7 a:active,
.background7 a:link strong, .background7 a:hover strong, .background7 a:visited strong, .background7 a:active strong,
.background7 a:link em, .background7 a:hover em, .background7 a:visited em, .background7 a:active em {
	color:white !important;
}

.background7 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground7.gif);
	background-color:#D12421;
}

.background8, .button li.background8 {
	background:#80293D !important;
	color:white;
}

.background8 a:link, .background8 a:hover, .background8 a:visited, .background8 a:active,
.background8 a:link strong, .background8 a:hover strong, .background8 a:visited strong, .background8 a:active strong,
.background8 a:link em, .background8 a:hover em, .background8 a:visited em, .background8 a:active em {
	color:white !important;
}

.background8 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground8.gif);
	background-color:#80293D;
}

.background9, .button li.background9 {
	background:#C985A3 !important;
	color:white;
}

.background9 a:link, .background9 a:hover, .background9 a:visited, .background9 a:active,
.background9 a:link strong, .background9 a:hover strong, .background9 a:visited strong, .background9 a:active strong,
.background9 a:link em, .background9 a:hover em, .background9 a:visited em, .background9 a:active em {
	color:white !important;
}

.background9 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground9.gif);
	background-color:#C985A3;
}

.background10, .button li.background10 {
	background:#664A78 !important;
	color:white;
}

.background10 a:link, .background10 a:hover, .background10 a:visited, .background10 a:active,
.background10 a:link strong, .background10 a:hover strong, .background10 a:visited strong, .background10 a:active strong,
.background10 a:link em, .background10 a:hover em, .background10 a:visited em, .background10 a:active em {
	color:white !important;
}

.background10 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground10.gif);
	background-color:#664A78;
}

.background11, .button li.background11 {
	background:#5CBACC !important;
	color:white;
}

.background11 a:link, .background11 a:hover, .background11 a:visited, .background11 a:active,
.background11 a:link strong, .background11 a:hover strong, .background11 a:visited strong, .background11 a:active strong,
.background11 a:link em, .background11 a:hover em, .background11 a:visited em, .background11 a:active em {
	color:white !important;
}

.background11 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground11.gif);
	background-color:#5CBACC;
}

.background12, .button li.background12 {
	background:#008AC4 !important;
	color:white;
}

.background12 a:link, .background12 a:hover, .background12 a:visited, .background12 a:active,
.background12 a:link strong, .background12 a:hover strong, .background12 a:visited strong, .background12 a:active strong,
.background12 a:link em, .background12 a:hover em, .background12 a:visited em, .background12 a:active em {
	color:white !important;
}

.background12 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground12.gif);
	background-color:#008AC4;
}

.background13, .button li.background13 {
	background:#B3C98C !important;
	color:white;
}

.background13 a:link, .background13 a:hover, .background13 a:visited, .background13 a:active,
.background13 a:link strong, .background13 a:hover strong, .background13 a:visited strong, .background13 a:active strong,
.background13 a:link em, .background13 a:hover em, .background13 a:visited em, .background13 a:active em {
	color:white !important;
}

.background13 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground13.gif);
	background-color:#B3C98C;
}

.background14, .button li.background14 {
	background:#C2B50D !important;
	color:white;
}

.background14 a:link, .background14 a:hover, .background14 a:visited, .background14 a:active,
.background14 a:link strong, .background14 a:hover strong, .background14 a:visited strong, .background14 a:active strong,
.background14 a:link em, .background14 a:hover em, .background14 a:visited em, .background14 a:active em {
	color:white !important;
}

.background14 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground14.gif);
	background-color:#C2B50D;
}

.background15, .button li.background15 {
	background:#A8B50A !important;
	color:white;
}

.background15 a:link, .background15 a:hover, .background15 a:visited, .background15 a:active,
.background15 a:link strong, .background15 a:hover strong, .background15 a:visited strong, .background15 a:active strong,
.background15 a:link em, .background15 a:hover em, .background15 a:visited em, .background15 a:active em {
	color:white !important;
}

.background15 a {
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/buttonbackground15.gif);
	background-color:#A8B50A;
}


.courseFinderButton, .openDaysButton, .orderAProspectusButton {
	border:1px solid #D5D2C9;
	border-top:1px solid #D5D2C9;
	background-color:white;
	margin:5px 5px 5px 10px;
}

.courseFinderButton a, .courseFinderButton a:hover, .courseFinderButton a:visited,
.openDaysButton a, .openDaysButton a:hover, .openDaysButton a:visited,
.orderAProspectusButton a, .orderAProspectusButton a:hover, .orderAProspectusButton a:visited {
	color:white !important;
	text-decoration:none;
	display:block;
	padding:7px 10px 7px 38px;
	width:122px;
	font-weight:bold;
	font-size:1.0769230em;
	background-position:7px 4px;
	background-repeat:no-repeat;
}


div.courseFinderButton a {
	background-color:#B5CC96;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/coursefindericon.gif);
}


div.openDaysButton a {
	background-color:#2CBDD8;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/opendaysicon.gif);
}


div.orderAProspectusButton a {
	background-color:#1595D4;
	background-image:url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Buttons/orderprospectusicon.gif);
}

			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/ShowHide.css
 */



div#content div.hideContent {
	display: none;
}

div#content div.showHide {
	margin: 0 8px 0 0;
}

div#content p.showHideTitle {
	padding-left: 14px !important;
	font-weight: bold;
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/ShowHide/closed.gif) no-repeat 0 4px;
	margin-bottom: 8px;
}

div#content p.open {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/ShowHide/open.gif) no-repeat 0 4px;
}

div#content p.activeShowHideTitle {
	cursor: pointer;
	color: #333;
}

div#content div.showHide p.mouseOver {
	color: #f60;
}



div#content div.showHideControls {
	display: none;
	padding: 6px;
	margin-bottom: 14px;
	font-size: 0.9em;
}

div#content div.showHideVisible {
	display: block;
}

div#content div.showHideControls span {
	color: #c0c0c0;
}

div#content div.showHideControls p {
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

div#content div.showHideControls p.mouseOver {
	color: #ae281c;
	cursor: pointer;
	text-decoration: none;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Table.css
 */


div#content table {
	border-collapse: separate;
	width: 680px;
	margin: 0 0 12px 0;
	color: #4A4A4A;
}

div#content table td, div#content table th {
	padding: 4px 4px 2px 4px;
}

div#content table td p, div#content table th p {
	margin: 0 2px 4px 2px;
	padding: 0;
}

div#content table th {
	text-align: left;
}



div#content table.strong {
	border-collapse: separate;
	width: 680px;
	margin: 0 0 12px 0;
	border: 1px solid #aaa;
}

div#content table.strong td, div#content table.strong th {
	padding: 4px 4px 2px 4px;
}

div#content table.strong td {
	border:1px solid #E7E2D7;
	background: #f8f6f0;
}

div#content table.strong td.alt {
	background: #dedcd7;
}

div#content table.strong td p, div#content table.strong th p {
	margin: 0 2px 4px 2px;
	padding: 0;
}

div#content table.strong th {
	background: #333;
	color: #ffffff;
	text-align: left;
}


div#content table.em {
	border-collapse: separate;
	width: 100%;
	margin: 0 0 12px 0;
}

div#content table.em td, div#content table.em th {
	background: #f8f6f0;
	padding: 4px 4px 2px 4px;
}

div#content table.em td.alt {
	background: #dedcd7;
}

div#content table.em td p, div#content table.em th p {
	margin: 0 2px 4px 2px;
	padding: 0;
}

div#content table.em th {
	background: #333;
	color: #ffffff;
	text-align: left;
}
			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Callout.css
 */



.callout {
	padding:0px;
	margin:0px;
}



.callout p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
}

.callout h4, .callout h5, .callout h6 {
	font-family:Arial, Helvetica, sans-serif;
}

.callout1 {
	padding:10px;
	margin:10px;
	color:#fff !important;
	background-color:#333;
}

.callout1 ul li,
.callout2 ul li {
	xbackground-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/Content/lists/ulli-white2.gif) !important;
}

.callout1 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout1 h4, .callout1 h5, .callout1 h6, .callout1 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout2 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#333;
}

.callout2 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout2 h4, .callout2 h5, .callout2 h6, .callout2 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout3 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#333;
}

.callout3 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout3 h4, .callout3 h5, .callout3 h6, .callout3 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout4 {
	padding:10px;
	margin:10px;
	color:#333333 !important;
	background-color:#EDD959;
}

.callout4 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#333333 !important;
}

.callout4 h4, .callout4 h5, .callout4 h6, .callout4 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333 !important;
}

.callout5 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#E87D0D;
}

.callout5 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout5 h4, .callout5 h5, .callout5 h6, .callout5 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout6 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#DE5433;
}

.callout6 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout6 h4, .callout6 h5, .callout6 h6, .callout6 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout7 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#D12421;
}

.callout7 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout7 h4, .callout7 h5, .callout7 h6, .callout7 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout8 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#80293D;
}

.callout8 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout8 h4, .callout8 h5, .callout8 h6, .callout8 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout9 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#C985A3;
}

.callout9 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout9 h4, .callout9 h5, .callout9 h6, .callout9 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout10 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#664A78;
}

.callout10 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout10 h4, .callout10 h5, .callout10 h6, .callout10 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout11 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#5CBACC;
}

.callout11 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout11 h4, .callout11 h5, .callout11 h6, .callout11 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout12 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#008AC4;
}

.callout12 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout12 h4, .callout12 h5, .callout12 h6, .callout12 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout13 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#B3C98C;
}

.callout13 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout13 h4, .callout13 h5, .callout13 h6, .callout13 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout14 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#C2B50D;
}

.callout14 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout14 h4, .callout14 h5, .callout14 h6, .callout14 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.callout15 {
	padding:10px;
	margin:10px;
	color:#ffffff !important;
	background-color:#A8B50A;
}

.callout15 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#ffffff !important;
}

.callout15 h4, .callout15 h5, .callout15 h6, .callout15 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

div.expandable {
	max-width: 400px;
	width: auto;
}

.expandable img {
	max-width: 96%;
}


.floatRight{
	margin-right:0px;
	margin-top:0px;
}

.floatLeft{
	margin-left:0px;
	margin-top:0px;
}



.department2,
.department3,
.department4,
.department5 {
	padding:10px;
	margin:10px;
	color:#4A4A4A !important;
	background-color:#e7e2d7;
}

.department2 p,
.department3 p,
.department4 p,
.department5 p {
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	color:#4A4A4A !important;
}

.department2 h4, .department2 h5, .department2 h6, .department2 a,
.department3 h4, .department3 h5, .department3 h6, .department3 a,
.department4 h4, .department4 h5, .department4 h6, .department4 a,
.department5 h4, .department5 h5, .department5 h6, .department5 a {
	font-family:Arial, Helvetica, sans-serif;
	color:#4A4A4A !important;
}



			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/SearchBox.css
 */

#deptSearch {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/SearchBox/searchBg.jpg);
	background-position: 0 23px;
	background-repeat: no-repeat;
}

#deptSearch h5 {
	margin-left: 35px;
	padding-top: 5px;
}

#deptSearch form {
	margin-bottom: 40px;
	margin-left: 11px;
	padding-top: 5px;
}

#deptSearch input {
	width: 28px;
	padding-left: 0px;
}

#deptSearch input#query, #deptSearch input#q {
	width: 120px;
}

#deptSearch #deptSearchGo {
	padding-left: 0;
	width: 25px;
}

form#deptSearchForm fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#leftColumn #deptSearch {
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/SearchBox/searchMiniBg.jpg);
	background-position: 0 20px;
	margin: 21px 10px 0pt;
	width: 170px;
}

#leftColumn #deptSearch form {
	padding-top: 0;
	padding-bottom: 10px;
}

#leftColumn #deptSearch h4 {
	background: #636363 none repeat scroll 0%;
	color: #ffffff;
	font-size: 0.846153em;
	padding: 2px 0pt 2px 7px;
}

#leftColumn #deptSearch h5 {
	display: none;
}

#leftColumn #deptSearch select {
	width: 150px;
}

#leftColumn #deptSearch #deptSearchGo {
	width: 27px !important;
}

			
/**
 * ntral/templates/pantheon-themes/RadicalDistrust/views/css/browser/snippets/Events.css
 */

#eventsColumn {
	width: 200px;
	float: left;
	padding-left: 3px;
}

#eventsColumn h4 {
	background-color: #8DB3DF;
	color: #ffffff;
	font-size: 1em;
	padding: 1px 0 2px 4px;
}

#events {
	background-repeat:no-repeat;
	background-position:0px 23px;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/eventsBg.jpg)
}

div#content .eventItem {
	padding:7px 7px 0px 35px;
	background-image: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/calendar.gif);
	background-repeat:no-repeat;
	background-position:7px 5px;
	margin-bottom: 10px;
}

div#content .eventItem h5 {
	margin-bottom:5px;
	font-weight:normal;
}
div#content .eventItem h5 a {
	text-decoration:none;
	font-weight:bold;
}

div#content .eventItem p {
	margin-bottom:5px;	
}	

div#content div.eventItemCalendar {
	margin: 0 8px 6px 8px;
	clear: left;
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/hr.gif) repeat-x center bottom;
	padding: 0 0 4px 0;
}

div#content div.eventItemCalendar div.eventThumb {
	position: absolute;
}

div#content div.eventItemCalendar div.eventDetail {
	
	padding-left: 44px;
}

div#content div.eventItemCalendar div.eventDetail h6 {
	margin-bottom: 2px;
	padding-bottom: 0;
	font-size: 1.0em;
}

div#content div.eventItemCalendar div.eventDetail p.eventDate {
	font-size: 0.9em;
	margin-left: 4px;
}

div#content div.eventItemCalendar div.eventThumb {
	width: 42px;
	height: 10px;
	padding: 18px 0 14px 0;
	text-align: center;
	font-weight: bold;
}

.month01 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/01.gif) no-repeat 0 0;
}

.month02 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/02.gif) no-repeat 0 0;
}

.month03 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/03.gif) no-repeat 0 0;
}

.month04 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/04.gif) no-repeat 0 0;
}

.month05 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/05.gif) no-repeat 0 0;
}

.month06 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/06.gif) no-repeat 0 0;
}

.month07 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/07.gif) no-repeat 0 0;
}

.month08 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/08.gif) no-repeat 0 0;
}

.month09 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/09.gif) no-repeat 0 0;
}

.month10 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/10.gif) no-repeat 0 0;
}

.month11 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/11.gif) no-repeat 0 0;
}

.month12 {
	background: url(http://www.kent.ac.uk/styles/pantheon-assets/images/Bacchus/snippets/Events/month/12.gif) no-repeat 0 0;
}
