@charset "UTF-8";
/* CSS Document */

body {
	background-color:#005d84;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-image: url(../../img/portal/site_backg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	height: 100%;
}

.logo {
	position: absolute;
	top:19px;
	right:4px;
	background-image: url("../../img/module/logo.png");
	background-repeat: no-repeat;
	width: 164px;
	height: 37px;
	z-index: 100;
}

#brandLogo {
	display:none;
}

div#site {
	width: 990px;
	padding-top:5px;
	margin: 0 auto;
}

div#head {
	position: relative;
	width: 990px;
	height: 65px;
	background-image: url(../../img/portal/head_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

div#content {
	width: 990px;
}

div#foot {
	margin-top: 10px;
	width: 966px;
	color: #FFFFFF;
	padding:0px 12px 0px 12px;
}

form {
	margin:0px;
}



.stylePickerContainer {
	float:left;
	position:relative;
	padding:3px 0px 13px 0px;
}

.stylePickerContainer .picker {
	position:absolute;
	top:-2px;
	left:95px;
	width:85px;
	height:24px;
	overflow: hidden;
}

.stylePickerContainer .picker .backg {
	position:absolute;
	top:0px;
	left:0px;
	width:85px;
	height:24px;	
	background-image: url("../../img/portal/colorpicker.png");
	background-repeat: no-repeat;
	z-index:1;
}

.stylePickerContainer .picker .cont {
	position:absolute;
	top:0px;
	left:0px;
	width:85px;
	height:24px;	
	z-index:2;
}

.stylePickerContainer .picker .color {
	border:1px solid #FFFFFF;
	cursor:pointer;
	float:left;
	height:12px;
	margin-left:7px;
	margin-right:5px;
	margin-top:5px;
	width:12px;
}


.regPartLeft {
	float:left;
	width: 652px;
}

.regPartRight {
	float:left;
	width: 322px;
}

.learnPartLeft {
	float:left;
	width: 745px;
}

.learnPartRight {
	float:left;
	width: 229px;
}

#ErrorPop {
	background-image:url(../../img/portal/teaser_bg.png);
	background-position:-10px -10px;
	border:1px solid #808080;
	color:#4C4C4C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:90px;
	left:210px;
	position:absolute;
	text-decoration:none;
	top:-260px;
	display:none;
	width:200px;
	z-index:1;
}

