/**
 * Stylesheet MAATopmaat
 *
 * @author Jeroen Oosterlaar <jeroen.oosterlaar@marganza.nl>
 * @version 1.0; October the 17th, 2006
 * @copyright 2006, Marganza Internet
 */

body {
    margin: 0px;
    text-align: center;
    background-color: #003300;
    font-family: verdana, arial;
}

#wrapper {
	position: relative;
    margin: 0 auto 0 auto;
    width: 842px;
    min-height: 557px;
    background-image: url("/images/wrapperBackground.gif");
    padding-bottom: 5px;
}

#headerBackPanel {
	position: absolute;
	left: 202px;
	top: 0px;
	width: 640px;
	height: 168px;
	background-color: #003300;
}

#headerContainer {
	position: relative;
	height: 141px;
	background-color: #005A00;
}

#headerImage {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 638px;
	height: 139px;
}

#menu {
	height: 27px;
	background-image: url("/images/menuBackground.gif");
	background-repeat: no-repeat;
	background-position: top 1px;
	font-weight: bold;
	color: #FFF56D;
	font-size: 11px;
	line-height: 26px;
	text-align: left;
	text-indent: -6px;
}

#menu a {
	color: #FFF56D;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#pageTitlePanel {
	position: absolute;
	left: 1px;
	top: 168px;
	width: 436px;
	height: 27px;
	background-image: url("/images/pageTitleBackground.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
	padding-left: 10px;
}

h1 {
	font-size: 11px;
	position: absolute;
	left: 212px;
	top: 175px;
	z-index: 5;
	color: #FFFFFF;
	margin: 0px;
	width: 350px;
}

#content {
	clear: both;
	margin: 0 auto 0 auto;
	width: 417px;
	color: #006400;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
}

#content p {
	margin: 0px;
	margin-top: 15px;
}

#content p.noMargin {
    margin-bottom: 0px;
}

#content a {
	color: #003879;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}

#content table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
    color: #006400;
}

#content th {
	font-size: 11px;
	color: #006400;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

#content td {
	font-size: 11px;
	color: #006400;
	vertical-align: top;
	text-align: left;
}

#content form {
	margin: 0px;
}

#content .formTextField {
    font-family: verdana, arial;
	font-size: 11px;
	color: #003879;
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
}

#content .formTextArea {
    font-family: verdana, arial;
	font-size: 11px;
	color: #003879;
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
}

#content .formTextField {
	font-style: verdana;
	font-size: 11px;
	color: #003879;
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
}

.formSelect {
	font-style: verdana;
	font-size: 11px;
	color: #003879;
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
}

#content .formButton {
    border-width: 1px;
    background-color: #003879;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: verdana, arial;
}

#content .errorMessage {
    font-weight: bold;
    color: #DD0000;
}

#userPanel {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 200px;
	text-align: left;
	z-index: 5;
}

#userMenuHeader {
	border-bottom-color: #03E600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 25px;
	background-image: url("/images/userMenuHeaderBackground.gif");
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 25px;
	color: #FFFFFF;
}

.userMenuItem {
	border-bottom-color: #03E600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 25px;
	background-image: url("/images/userMenuItemBullet.gif");
	background-repeat: no-repeat;
	background-position: 5px 10px;
}

.userMenuItem a {
	color: #FFFFFF;
	text-decoration: none;
}

.userMenuItem a:hover {
	text-decoration: underline;
}

#bannersLeft {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 120px;
}

#bannersLeft img {
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
	width: 160px;
	height: 60px;
}

#bannersRight {
	position: absolute;
	top: 171px;
	left: 660px;
	height: 400px;
	width: 120px;
}

#bannersRight img {
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
	width: 160px;
	height: 60px;
}

#bannerImage {
    float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #003879;
	width: 160px;
	height: 60px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#footer {
    position: relative;
	margin: 0 auto 0 auto;
	width: 842px;
	background-image: url("/images/footerBackground.gif");
	text-align: center;
	margin-top: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #FFF56D;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#footer span {
    margin-left: 212px;
}

#footer a {
	color: #FFF56D;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	border: 0px;
	top: 6px;
	left: 20px;
	position: absolute;
}

.signupFormTable {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.signupFormTable th {
    color: #006400;
	font-style: verdana;
	/*font-size: 11px;*/
	text-align: left;
	width: 120px;
	vertical-align: top;
	font-weight: normal;
}

.signupFormTable td {
    color: #006400;
	/*font-size: 11px;    */
}