html {
	margin: 0;
}

body {
	font-family: Elsevier Sans, 'Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 14px;
	background: #f6f6f6;
	color: #333;
	margin: 40px;
}

a {
	color: #0054A6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 18px;
	font-weight: normal;
	color: #395e8b;
	margin: 0 0 0.5em 0;
}

div.message {
	background: #fff;
	width: 600px;
	margin: 0 auto;

	border: 1px solid #eee;
	border-bottom-color: #ccc;
	border-right-color: #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);

	padding: 20px;
}

div.brand {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 20px;
}

span.logo {
	display: block;
	float: right;
	width: 53px;
	height: 20px;
	background: url('../../gfx/pure_wordmark_dark.png') top left no-repeat;
}


div.list_of_links {
	width: 100%;
}

div.list_of_links a span.label {
	display: block;
	font-size: 14px;
	padding: 10px 20px 10px 10px;
	/*text-decoration: none;*/
	word-wrap: break-word;
}
div.list_of_links a:hover span.label {
	background: transparent url('../../gfx/submission_hover.png') no-repeat right top;
}


div.list_of_links ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}

div.list_of_links a {
	display: block;
	text-decoration: none;
	position: relative;
	margin-bottom: -1px;
	border-bottom: solid 1px transparent;
	cursor: pointer;
	color: #333;
	outline: none;
}

div.list_of_links a:focus {
	outline: 1px solid #7aa8e0;
	background-color: #E0EBF7;
}

span.choose {
	position: absolute;
	height: 19px;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	display: none;
}

span.choose .choose_left {
	float: left;
	display: block;
	width: 9px;
	height: 19px;
	background: transparent url('../../gfx/submission_choose_left.png') no-repeat left top;
}

span.choose .choose_right {
	color: #414141;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	float: left;
	display: block;
	height: 19px;
	line-height: 17px;
	vertical-align: middle;
	background: transparent url('../../gfx/submission_choose_right.png') no-repeat right top;
	padding-right: 10px;
	padding-left: 1px;
}

div.list_of_links a:hover span.choose {
	display: block;
}

div.list_of_links a.pure_button_small {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -11px;
}

div.list_of_links div.divider {
	background: #d5d8dc;
	height: 1px;
	border: none;
}

div.footer {
	position: relative;
	text-align: center;
	color: #636363;
	font-size: 14px;
}