#content p, #content li{
	padding-right:20px;
}

	div.no_drop, table.no_drop, div.no-drop, table.no-drop{
	width:99%;
}
#right-column{
	float:right;
	width:130px;
	margin-left:15px;
	margin-right:6px;
	margin-bottom:15px;
}

#content {
	margin-right:3px;
}

#right-column p, #right-column li{
	font-size: 85%;
	text-align: center;
	margin:0.4em !important;
	padding: 0;
}

#right-column table{
	width:120px;
}

#right-column td{
	padding: 2px;
	margin: 0;
}

#right-column h2, #right-column h3, #right-column h4{
	padding: .4em !important;
	margin: 0 !important;
	text-align: center;
	font-family:Arial, Verdana, Helvetica, Serif;
}
#right-column h2{
	font-size: 90%;
}
#right-column h3{
	font-size: 86%;
}
#right-column h4{
	font-size: 86%;
}
p.images, p.centre {
	text-align:center !important;
}


/*Blank classes to allow selection from WYSIWYG*/
.left-img{}
.right-img{}

img.content-img, img.left-img, div.left-img{
	margin: 5px 10px 10px 5px;
}
img.right-img, div.right-img{
	margin: 5px 5px 10px 10px;
}
div.right-img{
	float:right;
}
div.left-img{
	float:left;
}

div.left-img p, div.right-img p{
	font-size:80%;	
	max-width:200px;
}

ul#sub-nav{
	margin:0px;
	padding:0px;
}

.menu-bkg{
	margin-left:5px;
	padding:0px;
}
.restrict-width{
	width: 366px;
}
.restrict-width2{
	width: 340px;
}
.clr{
	clear: both;
}

/******* Definition lists (as tables) ******/

dd
{
	margin: 0 0 .8em 1.5em;
}

dl.table-display
{
	margin: 5px 0;
}

dl.table-display
{
	float:left;
	width: 99%;
	margin: 6px 0 10px 0;
	padding: 0;
}

.table-display dt
{
	float: left;
	margin: 0 0 0 0;
	padding: 6px 0 6px 0;
	font-weight: bold;
	clear: both;
}

.table-display dd
{
	float: left;
	margin: 0 0 0 0px;
	padding: 6px 6px 6px 20px;
}


.width150 dt
{
	width: 150px;
}
.width150 dd
{
	width: 295px;
}

.width60 dt
{
	width: 60px;
}
.width60 dd
{
	width: 385px;
}

/******* For News ********/

p.newsdate{
	font-size:90%;
	color:#999999;
}

p.right{
	text-align:right;
}

/******* For Staff Profiles ********/

div.profile, div.profile p{
	text-align:left;
}

div.profile img{
	float:right; padding-left:20px; padding-bottom:20px
}



/******* For forms ********/
.form li, .form1 li{
	list-style:none;
}
.form1 span.inline li, .form1 span.inline ul, .form span.inline li, .form span.inline ul  {
	display: inline;
}

/******* For galleries (150px wide thumbnails) ********/
div.gallery{
	width:99%;
}

div.gallery div{
	width:150px;
	text-align:center;
	float:left;
	margin:10px;
	padding:0;
}

div.gallery p, div.gallery div p{
	width:99%;
	text-align:center;
}
/******* For galleries (120px wide thumbnails) ********/

div.gallery-120 div{
	width:120px;
	text-align:center;
	float:left;
	margin:0;
	padding:10px;
	display:inline;
}

div.gallery-120 p, div.gallery div p{
	width:99%;
	text-align:center;
}
div.gallery-120 ul li {
	list-style-type:none;
	display:inline;
}
/******** For vertical galleries (Items and adjacent text take up width available) ******/
/******** Spacing under the gallery must go *in the v_gallery div* - if this is the last
div on the page you should put a nbsp or para after it or it will run into the footer

Do not use with a right-column, as that will push the v-gallery float down to below the
end of the right-column                                                            ******/


div.v_gallery div{
	float:left; width:99%; position:relative;
}

ul.v_options{ /* For floating a list of image/video options to the right of a thumbnail */
	float:left;
	padding:30px 15px 30px 16px;
}

div.v_gallery div img{
	margin: 0 20px 15px 0;
	float:left;
}

/******* For talking head quotes ********/

div.talking-head, div.quote {
	background-color: #f6ffff;
	border: 2px solid #336699;
	width:460px;
	padding:12px 12px 4px 12px;
	position:relative;
	top:20px;
	margin:8px 30px 38px 0;
}

div.talking-head img, div.quote img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	position:relative;
	left:30px;
	top:-30px;
}

/******* For UCAS tariff tables ********/
table#ucas_tariffs{
	border: 2px solid black;
	border-collapse:collapse;
}
#ucas_tariffs td, #ucas_tariffs th{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid black;
	margin: 0;
	padding:0;
}
table#ucas_tariffs #column_headers th{
	border-bottom: 0px;
	height:106px;
	margin: 0;
}
table#ucas_tariffs #group_headers th{
	border: 2px solid black;
	background-color: white;
	border-bottom: 0px;
	padding: .5em;
}
#group_headers th{
	background-color: white;
}
#ucas_tariffs td{
	background-color:#D1E4CD;
}
#ucas_tariffs td.filled{
	background-color:#7AB66E;
}
#ucas_tariffs td.score{
	background-color: white;
}

.center_cells td{
	text-align: center;
	font-size: x-small;
}

colgroup{
	border: 2px solid black;
}

/*************  FOR PROGRAMME DETAILS PAGES *************************/

table.courses, table.keyfacts{
	width: 500px;
	border: 1px solid black;
	padding: 10px;
}

table.keyfacts th{
	background-color:#f9f6f9;
	text-align:left;	
	padding: 10px;
}

table.courses th{
	background-color:#600666;
	padding: 5px;
	color:white;
}

table.courses td, table.keyfacts td{
	background-color:#f9f6f9;
	padding: 5px;
}
table.courses td.credits{
	text-align:center;
}
table.classification{
	width: 500px;
	border: none;
	padding: 0;
	margin:0;
}
table.classification td{
	padding: 10px;
	margin:0;
}

table.timetable{
	border: 1px black solid;
	margin-bottom:15px;
}
.timetable td, .timetable th{
	background-color:#f9f6f9;
	color:black;
	padding:2px;
}

.timetable td.filled{
	background-color:#f3e6f3
}

/*************  FOR NEW PROGRAMME DETAILS PAGES *************************/

div#KeyFacts{
	float:right;
	width: 180px;
	border: 1px solid white;
	padding: 10px;
	background-color:#e3f0f6;
	padding: 10px;
	margin-left:15px;
	margin-right:6px;
	margin-bottom:15px;
	margin-top:15px;
	font-size: 86%;
}

div#Details div#Intro{
	background-color:#e6f3f3;
	padding:4px 6px 11px 11px;
}

div#Extra{
	width:300px;
}

div#Extra div#BoxOne, div#Extra div#BoxTwo{
	border: double 3px;
	background-color:#e6f3f3;
	padding:0 6px 11px 6px;
	margin:6px 0 6px 2px;
}

div#KeyFacts p{
	text-align:left;
}

div#KeyFacts h2, div#KeyFacts h3, div#KeyFacts h4{
/*	padding: .4em !important;*/
	margin: 0 !important;
	font-family:Arial, Verdana, Helvetica, Serif;
	font-weight:bold;
	margin-collapse:collapse;
}