﻿/*
 * CSS Common to all MER pages.
 */

/*
 * Colors used:
 *
 * #C6C7CA : Gray color for taskbar background.
 * #0A5481 : Blue color for taskbar links.
 * #7C7C7C : Gray color for 'More' links and other gray text.
 * #999999 : Gray color for borders and dividers.
 * #0067A5 : Blue color for banner background and links.
 * #BE1C25 : Red color for headers, and error messages.
 * #F1F1F1 : Gray background color for user comments.
 */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Sans-Serif;
	font-size: small;
	height: 100%;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #0067A5;
}

a.more
{
	margin:  0 0 0 4px;
	color: #7C7C7C;
	font-style: italic;
	font-family: Arial, Sans-Serif;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
}

a.edit
{
	border: none;
	padding: 2px;
	margin-right: 2px;
	font-size: x-small;
	font-family: Arial, Sans-Serif;
	color: #FFFFFF;
	background-color: #0067A5;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
}

div.clear
{
	display: block;
	width: auto;
	clear: both;
}

div.inner
{
	margin: 0 auto;
	width: 780px;
}

/*
 * Login/Search Bar
 */

#taskbar
{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: 22px;
	background-color:	#C6C7CA;
	font-size: small;
	font-family: Arial, Sans-Serif;
}

#taskbar div.inner a
{
	float: right;
	margin: 0 4px;
}

#taskbar div.inner input
{
	margin: 1px 1px 1px 8px;
	padding: 1px;
	border: 1px solid #999999;
	height: 16px;
	float: right;
}

#taskbar div.inner div.field
{
	float: right;
	text-align: right;
}

#taskbar div.inner div.field *
{
	float: none;
}

#taskbar div.inner div.option
{
	display: block;
	height: 22px;
	float: left;
}

#taskbar div.inner div.option input
{
	margin: 1px 4px 0 0;
	float: none;
}

#taskbar div.inner div.option *
{
	float: none;
}

#taskbar div.inner *.username
{
	color: #0A5481;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 8px;
	height: 19px;
	float: right;
}

#taskbar div.inner div.message
{
	display: block;
	color: #BE1C25;
	clear: left;
	float: left;
}

/*
 * Banner & Menu
 */

#banner
{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: 58px;
	background-color:	#0067A5;
	background-image: url('/media/images/common/MERBannerBackground.gif');
}

#menu
{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: 20px;
	background-color:	#0067A5;
}

#contents
{
	margin: 0;
	padding: 12px 0;
	display: block;
	width: auto;
	/*height: 100%;*/
}

#contents div.inner
{
	margin: 0 auto;
	width: 780px;
	position: relative;
}

/*
 * Forms (Such as listserver.aspx & password.aspx)
 */

#contents div.inner div.form
{
	margin: 0;
	padding: 0 20px 20px 0;
	display: block;
	width: 530px;
	float: left;
	font-family: Ariel, sans-serif;
	position: relative;
}

#contents div.inner div.form h1
{
	font-size: x-large;
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #BE1C25;
	clear: both;
}

#contents div.inner div.form h2
{
	font-size: medium;
	font-family: sans-serif;
	font-weight: normal;
	clear: both;
}

#contents div.inner div.form td
{
	padding: 0;
	border: none;
	margin: none;
}

#contents div.inner div.form td.label
{
	width: 120px;
}

#contents div.inner div.form td.field input
{
	border: solid 1px #999999;
	width: 160px;
}

#contents div.inner div.form td.field #prefixTextBox
{
	width: 48px;
}

#contents div.inner div.form td.field #firstNameTextBox
{
	width: 128px;
}

#contents div.inner div.form td.field #lastNameTextBox
{
	width: 128px;
}

#contents div.inner div.form td.field #middleNameTextBox
{
	width: 24px;
}

#contents div.inner div.form td.field #suffixTextBox
{
	width: 48px;
}

#contents div.inner div.form td.field #emailTextBox
{
	width: 240px;
}

#contents div.inner div.form td.field #positionTextBox
{
	width: 240px;
}

#contents div.inner div.form td.field #organizationTextBox
{
	width: 240px;
}

#contents div.inner div.form td.message
{
	color: #BE1C25;
	padding: 0 8px 16px 8px;
	width: 600px;
}

#contents div.inner div.form td.message a
{
	color: #BE1C25;
	text-decoration: underline;
}

#contents div.inner div.form td.submit
{
	padding-top: 8px;
	width: 240px;
}

#contents div.inner div.form td.submit *
{
	float: right;
}

/*
 * Column 3 contents (Shown on many pages)
 */

#contents div.inner div.column3
{
	margin: 0;
	padding: 0;
	border: none;
	border-left: solid 1px #999999;
	display: block;
	width: 230px;
	float: right;
}

#contents div.inner div.column3 div.user-comment
{
	margin: 0 0 8px 20px;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.user-comment img.header
{
	margin-bottom: 8px;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.user-comment div.comment
{
	float: left;
	clear: both;
	font-size: smaller;
	margin: 4px 0;
	width: 210px;
	display: block;
	overflow: hidden;
}

#contents div.inner div.column3 div.user-comment div.comment div
{
	float: left;
	clear: both;
	width: 210px;
}

#contents div.inner div.column3 div.user-comment div.comment div a
{
	color: #000000;
	text-decoration: none;
}

#contents div.inner div.column3 div.user-comment div.comment div a.more
{
	margin:  0 0 0 4px;
	color: #7C7C7C;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#contents div.inner div.column3 div.user-comment div.comment div a.edit
{
	color: #FFFFFF;
}

#contents div.inner div.column3 div.user-comment div.comment div.username
{
	color: #7C7C7C;
	margin-bottom: 2px;
}

#contents div.inner div.column3 div.user-comment div.comment div.username a
{
	color: #7C7C7C;
	text-decoration: none;
}

#contents div.inner div.column3 div.editors-pick
{
	margin: 0 0 8px 20px;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.editors-pick img.header
{
	margin-bottom: 8px;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.editors-pick div.feature
{
	float: left;
	clear: both;
	font-size: smaller;
	margin: 4px 0;
	width: 210px;
	display: block;
}

#contents div.inner div.column3 div.editors-pick div.feature div
{
	float: left;
	clear: both;
	width: 210px;
}

#contents div.inner div.column3 div.editors-pick div.feature div a
{
	color: #000000;
	text-decoration: none;
}

#contents div.inner div.column3 div.editors-pick div.feature div a.more
{
	margin:  0 0 0 4px;
	color: #7C7C7C;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#contents div.inner div.column3 div.editors-pick div.feature a.edit
{
	color: #FFFFFF;
}

#contents div.inner div.column3 div.editors-pick div.feature div.title
{
	color: #7C7C7C;
	font-size: larger;
	margin-bottom: 2px;
	clear: both;
}

#contents div.inner div.column3 div.editors-pick div.feature div.title a
{
	color: #7C7C7C;
	text-decoration: none;
}

#contents div.inner div.column3 div.editors-pick div.feature div.title a.edit
{
	color: #FFFFFF;
}

#contents div.inner div.column3 div.editors-pick div.feature div.title img
{
	float: left;
	padding-right: 8px;
}

#contents div.inner div.column3 div.digest
{
	margin: 0 0 8px 20px;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.digest img.header
{
	float: left;
	clear: both;
	margin-bottom: 8px;
	width: 210px;
}

#contents div.inner div.column3 div.digest div.feature
{
	float: left;
	clear: both;
	font-size: smaller;
	margin: 4px 0;
	width: 210px;
	display: block;
}

#contents div.inner div.column3 div.digest div.feature div
{
	float: left;
	clear: both;
	width: 210px;
}

#contents div.inner div.column3 div.digest div.feature div a
{
	color: #000000;
	text-decoration: none;
}

#contents div.inner div.column3 div.digest div.feature div a.more
{
	margin:  0 0 0 4px;
	color: #7C7C7C;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#contents div.inner div.column3 div.digest div.feature div a.edit
{
	color: #FFFFFF;
}

#contents div.inner div.column3 div.digest div.feature div.date
{
	color: #7C7C7C;
}

#contents div.inner div.column3 div.digest div.feature div.date a
{
	color: #7C7C7C;
	text-decoration: none;
}

#contents div.inner div.column3 div.digest div.feature-selected
{
	float: left;
	clear: both;
	font-size: smaller;
	margin: 4px 0;
	width: 210px;
	display: block;
	background-color: #F1F1F1;
}

#contents div.inner div.column3 div.digest div.feature-selected div
{
	float: left;
	clear: both;
	width: 210px;
}

#contents div.inner div.column3 div.digest div.feature-selected div a
{
	color: #000000;
	text-decoration: none;
}

#contents div.inner div.column3 div.digest div.feature-selected div a.more
{
	margin:  0 0 0 4px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}

#contents div.inner div.column3 div.digest div.feature-selected div a.edit
{
	color: #FFFFFF;
}

#contents div.inner div.column3 div.digest div.feature-selected div.date
{
	color: #000000;
}

#contents div.inner div.column3 div.digest div.feature-selected  div.date a
{
	color: #000000;
	text-decoration: none;
}

#contents div.inner div.column3 div.feature
{
	margin: 0 0 8px 20px;
	padding: 0;
	display: block;
	width: 210px;
	float: left;
	clear: both;
}

#contents div.inner div.column3 div.feature img
{
	max-width: 230px;
}

#contents div.inner div div.pager
{
	clear: both;
	display: block;
	width: 520px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

#contents div.inner div div.pager a
{
	margin-left: 8px;
	margin-right: 8px;
	font-size: large;
}

#contents div.inner div div.pager a.dead
{
	color: #000000;
}

/*
 * Footer
 */

#footer
{
	margin: 0;
	padding: 8px 0;
	display: block;
	width: auto;
	text-align: center;
}

