﻿html {
	font-size:100.1%;
	min-height:100%;
	padding-bottom:270px;
}

body {
	position:relative;
	color:#9231A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height:100%;
	width:100%;
    background: -webkit-linear-gradient(#9231A9, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9231A9, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9231A9, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9231A9, black); /* Standard syntax */
}
/* =General styles
------------------------------------------------------*/

b, strong {
	font-weight:bold;
	color: #9231A9;
}

i, em {
	font-style:italic;
}

h1 {
	color:#9933FF;
	font-size:xx-large;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align: center;
}



#main-content h1 a:link,
#main-content h1 a:visited,
#main-content h1 a:active,
#main-content h1 a:hover {
	color:#88ab06;
	border-bottom:0;
	text-decoration:underline;
}

h2 {
	color:#842C9C;
	font-size:1.4em;
	margin:0 0 20px 0;
}

h3 {
	color:#822C97;
	font-size:1.2em;
	margin:0 0 5px 0;
	font-weight:bold;
}
h4 {
	font-style: italic;
	color: #67257F;
}


.left {
	float:left;
}

.right {
	float:right;
}

.img-left {
	float:left;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img-right {
	float:right;
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.light-grey {
	color:#a8a8a8;
}

.clear {
	clear:both;
}

.hr {
	display:block;
	height:2px;
	margin:0 0 10px 0;
	background-color: transparent;
	background-image: url(../images/violetbar.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* =Container
------------------------------------------------------*/

#container {
	position:relative;
	width:960px;
	top:30px;
	font-size:1.4em;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#c-tl,
#c-tr,
#c-bl,
#c-br {
	position:absolute;
	width:20px;
	height:20px;
}

#c-t,
#c-b {
	position:absolute;
	left:20px;
	width:920px;
	height:20px;
	background-color: #FFFFCC;
}

#c-tl {
	top:-20px;
	left:0;
	background-color: transparent;
	background-image: url(../images/c-tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#c-t {
	top:-20px;
}

#c-b {
	margin-bottom:-20px;
}

#c-tr {
	top:-20px;
	right:0;
	background-color: transparent;
	background-image: url(../images/c-tr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#c-br {
	margin-bottom:-20px;
	right:0;
	background-color: transparent;
	background-image: url(../images/c-br.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#c-bl {
	margin-bottom:-20px;
	left:0;
	background-color: transparent;
	background-image: url(../images/c-bl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* =Header
------------------------------------------------------*/

#header {
	top:0;
	width:900px;
	margin:0 0 0 0;
	padding:10px 30px 0 30px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #812B96;
}
#header td.datetext {
	font-size: xx-small;
	color: #595959;
}


#logo {
	float:left;
	background-color: #FFFFCC;
}

#logo a {
	display:block;
	width:400px;
	height:75px;
	text-indent:-9999px;
	line-height:0px;
	background-color: #FFFFCC;
	background-image: url(../images/oj_small.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#ptitle {
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #9933FF;
	;
	text-align: center;
	width: 400px;
}



/* =Main menu
------------------------------------------------------*/

#main-menu  {
	position: relative;
	clear:both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: small;
	color: #FFFFFF;
	background-color: #FFFFCC;
}

#main-menu td.barry {
	background-image: url(../images/violetbar.jpg);
	background-repeat: repeat-x;
	height: 15px;
	background-color: #9900CC;
	width: 100px;
	font-size: x-small;
}
#main-menu a.bar:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#main-menu a.bar:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#main-menu a.bar:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
	
#main-menu ul li {
	float: left;
	z-index: 1;
}

#main-menu a {
	color:#595959;
	font-size:1.1em;
	padding:10px 15px;
	border:0;
}

#main-menu a {
	position: relative; 
	overflow: hidden;
}

#main-menu a:link,
#main-menu a:visited {
	text-decoration:none;
}

#main-menu a:active,
#main-menu a:hover {
	text-decoration:underline;
}
.searchbox/* =Search
------------------------------------------------------*/

 {
	position:relative;
	float:right;





	#width:280px;
	background-color: #F0DBF5;
	background-image: url(../images/bg-search-box.gif);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 48px;
	width: 196px;
	margin-top: 0;
	margin-left: 0;
	background-attachment: fixed;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	z-index: 1;
}

#search-l,
#search-r {
	position:absolute;
	top:0;
	width:10px;
	height:50px;
}

#search-l {
	left:0;
	margin:0 0 0 -10px;
	background-color: transparent;
	background-image: url(../images/bg-search-l.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#search-r {
	right:0;
	margin:0 -10px 0 0;
	background-color: transparent;
	background-image: url(../images/bg-search-r.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#search a:link,
#search a:visited {
	color:#F0DBF5;
	text-decoration:none;
}

#search a:active,
#search a:hover {
	color:#F0DBF5;
	text-decoration:underline;
}

#search label {
	display:none;
}

#search-box {
	float:left;
	padding:0 15px 0 0;
	border-right:1px solid #fff;
	margin:0 15px 0 0;
}

#search-input {
	border:0;
	padding:3px 23px 3px 5px;
	width:172px;
	background:none;
	color:#999;
}

/* =Content
------------------------------------------------------*/

#content {
	background-color: #ffffcc;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/* =Sub-menu
------------------------------------------------------*/

#sub-menu {
	position:relative;
	float:left;
	width:100px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		background-color: #FFFFCC;
}

#sub-menu a:link,
#sub-menu a:visited {
	color:#595959;
	border-bottom:0;
	text-decoration:none;
}

#sub-menu a:active,
#sub-menu a:hover {
	color:#595959;
	border-bottom:1px solid #595959;
	text-decoration:none;
}

#sub-menu .hr {
	margin:0 0 2px 0;
}

#sub-main,
#sub-secondary {
	font-size:0.9em;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		background-color: #FFFFCC;
}

#sub-main h2,
#sub-secondary h2 {
	padding:0 0 0 12px;
	margin:0 0 15px 0;
	font-size:1.3em
}

#sub-main ul li,
#sub-secondary ul li {
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#sub-main h2 {
	color:#7E2D96;
	background:transparent url(file://///te9files.te.rl.ac.uk/Projects/ERUWEBS/ERU/UKERC/Web/ResearchAtlas/New_Design/inc/images/bg-sub-main-h2.gif) no-repeat 0 6px;
}

#sub-main td.barry {
	background-image: url(../images/violetbar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #9900CC;
}
#sub-main a.bar:link{
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#sub-main a.bar:visited{
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#sub-main a.bar:hover{
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}

#sub-secondary h2 {
	color:#e5ad97;
	background-color: #FFFFCC;
}



/* =Main content
------------------------------------------------------*/

#content-fill {
	position:relative;
	;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	background-position: 0 0;
}

#no-sub #content-fill {
	background-color: #FFFFCC;
}

#content-fill-tl,
#content-fill-bl {
	position:absolute;
	left:-10px;
	width:17px;
	height:19px;
	display:block;
}

#content-fill-tl {
	top:-9px;
	background-color: #FFFFCC;
}

#content-fill-bl {
	bottom:2px;
	background:transparent url(file://///te9files.te.rl.ac.uk/Projects/ERUWEBS/ERU/UKERC/Web/ResearchAtlas/New_Design/inc/images/content-fill-bl.gif) no-repeat 0 0;
}

#no-sub  #content-fill-tl,
#no-sub  #content-fill-bl {
	display:none;
}

#main-content {
	float:right;
	width:720px;
	background:#ffffcc;
	font-size:0.9em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 45px;
}

#main-content img.right {float:right;
}
#main-content img.left {float:left;
}
#main-content img.center {float:center;
}
#main-content li {
	list-style-position: outside;
	list-style-image: url(../images/ottdot.gif);
}

#main-content td.barry {
	background-image: url(../images/violetbar.jpg);
	background-repeat: repeat-x;
	height: 15px;
	background-color: #9900CC;
	font-size: x-small;
}
#main-content a.bar:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#main-content a.bar:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#main-content a.bar:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

#no-sub #main-content {
	float:right;
	width:900px;
	padding:0 0 0 0;
}

#main-content a:link,
#main-content a:visited {
	color:#762A8E;
	border-bottom:none;
	text-decoration:underline;
}

#main-content a:active,
#main-content a:hover {
	color:#74288C;
	border-bottom:1px solid #6da3ce;
	text-decoration:none;
}

#main-content p {
	margin:0 0 15px 0;
}

#main-content ul {
	margin:0 0 15px 0;
}

#main-content ul li{
	padding:0 0 0 22px;
	margin:0 0 5px 0;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

/* =Footer
------------------------------------------------------*/

#footer {
	clear:both;
	bottom:0;
	width:960px;
	height:60px;
	color:#54637c;
	font-size:0.8em;
	line-height:20px;
	background-color: #ffffcc;
}

#footer a:link,
#footer a:visited {
	color:#374253;
	text-decoration:none;
}

#footer a:active,
#footer a:hover {
	color:#374253;
	text-decoration:underline;
}

#footer-inner {
	border-top:1px solid #d9d9d9;
	width:900px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
}

#footer-info {
	text-align: center;
}
		
.floatr {
    position: absolute;
    top: 10px;
    z-index: 50;
    width: 70px;
    height: 30px;
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    background : rgba(0,0,0,.20);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
