/* Reset for blank canvas
-------------------------------------------------------------- */
*{
/*	margin:0;
	padding:0; EPrints */
	/*border:0;*/
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

body {
	background:#fff;
}

/* Tables still need 'cellspacing="0"' in the markup. 
-------------------------------------------------------------- */
table{
	/*border-collapse:separate;*/
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}

caption, th, td{
/*	border: 1px solid #535455; EPrints */
/*	text-align:left;*/
	font-weight:400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. 
-------------------------------------------------------------- */
blockquote:before, blockquote:after, q:before, q:after{
	content:"";
}

blockquote, q{
	quotes:"" "";
}

/* set image defaults
-------------------------------------------------------------- */
a img{
	border:none;
}

img{
	border:none;
	margin:0;
	padding:0;
/*	line-height:0; */
}

/*Floats and Clearing
-------------------------------------------------------------- */
.fR{
	float:right;
}

.fL{
	float:left;
}

.fRPadding{
	padding-left:7px;
}

.fLPadding{
	padding-right:7px;
}

.clearfix:after{
    content: ".";
    display: block;
    height:0;
    clear:both;
    visibility: hidden;
}

#floatClear{
	float:left;
}

.clBoth{
	clear:Both;
}

/* Typography defaults
Based on browser default of 16px (0.70 * 16px = 11px).
-------------------------------------------------------------- */
body{
	font-size:70%;
}

/* Default fonts and colors. 
-------------------------------------------------------------- */
body{
  color:#535455;
  font-family:arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
  color:#2e6eac;
  font-family:arial,helvetica,sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

h1{
	padding-top: 0px;
	margin-top: -5px;
	font-size: 1.4em; 
	/*margin:0 0 1em 0;*/
}

h2{
	font-size: 1.2em;
}

h3{
	font-size:1.0em;
}

h4{
	font-size:1.0em;
}

h5{
	font-size:1.0em;
	font-weight:bold;
}

h6{
	font-size:1.0em;
	font-weight:bold;
}








/* Text elements
-------------------------------------------------------------- */
p{
	margin:1em 0;
	/*font-size:1.3em;*/ 
	color:#535455;
}


ul, ol{
	margin:0;
	padding:0;
}

ul{
	list-style-type:none;
}

/* used for indentations */
.nobullets{
	list-style: none;
}


dl{
	margin:0 0 1.5em 0;
}

dl dt{
	font-weight:bold;
}

dd{
	margin-left:1.5em;
}

abbr, acronym{
	border-bottom:1px dotted #666;
}

address{
	margin-top: 1.5em;
	font-style: italic;
}

del{
	color:#666;
}

a, a:link{
	color: #1a658d;
/*	text-decoration:underline; EPrints */
}

a:hover{
	color: #535455;
	/*text-decoration:none;*/
}

a:focus{
}

blockquote{
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong{
	font-weight:bold;
}

em,dfn{
	font-style:italic;
	/*background:#fae2eb;*/
}

dfn{
	font-weight:bold;
}

pre, code{
	margin:1.5em 0;
	white-space:pre;}

pre , code ,tt{
	font:1em 'andale mono', 'monotype.com', 'lucida console', monospace;
/*	line-height:1.5; */
} 

.articleLead{
	color:#2e6eac;
	font-family:arial,helvetica,sans-serif;
	/*font-size:1.1em;*/
	font-weight:bold;
}

tt{
	display:block;
	margin:1.5em 0;
/*	line-height: 1.5; */
}
/* forms
-------------------------------------------------------------- */
fieldset{
	margin:0;
	padding:0;
	border:none;
}

legend{
}

input{
}

/* Some default classes
-------------------------------------------------------------- */
.small{
	font-size:.8em;
	margin-bottom:1.875em;
/*	line-height:1.875em; */
}

.large{
	font-size:1.2em;
	margin-bottom:1.25em;
}

.bold{
	font-weight:bold;
}

.normalText	{
	font-weight:normal;
	font-size:100%;
}

.boldTitle{
	font-weight:bold;
	color: #3b3b3b;
	padding:1em 0 .5em 1em;
	display:block;
	margin:0;
}

.red{
	color:#c80000;
}

.blue{
	color:#005480;
}

.pink{
	color:#c06;
}

.white{
	color:#fff;
}

.yellow{
	color:#fff200;
}

.hide{
	display:none;
}

.highlight{
	background:#ff0;
}

.top{
	margin-top:0;
	padding-top:0;
}

.bottom{
	margin-bottom:0;
	padding-bottom:0;
}

.txtCenter{
	text-align:center;
	width:auto;
	display:block;
}

.txtRight{
	text-align:right;
}

.txtLeft {
	text-align:left;
}


.last{
	margin:0;
}

.dottedLine{
	background:url(/uea/images/dots.jpg) repeat-x bottom left; 
	height:1px;
	margin-bottom:10px;
}

.greyBG{
	background:#f2f2f2; 
	padding:5px;
}

.hr{
	background:url(/uea/images/hr.jpg) repeat-x left center; 
	height:2px; 
}

.hr-grey{
	background:url(/uea/images/hr-grey.jpg) repeat-x left center; 
	height:2px; 
}

.line{
	height:1px; 
	border-top:1px solid #e5e5e5;
}

/* remove from the screen a couple of accessibility links
--------------------------------------------------------------*/
#skipToContent, #skipToAccessibility, #backToTop{
	position:absolute;
	left:-9999px;
}

/* Some list styles
--------------------------------------------------------------*/

.bullet {list-style:inside disc; color:#005480;}
.bullet li {margin-bottom:15px;}
.bullet span {color:#535455;}

.imgBrd {border:1px solid #d8d8d8; padding:5px;}

/* link images
--------------------------------------------------------------*/

.rssfeed {background:url(/uea/images/rss.jpg) no-repeat right center; padding-right:20px; display:inline-block;}
.print {background:url(/uea/images/print.jpg) no-repeat left center; padding-left:22px; height:50px; line-height:50px; display:inline-block; margin-right:10px;}
.email {background:url(/uea/images/email.jpg) no-repeat left center; padding-left:22px; height:50px; line-height:50px; display:inline-block; margin-right:10px;}



ul.personDataList {
	list-style-position:	outside;
	display:				block;	
	list-style-image:		none;
	list-style-type:		disc;
	margin:					15px 0px 0px 20px;
}
ul.personDataList li {
/*  	font-size: 1.0em;*/	
  	text-align: left;  
}

table.research-projects-and-grants,
table.research-projects-and-grants td{
	color: #535455;
}

/* List Styles */

/* unordered lists */
div.fckBody ul {text-align: left;}
.fckBody ul li ul, .fckBody ol li ol {font-size: 1.0em;margin:0em;padding-left: 15px;}
.fckBody ul.centred, .fckBody ol.centred {text-align: center;margin: 0em;}
.fckBody ul.centred ul, .fckBody ol.centred ol {font-size: 1.0em;padding-left: 30px;text-align: center;margin: 0em;}
.fckBody ul.left {margin: 0;text-align: left;}
.fckBody ul.left ul,.fckBody ol.right ol,.fckBody ol.left ol {font-size: 1.0em;padding-left: 15px;text-align: left;margin: 0em;}
.fckBody ul.right, .fckBody ol.right {text-align: right;margin: 0em;}
.fckBody ul.right ul {font-size: 1.0em;text-align: right;margin: 0em;}

/* ordered lists */
div.fckBody ol {margin: 0 6em;margin-bottom:10px;text-align: left;}
.fckBody ol.left {margin: 0 15px 0 25px;text-align: left;}

/* End of List styles */

#content{
	font-size:1.2em;
}






.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
   font-size: 0;
}
.clearfix {
       display: block;
}
 
.publication{
	margin-bottom: 7px;
}
