/*old IALS styles*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.indexh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color:#3C3C3D;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.titleB{
	color:#FFF;
}
.indexh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#3C3C3D;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}

/* Font styles for H1 to H6 in white */ 



.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color:#FFFFFF;
}

.breadcrumbDivider {
	margin: 0 0 0 0;
	
}

/* ------------------------------------------ */
/* lhs menu styles */

.fillblu	{
	background-color:#102873;
}

#blu	{
	background-color:#102873;
}


#navcontainer ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a	{
	display: block;
	color: #FFF;
	background-color:#102873;
	width: 100%;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	font: Arial,Helvetica,sans-serif;
	font-size:1em;
}

#navcontainer a:hover	{
	background-color: #369;
	color: #FFF;
	font: Arial,Helvetica,sans-serif;
}

#navcontainer li li a	{
	display: block;
	color: #FFF;
	background-color: #4666B1;
	width: 100%;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #808080;
	font: Arial,Helvetica,sans-serif;
}


.quote { 
background-image: url(/images/lquote.gif); 
margin:0px; 
padding:0px;
background-repeat: no-repeat; 
} 

.quote blockquote { 
line-height: 1.3em; 
padding: 0 0 20px 0; 
margin: 0; 
color: #3f7bad; 
font-size: 110%; 
font-weight: bold; 
background-image: url(/images/rquote.gif); 
background-repeat: no-repeat; 
background-position: right bottom; 
} 
.quote blockquote:before { 
content: ""; 
} 
.quote blockquote:after { 
content: ""; 
}
 .quote dl { 
 font-size: 90%; 
 margin: 0; 
 padding: 0 0 1em 0; 
 color: #555; 
 } 
 
 .quote dt { 
 margin: 0; 
 padding: 0; 
 font-weight: bold; 
 } 
 .quote dd { 
 margin: 0; 
 padding: 0; 
 }

/*old IALS styles*/




.theBody 
	{	
	background-image: url(http://www.ed.ac.uk/other/images/bar.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	}



acronym, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL, B, I, U, S, STRIKE, STRONG, EM, SPAN {
  font-family: arial, helvetica, sans-serif;
  font-size:small;
}

A.headertext:link, A.headertext:visited {

 color:#ffffff;
 text-decoration:none;
 /*font-weight:bold;*/

}

A.headertext:hover, A.headertext:active {
 color:#ffffff;
 text-decoration:underline;
 /*font-weight:bold;*/

}

.theBody {
  margin: 0px;
  padding: 0px;
  width : 100%;
  background-color: #ffffff;
}

body {
  margin: 0px;
  padding: 0px;
  width : 100%;
  background-color: #ffffff;
}

.sidebar{background: #808080}
.nav{background: #102873; width:100px;}
.footer{
background: #006598;
height:25px;
text-align:right;
color: white;
margin:0px;
padding:3px;
}

A:link {
  color:#333333;
  text-decoration:underline;
}

A:visited {
  color: #3A72A1;
  text-decoration:none;
}

A:hover {
  color:#3A72A1;
  text-decoration:none;
}
	
.lastupdated {
  color:white;
}

.skiplink {display:none}

td.content
{
padding: 4px;
width: 652px;
}

.colspan{
  background: #C0C0FF;
}
.even{
  background: #EEE
}

.leftnav, a.leftnav:link, a.leftnav:visited, a.leftnav:active {
  display:block;
  background-color:#102873;
  font-family: Arial, Helvetica, sans-serif;
  color:white;
  text-decoration:none;
  text-align:left;
  padding-left:8px;
  padding-top:4px;
  padding-bottom:4px;
  width:112px;
}

* html body .leftnav, * html body a.leftnav:link, * html body a.leftnav:visited, * html body a.leftnav:active {
  width:120px;
}

.leftsubnav, a.leftsubnav:link, a.leftsubnav:visited,  a.leftsubnav:active {
  display:block;
  background-color:#4666B1;
  font-family: Arial,Helvetica,sans-serif;
  color:white;
  text-decoration:none;
  text-align:left;
  padding-top:4px;
  padding-left:16px;
  padding-bottom:4px;
  width:120px;
}
div.leftnav {
  cursor:default;
  background-color:#006598;
}
a.leftnav:hover, a.leftsubnav:hover {
  background-color:#006598;
  text-decoration:none;
  color:white;
}

/*HUGO'S NEW INDEX START*/


h3, h4, h5, h6{
padding:10px;
margin:0px;
 font-size:1em;
 color:#333333;
 text-align:left

}
.shadow{
background:url(../../images/dropshadow.jpg) repeat-y;
width:36px;
}

.image_holder{
border:1px solid #B1B1B1;
border-top:none;
border-bottom:none;
background-color:#cccccc;}

.color_blue{
color:#3A72A1;
}
.color_grey{
color:#666666;
}

body{
 font-size:small;
 color:#333333;
 text-align:left;

}
.news_title{
font-weight:bold;
font-size:x-small;
color:#333333;
}
p{
padding:10px;
margin:0px;
 font-size:0.86em;
 color:#333333;
 text-align:justify;
 }
u{
 font-size:1em;
 color:#000000;
 text-align:justify;
 }
 em, i{
 font-size:1em;
 color:#000000;
 text-align:justify;
 }
ul, li{
   font-size:0.9em;
  list-style:none;
}
ul {
	font-size: 90%;
	margin-left: 1.5em; 
	padding-left: 0;  
	margin-top: 3px;
	margin-bottom: 3px;
}
.bullet li{
list-style:url(../../images/ball.gif);
margin-bottom:.3em;
}
.border_left{
border-left:1px solid #B1B1B1;
}

.title{  
font-size:small;
font-weight:normal;
padding-left:7px;
}

.sidebar_borde{
border-bottom:1px solid #B1B1B1;
}
.sidebar_top{
border-top:1px solid #B1B1B1;
}

.borde{
border: 1px solid #B1B1B1;
}





.borderheader2{
border-top:1px solid #B1B1B1;
border-left:1px solid #B1B1B1;
}
.borde_1{
border-bottom:1px solid #B1B1B1;
border-right:1px solid #B1B1B1;
}
.border_right{
border-right:1px solid #B1B1B1;
}
.borde_noside{
border-top:1px solid #B1B1B1;
border-bottom:1px solid #B1B1B1;
}
.borde_side{
border-right:1px solid #B1B1B1;
border-left:1px solid #B1B1B1;
}
.main_text, h1{
	font-family: Helvetica, Arial, sans-serif;
  font-size:medium;
  padding-left:7px;
  font-weight:normal;
  color:#666666;
}
.padding{
padding:8px;
}
.top_title{
background-color:#F3F3F3;
padding:3px;
height:29px;
background-image:url(../../images/backtop_title.jpg);
background-repeat:repeat-x;
}
.main_image{}
.grey_space{
background-color:#F3F3F3;
border: solid #B1B1B1;
border-bottom:1px;
border-top:1px;
border-left:none;
border-right:none;
height:12px;
}
.title_big{
padding:3px;
background-image:url(../../images/backtop_title.jpg);
background-repeat:repeat-x;
background-color:#F3F3F3;
height:29px;}
.title_small{
padding:3px;
background-image:url(../../images/back_title.jpg);
background-repeat:repeat-x;
background-color:#F3F3F3;
height:25px;}
.news{
 font-family: verdana, helvetica, sans-serif;
 font-size:x-small;
 text-align:left;
color:#666666;
}
.note_txt{
 font-family: verdana, helvetica, sans-serif;
 font-size:x-small;
 color:#666666;
}
.conten{
padding:.5em;
padding-top:0px;
background-color:#E9E9E9;
border-bottom:none;
}
.note{
padding:8px;
background-color:#F3F3F3;
background-image:url(../../images/department-of-english-li-03.jpg);
background-repeat:repeat-x;}
.title_bot{
color:#666666;
padding:0px;
margin-bottom:5px;}

.publications{
border-bottom:1px solid #B1B1B1;
}


/*CONTACT MICROFORMAT*/

.vcard .url, .vcard .region, .vcard .country-name{
display:none;
}

.vcard .org, .vcard .street-address, .vcard .locality, .vcard .postal-code, .vcard .type, .vcard .value, .vcard .email{
 font-size:x-small;
 font-style:normal;
 color:#3A72A1;
}
.side_list{
margin-left:0px;
color:#3A72A1;
font-size:small;
list-style:none;
}
/*SIDE BAR MENU*/
.sidebar_menu {
color:#48728F;
margin-top:0px;
margin-right:14px;
margin-bottom:0px;
}

.sidebar_menu a{
	font-size:x-small;
	display: block;
	color: #48728F;
	width: 100%;
	padding: 6px 2px 6px 12px;
	text-decoration: none;
	border-bottom: 1px solid #E2EAEC;
}

.sidebar_menu a:hover	{
	background-color:#48728F;
	color:#FFFFFF;
}
.replacebelMenu{width:190px; float:right; margin:0px 0px 10px 10px; background-color:#FFFFFF; border-bottom:1px solid #B1B1B1; border-left:1px solid #B1B1B1;}

/*HUGO'S NEW INDEX FINISH*/

.Label{
visibility:hidden;
font-size:0.8em;
padding:0px;
margin:0px;
}
.searchWebteam{
padding:0px;
margin:0px;

}
.submit{
background-color:#000000;
color:#FFFFFF;
border:none;
font-size:0.8em;
padding:0px;
margin:0px;}
.formStyles{
border:none;
color:#000000;
background-color:#FFFFFF;
font-size:0.8em;
padding:0px;
margin:0px;}
.NewsEvents p a{
font-weight:bold;
font-size:1.1em;
text-decoration:none;}
.nopadding p{
padding-bottom:0px;
margin-bottom:3px;
padding-top:0px;
margin-top:3px;
}
.date{
padding-top:15px;
background-image:url(../images/news.jpg);
background-repeat:no-repeat;
width:82px;
height:77px;

}
.day{ font-size:1.2em; font-weight:bold; color:#000000; text-align:center; margin-bottom:2px; padding-top:5px}
.mth{ font-size:0.9em; font-weight:bold; color:#666666; text-align:center; margin-bottom:2px;}
.year{ font-size:.8em; font-weight:bold; color:#999999; text-align:center;}





