@charset "UTF-8";
/* CSS Document */

/*
Note - these styles should be common to ALL prospectus material (not just UG or PG)
Styles need centralising
*/


@import url(subsheets/sub_rightbox.css);

@import url(subsheets/sub_search.css);

@import url(subsheets/sub_forms.css);


#main-content.no_right_column{ 
	width:700px;
	padding-right:20px;
	padding-left:20px;
	float:right;
}


/* The following styles are ones that came with the templates */
#main-title {
	background: #5f4892 url(../img/structure/ttlbg-ug-pro.png) repeat-x left top;
}

.featurecolour1 {
	color: #F16E00;
	font-weight: normal;
}
.featurecolour2 {
	color: #F16E00;
}

h2, h3, h4 {
	color: #5f4892 !important;
}

h5 {
	color: #666666 !important;
	font-size: 105%;
}

#main-content table {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;

}

#main-content td {
	border: 1px solid #CCCCCC;
	padding:6px;
}
#main-content th {
	color: #FFFFFF;
	background-color: #777777;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding:6px;
	border: 1px solid #CCCCCC;
}
.pink {
	background-color: #FFCCCC;
}
.orange {
	background-color: #FFE6B3;
}
.yellow {
	background-color: #FFFFCC;
}
.pinktxt {
	color: #CC0066;
}
.purpletxt {
	color: #330066;
}
#form1 .form1 {
	width: 80%;
	border: 1px solid #AAAAAA;
}
#form1 p {
	margin-top: 10px;
	margin-bottom: 0px;
}
#form1 {
	padding-top: 20px;
}

#main-content ul {
	list-style-type: square;
}

#main-content ul li {
}

#main-content .fullwidthhr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0px;
}

#main-content .fullwidthhr hr {
	display: none;
}

/* Block quotes with callout background */
	blockquote {
		background: #ededed url(../img/structure/blockquote-bg.png) no-repeat left bottom;
		clear: both;
		color: #555;
		font-size: 89%;
		float: right;
		margin: 10px 0 15px 20px;
		padding: 12px 20px 19px;
		position: relative;
		width: 195px;	
	}
	
	#main-content blockquote p {
		margin: 0 0 12px;
	}
		
	#main-content blockquote .source {
		bottom: 2px;
		font-weight: bold;
		left: 32px;		
		line-height: 1;
		margin: 0;
		position: absolute;
		font-size: 89%;		
	}
	
/* Awards boxes */	
	.award {
		background: #ededed url(../img/structure/award-bg.png) repeat-x left top;
		border: 1px solid #ededed;
		clear: both;
		font-size: 89%;
		float: right;
		margin: 5px 0 10px 20px;
		padding: 10px 15px;
		width: 213px;
	}
	
	#main-content .award p {
		margin: 0 0 2px;
	}
		
	#main-content .award .source {
		font-weight: bold;
		margin: 0;	
	}


#main-content p.qualification {
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}
#main-content p.qualification span {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	margin-left: 1em;
}

#main-content table.entry_req{
	font-size:85%;
	width: 100%;
	margin: 5px 0 15px;
}
#main-content table.entry_req th {
	background-color: #DDDDDD !important;
	color: #333333;
	width: 35%;
	text-align: right;
	vertical-align: top;
}

#main-content table.entry_req th.qual{
	text-align:center;
}

#main-content table.entry_req th,
#main-content table.entry_req td{
	border-color: #CCCCCC !important;
	vertical-align: top;
}

/* Styled HR added to right column */

#main #main-rightbox .hrStyle {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E3E3E3;
	margin-bottom: 10px;
}
#main #main-rightbox .hrStyle hr {
	display: none;
}

.imageLeftBorder {
	float: left;
	border: 1px solid #7D7F00;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 6px;
}

.imageLeftNoBorder {
	float: left;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

.imageRightBorder {
	float: right;
	border: 1px solid #AA9BCE;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.imageRightNoBorder {
	float: right;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#main #main-content .socList {
	float: left;
	width: 176px;
	font-size: 85%;
	padding-top: 0px;
}
#main #main-content .socList ul {
	margin-left: 0px;
	padding-left:0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}

#main #main-content .socList ul li {
	background-image: url(../../life/_img/societies_ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
blockquote {
	margin-top: 0px;

}
#main #main-content #homeImage {
	margin-bottom: 11px;
	height: 250px;
}

/* Left menu 'active' link styling */
#main-menu ul li a:hover, #main-menu ul li a.active{
	background-image:url(../img/bullets/menu-flash.jpg);
	background-color:#CCC;
	background-repeat: no-repeat;
	background-position: left top;
}

#main-menu ul li a.active{
		background-repeat: repeat;
		color:#FFF;
}

#main-menu ul li ul li a:hover, #main-menu ul li ul li a.active{
	padding-left:30px;
	border-left:none;
	background-position: left center;
}

/*	Course listing  */

#course-list h3,
#course-list p {
	text-align: center;
}
