html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: medium;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: 1px;
}

body.home {
	background-color: #FFFFFF;
}

/* ------------CONTAINER LOGO --------------------- */
#topbar {
	padding: 0px;
	margin: 0 0 0 0px;
}

body.home #topbar {
	margin: 0 0 0 0px;
}

/* Main logo */
#logo {
	width: 200px;
	float: left;
}

body.home #logo {
	width: 259px;
}

/* Sitelinks and quicksearch at top of page */
#searchlinks {
	float: right;
	text-align: right;
	margin: 6px 12px 0px 0px;
}

#sitelinks  {
	text-decoration: none;
	color: #609;
	font-size: 70%;
}

#sitelinks a {
	text-decoration: none;
	color: #609;
}

#quicksearch {
	margin: 0px;
	display: inline;
}
	
#quicksearch input {
	vertical-align: middle;
	font-size: 1em;
}

.submitAsImage
{
	border: 0px inset;
	background-color: Transparent;
	color: transparent;
	background-image: sdfsd;
	text-decoration: none;
}

.searchbutton {
	border: 0px;
	width: 37px;
	height: 18px;
}



/* for pushing down content and avoiding overlaps due to floats */
.topspacer {
	clear:both;
	height: 1%;
	padding: 0px;
	margin: 0px;
	font-size:0.1em;
}

/* for pushing down content between topbar and container (HOME) */
body.home .topspacer {
	height: 52px;
}
/* for pushing down content between topbar and container (404 Error Page) */

body.error .topspacer {
	height: 25px;
}

/* ----Container for breadcrumbs, left, right and top nav, main content ----- */
#container {
	clear: both;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/* Container div on HOME page */
body.home #container {
	margin: 0px 0px 0px 0px;
}

/* --------------------BREADCRUMBS---------------------- */
#breadcrumbs{
	clear: both;
	font-size: 70%;
	color: #609;
	margin: 0px 10px 7px 20%;
}

#breadcrumbs a:link {color: #CC3333;}
#breadcrumbs a:visited {background-color: #FFFFFF; color: #C33;}
#breadcrumbs a:hover {background-color: #FFFFFF; color: #C33;}
#breadcrumbs a:active {color: #C33;}

/* ----------------------TOP NAVIGATION------------------ */

/* top navigation container */
#nav {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
}

#navigation {	
	font-weight: bold;
	font-size: 70%;
	background-color: transparent;
	margin: 0px;
	border: 0px;
	padding: 6px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 4px 6px 2px;
	border-right: 1px solid white;
	color: #FFFFFF;
}

#navigation li a {
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:link {color: #FFF;}
#navigation li a:visited {color: #EFEFEF;}
#navigation li a:hover {color: #D2D2D2;}

/* Uni home link and site title section */

/* ----------------------------LEFT NAVIGATION--------------------------  */

/* The left side bar, holding the left subnav in place */


#leftsidebar {
	float: left;
	width: 190px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body.home #leftsidebar {
	width: 175px;
}

/* left sub-navigation (applies to both main and related links) */

.leftnav {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

.leftnav li {
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #fff;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 1px 2px 2px 2px;
	list-style: none;
}

.leftnav li a {
	display: block;
	text-decoration: none;
}
/* allows for nested sublist in leftnavigation */

.leftnav li ul li {
	border: 0;
	padding-left: 15px;
}
/* left subnav for HOME page */
body.home .leftnav {
	font-weight: bold;
	border-top: 1px #999 solid;
	margin-top: 2px;
}

body.home .leftnav li {	
	padding: 1px 0px 2px 2px;
}

body.home .leftnav a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url("/images/arrowlarge_red.gif");
	background-position: right;
	background-repeat: no-repeat;
}

/* left subnav link/hover formatting */
.leftnav a:link {background-color: #FFFFFF; color: #363636;}
.leftnav a:visited {background-color: #FFFFFF; color: #363636;}
.leftnav a:hover {background-color: #FFFFFF; color: #CC3333;}
.leftnav a:active {background-color: #FFFFFF; color: #4B0082;}

/* nav header for left hand navigation */
.leftnavhead{
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	padding: 3px;
	border: 1px #999999 solid;
}


/* Left side image place holder containing staff/student profile photos (HOME Page) */
.left-imgholder {
	padding: 1px 0 0 0;
	margin:0;
}

.profileheader {
	font-size:70%;
	font-weight:bold;
	color:#FFF;
	background-color:#C33;
	text-align:center;
	padding: 4px;
	margin-top: 1px;
}

/* Left side box containing staff student profile text (HOME Page) */
#left-box {
	clear: left;
	font-size: 70%;
	background:#FFFFFF;
	border: 1px solid #959595;
	padding: 0px 5px 5px 5px;
	margin: 1px 0px 5px 0px;
}


/* -------------------------MAIN CONTENT AREA------------------------ */
#content {
	font-size: medium;
	padding: 2px 5px 10px 15px;
	margin-right: 15px;
	margin-left: 186px;
	background-color: #FFFFFF;
}


#content a:link 
{
	background-color: Transparent; 
	color: blue;
	
}
#content a:visited 
{
	background-color: Transparent; 
	color: blue;
}
#content a:hover
{
	color: #cc3333;
	background-color: Transparent;
	text-decoration : none;
}
#content a:active 
{
	background-color: Transparent; 
	color: #4B0082;
}


.col1Width
{
	width: 171px;
}

/* content div for SECTION HOME */
body.section_home #content {
	margin-right: 292px;
	margin-left: 182px;
}
/* content div for HOME */
body.home #content {
	margin-right: 292px;
	margin-left: 166px;
}
/* content div for 404 Error page */
body.error  #content {
	margin-left: 0px;
}

/* Header fonts begin...*/
h1,h2 {
	font-weight: bold;
	font-size:x-large;
	margin:6px 40px 0px 0px;
	color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h3,h4 {
	font-weight: bold;
	font-size:1.1em;
	margin:6px 40px 0px 0px;
}


/* HOME page font formatting in content */

/* HOME Header fonts begin...*/
body.home h1 {
	font-size:1.8em;
}

body.home h1,h2,h3,h4 {
	margin-top:14px;
}

body.home h2 {
	background: transparent url("") no-repeat left;
	padding: 0 0 0 8px; 
}

/*  Content Para style */
.parastyle {
	margin:4px 0 0 0;
	padding:0px;
	line-height: 130%;
	color:#000;
}


/* Content - Essentials and News (JS) */
.newstable{	
	border:0; 
}
.newstable img {
	float: left;
	padding: 2px 4px 2px 1px;
}
.newstable td {vertical-align:top;}

/* Essentials and News - non-table version */
.leftnews {
	float:left;
	vertical-align:top;
}
.rightnews {
	float:right;
	vertical-align:top;
}
.leftnews, .rightnews {
	vertical-align:top;
	width: 48%;
	padding: 0 1px 0 1px;
}
.leftnews img, .rightnews img {
	float:left;
	padding: 2px 4px 2px 1px;
}
.leftnews p, .rightnews p {
	vertical-align:top;
}



/* -------------------------RIGHT NAVIGATION------------------------ */
/* Portions of this code are shared between SECTION HOME and FEATURE, code specific to either has been marked */
/* The right side bar, holding the right subnav in place (FEATURE) */
#rightsidebar {
	float: right;
	width: 20px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 1px 0px;
	background-color: #FFF;
}

/* The right side bar of SECTION HOME and HOME containing right subnav and image */
#rightcol {
	float: right;
	width: 290px;
	margin: 0;
	margin-left: 1px;
	padding: 1px 0px 1px 0px;
	background-color: #FFFFFF;
}

/* Right side image place holder of SECTION HOME & HOME */
.right-imgholder {
	padding: 0;
	margin: 0;
}

/* The right side bar, holding the right subnav in place (SECTION HOME & HOME) */
#sectionrightsidebar {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}


/* Subnavigation right (Code for SECTION HOME and HOME) */
#sectionright1 {
	float: left;
	width: 144px;
	margin-right: 1px;
}

#sectionright2 {
	float: right;
	width: 144px;
	margin-left: 1px;
}

#sectionrightsidebar .rightnav{
	font-size: 100%;
}

#sectionrightsidebar .rightnav a {
	border-bottom: 1px #FFF solid;
	font-size: 65%;
	color:#fff;
	font-weight: bold;
}

#sectionrightsidebar .rightnavheader {
	border-bottom: 1px #FFF solid;
	font-size: 65%;
}
/* Subnavigation right (code for FEATURE and SECTION HOME) */
.rightnav {
	font-size: 70%;
	width: 174px;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

.rightnavheader {
	display: block;
	background-color: #C33;
	border-bottom: 2px #FFF solid;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 6px;
	color: #FFFFFF;
}

.rightnav li {
	display: inline;
/* for IE5 and IE6 (prevents standard list formatting from appearing)*/
}

.rightnav a {
	display: block;
	background-color: #C33;
	border-bottom: 2px #FFF solid;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 6px;
	background-image: url("http://www.manchester.ac.uk/images/arrow_white_rhs.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.rightnav a:link {color: #FFFFFF;}
.rightnav a:visited {color: #FFFFFF;}
.rightnav a:hover {color: #000000;}
.rightnav a:active {color: #000000;}

/* The grey browse by subject box (above right nav) */
.rightnav a.greybox{ background-color: #999999;}

/* container for prospectus graphic on rhs of HOME page */
#prospectus {
	background: url("http://www.manchester.ac.uk/images/prospectus.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
/* Specific to section_home_new */
#placehold { 
	background: url("http://www.manchester.ac.uk/images/placehold.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
}

#prospectus p, #placehold p {display:inline;}

/* Right side grey box stuff (HOME page only) */
.toprightbox {
	background:#E5E5E5;
	padding: 3px 1px 3px 10px;
	margin-top: 2px;
	font-weight: bold;
	color: #C33;
	font-size: 70%;
	height: 15px;
	clear:both;
}

.right-box {
	border:1px solid #E5E5E5;
	margin: 0px;
	padding: 1px;
	height: 85px;
	font-size: 70%;
	clear:both;
}

.right-box img {
	margin:3px 12px 2px 2px;
	float: left;
}

/* ------------------FOOTER------------------------------  */
#footwrapper {
	clear:both;
	margin-left: 15px;
	font-size: 70%;
}

/*footer for HOME page */
body.home #footwrapper {
	margin-left: 119px;
}


#footer {
	padding: 1px 0 5px 0;
	border-top: 1px solid #E5E5E5;
	margin: 20px 1px 0px 0px;
}

#footer2 {
	padding: 1px 0 0 0;
	margin: 1px 1px 10px 0px;
	border-top: 1px solid #E5E5E5;
	text-align: right;
}
/* brings the footer text up close to the div edges by changing p from block to inline */
p.inline {
	display:inline;
}

/* ---------ASSORTED BITS AND PIECES---------------- */

.wrapright{float:right;margin-left:1em}
.wrapleft{float:left;margin-right:1em}
.clear{clear:both;}

/* for pushing down content and avoiding overlaps due to floats */
.spacer {
	clear:both;
	height: 1%;
	padding: 0px;
	margin: 0px;
	font-size:0.1em;
}

/* Useful extra formatting classes */
.bold {font-weight:bold;}
.italic {font-style:italic;}
.textleft {text-align:left;}
.textright {text-align:right;}
.textjustify {text-align:justify;}
.aligntop {vertical-align:top;}

/* Skip navation and searchbox label */
.hide { 
	position: absolute; 
	left: -999px; 
	width: 990px; 
} 



/* Removes image borders */
img {border:0;}


/* Italic Bug (http://positioniseverything.net/explorer/italicbug-ie.html) */
/* Also fixes pixel jog bug */
/* \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* User Added Classes */
.InputForm
{
	width : 100%;
}

.resultsHeader
{
	color: white;
	background-color: #6666cc;
}
.errorText
{
	color: Red;
}



.pageTextBox
{
	width : 200px;
}

.pageDropDown
{
	width : 204px;
}

.calender
{
	DISPLAY: inline; 
	Z-INDEX: 130; 
	POSITION: absolute;
	background-color: #ffffff;
}


.alignRight
{
	text-align: right;
}

.textWidth
{
	width: 150px;
}



.container
{
	border-right: #999  1px solid;
	padding-right: 10px;
	border-top: #999  1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #999  1px solid;
	padding-top: 10px;
	border-bottom: #999 1px solid;
}

.sepeartor
{
	border-top-style: none;
	border-bottom: #cccccc thin solid;
}
