@charset "UTF-8";
/*
 *     $Author: michael $
 *    $Archive: /Volunteer/MDC/Confluence/WebContent/css/base.css $
 *       $Date: 2010/07/19 01:16:08 $
 *   $Revision: 1.3.2.1 $
 *     Subject: Primary css style definitions used as the default for all pages.
 */

* {
	margin: 0;
	padding: 0;
}

.button {
	width: 7em;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.submenu li {
	display: inline;
	list-style-type: none;
}

#header .menu .item a {
	background-color: #5c743d;
	border-right: solid 2px rgb(55,47,45);
	border-bottom: solid 2px rgb(55,47,45);
	color: rgb(252,177,52);
	padding: 0 .2em;
	text-decoration: none;
}
#header .menu .item a:hover {
	border-right: solid 2px silver;
	border-bottom: solid 2px silver;
}

#header img {
	padding: .5em;
}

#header h1 {
	font-size: 1.75em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(42,49,133);
	padding-top: .25em;
	margin-bottom: .5em;
}

#body .Legend dt {
	font-weight: bold;
}

#body .List caption {
	font-size: 120%;
}
#body .List .Detail td {
	padding: .25em;
}
#body .List .Detail th {
	padding: .25em;
}
#body .List .Detail .Label a.Order {
	color: blue;
	text-decoration: none;
}
#body .List .Detail .Value .Number {
	text-align: right;
}
#body .List .Detail .Value .Text {
	text-align: left;
}

#body .login {
	margin: 1em;
	padding: 1em;
}
#body .login .text label {
	width: 8em;
	margin-top: .2em;
	margin-bottom: .2em;
	float: left;
	text-align: right;
}
#body .login .text span.label {
	width: 8em;
	margin-top: .2em;
	margin-bottom: .2em;
	float: left;
	text-align: right;
}
#body .login .text input {
	margin: .2em .2em .2em 1em;
}
#body .login .text span.input {
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: 1em;
}
#body .login .logical label {
	margin-top: .2em;
	margin-bottom: .2em;
}
#body .login .logical input {
	margin: .2em .2em .2em 9em;
}
#body .login .submit input {
	margin-top: .5em;
	margin-left: 9em;
}

#body .menu .item a {
	color: #996633;
/*	color: rgb(252,177,52); */
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
#body .menu .item a:hover {
	border-right: solid 2px silver;
	border-bottom: solid 2px silver;
}

#body .Navigate {
	text-align: center;
}
#body .Navigate a {
	margin: 0 .25em;
	color: blue;
	text-decoration: none;
}
#body .Navigate a:hover {
	background-color: silver;
}

#body a {
	color: blue;
}

#body div.Legend {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: 0;
}

#body dl dt {
	font-weight: bold;
	margin-top: 1em;
}
#body dl dd {
	margin-bottom: 2em;
	margin-left: 2em;
}

#body dl.faq dt {
	margin-top: 0;
}
#body dl.faq dd {
	font-style: italic;
}

#body dl.Legend {
	border: 2px solid grey;
	margin-top: 0;
	padding: 0 1em .5em;
}

#body h2 {
	margin: .75em 0 .25em;
}

#body h3 {
	margin: .5em 0;
}

#body h4 {
	text-decoration: underline;
	margin: .5em 0;
}
#body h5 {
	font-size: 1em;
	font-weight: bold;
}
#body h6 {
	font-size: 1em;
	font-weight: normal;
}

#body img {
	margin: .5em;
	border-top: .2em solid silver;
	border-left: .2em solid silver;
	border-right: .2em solid black;
	border-bottom: .2em solid black;
}
#body img.icon {
	border: 0;
	margin: 0;
	padding: 0;
}

#body p {
	margin: .75em 0;
}

#body ol {
	margin-left: 2em;
}
#body ol li {
	margin: .2em 0;
}

#body ul {
	margin-left: 2em;
}
#body ul li {
	margin: .2em 0;
}

#footer {
	/*font-size: 80%; */
	font-size: .6em;
	text-align: center;
}

#footer a {
	color: blue;
}
#footer a IMG {
	border: 0;
}