﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Sans-Serif;
	font-size: small;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #000000;
}

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
{
	display: none;
}

div.clear
{
	display: block;
	width: auto;
	clear: both;
}

div.inner
{
	margin: 8px;
	width: auto;
}

/*
 * Login/Search Bar
 */

#taskbar
{
	display: none;
}

/*
 * 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
{
	display: none;
}

#contents
{
	margin: 0;
	padding: 12px 0;
	display: block;
	width: auto;
}

#contents div.inner
{
	position: relative;
}

/*
 * Forms (Such as listserver.aspx & password.aspx)
 * TODO: Make printer friendly
 */

#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.message
{
	color: #BE1C25;
	padding: 0 8px 16px 8px;
	width: 520px;
}

#contents div.inner div.form td.message a
{
	color: #BE1C25;
	text-decoration: underline;
}

#contents div.inner div.form td.submit
{
	padding-top: 8px;
}

#contents div.inner div.form td.submit *
{
	float: right;
}

/*
 * Column 3 contents (Shown on many pages)
 */

#contents div.inner div.column3
{
	display: none;
}

/*
 * Footer
 */

#footer
{
	margin: 0;
	padding: 8px 0;
	display: block;
	width: auto;
	text-align: center;
}

