/***********************************************/
/* HTML tag styles               */
/***********************************************/

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size:76%;
	font-family: Arial, helvetica, sans-serif;
}

#IEroot html body{
 	background-color: #ffffff;
} 
 
.clear { clear:both; }

.row {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	clear: both;
}

.float-left 	{ display: block; float:left; }
.float-right 	{ display: block; float:right; }

a:link, a:visited {
	 color: #0071bc;
	 text-decoration: none;
}

a:hover, a:active {
	 color: #0071bc;
	 text-decoration: underline;
}
#wylln a:link, #wylln a:visited, #wylln a:hover, #wylln a:active {
	 color: #5C8727;
}


a img {
	border: 0;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;	
}

h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#textOnly, .hideme {
	display: none;
	visibility: hidden;
}

hr {
	border: 1px solid #D90E70;
	margin: 20px 0;
	display: block;
	clear: both;
}

strong {
	font-weight: bold;
}
.block {
	display: block;
}
/* styles begin */

#outer-wrapper {
	display: block;
	width: 1000px;
	background-color: #ffffff;
	margin: 0px auto 10px;
	padding: 0px;
	overflow: auto;
}

#skipnav {
	display: none;
	visibility: hidden;
}

#skipnav a:focus {
	background: #fff; 
	border: solid 2px #1B6BD8;
}
	 
#skipnav a:hover {
	color: #029EDE;
}

#skipnav a:active {
	background: #fff;
	border: solid 2px #1B6BD8;
}

fieldset {
	width: 98%;
	border: 1px solid #333333;
	color: black;
	margin: 0 0 10px 0;
}
fieldset input {
	margin: 0 8px;
}

/* header-wrapper styles start */
#header-wrapper {
	display: block;
	background-color: black;
	/*background-image: url(/T4-css-corporate/media/header-bg.jpg);*/
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/header-bg-left-right.jpg);
	background-position: bottom left;
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
	width:100%
}
#header-wrapper img {
	display: block;
	margin: 0;
	padding: 0;
}
#header-wrapper #logo {
	padding: 0 0 0 15px;
	display: block;
	float: left;
}

#header-wrapper #banner_new {
	display: block;
	float: right;
	text-align: right;
	color: #ffffff;
	padding: 10px;
	margin: 0;
}
#header-wrapper #banner_new p {
	padding: 0;
	margin: 0;
}
#header-wrapper p#hcard-university-of-bradford {
	color: #ffffff;
	font-size: 0.9em;
}

#header-wrapper #banner_new form#UoB_form {
	border: none;
	margin: 10px 0 0 0;

}
#header-wrapper #banner_new form#UoB_form fieldset {
	color: #ffffff;
}
#header-wrapper #banner_new form#UoB_form input {
	border: 1px solid #333333;
}
#header-wrapper #banner_new form#UoB_form input#UoB_form_submit {
	border: none;
}

/* header-wrapper styles end */

/* uni level nav start */
#top-horizontal-nav {
	display: block;
	min-height: 32px;
	width: 100%;
	background-color: #cccccc;
	margin: -10px 0 5px 0;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/top-level-nav-bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#top-horizontal-nav ol {
	display: block;
	min-height: 32px;
	margin-left: 0px;
	padding-left: 32px;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/top-level-nav-bg-home-icon.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#top-horizontal-nav ol li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 32px;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/top-level-nav-pipe.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#top-horizontal-nav ol li a:link, #top-horizontal-nav ol li a:visited {
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
}
#top-horizontal-nav ol li a:hover, #top-horizontal-nav ol li a:active {
	color: #000000;
	font-size: 1.1em;
	text-decoration: underline;
}

/* uni level nav end */


/* if top level horizontal nav - top-horizontal-nav end */


#inner-wrapper {
	clear: both;
	display: block;
	width: 100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#inner-page-area {
	display: block;
	margin: 20px 0;
	padding: 0 0 0 0;
	width: 1000px;
/*	overflow: hidden;*/
}
#IE7root #inner-page-area {
	overflow: hidden;
}
#large-left-area {
	display: block;
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: teal;
}

#3-box-col {
	display: block;
	clear: both;
	width:100%;
	margin: 20px 0 50px 0;
	
	border-top: 20px solid #ffffff;
}

.left-block, .middle-block, .right-block {
	width: 300px;
	display:block;
	padding: 0;
	float: left;
	margin: 20px 50px 20px 0;
	background-color: #cccccc;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	
}

.right-block {
	margin-right: 0;
}


#two-box-col {
	clear: both;
	display: block;
	width: 100%;
}

#two-box-col .two-box-col-left {
	width: 475px;
	min-height: 100px;
	display: block;
	padding: 0;
	float: left;
	margin: 20px 50px 20px 0;
	background-color: #cccccc;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#two-box-col .two-box-col-right {
	width: 475px;
	min-height: 100px;
	display: block;
	padding: 0;
	float: left;
	margin: 20px 0 20px 0;
	background-color: #cccccc;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#home-v3-wrapper h1 {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
	margin: 6px 0 16px 0;
	padding-bottom: 8px;
	
}
#home-v3-wrapper h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 6px 0;
	padding-top: 10px;
}
#home-v3-wrapper h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	padding-top: 10px;
}
#home-v3-wrapper h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	padding-top: 6px;
}

#home-v3-wrapper p {
	font-size: 1.1em;
	color: #333333;
	display: block;
	line-height: 1.2em;
	margin: 0 20px 10px 20px;
}

#home-v3-wrapper h1, 
#home-v3-wrapper h2, 
#home-v3-wrapper h3,
#home-v3-wrapper h4 {
	margin: 0 20px;
}
#home-v3-wrapper ul {
	margin: 20px 100px;
	list-style-type: disc;
}
#home-v3-wrapper ul li {
	line-height: 1.4em;
	margin: 0 0 10px 0;
	list-style-type: disc;
}

#home-v3-wrapper .block  p {
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px;
	margin: 0 10px;
}


#home-v3-2-block-wrapper {
	background-color: #f4f4f4;
	border: 2px solid #cccccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	overflow: hidden;
	width: 996px;
	margin: 0 0 50px 0;
}
.half-block-left, .half-block-right {
	display: block;
	width: 498px;
	margin: 0;
}
.half-block-left {
	float: left;
}
.half-block-right {
	float: right;
}

.half-block-left h2, .half-block-right h2 {
	padding: 20px;
	font-size: 2.2em;
}
.half-block-left p, .half-block-right p {
	padding: 0 20px 20px 20px;
}
#home-v3-wrapper .half-block-left ul, #home-v3-wrapper .half-block-right ul,
#home-v3-wrapper .half-block-left ol, #home-v3-wrapper .half-block-right ol  {
	padding: 0 20px 20px 50px;
	margin: 0 50px;
}
.half-block-left ul li, .half-block-right ul li {
	list-style-type: disc;
}
.half-block-left ol li, .half-block-right ol li {
	list-style-type: decimal;
}




/* values start */
#values #inner-page-area h1,
#values #inner-page-area h2,
#values #inner-page-area h3 {
	margin-left: 30px;
	color: #ec0089;
}
#values-container {
	display: block;
	width: 100%;
	overflow: auto;
}
#values-left {
	display: block;
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}
#values-left h1, #values-left h2, #values-left h3 {
	margin-left: 30px;
}
#home-v3-wrapper #values-left p {
	margin: 0 30px 18px 30px;
}

#values #home-v3-wrapper p {
	margin-left: 30px;
	margin-right: 30px;
}
#values #home-v3-wrapper ul {
	display: block;
	margin: 10px 0 10px 60px;
	list-style-type: disc;
}
#values #home-v3-wrapper ul li {
	list-style-type: disc;
	margin: 0 0 10px 0;	
}

#home-v3-wrapper #values-left img {
	margin-bottom: 30px;
}
#values-right {
	display: block;
	width: 470px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
}
#values-video {
	margin: 0 0 25px 0;
}

#values #home-v3-wrapper .values-video-info {
	display: block;
	width: 421px;
	border: 2px solid #cccccc;
	background-color: #e4e4e4;
	margin: 10px 0 20px 0;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#values #home-v3-wrapper .values-video-info p {
	margin: 20px;
}

#values #home-v3-wrapper #values-right ul {
	margin: 10px 0 20px 0;
}
#values #home-v3-wrapper #values-right ul li {	
	display: block;
	line-height: 1.2em;
	margin: 0 20px;
	padding: 8px;
	text-align: right;
}
#values-right ul li a:link, #values-right ul li a:visited {
	font-weight: bold;
}

/* values end */

/* wylln start colors */
#wylln #home-v3-2-block-wrapper {
	background-color: #D1D5D8;
	border: 2px solid #231F20;
}
#wylln .half-block-left h2, #wylln .half-block-right h2 {
	color: #5C8727;
}
#wylln .half-block-left a:link, #wylln .half-block-left a:active, #wylln .half-block-left a:hover, #wylln .half-block-left a:visited,
#wylln .half-block-right a:link, #wylln .half-block-right a:active, #wylln .half-block-right a:hover, #wylln .half-block-right a:visited {
	font-weight: bold;
}
/* wylln end */

/* hr start */
#hr #two-box-col .two-box-col-left ,
#hr #two-box-col .two-box-col-right {
	background-color: #E9118C;
}
#hr .two-box-col-left p a:link, #hr .two-box-col-left p a:active, #hr .two-box-col-left p a:hover, #hr .two-box-col-left p a:visited,
#hr .two-box-col-right p a:link, #hr .two-box-col-right p a:active, #hr .two-box-col-right p a:hover, #hr .two-box-col-right p a:visited {
	color: #000000;
}


#hr #jobs-home-wrapper{
	display: block;
	width: 760px;
	margin: 0;
	padding: 0;
}
#hr #jobs-home-wrapper #two-block-wrapper {
	display: block;
	width: 760px;
	margin: 30px 0 0 0;
	padding: 0;
	background-color: red;
}
#hr #jobs-home-wrapper #two-block-wrapper img {
	display: block;
}
#hr #jobs-home-wrapper #two-block-wrapper #half-left {
	display: block;
	width: 370px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #D90E70;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}
#hr #jobs-home-wrapper #two-block-wrapper #half-right {
	display: block;
	width: 370px;
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	background-color: #D90E70;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}


/* hr end */

.home-3-box-row {
	display: block;
	width: 1000px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.home-3-box-row .col-block, 
.home-3-box-row .col-block-right {
	display: block;
	width: 256px;
	padding: 20px;
	float: left;
	border: 2px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 180px;
}

.home-3-box-row .col-block {
	margin: 0 50px 50px 0;
}
.home-3-box-row .col-block-right {
	margin: 0 0 50px 0;
}
.home-3-box-row h2, .home-3-box-row p {
	margin: 0;
	padding: 0;
}
.home-3-box-row h2 {
	margin: 0 0 10px 0;
	font-size: 1.6em;
}







#left-nav-area {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 216px; /* to allow for border below */
	border: 2px solid #cccccc;
	float: left;
	background-color: #ffffff;
	
}

#left-nav-area h2 {
	background-color: #cccccc;
	color: #333333;
	padding: 10px 8px 10px 14px;
	font-weight: bold;
	border-left: 8px solid #D90E70;
}

/* adu random image box start */
#adu #left-nav-area h2 {
	display: block;
	padding-top: 115px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
	background-image: url("http://www.brad.ac.uk/images/random_images_bradford/rotate.php");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
/* adu random images box end */


#left-nav-area h2 a:link, #left-nav-area h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#left-nav-area h2 a:hover, #left-nav-area h2 a:active {
	color: #333333;
	text-decoration: underline;
}

#left-nav-area h3 {
	background-color: #ffffff;
	color: #333333;
	padding: 10px 6px 10px 22px;
	font-weight: bold;
}

#left-nav-area ul#parent-link li {
	display: block;
	background-color: #ffffff;
	margin: 4px 0 4px 0;
	border-bottom: 2px solid #cccccc;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/arrow-backward.jpg);
	background-position: 4px center;
	background-repeat: no-repeat;
}

#left-nav-area ul#parent-link li a:link, #left-nav-area ul#parent-link li a:visited {
	display: block;
	padding: 6px 6px 6px 22px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
	text-decoration: none;
}
#left-nav-area ul#parent-link li a:hover, #left-nav-area ul#parent-link li a:active {
	display: block;
	padding: 6px 6px 6px 22px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
	text-decoration: none;
}


#left-nav-area ul#UoB_Nav {
	display: block;
	padding: 4px 0 0;
}

#left-nav-area ul#UoB_Nav h2 {
	background-color: #ffffff;
	color: #333333;
	padding: 10px 6px;
	font-weight: bold;
}

#left-nav-area ul#UoB_Nav li {
	display: block;
	background-color: #EFEFEF;
	margin: 0 0 4px 0;
	font-size: 1.3em;
}

#left-nav-area ul#UoB_Nav li a:link, #left-nav-area ul#UoB_Nav li a:visited {
	display: block;
	padding: 6px 6px 6px 22px;
	font-size: 0.9em;
	color: #0071bc;
	line-height: 1.2em;
	text-decoration: none;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/bullet.jpg);
	background-position: 8px 10px;
	background-repeat: no-repeat;
}
#left-nav-area ul#UoB_Nav li a:hover, #left-nav-area ul#UoB_Nav li a:active {
	display: block;
	padding: 6px 6px 6px 22px;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #cccccc;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/bullet.jpg);
	background-position: 8px 10px;
	background-repeat: no-repeat;
}
#left-nav-area ul#UoB_Nav li span.currentbranch0,
#left-nav-area ul#UoB_Nav li span.currentsection {
	display: block;
	padding: 6px 6px 6px 22px;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/bullet.jpg);
	background-position: 8px 10px;
	background-repeat: no-repeat;
}

#left-nav-area ul#UoB_Nav li span.currentbranch0 a:link, #left-nav-area ul#UoB_Nav li span.currentbranch0 a:visited {
	font-size: 1em;
	background:none;
	padding: 0;
}
#left-nav-area ul#UoB_Nav li span.currentbranch0 a:hover, #left-nav-area ul#UoB_Nav li span.currentbranch0 a:active {
	font-size: 1em;
	background:none;
	padding: 0;
}

#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 {
	background-color: #ffffff;
	margin: 0;
	padding: 0 10px 0 20px;
}
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li a:link, #left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li a:visited {
	background:none;
	font-size: 0.7em;
	font-weight: normal;
}
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li a:hover, #left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li a:active {
	background:none;
	font-size: 0.7em;
	font-weight: normal;
}

#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentbranch1,
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentsection {
	margin: 0 0 0 0;
	line-height: 1.2em;
	padding: 6px 0 6px 22px;
	font-size: 0.7em;
	font-weight: normal;
	display: block;
}
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentsection {
	background:none;
}


#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentbranch1 a:link, #left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentbranch1 a:visited {
	background:none;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 0;
}
#left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentbranch1 a:hover, #left-nav-area ul#UoB_Nav li ul.multilevel-linkul-0 li span.currentbranch1 a:active {
	background:none;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 0;
}

#right-nav-area {
	display: block;
	margin: 0 0 0 10px;
	padding: 10px;
	width: 180px;
	height: auto;
	float: right;
	background-color: #EFEFEF;
	border-bottom: 10px solid #ffffff;
	/*padding-bottom: 10000px;
	margin-bottom: -10000px;*/
}
.right-extra-area {
	clear: right;
	display: block;
	margin: 0 0 20px 10px;
	padding: 0px;
	width: 200px;
	height: auto;
	float: right;
	background-color: #EFEFEF;
	border-bottom: 40px solid #ffffff;
	/*padding-bottom: 10000px;
	margin-bottom: -10000px;*/
}
.right-extra-area .rhs-content {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding-bottom: 20px;
	border-bottom: 20px solid white;
}
.right-extra-area h1, .right-extra-area h2, .right-extra-area h3, .right-extra-area p, .right-extra-area li {
	padding-left: 10px;
	padding-right: 10px;
}
.right-extra-area h1, .right-extra-area h2, .right-extra-area h3, .right-extra-area p {
	padding-top: 10px;
}
#right-area {
	display: block;
	width: 760px;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	float: left;
	background-color: #ffffff;
	
/*	overflow: hidden;*/
}
#right-area ol, #right-area .right-extra-area ol {
	display: block;
	margin: 20px 20px 20px 30px;
	list-style-type: decimal;
}
#right-area ol li, #right-area .right-extra-area ol li {
	margin-bottom: 6px;
}
#right-area #breadcrumb-wrapper {
	margin: 0 0 40px 0;
}

#right-area iframe {
	margin: 10px 0;
}

#right-area h1 {
	font-size: 2em;
	font-weight: normal;
	color: #333333;
	margin: 6px 0 16px 0;
	padding-bottom: 8px;
	
}
#right-area h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	margin: 0 0 6px 0;
	padding-top: 10px;
}
#right-area h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	padding-top: 10px;
}
#right-area h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	padding-top: 6px;
}

#right-area p {
	font-size: 1.1em;
	color: #333333;
	display: block;
	line-height: 1.2em;
	margin: 0 20px 10px 0;
}

#right-area .text-block-image-right {
	display: block;
	overflow: auto;
	margin: 20px 0;
}


#right-area ol, #right-area ul {
	display: block;
	margin: 20px 20px 20px 40px;
}
#right-area ul, #right-area ul li {
	list-style: disc;
	list-style-type: disc;
}
#right-area ol, #right-area ol li {
	list-style: decimal;
	list-style-type: decimal;
}
#right-area ol li, #right-area ul li {
	margin: 0 0 8px 0;
	line-height: 1.2em;
	color: #333333;
}

#right-area table {
	clear: both;
	border-collapse: collapse;
	margin: 20px 10px;
	border: 1px solid #cccccc;
	/*width: 700px;*/
}
#right-area th {
	background-color: #cccccc;
	vertical-align: top;
	padding: 8px;
	border: 1px solid #cccccc;
}

#right-area td {
	background-color: #f4f4f4;
	vertical-align: top;
	padding: 8px;
	border: 1px solid #cccccc;
	line-height: 1.2em;
}


#right-area table.gift-aid {
	clear: none;
	width: 500px;
	margin: 20px 0;
	border: none;
	font-size: 1.3em;
}
#right-area table.gift-aid td {
	border: none;
	background-color: #e4e4e4;
	margin: 0 0 4px 0;
}

#right-area table.gift-aid tr.highlight td {
	background-color: #cccccc;
	color: #DA0E71;
}
#right-area .gift-aid-note p {
	color: #666666;
}

#right-area .higher-rate {
	display: block;
	width: 450px;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #e4e4e4;
}
#right-area .higher-rate p {
	font-weight: bold;
}

#right-area .rhs-quote {
	display: block;
	float: right;
	width: 240px;
	margin: 0 0 10px 20px;
	text-align: right;
}
#right-area .rhs-quote p {
	padding: 0 20px 20px 20px;
	font-size: 1.2em;
	font-style: italic;
	color: #D90E70;
}

#right-area .row .column-third {
	width: 33%;
	display: block;
	float: left;
}
#right-area .row .column-third p {
	padding: 10px;
	font-size: 1.2em;
	font-style: italic;
	color: #D90E70;
	text-align: center;
}


#right-area form.rhs-form input {
	font-weight: bold;
}
#right-area form input.submit {
	display: block;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #CCCCCC;
	color:#D90E70;
	padding: 10px;
}



#IE6root #inner-page-area, #IE6root #left-nav-area {
	height: 300px;
}
#IE6root #right-area, #IE6root .right-extra-area {
}

form#accessibility fieldset {
	border: 1px solid #d1d8d8;
}
form#accessibility fieldset legend {
	font-size: 1.3em;
	color: #D90E70;
	margin: 0 4px;
	padding: 2px;
}

form#accessibility input.submit {
	padding: 2px;
	margin: 8px;
}


.contact-block {
	display: block;
	width: 230px;
	border: 2px solid #d1d8d8;
	float: left;
	min-height: 130px;
	margin: 10px;
	padding: 10px;
}

.contact-block-full {
	display: block;
	width: 530px;
	padding: 20px;
	border: 2px solid #d1d8d8;
	margin: 20px auto 40px;
	min-height: 130px;
}
#IEroot .contact-block {
	height: 130px;
}
.contact-block span.contact-block-item {
	display: block;
	width: 50px;
	float: left;
}
.highlight {
	background-color: #cccccc;
}
/* form styles start */
form.form {
	display: block;
	margin: 20px 0;
}
form.form fieldset {
	float: left; 
	clear: left; 
	width: 80%; 
	margin: 20px 0 10px 0; 
	padding: 0;
	border: 2px solid #D90E70;

}
form.form fieldset p {
	display: block;
	clear: both;
	padding: 8px 20px 10px 20px;
}
form.form fieldset span.asterix {
	color: #D90E70;
}
form.form legend { 
	margin-left: 20px; 
	color: #000000; 
	font-weight: bold;
	font-size: 1.3em;
	border: 2px solid #D90E70;
	padding: 4px;
}
form.form fieldset ol { 
	padding: 0; 
	margin: 0;
	list-style: none;
	list-style-type: none;
	display: block;
	background-color: teal;
}
form.form fieldset li { 
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display: block;
	float: left; 
	clear: left; 
	width: 100%; 
	min-height: 30px;	
}
#IE6root form.form fieldset li { 
	height: 30px;
}
form.form fieldset label {
	display: block;
	float: left; 
	width: 120px; 
	margin-right: 20px; 
}
form.form fieldset label.small {
	display: block;
	float: left; 
	width: 40px; 
	margin-left: 20px;
	margin-right: 20px;
}
form.form fieldset label.medium {
	display: block;
	float: left; 
	width: 180px; 
	margin-right: 20px;
}
form.form fieldset label.long {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 8px;
}
form.form fieldset li input {
	float: left;
	width: 200px;
}
form.form fieldset li input.small {
	width: 80px;
}

form.form fieldset li input.radio {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 20px;
}

form.form fieldset li div.radio-wrapper {
	display: block;
	float: left;
	/*width: 200px;	*/
}
form.form fieldset li div.radio-wrapper div.radio-item {
	display: block;
	float: left;
	width: 80px;
}
form.form fieldset li div.radio-wrapper div.radio-item-full {
	display: block;
	float: left;
	width: 100%;
}
form.form fieldset li textarea {
	float: left;
	width: 250px;
	margin-left: 8px;
}
form.form fieldset li select {
	float: left;
	width: 250px;
	margin-left: 8px;
}
form.form fieldset li select.inline {
	float: none;
	width: 150px;
	margin-left: 8px;
}
form.form fieldset li select.small {
	float: left;
	width: 20px;
	margin-left: 8px;
}
form.form fieldset li textarea.long {
	display: block;
	clear: both;
	width: 90%;
	margin: 10px 0;
}
form.form fieldset input.submit {
	display: block;
	float: none; 
	width: 80px; 
	border: none; 
	padding: 4px;
	margin: 0 0 10px 0;
	background-color: #D90E70;
	color: #000000;
	font-size: 1.2em;
}
form.form fieldset input.submit-reset {
	display: block;
	float: left; 
	width: 80px; 
	border: none; 
	padding: 4px;
	margin: 0 0 10px 0;
	background-color: #D90E70;
	color: #000000;
	font-size: 1.2em;
}
form.form fieldset input.reset {
	display: block;
	float: left; 
	width: 80px; 
	border: none; 
	padding: 4px;
	margin: 0 0 10px 20px;
	background-color: #cccccc;
	color: #000000;
	font-size: 1.2em;
}

form#hrForm {
	/*width: 534px;*/
}
form div.formrow {display: block;margin:10px auto 10px;width:90%; overflow: auto; background:#e4e4e4;border:2px solid #e4e4e4;padding:6px 0;}
form#staffBriefing div.formrow {background:#ffffff;border:none;padding:6px 0;}
form div.formrow label {float:left;display:block;width:13em;font-weight:bold;padding:0 6px;}
/*form div.formrow label:hover {background:#cccccc;cursor:pointer;}*/

form div.requiredformrow {border:2px solid #cccccc;}
form span {color: red;}
form div.whitebg span {	
	padding:6px;
}

/* uob_form styles start */

form.uob_form fieldset {
	border: 2px solid #cccccc;
}

form.uob_form legend {
	font-size: 1.3em;
	padding: 5px;
	border: 2px solid #cccccc;
	margin-left: 30px;
}
#right-area form.uob_form h2, #right-area form.uob_form h3, #right-area form.uob_form p {
	margin: 10px 40px;
}

#right-area form.uob_form ol, #right-area form.uob_form ol li,
#right-area form.uob_form ul, #right-area form.uob_form ul li {
	list-style: none;
	list-style-type: none;
}
#right-area form.uob_form ol li,
#right-area form.uob_form ul li {
	margin: 10px 0 0 0;
	line-height: 1.2em;
}
form.uob_form textarea {
	max-width: 500px;
	clear: left;
	display: block;
	margin: 10px 0 0 80px;
	border: 1px solid #333333;
}
form.uob_form input {
	border: 1px solid #333333;
	margin-left: 0px;
}
form.uob_form input.radio, form.uob_form input.checkbox {
	border: none;
}
#right-area form.uob_form table {
	width: 100%;
	margin: 0;
	padding: 0;
}

form.uob_form label {
	clear: left;
	width: 140px;
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 1.1em;
}
form.uob_form label .highlight {
	color: #ff0000;
}
form.uob_form label.long {
	width: 300px;
}
form.uob_form label.fullwidth {
	width: 100%;
}
.checkbox-wrapper {
	margin-left: 150px;
}
#IEroot .checkbox-wrapper {
	margin-left: 146px;
}
/* uob_form styles end */

#right-area form.legacy {
	display: block;
	width: 520px;
}
form.legacy fieldset {
	float: left; 
	clear: left; 
	width: 100%; 
	margin: 20px 0 10px 0; 
	padding: 0;
	border: 2px solid #D90E70;

}

form.legacy legend { 
	margin-left: 20px; 
	color: #000000; 
	font-weight: bold;
	font-size: 1.3em;
	border: 2px solid #cccccc;
	padding: 4px;
}
#right-area form.legacy input.submit {
	display: block;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #CCCCCC;
	color:#D90E70;
	padding: 10px;
}
form.legacy blockquote {
	margin: 10px;
}

form div.formrow {display: block;margin:10px auto 10px;width:90%; background:#e4e4e4;border:2px solid #e4e4e4;padding:6px 0;}
form div.formrow label {float:left;display:block;width:15em;font-weight:bold;padding:0 6px;}
/*form div.formrow label:hover {background:#cccccc;cursor:pointer;}*/

form div.requiredformrow {border:2px solid #cccccc;}
form span {color: red;}
form div.whitebg span {	
	padding:6px;
}

#right-area a img {
	border: none;
}
#right-area blockquote {
	margin: 20px 50px;
	display: block;
	
}

#right-area div.shaded-box {
	display: block;
	overflow: auto;
	padding: 20px;
	background-color: #e4e4e4;
	margin: 20px;
}

/* added by Paddy for the image modal grid start */
#right-area ul.image-grid {
	display: block;
	width: 95%;
	margin: 0;
	padding: 0;
	border: 2px solid #5C90A5;
	text-align: center;
	overflow: auto;
	list-style-type: none;
}
#right-area ul.image-grid li {
	display: block;
	float: left;
	padding: 7px;
	list-style-type: none;
}
#right-area ul.image-grid li img {
	border: 1px solid #5C90A5;
}
/*ict start */
#ict #right-area ul.image-grid {border-color: #cccccc;}
#ict #right-area ul.image-grid li img {border-color: #f4f4f4;}
/*ict end */

/* testimonials start */
#right-area ul.testimonials {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	list-style-type: none;
	list-style-image: none;
}
#right-area ul.testimonials {
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}
#right-area ul.testimonials li {
	float: left;
	border: 1px solid #222222;
	width: 200px;
	height: auto;
	min-height: 220px;
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	margin-right: 10px;
	background: #cccccc;
	background-image: url('http://www.brad.ac.uk/T4-css-corporate/UoB/images/testimonials-bg-white.jpg');
	background-position: 20px 0px;
	background-repeat: repeat-y;
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
}

#IEroot #right-area ul.testimonials li {
	height: 220px;
}

#right-area ul.testimonials li .inner-testimonial-area {
	
	font-size: 1em;
	margin: 0 0 0 20px;
	background-color: #ffffff;
}
#right-area ul.testimonials li .inner-testimonial-area h3 {
	font-size: 1.8em;
}
#right-area ul.testimonials li .inner-testimonial-area img {
	padding: 5%;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*#right-area ul.testimonials li .inner-testimonial-area span {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	height: 100%;
	min-height: 150px;
	width: 20px;
	float: left;
	background-color: #cccccc;
	border-right: 1px solid #222222;
}*/

#right-area ul.testimonials li .inner-testimonial-area p {
	display: block;
	margin-left: 10px;
	padding-left: 10px;
}

/* testimonials end */

/* latest news styles start */
#right-area ul.latest-news {
	display: block;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

#right-area ul.latest-news li {
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #f4f4f4;
	overflow: auto;
}
#right-area ul.latest-news li strong {
	font-weight: bold;
	display: block;
	margin: 0;
	font-size: 1.4em;
}
#right-area ul.latest-news li strong a:link, #right-area ul.latest-news li strong a:visited {
	text-decoration: none;
}
#right-area ul.latest-news li strong a:hover, #right-area ul.latest-news li strong a:active {
	text-decoration: underline;
}
#right-area ul.latest-news li p {
	margin: 6px 0;
}
#right-area ul.latest-news li span.more {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px;
	margin: 0 20px 0 0;
	float: right;
}
#right-area ul.latest-news li span.more a:link, #right-area ul.latest-news li span.more a:visited {
	text-decoration: none;
	padding: 4px;
	background-color: #e4e4e4;
}
#right-area ul.latest-news li span.more a:hover, #right-area ul.latest-news li span.more a:active {
	text-decoration: underline;
	padding: 4px;
	background-color: #e4e4e4;
}

/* latest news styles end */


#right-area p .intro, #right-area p.intro, #right-area .intro {
	font-weight: bold;
}


#right-area .student-views-wrapper {
	display: block;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	max-width: 760px;
}
#right-area .student-views-wrapper .student-views-block {
	display: block;
	width: 240px;
	float: left;
	height: 220px;
	background-color: #e4e4e4;
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 11px 10px 0;
}
#right-area .student-views-wrapper .student-views-block  h2 {
	text-align: center;
	display: block;
	margin: 8px auto;
}
#right-area .student-views-wrapper .student-views-block  ul {
	margin: 10px 10px 10px 30px;
	padding: 0;
}
#right-area .student-views-wrapper .student-views-block  ul  li {
	margin: 0 0 6px 0;
}


.right-extra-area #UoB-RH-container {
	margin: 0;
	padding: 0;
	background-color: #D90E70;
}

.right-extra-area #UoB-RH-contact-block {
	display: block;
	
	margin: 0;
	padding: 20px 0 0 0;
	background-image: url('/T4-css-corporate/media/header-tl.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}


.right-extra-area #UoB-right-middle h1, .right-extra-area #UoB-right-middle h2, .right-extra-area #UoB-right-middle h3 {
	/*background-color: #D90E70;*/
	color: #ffffff;
	margin: 0 0 10px 10px;
}
.right-extra-area #UoB-right-middle h3 {
	font-weight: normal;
}

.right-extra-area #UoB-right-middle li  {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 15px;
	text-indent: 0;
	font-size: 1.1em;
}

.right-extra-area #UoB-right-middle p {
	margin: 0 10px 10px 10px;
	color: #ffffff;
}
.right-extra-area #UoB-right-middle a:link, .right-extra-area #UoB-right-middle a:visited {
	color: #ffffff;
	color: #000000;
	padding-bottom: 2px;
	text-decoration: none;
}
.right-extra-area #UoB-right-middle a:active, .right-extra-area #UoB-right-middle a:hover {
	color: #ffffff;
	color: #000000;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
.right-extra-area #UoB-right-bottom {
	display: block;
	height: 20px;
	background-image: url('/T4-css-corporate/media/header-br-grey.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* added by Paddy end */


/* footer styles start */
#footer-wrapper {
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-top: 10px solid #cccccc;
  }
#column-wrapper {
	display: block;
	margin: 0px auto 20px;
	overflow: auto;
	width: 80%;
}

#column-wrapper .column {
	display:  block;
	width: 33%;
	float: left;
	margin-top: 10px;
}
#column-wrapper .column-full {
	clear: both;
	display:  block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	overflow: hidden;
}
#column-wrapper h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
	color: #000000;
	text-indent: 20px;
}
#column-wrapper ul li {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #000000;
	margin-left: 20px;
}
#column-wrapper li a {
	/*padding: 0px 12px;*/
	padding: 0;
	margin: 0;
}

#column-wrapper li a:link, #column-wrapper li a:visited {
	color: #0071bc;
	text-decoration: none;
}

#column-wrapper li a:hover {
	color: #D90E70;
	text-decoration: underline;
}
#column-wrapper li.active a {
	color: #D90E70;
	text-decoration: underline;
}


#footer-wrapper p {
	line-height: 1.4em;
}









#footer-text-area {
	display: block;
	clear: both;
	margin: 20px auto 20px;
	padding-top: 10px;
	display: block;
	border-top: 2px solid #D90E70;
	text-align: right;
}
/*wylln start colors */
#wylln  #footer-text-area {
	border-top: 2px solid #5C8727;
}
#wylln #column-wrapper li a:link, #wylln #column-wrapper li a:visited,
#wylln #column-wrapper li a:hover,
#wylln #column-wrapper li.active a {
	color: #5C8727;
}
/* wylln end */
#IEroot #footer-text-area {
	margin: 10px auto 20px;
}



/* footer styles end */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:none; padding:0; margin:0; }

/* Make sure the icons are not cut */
/* removed the visited two a[href^="http:"]:visited, a[href^="https:"]:visited, */


a[href^="http:"],a[href^="https:"], a[href^="mailto:"],  
a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"],
a[href$=".PDF"], a[href$=".DOC"], a[href$=".DOCX"], a[href$=".XLS"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
/*  padding:2px 22px 0px 0;
  margin:-2px 0;*/
  background-repeat: no-repeat;
  background-position: right center;
}

/* Files */
a[href$=".pdf"], a[href$=".PDF"]   { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/pdf.png); padding:2px 22px 0px 0;  margin:-2px 0;}  
a[href$=".doc"], a[href$=".DOC"],
a[href$=".docx"], a[href$=".DOCX"]   { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/doc.png); padding:2px 22px 0px 0;  margin:-2px 0;}  
a[href$=".xls"], a[href$=".XLS"]   { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/xls.png); padding:2px 22px 0px 0;  margin:-2px 0;}  


/* External links */
/*a[href^="http:"]         { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/external.png); padding-right: 14px; } 
a[href^="https:"]         { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/external.png); padding-right: 14px; }*/
a[target="_blank"]         { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/external.png); padding:2px 22px 0px 0;  margin:-2px 0; } 
a[href^="mailto:"]        { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/email.png);  padding:2px 22px 0px 0;  margin:-2px 0; }
/*a[href^="http:"]:visited  { background-image: url(../images/icons/visited.png); }*/

/* uni domain links */

a[href^="http://www.brad.ac.uk"],
a[href^="http://www.bradford.ac.uk"] { background:none; padding:0; margin:0; }


/* Misc */
/*a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/feed.png); }
a[href^="aim:"]   { background-image: url(http://www.brad.ac.uk/T4-css-corporate/media/icons/im.png); }
* /
a[href^="http://www.brad.ac.uk"],
a[href^="http://www.bradford.ac.uk"] { background:none; padding:0; margin:0; }
*/
a.noicon { background:none; padding:0; margin:0; }
#UoB-right-middle a, .right-extra-area a { background:none; padding:0; margin:0; }

#values a, .right-extra-area a { background:none; padding:0; margin:0; }

#purchasing  a {background:none; padding:0; margin:0;}

/* turn off for tables */
/* Files */
#right-area table a[href$=".pdf"], #right-area table a[href$=".PDF"],
#right-area table a[href$=".doc"], #right-area table a[href$=".DOC"],
#right-area table a[href$=".docx"], #right-area table a[href$=".DOCX"],
#right-area table a[href$=".xls"], #right-area table a[href$=".XLS"]   { background:none; padding:0; margin:0; } 
/* end */

/* styles for body id's. School colors etc */
/* Chemistry start - #339999*/
#chemistry #left-nav-area ul#UoB_Nav li a:link, #chemistry #left-nav-area ul#UoB_Nav li a:visited,
#chemistry #left-nav-area ul#UoB_Nav li a:hover, #chemistry #left-nav-area ul#UoB_Nav li a:active {
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/bullet-chemistry.jpg);
}

#chemistry #left-nav-area h2 {
	border-left: 8px solid #339999;
}

#chemistry #left-nav-area h2 a:link, #chemistry #left-nav-area h2 a:visited,
#chemistry #left-nav-area h2 a:hover, #chemistry #left-nav-area h2 a:active {
	/*border-left: 8px solid #339999;*/
}
#chemistry #left-nav-area ul#parent-link li {
	background-image: url(http://www.brad.ac.uk/T4-css-corporate/UoB/images/arrow-backward-chemistry.jpg);
}

/* End */


/* swine flu custom start */

#swine-flu #right-area h1 {	font-size: 2.4em;	font-weight: normal;	color: #333333;	margin: 0 0 14px 0;}
#swine-flu #right-area h2 {	font-size: 2em;	font-weight: bold;	color: #333333;	margin: 0 0 14px 0;}
#swine-flu #right-area .right-extra-area h2 {	font-size: 1.6em;	font-weight: normal;}
#swine-flu #right-area h3 {	font-size: 1.2em;	font-weight: bold;	color: #333333;	margin: 0 0 10px 0;}
#swine-flu #right-area h4 {	font-size: 1.2em;	font-weight: bold;	color: #333333;	margin: 0 0 4px 0;}
#swine-flu #right-area p {	font-size: 1.1em;	color: #333333;	display: block;	line-height: 1.4em;	margin: 0 20px 14px 0;}
/* swine flu custom end */