/* --- elements ------------------------------------------------------------------ */

html {
	overflow: hidden;
	overflow-y: auto;
}

body {
	background: #ffffff;
	font-family: Arial,Verdana;
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
	color: #3f434a;
}

hr {
  height: 7px;
  color: #000;
  border: 0 solid #000;
  background-color: #000;
  text-align:center;
  width: 100%;
}

/* --- links ------------------------------------------------------------------ */

a {
	color: #6f7277;
	text-decoration: none;
}

a:hover {
	color: #3f434a;
	text-decoration: none;
}

/* --- forms ------------------------------------------------------------------ */

input, textarea, select {
	background-color: #e5e5e5;
	border: #dedee1 1px solid;
	margin-bottom: 3px;
	width: 215px;
	height: 16px;
	padding: 0;
}

select {
	height: 18px;
}

textarea {
	height:100px;
}


.inputsmall { width:50px; }
.inputmedium { width:120px;}
.selectmedium { width:120px; }

input.submit {
	background: #3f434a;
	padding: 0 0 2px 5px;
	margin-top: 3px;
	text-align: left;
	cursor: pointer;
	color: #ffffff;
	width: 120px;
	height: 20px;
	border: 0px;
}

/* formwiz */
.mandatory { color: #404243; line-height: 18px }
.optional { color: #404243; line-height: 18px }
.error { color: #820C0C; line-height: 18px }
.done { color: #aaaaaa; line-height: 18px }




/* header * /
h1 {
	font-family:Arial, Verdana;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#525455;
	letter-spacing:0px;
	padding-top:10px;
	padding-bottom:-10px
}

h2 {
	font-family:Arial, Verdana;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#525455;
	letter-spacing:0px;
	padding-top:8px;
	padding-bottom:-15px
	}


/* print* /
.printtxt {
	font-family:Arial, Verdana;
	font-size:14px;
	font-weight:normal;
	color:#525455;
	}

img {
	border:0px;
	}



.whitelink a:link { text-decoration: none; color:#ffffff; }
.whitelink a:visited { text-decoration: none; color:#ffffff; }
.whitelink a:hover { text-decoration: none; color:#404243; }
.whitelink a:active { text-decoration: none; color:#404243; }


*/

.mopTextHeadBlack {
	font-size: 16px;
	line-height: 20px;
}
.mopTextHeadBlack2 {
	font-family: 'Georgia','Times New Roman',Times,Arial,Verdana;
	font-size: 28px;
}


/* --- clear ------------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

