/* ==============================
   === opNewsletter Style CSS ===
   ============================== */

/* --- General --- */
body {
	font-family: Verdana;
	font-size: 11px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/* --- Body --- */
#body {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#head {
	width: 667px;
	border-top: solid 3px black;
	border-right: solid 3px black;
	border-bottom: none;
	border-left: solid 3px black;
	height: 40px;
	text-align: left;
	padding: 0 10px 10px 10px;
}
#menu {
	clear: left;
	width: 687px;
	height: 14px;
	border: solid 3px black;
	background-color: black;
	text-align: left;
}
#content {
	width: 657px;
	border-top: solid 3px black;
	border-right: solid 3px black;
	border-bottom: none;
	border-left: solid 3px black;
	text-align: left;
	padding: 0 20px 10px 10px;
}
#footer {
	width: 667px;
	border: solid 3px black;
	text-align: center;
	padding: 10px;
	background-color: white;
}
#title {
	margin: 20px 0 0 20px;
	color: #007070;
}
#title a {
	font-weight: bold;
	font-size: 22px;
	color: #007070;
}
#item {
	margin: 4px 0 2px 0;
}
#loadtemplate {
	float: right;
	margin: 36px 12px 0 0;
}
#hr {
	color: black;
	background-color: black;
	height: 1px;
}

/* --- Drop Down Menu --- */
#nav, #nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: auto;
}
#nav li a {
	padding: 2px 20px;
	background-color: #007070;
	color: white;
}
#nav li a:hover {
	background-color: white;
	color: #007070;
}
#nav li ul a {
	width: 125px;
	padding: 2px 4px;
}
#nav li {
	float: left;
	width: auto;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	border-left: solid black 1px;
	background-color: white;
}
#top {
	border-top: solid black 1px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 1px;	/* width needed for some browsers */
	margin: 0px 0 0 -1px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* --- Login Form --- */
#login {
	width: 100%;
	text-align: center;
}
#login-head {
	width: 200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border: solid 2px black;
	background-color: #007070;
	color: white;
	font-weight: bold;
	text-align: center;
}
#login-form {
	width: 200px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 6px;
	border: solid 2px black;
	text-align: center;
}

/* --- List Table --- */
#list-table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px black;
}
#list-table td {
	padding: 3px;
}
#list-table-head {
	background-color: #007070;
	color: white;
}
#list-table-head a {
	color: white;
}

/* --- Confirm/Unconfirm --- */
#confirm-head {
	width: 300px;
	padding: 5px 10px;
	border: solid 2px black;
	background-color: #007070;
	color: white;
	font-weight: bold;
	text-align: center;
}
#confirm-body {
	width: 300px;
	padding: 10px;
	margin-top: 2px;
	border: solid 2px black;
	text-align: center;
}