@CHARSET "UTF-8";

body {
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Verdana, sans-serif;
	text-align: left;
	height: 100%;
	background-color: #ffffff;
}

/*<group=Main ID Divs>*/
#container {
	margin: 0 ;
	padding: 0;
	text-align: left;
	height: 100%;
	/* border: 1px solid blue; */
	/*background-image: url(../images/grey_right.png) ; 
 	background-repeat : no-repeat ; 
 	background-position : top right ;*/
 	background-color: #ffffff;
 	
}

#header {
	margin-bottom: 0px;
	border: 1px solid #f0f0f0;	
	background-color: #ffffff;
	background-image: url(../images/lrd_logo_small.gif) ; 
 	background-repeat : no-repeat ; 
 	background-position : 5px 7px ;
}

#header-title {
	float: left;
	font-weight: bold;	
}

#accessibility {
	float: right;
	font-family: Arial, sans-serif;
	margin-right: 10px;	
}

#header span.online {
	color: #cc0000;	
}

#header span.lrd {
	color: #cc0000;
	font-family: Arial, sans-serif;
	font-weight: bold;	
}

#header span.lrd2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;	
}

#header p {
	margin-top: 0px;
	margin-bottom: 5px;	
}

#menu1 {
	clear: both;
	background-color: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border: 1px solid white;
}

#menu1 ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	border: 1px solid #dadada; 
	background: #ffffff; 
}

#menu1 li {
	float:left;
	margin:0;
	padding:0;
	background:#a0a0a0;
}

#menu1 a {
	float: left;
	display: block;
	padding: 5px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #a0a0a0; 
}

#menu1 #search {
	float: right;	
}

#menu1 form {
	float: left;
	display: block;
	padding: 5px 10px 0px 10px;
	color: #707070;
	background-color: #ffffff;
}

#menu1 a:hover,
#menu1 .current a {
	border-color: #dadada;
	color: #707070;
	padding: 5px 10px 10px 10px;
	background: #dadada;
	text-decoration: none;
}

#menu1 .current {
	background: #dadada;
}


#breadcrumbs {
	clear: both;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
	padding-bottom: 5px;
}

#menu2 {
	clear: both;	
	background-color: #f7f7f7;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #dadada;
}

#menu2 h1 {
	padding: 5px;
	border-top: 1px solid #a0a0a0;
}

#menu2 ul {
	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px; 
}

#menu2 ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f7f7f7;
	text-indent: 0;
}

#menu2 ul li ul.submenu {
	margin-top: -5px;
	list-style-type: square;	
}



#menu2 a {
	display: block;
	margin: 0px;
	padding: 5px ;
	font-weight: bold;
	color: #390154;
	text-decoration: none;
}



#menu2 a:hover,
#menu2 .current a {
	color: #303030;
	background-color: #e7e7e7;
	text-decoration: none;
}

#menu2 .current {
	background: #e7e7e7;
}

#main_content {
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: transparent;
}

#admin_main_content {
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: transparent;
}

#sidebar {
	float: right;
	text-align: left;
	margin-top: 0px;
	padding: 0px ;
	/*border: 1px solid #f0f0f0;*/
}

#sidebar .contents {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border: 1px solid #dadada;
}


#sidebar .contents a {
	text-decoration: none;
}

#sidebar .contents a:hover {
	text-decoration: underline;
}

#sidebar h1 {
	background-color: #e5dfd1;
	color: #000000;
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

#sidebar img {
	border-style: none;	
}

#sidebar .bulk_promo {
	border: 1px solid #e0e0e0;
	padding: 0px 0px 5px 0px;
}

#sidebar .bulk_promo span.button {
	border: 1px solid #bbb;
	background-color: #e5dfd1;
	padding: 3px;
	text-align: center;	
}

#sidebar .bulk_promo table tr th   {
	padding-left: 2px;
	padding-right: 2px;
}



#sidebar .bulk_promo h1 {
	background-color: #e5dfd1;
	color: #000000;
	margin: 0px -1px 0px 0px;
	padding: 5px;
	border: 0;	
}

#sidebar .bulk_promo p {
	padding: 2px 4px;	
}




#footer {
	clear: both;
	font-family: Arial, sans-serif;
	margin-top: 15px;
	padding: 10px 5px 5px 5px ;
	border-top: 1px solid #707070;
		
}

#footer p.disclaimer {
	color: #707070;
}

#login {
	background-color: #e5dfd1;	
	margin-top: 30px;
	padding: 5px 2px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#login h3 {
	margin-top: 0px;	
}

/*</group>*/


/*<group=HTML elements>*/

textarea, input {
	font-family: Verdana, Arial, sans-serif;
}

blockquote {
	font-style: italic;	
}

hr {
	height: 1px;
	border-style: none;
	background-color: #390154;	
}

h1 {
	
}

h2 {
	margin-bottom: 0;	
}

h3 {
	margin-bottom: 0;
}

h4 {
	margin-bottom: 0;
	font-style: italic;	
}

fieldset {
	margin: 10px 0px 0px 0px;
	border: 1px solid #a0a0a0;	
}

fieldset legend {
	font-weight: bold;
	padding: 5px;
	background-color: #e5dfd1;
	border: 1px solid #a0a0a0;	
}

td {
	vertical-align: top;	
}

td h4 {
	margin-top: 5px;
}
/*</group>*/


/*<group=Element-specific classes>*/

a {
	color: #0000aa;	
}


a.title {
	font-weight: bold;
}

a.plain_href {
	text-decoration: none;
	color: #000000;	
}

a.inherit_href {
	color: #000000;	
}

img {
	border-style: none;
}


img a {
	border-style: none;
	text-decoration: none;	
}

div.basket {
	margin: 20px 0px 10px 0px;
}

div.basket p {
	margin-left: 4px;
}

span.promo {
	color: #dd0000;	
	font-weight: bold;
}

/* Publicactions online boxed text */
div.poBoxedText {
	margin: 5px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	background-color: #e5dfd1;
	border: 1px solid #a0a0a0;
}

/* Publications online boxed text 2 */
div.poBoxedText2 {
	margin: 2px 0px 0px 0px;
	padding: 3px 5px 3px 10px;
	background-color: #e5dfd1;
}

div.archive_list {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
	
div.standfirst {
	background-color: #f0f0f0;
	color: #000000;
	padding: 6px;
	margin: 10px 0px;
}

div.float-left {
	float: left;	
}

div.float-right {
	float: right;	
}

div.search_order {
	padding: 7px;
	margin: 15px 0px 20px 0px;
	background-color: #eeeeff;
	border: 1px solid #bbbbbb;
}

div.paged {
	margin-top: 30px;
	margin-bottom: 15px;
	border-top: 1px solid #e0e0e0;
	padding: 5px;	
}

div.paged span {
	padding: 0px 5px 0px 5px;
	border: 3px solid #ffffff;	
}

div.paged span.this {
	font-weight: bold;
	color: #cc0000;	
}

div.search_result {
	margin-bottom: 15px;	
}

div.story {
	margin-bottom: 20px;	
}

p.toc {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

p.toc-summary {
	margin: 5px 0px 0px 1.5em;
}

p.publication {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #303030;
}

p.summary {
	margin-top: 3px;
	margin-bottom: 0px;
}

p.teaser {
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

p.title {
	margin-top: 15px;
	font-weight: bold;	
}

p.cite {
	text-align: right;
	font-weight: bold;	
}

p.indent {
   padding-left: 30px;
   padding-right: 90px;
   text-align:justify;
}	

q {
	text-align: right;
	font-style: italic;
}

.signerror {
	font-weight: bold;
	color: #bb0000;	
}

p.info {
	font-weight: bold;
	color: #00bb00;	
}

span.info {
	font-weight: bold;
	color: #00bb00;		
}

span.blurb {
	color: #bb0000;	
}
a.blurb:link,a.blurb:active,a.blurb:visited
{ color: #bb0000;  } 


span.bigblurb {
	color: #0000aa;
}

span.padright {
	  padding-right: 40px;
}	
	
div.button, input.button {
	border: 1px solid #bbb;
	background-color: #e5dfd1;
	width: 9em;
	padding: 5px;
	text-align: center;
}

div.button a {
	color: #000000;
	text-decoration: none;	
}

div.button2 {
	border: 1px solid #bbb;
	background-color: #e5dfd1;
	width: 12em;
	padding: 5px;
	text-align: center;
}

div.button2 a {
	color: #000000;
	text-decoration: none;	
}

.strong {
	font-weight: bold;	
}

.image-left {
	margin: 0px 3px 3px 0px;
	padding: 0px 3px 3px 0px;
	float: left;
	border-style: none;
}

.image-left img {
	border-style: none;	
	
}

.sidebar-left {
	margin: 0px 3px 3px 0px;
	padding: 0px 3px 3px 0px;
	float: left;
	border-style: none;
}

.welcome {
	font-style: italic;	
	margin: 5px 0px 5px 0px;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	border-style: none;
}

.image-right img {
	border-style: none;	
}

span.hilite {
	background-color: #ffffcc;
}

div.search_form {
	clear: both;	
}

div.field_wrap {
	padding: 5px;
	font-weight: bold;
	color: #000000;
	background-color: #e5dfd1;
}

div.search_form div.field_wrap {
	border: 1px solid #dadada;
}

div.section-head {
	background-color: #e5dfd1;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}

div.pubDate {
	font-weight: bold;
}

table.archive_table {
	margin-top: 15px;
	background-color: transparent;
	
}

table.archive_table tr td {
	padding: 8px 5px;
}

table.archive_table tr td.centred {
	text-align: center;
}

table.archive_table tr td.title {
	font-weight: bold;
}

tr.even {
	background-color: #f0f0f0;
}

tr.odd {
	background-color: #dadada;
}

td.centred {
	text-align: center;
}

td.right {
	text-align: right;
}

td.centre {
	text-align: center;	
}

/*</group>*/

form {
	margin: 0;
	padding:0;
}


label {
	text-align: right;	
}

table.acdetails {
	background-color: transparent;
}

table.acdetails tr {
	vertical-align: top;	
	background-color: transparent;
	
}

table.acdetails td {
	vertical-align: top;	
	background-color: transparent;
	
}

table.subscriptions {
	margin-top: 15px;	
}

table.subscriptions tr td {
	padding: 3px 2px 3px 4px;
}

table.subscriptions tr th {
	text-align: left;
	padding: 6px 2px 3px 4px;
}

table.basket {
	margin-top: 15px;
}

table.basket tr td {
	padding: 3px;	
}

table.basket tr th {
	padding: 3px;	
}

tr {
	vertical-align: top;	
}

th {
	color: #000000;
	background-color:#e5dfd1;
	text-align: left;
}

td.q {
	padding: 0px 16px 0px 0px;
	background-color: transparent;
	font-weight: bold;
	text-align: right;
}


