/** ------------------------ default styles ------------------------------------- **/

BODY { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #200070;
	background: #f0f0f0;
	margin: 0px;
	padding: 0px;
}
A:link, A:visited {
	color: #C00;
}
A:hover {
	color: #FFB400;
}
H1 {
	font-weight: normal;
	font-size: 18px;
	color: #C00;
	margin-top: 5px;
	margin-bottom: 15px;
}
H2 {
	font-size: 14px;
	color: #C00;
	margin-top: 20px;
	margin-bottom: 10px;
}
H3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
}
P {
	color: #200070;
	line-height: 16px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-size: 11px;
	color: #200070;
}
INPUT {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
	color: #200070;
	border: 1px solid #CCC;
	padding: 1px;
}
INPUT[type="checkbox"] {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	border: 0px;
}
INPUT[type="radio"] {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	border: 0px;
}
SELECT {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	height: 18px;
	color: #200070;
	border: 1px solid #CCC;
	padding: 0px;
}
TEXTAREA {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #200070;
	padding:1pt;
}

/** ------------------------- Main blocks  ------------------------------------- **/

#mainContainer {
	background: #FFF; /*url(pic3/maincontainer-back.png) repeat-y*/;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	position: relative;
	z-index: 2;
}
.headerTopLine {
	margin-left: 10px;
	margin-right: 10px;
	background: #CC0000;
	height: 3px;
	font-size: 0px;
}
.headerImage {
	margin-left: 21px;
	margin-right: 21px;
	margin-bottom: 10px;
}
#leftmenu {
	padding-left: 21px;
	/*background: url(pic3/ver-separator-back.png) top right repeat-y;*/
	width: 179px;
	float: left;
	padding-bottom: 20px;
}
#content {
	float: left;
	width: 620px;
	margin-left: -1px;
	/*background: url(pic3/ver-separator-back.png) top left repeat-y;*/
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentEnd {
	clear: both;
}
#contentStatic {
	float: left;
	width: 750px;
	margin: 60px;
}
#processPath {
	font-weight: normal;
	color: #999;
	margin: 10px auto 10px 170px;
}

/** ----------------------- login --------------------------------------- **/

.signinBox {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.login {
	background-color: #FFF;
	font-size: 12px;
	color: #200070;
	height: 14px;
	border: 1px solid #2983B8;
	font-weight: normal;
}
.loginText {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/** ------------------------- left navigation elements ------------------------------------- **/

.menutitle {
	font-weight: bold;
	color: #4c9aff;
	padding-top: 6px;
	border-bottom: 1px solid #ebebeb;
	font-size: 10px;
	width: 170px;
	margin-top: 10px;
}

ul.menu {
	list-style: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
ul.menu li A:link,
ul.menu li A:visited {
	/*background: url(pic3/menu-bullet.png) no-repeat 5px 8px;*/
	font-size: 10px;
	font-weight: normal;
	color: #4c9aff;
	text-decoration:none;
	padding: 4px 5px 5px 15px;
	margin: 0px;
	display: block;
	width: 100%;
}
ul.menu li A:hover {
	font-size: 10px;
	font-weight:normal;
	color: #4c9aff;
	text-decoration:none;
	background-color: #EBEBEB;
	padding: 4px 5px 5px 15px;
	margin:0px;
	display:block;
	width: 100%;
}

/** ------------------------- content area ------------------------------------- **/

.horSeparator {
	background: #f0f0f0 repeat-x;
	height: 1px;
	margin-left: 11px;
	margin-right: 11px;
	font-size: 0px;
}
.horSeparatorContent {
	background: #f0f0f0 repeat-x -6px 0px;
	height: 1px;
	font-size: 0px;
}
.front {
	width:370px; 
	margin-left: 64px;
}
.stepSection DIV {
	float: left;
}
.step {
	width: 30%;
	padding-right: 3%;
}
.tutorial {
	width: 50%;
	margin-top: 10px;
	cursor: pointer;
}
.register {
	width: 50%;
	margin-top: 10px;
	cursor: pointer;
}
.stepSection DIV IMG {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sectionEnd {
	clear: both;
}
.columnSplit {
/*	width: 620px;*/
}
.columnSplit TD.leftSplitColumn {
	vertical-align: top;
	padding-right: 20px;
}
.columnSplit TD.rightSplitColumn {
	vertical-align: top;
	padding-right: 20px;
}
.leftColumn {
	width: 46%;
	float: left;
	margin-right: 10px;
}
.rightColumn {
	text-align: right;
}
/** ------------------------- registration steps ------------------------------------- **/

.contentTerms {
	margin: 20px;
}
.stepBack {
	font-weight: bold;
	color:#777;
	padding-top: 30px;
	float: left;
}
.stepNext {
	text-align:right;
	padding-top: 20px;
	padding-bottom: 10px;
}

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

.localError {
	font-size: 10px;
	font-weight: bold;
	color: #C00;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-left: 6px;
	background: url(/pic3/localerror.png) no-repeat;
}
.formElement {
	background-color: #FFF;
	border: none;
	margin-bottom: 0px;
}
.infoBox {
	padding: 2px;
	background-color: #ddd;
}
.data TD {
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	vertical-align: top;
}
.data TD.dataLabel {
	padding-top: 5px;
	vertical-align: top;
}
.data TD.dataHead {
	font-weight: bold;
	padding: 8px 2px 2px 2px;
	border-bottom: 1px solid #CCC;
	color: #666;
}
.table TD {
	border-bottom: solid 1px #CCC;
	padding: 3px;
	vertical-align: top;
}
.table TH {
	background: #EFEFEF;
	border-bottom: 1px dashed #CCC;
	font-size: 10px;
	padding: 3px
}
.formContainer {
	width: 220pt;
	margin-right: 8pt;
	float: left;
	overflow: hidden;
}
.exclusiveFormContainer {
	display: inline;
	min-width: 220pt;
	right: auto;
	clear: both;
	overflow: hidden;
}
.tableHead {
	font-weight: bold;
	font-size: 11px;
	color: #2983B8;
	border: 1px solid #2983B8;
	border-bottom: 1px dashed #CCC;
	padding: 4px;
}
.preferences {
	padding: 4px;
	border: 1px solid #2983B8;
	border-top: none;
}
.preferences DIV {
	margin-left: 8px;
}
.listBox {
	height: 186pt;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #2983B8;
	border-top: none;
	padding-right: 8px;
}
.listBoxHeader {
	overflow: auto;
	background: #EFEFEF;
	border: 1px solid #2983B8;
	border-top: none;
	border-bottom: none;
	padding-right: 8px
}
.listBoxFooter {
	background: #EFEFEF;
	border: 1px solid #2983B8;
	border-top: none;
	padding-right: 8px
}
.button {
	background-color: #FFD800;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	color: #000;
	border: solid 1px #FFF;
	padding: 1pt;
	cursor: hand;
}
.submitButton50 {
	background: url(/pic3/submit-back-50.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 50px;
	padding-bottom: 3px;
}
.submitButton75 {
	background: url(/pic3/submit-back-75.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 75px;
	padding-bottom: 3px;
}
.submitButton100 {
	background: url(/pic3/submit-back-100.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 100px;
	padding-bottom: 3px;
}
.submitButton150 {
	background: url(/pic3/submit-back-150.png) no-repeat;
	border: none;
	height: 18px;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #FFF;
	width: 150px;
	padding-bottom: 3px;
}
A:link.linkButton, A:visited.linkButton {
	background-color:#2983B8;
	font-size: 10px;
	color: #FFF;
	text-decoration:none;
	padding:1px 2px;
	border: solid 1px #6FBFEF;
	font-weight: normal;
}
A:hover.linkButton {
	background-color:#CCC;
	font-size: 10px;
	color: #200070;
	text-decoration:none;
	padding:1px 2px;
	border: solid 1px #6FBFEF;
	font-weight: normal;
}

/** ------------------------- text styles ------------------------------------- **/

A:link.pref, A:visited.pref {
	color: #2B2B81;
	text-decoration:underline;
}
A:hover.pref {
	color: #000;
	text-decoration:underline;
}
A:link.link, A:visited.link {
	color: #000;
	text-decoration:none;
}
A:hover.link {
	color: #000;
	text-decoration:underline;
}
.readonly {
	font-weight: bold;
	color: #777;
	background-color: #EBEBEB;
	border: solid 1px #fff;
	padding: 1pt;
}
.staticbox {
	background-color: #EBEBEB;
	border-top: solid 1px #ccc;
	padding: 6px;
}
.attention {
	font-weight: bold;
	color: #C00;
}
.comment {
	font-style: italic;
	font-size: smaller;
}
#languageFlags {
	position: relative;
	margin-top: -118px;
	margin-bottom: 90px;
	width: 830px;
	text-align: right;
	z-index: 10;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#languageFlags A {
	padding-left: 0px;
	padding-right: 0px;
}

/** ------------------------- wizard -------------------------------------------- **/

#wizardContainer {
	position: absolute;
	top: 100px;
	left: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	height: 420px;
	background: #fff;
	border: thin solid #00c;
	z-index: 99;
}
.wizardContent {
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 20px;
	height: 335px;
	font-size: 12px;
	color: #200070;
	overflow: auto;
}
.wizardButtons {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	height: 50px;
	text-align: right;
}
.wizardButton {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
}
.wizardHeader {
	font-size: 26px;
	line-height: 36px;
	color: #C00;
	font-weight: normal;
}
.wizardHeaderSmall {
	font-size: 18px;
	line-height: 36px;
	color: #C00;
}
.wizardShot {
	
	border: 2px solid #FFF;
	padding: 2px;
}
.wizardImage {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wizardEmp {
	color: #000;
	font: 14px;
	font-weight: bold;
}

/** -------------------------- footer ------------------------------------ **/

#footer {
	margin-left: 21px;
	margin-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 10px Verdana, Helvetica, sans-serif;
}
#footer DIV {
	float: left;
	clear: none;
}
#footer TABLE {
	font: 10px Verdana, Helvetica, sans-serif;
}
#footer DIV.footerInfo {
	float: right;
	text-align: right;
}
#footerEnd {
	clear: both;
	height: 20px;
}
