/*
	Copyright:	(c) 2012 Michaelmas Consulting Ltd 
	Author:		Ian Waddington, Ross Technologies Ltd (www.rosstech.biz)
*/

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 11pt;
}

#container {
	width: 700px;
	margin: 50px auto;
	padding: 10px;
	border: 4px double #f42121;
}

#header {
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
}

#header h1 {
	margin: 0;
    padding: 10px 0px 0px 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	color: #f42121;
	cursor: pointer;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover {
	color: #f42121;
	text-decoration: none;
}

#header h2 {
	margin: 0;
    padding: 0px 0px 30px 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	color: #555555;
	cursor: pointer;
}

#header h2 a, #header h2 a:visited, #header h2 a:hover {
	color: #555555;
	text-decoration: none;
}

#header img {
	float: right;
}

#menu {
	clear: both;
	background-color: #ffffff;
	margin: 0px 10px;
	padding: 0;
	border-top: 1px solid #f42121;
	border-bottom: 1px solid #f42121;
	text-align: center;
}

#menu a, #menu a:visited, #menu a:hover {
	color: #f42121;
	text-decoration: none;
}

#menu a.highlight, #menu a.highlight:visited, #menu a.highlight:hover {
	color: #f42121;
	text-decoration: underline;
}

#menu ul {
	margin: 0;
    padding: 3px 0px 5px 10px;
    list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
    padding: 0px 20px 0px 0px;
}

#menu #modeSelector {
	float: right;
	color: white;
}

#content {
	padding: 10px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.clearboth {
	clear: both;
}

#content a, #content a:visited, #content a:hover {
	color: #de2929;
	text-decoration: underline;
}

.redText {
	color: #de2929;
}

img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

ul.questions > li {
	margin-bottom: 0.5em;
}

ul.publications {
	margin: 0;
    padding: 3px 0px 5px 0px;
    list-style: none;
}

ul.publications > li {
	margin-bottom: 2em;
	border: 2px solid #F8EEEE;
}

ul.publications.plain > li {
	border: none;
}

ul.publications p {
	margin-top: 0px;
}

p.citation {
	padding: 2px;
	background-color: #F8EEEE;
	margin-bottom: 0px;
}

span.pubno {
	display: none;
}

div.abstract {
	margin: 16px 40px 20px 40px;
}

ul.publications > li.first,
#content p.first {
	width: 450px;
}

div.latest {
	width: 180px;
	float: right;
	border: 1px solid #EEEEEE;
	border-radius: 15px;
	padding: 5px;
	background-color: #EEEEEE;
	margin-top: -20px;
}

div.latest  h3 {
	margin: 10px 5px 2px 5px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

div.latest  ul {
	margin: 0;
    padding: 0px 5px 5px 5px;
    list-style: none;
}

div.latest  ul > li {
	margin: 1em 0em 1em 0em;
}

#content div.latest a , 
#content div.latest a:visited, 
#content div.latest a:hover {
	text-decoration: none;
}

#footer {
	clear: both;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 2px 0px;
}

#footer p {
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-align: right;
	font-size: 0.7em;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #555555;
	text-decoration: none;
}

