body,select,input,textarea,button,a{
	font-family:'Open Sans',Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:300;
}
body{background-color:#f2f2f2;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
.grid{
	width:1006px;
	margin:0 auto;
}
/*
 * Generic Classes
 */
.inputField{
	border:1px solid #c5c5c5;
	background:url(/portal/static/images/bg.jpg) 0 0 repeat-x;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px 0 #eee;
	-moz-box-shadow:0 1px 1px 0 #eee;
	box-shadow:0 1px 1px 0 #d7d7d7;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	padding:5px 5px 6px 5px;
}
.inputButton{
	font-size:0.75em;
	border:1px solid #aaa;
	padding:5px 5px 6px 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:url(/portal/static/images/btn.jpg) 0 0 repeat-x;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px 0 #d7d7d7;
	-moz-box-shadow: 0 1px 1px 0 #d7d7d7;
	box-shadow: 0 1px 1px 0 #d7d7d7;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:0 1px 1px #fff;
	color:#777;
}
.orangeBtn{
	border:1px solid #ff920a;
	padding:0.5em 1em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#ff920a;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffbf37),to(#ff920a));
	background-image:-webkit-linear-gradient(top,#ffbf37,#ff920a);
	background-image:-moz-linear-gradient(top,#ffbf37,#ff920a);
	-webkit-box-shadow:0 1px 1px 0 #d7d7d7;
	-moz-box-shadow: 0 1px 1px 0 #d7d7d7;
	box-shadow: 0 1px 1px 0 #d7d7d7;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:0 1px 1px #666;
	color:#fff;
	font-weight:700;
}
.greyBtn{
	border:1px solid #c3bfaf;
	padding:0.5em 1em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#d6d3cc;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ebe8e0),to(#d6d3cc));
	background-image:-webkit-linear-gradient(top,#ebe8e0,#d6d3cc);
	background-image:-moz-linear-gradient(top,#ebe8e0,#d6d3cc);
	-webkit-box-shadow:0 1px 1px 0 #d7d7d7;
	-moz-box-shadow: 0 1px 1px 0 #d7d7d7;
	box-shadow: 0 1px 1px 0 #d7d7d7;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	text-shadow:0 1px 1px #fff;
	color:#444;
	font-weight:700;
}
/*
 * Header
 */
header{
	width:100%;
	height:71px;
	background:url(/portal/static/images/head_bg.jpg) repeat-x 0 0;
	/*height:96px;
	background-color:#b8b7b6;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#e7e7e6),to(#b8b7b6));
	background-image:-webkit-linear-gradient(top,#e7e7e6,#b8b7b6);
	background-image:-moz-linear-gradient(top,#e7e7e6,#b8b7b6);*/
}
/*
 * Footer
 */
footer{
	width:100%;
	height:128px;
	background-color:#b8b7b6;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#b8b7b6),to(#e7e7e6));
	background-image:-webkit-linear-gradient(top,#b8b7b6,#e7e7e6);
	background-image:-moz-linear-gradient(top,#b8b7b6,#e7e7e6);
}
footer div{
	color:#fff;
	font-size:1em;
	padding-top:24px;
}
footer a{
	color:#fff;
	text-decoration:none;
	font-size:0.85em;
	display:inline-block;
	padding-bottom:12px;
}
footer a:hover{text-decoration:underline;}
footer p{
	font-size:0.85em;
	color:#666;
	padding-top:12px;
}
/*
 * Header Login Area
 */
#topBar a{
	height:31px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
}
#topBar a:hover{
	text-decoration:none;
}
#topBar #btn1{
	width:135px;
	background:url(/portal/static/images/btn1.jpg) no-repeat 0 0;
}
#topBar #btn2{
	width:155px;
	background:url(/portal/static/images/btn2.jpg) no-repeat 0 0;
}
#topBar #btn3{
	width:115px;
	background:url(/portal/static/images/btn3.jpg) no-repeat 0 0;
}
#topBar #btn5{
	width:156px;
	background:url(/portal/static/images/btn5.jpg) no-repeat 0 0;
}
#topBar #btn6{
	width:155px;
	background:url(/portal/static/images/btn6.jpg) no-repeat 0 0;
}
#topBar .blue{color:#0083ff;}
#topBar p.topSelect{
	display:inline-block;
	font-size:1em;
	margin:0;
	padding:0;
}
#loginArea input[type="text"],#loginArea input[type="password"]{
	width:114px;
	font-size:0.75em;
	color:#888;
}
#loginBtn{width:64px;}
#loginArea a.topMenu{margin:0 0 0 8px;}
#loginArea a.topMenu:hover{color:#0083ff;}
#languageBar{
	margin:20px 8px 0 0;
	padding:0 0 0 12px;
}
#languageBar span{color:#999;}
.nextHome{
	margin-right:16px;
	font-weight:600;
}
.holderRight h2{
	margin:65px 0 -32px 0px;
}
/*
 * External Site Area
 */
#panel1{
	height:363px;
	margin-top:26px;
	background:url(/portal/static/images/board1.jpg) 0 0 no-repeat;
}
#panel1 .img1{
	margin:108px 0 0 0;
}
#panel2{
	height:732px;
	margin-top:6px;
	background:url(/portal/static/images/board2.jpg) 0 0 no-repeat;
}
#panel3{
	height:782px;
	margin-top:26px;
	background:url(/portal/static/images/board3.jpg) 0 0 no-repeat;
	margin-bottom:26px;
}
.holderLeft,.holderRight{margin-top:24px;}
.holderLeft{
	font-size:1em;
	float:left;
	width:242px;
	height:400px;
	padding-left:180px;
	position:relative;
}
.holderRight{
	float:right;
	border-left:1px solid #ddd;
	width:570px;
	height:400px;
	padding-left:12px;
	height:734px;
}
#panel1 .holderLeft,#panel2 .holderLeft{
	padding:0 0 0 36px;
	border-right:1px solid #ddd;
	width:242px;
	height:295px;
}
#panel2 .holderLeft{height:628px;}
#panel1 .holderRight,#panel2 .holderRight{
	border:none;
	float:left;
	height:295px;
	width:614px;
}
#panel1 .holderRight img{
	margin-top:-6px;
	float:left;
}
h2{
	font-size:1em;
	font-weight:600;
	color:#444;
	margin-bottom:12px;
}
#panel1 .holderRight h2{
	text-align:right;
	float:right;
	width:282px;
	line-height:1.2;
}
#panel3 .holderLeft span.horSpacer,#panel1 .holderLeft span.horSpacer,#panel2 .holderLeft span.horSpacer{
	float:right;
	display:block;
	font-size:0.85em;
	margin:11px 12px 24px 0;
	width:230px;
	text-align:right;
	border-bottom:1px solid #ddd;
	padding-bottom:24px;
}
#panel1 .holderLeft span.horSpacer{margin:-24px 12px 12px 0;}
ul{padding:8px 12px 0 24px;}
li{
	font-size:0.75em;
	line-height:1.4;
	margin-bottom:8px;
}
p{
	font-size:0.85em;
	line-height:1.4;
	margin-top:8px;
	padding-right:8px;
	color:#666;
}
#panel3 .holderRight label,#panel2 .holderRight label{
	font-size:1.125em;
	font-weight:600;
	display:block;
	width:400px;
	color:#444;
}
#panel3 fieldset,#panel2 fieldset{margin-bottom:32px;}
#panel3 input[type="text"],#panel2 input[type="text"],
#panel3 input[type="password"],#panel2 input[type="password"]{
	width:400px;
	margin-top:12px;
}
#subMenu{
	width:288px;
	float:left;
}
#menu{
	width:446px;
	margin-top:24px;
}
img.arrow,img.arrow2{
	float:left;
	margin-right:4px;
}
img.arrow2{
	margin:4px 4px 0 0;
}
#topBar p.topSelect img.arrow2{
	margin:6px 4px 0 0;
}
#panel1 a,#panel2 a,#panel3 a{
	display:block;
	font-size:0.75em;
	font-weight:600;
	margin-bottom:12px;
	color:#666;
	padding-top:2px;
}
#panel3 #search,#panel1 #search{font-size:1em;}
#panel1 #search{
	float:right;
	margin:-192px 24px 0 0;
}
.spacer{
	height:26px;
	width:100%;
}
#panel3 #video{
	width:295px;
	height:200px;
	margin:60px 0 0 62px;
}
#panel3 .register label,#panel2 .register label{
	font-size:0.85em;
	display:inline-block;
	width:164px;
}
#panel3 .register fieldset,#panel2 .register fieldset{
	margin-bottom:10px;
	height:36px;
}
#panel3 .register input[type="checkbox"],#panel2 .register input[type="checkbox"]{margin:11px 8px 0 0;}
#panel3 .register p,#panel2 .register p{
	display:inline-block;
	font-size:1em;
	width:384px;
	vertical-align:top;
	font-weight:600;
}
#panel3 .register select,#panel2 .register select{
	margin-top:12px;
	width:412px;
}
#panel3 .register textarea,#panel2 .register textarea{
	margin-top:12px;
	resize:none;
	width:400px;
	height:270px;
}
#panel3 #notes,#panel2 #notes{margin-top:24px;}
#panel3 #notes p,#panel2 #notes p{
	font-size:0.85em;
	font-weight:300;
}
#panel3 input[type="text"].smaller,#panel3 input[type="password"].smaller,
#panel1 input[type="text"].smaller,#panel1 input[type="password"].smaller{
	width:196px;
	margin:0 0 12px 0;
	font-size:0.85em;
}
/*.logme{margin:12px 0 0 62px;}*/
#panel1 .holderRight h2,#panel2 .holderRight h2{
	margin:0 0 12px 0;
}
.back1{margin-left:404px;}
.back2{margin-left:242px;margin-top:201px;}
.back3{margin-left:242px;}
.back13{margin-left:316px;margin-top:252px;}
.back23{margin-left:316px;margin-top:52px;}
.back4{margin-left:134px;}
.back5{margin-left:253px;}
span.icblue{
	color:#0083ff;
	font-weight:600;
}
.address,.tel,.fax,.mail{margin:-1px 8px 0 0;}
#captcha_img,#captcha_img-TEMP{
	float:left;
	border:1px solid #ddd;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:6px 0 8px 4px;
}
#panel3 label.captchaLabel,#panel2 label.captchaLabel{
	padding-top:14px;
	float:left;
}
#panel3 #captchaText{
	margin:0 3px 0 0;
	width:155px;
}
#panel2 #captchaText{
	margin:0 3px 0 0;
	width:400px;
}
#panel3 #reload{
	font-size:0.85em;
	font-weight:300;
	padding:0.4em 1em;
}
#panel2 #reload{
	margin-left:12px;
	padding:0.75em 2.73em;
	margin-top:7px;
}
#panel3 p.regNotes,#panel2 p.regNotes{
	font-size:0.85em;
	font-weight:300;
}
#panel2 .register fieldset{margin-bottom:6px;}
#panel3 fieldset.regField, #panel2 fieldset.regField{
	padding:48px 0 0 0;
	margin-bottom:12px;
}
#panel2 fieldset.regField,#panel2 fieldset.regField2{
	margin:-12px 0 12px 0;
	padding:0 0 0 172px;
}
#panel2 fieldset.regField2{
	margin-bottom:18px;
	margin-top:-4px;
}
#panel3 #day,#panel3 #month, #panel3 #year,#panel3 .register input[type="password"],#panel3 .register input[type="text"]{font-size:0.85em;}
#panel2 .register input[type="password"],#panel2 .register input[type="text"]{font-size:0.85em;}
#panel3 .register input[type="password"], #panel3 .register input[type="text"]{width:238px;}
#panel3 #day{width:52px;}
#panel3 #month{width:122px;}
#panel3 #year{width:68px;}
#panel3 .register label.error, #panel2 .register label.error{
	color:#a11;
	display:block;
	margin:8px 0 0 168px;
	background:url(/portal/static/images/error.png) 0 -1px no-repeat;
	padding-left:20px;
	width:254px;
}
#panel3 .register p.regNotes label.error{
	font-size:1em;
	margin:-19px 0 0 147px;
	background-position:0 2px;
}
.holderRight .horSpacer{
	border-bottom:1px solid #ddd;
	display:block;
	font-size:0.85em;
	margin:17px 12px -34px 0;
	width:411px;
}
.holderRight h2.learn{
	font-size:1.125em;
	font-weight:800;
}
#panel3 .holderRight label.stronger{font-weight:800;}
#panel2 .register textarea.companyText{
	height:250px;
	margin:12px 0 12px 168px;
}
#panel3 #extra{display:none;}
#panel3 #extra label{
	display:inline-block;
	font-size:0.75em;
	width:164px;
	font-weight:600;
}
#panel3 #extra select{
	font-size:0.75em;
	width:244px;
}
#panel3 #extra input[type="text"]{
	font-size:0.75em;
	width:232px;
	margin-top:0;
}
#panel3 #extra fieldset{margin-bottom:18px;}
#panel3 #extra fieldset.extraLast{margin-bottom:39px;}
#panel3 #extra p{
	display:inline-block;
	font-size:0.75em;
	font-weight:600;
	color:#444;
}
#panel3 #extra input[type="checkbox"]{margin:0 12px 0 0;}
#panel3 #extra #searchGross{width:144px;}
#panel3 #extra #searchMoney{width:96px;}
#panel3 .register #type{
	width:250px;
	font-size:0.85em;
}
#panel3 .register label.wideLabel,#panel2 .register label.wideLabel{width:418px;}
#panel3 .register fieldset.textAreaField,#panel2 .register fieldset.textAreaField{height:auto !important;}
#panel3 #notes h3,#panel2 #notes h3{
	font-size:1.5em;
	color:#0083ff;
	line-height:1.2;
	margin:70px 0 32px 0;
	font-weight:700;
}
#panel3 #notes h3{width:424px;}
#panel2 #notes h3.companyActivate{margin:0 0 64px 0;}
#notes p.successNote{margin-bottom:64px;}
#notes p.successNote em{
	font-size:1.5em;
}
a.backHome{
	display:inline-block;
	height:16px;
	line-height:16px;
	padding-left:20px;
	background:url(/portal/static/images/home.png) 0 0 no-repeat;
}
.spaceMe{margin-top:48px;}
.positionMe{margin-top:-29px;}
#panel3 fieldset.regField2{
	margin-bottom:36px;
	padding:0;
}
p.moto{
	margin:42px 0 0 -243px;
	font-weight:400;
	color:#111;
	text-shadow:1px 1px 1px #fff;
}
#panel3 p.title{
	color:#444;
	margin:-12px 0 0 0;
	text-align:right;
}
#panel3 p.subtitle{
	font-weight:300;
	font-size:0.875em;
	text-align:right;
	margin:-6px 0 0 0;
}
#panel2 p.title{
	text-align:right;
	width:578px;
	margin:-6px 0 0 0;
}
#panel2 p.subtitle{
	text-align:right;
	font-size:0.875em;
	width:578px;
	font-weight:300;
	margin:0;
}
#panel3 #gender{
	width:250px;
	font-size:0.85em;
}
.bc{
	position:absolute;
	bottom:-336px;
	left:176px;
}
#panel2 .bc{
	bottom:0;
	left:32px;
}
#panel3 .register input[type="text"].city{width:178px;}
#panel3 .register input[type="text"].post{width:44px;}
#panel2 .register input[type="text"].city{width:340px;}
#panel2 .register input[type="text"].post{width:44px;}
#panel3 .regField a,#panel2 .regField a{
	display:inline;
	font-size:1em;
}
#panel2 .register fieldset.tall{
	height:56px;
}
.orangeBtnSmall{
	font-size:0.75em;
}
#panel3 #notes a,#panel2 #notes a{
	display:inline;
	font-size:1em;
}
#panel3 #notes ul,#panel2 #notes ul{
	margin:-56px 0 0 0;
}
#panel3 #notes ul li,#panel2 #notes ul li{
	width:400px;
	font-size:0.85em;
	color:#666;
}
#panel2 #notes p.faq{
	width:600px;
}
#panel2 #notes p.emp,#panel2 #notes li.emp{
	width:600px;
}
#panel3 #notes a,#panel2 #notes a{
	color:#0083ff;
}
/*
 * helper classes
 */
.left{float:left;}
.right{float:right;}
.hidden{
	display:none !important;
	visibility:hidden;
}
.visuallyhidden{
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
.invisible{
	visibility:hidden;
}
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
/*
 * NEW HOME PAGE
 */
body{
	margin-bottom:24px;
}
header.newHeader{
	height:56px;
	background:url(/portal/static/images/new_1.jpg) repeat-x 0 0;
}
footer{
	height:86px;
	background:url(/portal/static/images/new_FT.jpg) no-repeat 0 0;
}
.newGrid{
	width:1000px;
	margin:0 auto;
}
.newGrid2{
	width:1030px;
	margin:0 auto;
}
.newTop,.newTop2{
	height:56px;
	background:url(/portal/static/images/newTop.jpg) no-repeat 0 0;
}
.newMenu,.newMenu2{
	height:44px;
	background:url(/portal/static/images/new_3.jpg) no-repeat 0 0;
}
.newMenu input[type="text"],.newMenu input[type="password"],.newMenu2 input[type="text"],.newMenu2 input[type="password"]{
	width:78px;
	font-size:10px;
	height:21px;
	color:#111;
	padding:0 2px;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.newMenu .inputPos,.newMenu2 .inputPos{
	margin:-54px 0 0 0;
	float:left;
	width:100%;
}
.newMenu2 .inputPos{
	margin:-54px 0 0 0;
}
.newPromo{
	height:268px;
	background:url(/portal/static/images/new_4.jpg) no-repeat 0 0;
}
.newPromo2{
	height:268px;
	background:url(/portal/static/images/new4_c.jpg) no-repeat 0 0;
}
.newSearch{
	height:159px;
	background:url(/portal/static/images/new_5.jpg) no-repeat 0 0;
}
.newSearch2{
	height:107px;
	background:url(/portal/static/images/new_5c.jpg) no-repeat 0 0;
}
.bubble{
	width:437px;
	background:url(/portal/static/images/bubble.jpg) no-repeat 0 0;
	margin-bottom:44px;
}
.bubble p{
	font-size:12px;
	padding:2px 4px;
	color:#777;
	line-height:1.2;
}
.bubble h5{
	font-weight:700;
	color:#111;
	font-size:14px;
	margin:16px 0 0 70px;
}
.bubble h5 em{
	font-weight:300;
	font-style:italic;
}
div#content.newCont{
	background:url(/portal/static/images/new_BG.jpg) repeat-y 0 0;
	margin-bottom:0;
}
#content.newCont .columnA,#content.newCont .columnB{
	padding:12px 56px;
	float:left;
	width:403px;
}
#content.newCont .columnA h2,#content.newCont .columnB h2{
	font-size:24px;
	color:#111;
	margin-bottom:24px;
}
#content.newCont .columnA h2.newSp,#content.newCont .columnB h2.newSp{
	margin-top:24px;
}
#content.newCont h3{
	font-weight:700;
	font-size:12px;
	margin-top:12px;
}
#content.newCont .columnA .intLine{
	background-color:#f9f6f2;
	margin-bottom:6px;
	width:400px;
	padding:20px 0;
}
#content.newCont .columnB .intLine{
	background-color:#f9f6f2;
	height:80px;
	margin-bottom:6px;
	width:400px;
}
#content.newCont .columnA .intLine a{
	font-size:12px;
	color:#1b5790;
	padding-left:12px;
	font-weight:400;
	display:inline-block;
	line-height:18px;
}
#content.newCont .columnB .intLine a{
	font-size:14px;
	font-weight:700;
	color:#1b5790;
	margin-top:26px;
	display:inline-block;
}
#content.newCont .columnB .intLine a em{
	font-size:12px;
	font-weight:300;
	color:#1b5790;
	color:#999;
}
#content.newCont .columnB .intLine img{
	margin:6px 12px 0 12px;
	float:left;
}
#content.newCont p.smallText{
	font-size:12px;
	float:left;
	width:250px;
}
#content.newCont .bioLine{
	margin-bottom:12px;
}
#content.newCont .columnB .intLine a{
	width:308px;
	margin:12px 0 0 0;
}
.logme{
	background:none;
	background:url(/portal/static/images/new_btn.jpg) no-repeat 0 0;
	width:72px;
	height:21px;
	border:none;
	text-indent:-9999px;
	display:inline;
	vertical-align:middle;
}
.gotoCompany,.gotoUser,.gotoRegister{
	background:none;
	background:url(/portal/static/images/company.png) no-repeat 0 0;
	width:137px;
	height:33px;
	border:none;
	text-indent:-9999px;
	display:inline-block;
	vertical-align:middle;
	margin:8px 0 0 22px;
}
.gotoUser{
	background:url(/portal/static/images/user_n.png) no-repeat 0 0;
/*	margin-left:128px;*/
	width:148px;
}
.gotoRegister{
	background:url(/portal/static/images/reg.jpg) no-repeat 0 0;
	width:105px;
	height:31px;
	margin:8px 0 0 22px;
}
.navMenu{
	display:inline-block;
	color:#998262;
	font-weight:700;
	font-size:12px;
	vertical-align:middle;
	margin:0 0 0 12px;
}
.navMenu:hover,.navMenu.active{
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.menuSep{
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:44px;
	background:url(/portal/static/images/sep.jpg) no-repeat 0 0;
	margin:0 8px 0 20px;
}
p.frontText{
	font-size:12px;
	color:#111;
}
p.titleReg{
	text-align:center;
	margin:0;
	font-weight:700;
	font-size:20px;
	padding:20px 0;
	color:#111;
}
.columnA.register label,.columnB.register label{
	display:block;
	height:32px;
	line-height:32px;
	color:#888;
	font-weight:700;
	font-size:12px;
	text-align:left;
}
.register span.reqSpan{
	color:#f00;
	display:inline-block;
	margin:0 4px;
	font-weight:300;
	font-size:16px;
}
.register .inputField{
	width:400px;
}
.register select.inputField{
	width:412px;
}
.leftBlock{
	float:left;
	margin-right:12px;
}
.register select.selectField2{
	width:70px;
}
.register select.selectField{
	width:70px;
}
.newSearch form{
	padding:55px 0 0 88px;
}
.newSearch form input[type="text"].homeSearch{
	height:30px;
	margin-right:52px;
	background:none;
	border:none;
	color:#111;
	width:336px;
}
.newSearch form .homeSearchBtn{
	display:inline-block;
	width:147px;
	height:41px;
	margin:-5px 0 0 -30px;
	background:url(/portal/static/images/homesearch.jpg) 0 0 no-repeat;
}
.newSearch form .homeAdviceBtn{
	display:inline-block;
	width:142px;
	height:19px;
	margin:8px 0 0 5px;
	background:url(/portal/static/images/adviceBtn.jpg) 0 0 no-repeat;
}
.newSearch form .homeComplexBtn{
	display:inline-block;
	width:117px;
	height:19px;
	margin:8px 0 0 -38px;
	background:url(/portal/static/images/complexBtn.jpg) 0 0 no-repeat;
}
#centerPanel p.asterisk{
	font-size:10px;
	font-weight:300;
	width:310px;
	color:#111;
}
#centerPanel sup{
	font-size:10px;
}
#centerPanel .qHolder td.qq-upload-file,#centerPanel .qHolder span.qq-upload-file{
	font-size:12px;
	padding:12px 12px 0 16px;
}
#centerPanel .qHolder td.qq-upload-size,#centerPanel .qHolder span.qq-upload-size{
	font-size:12px;
	padding:12px 12px 0 16px;
}
#centerPanel .qHolder span.download-attachment{
	font-size:12px;
	padding:12px 12px 0 16px;
	color:#3777B7;
	font-weight:700;
	width:64px;
}
#centerPanel .qHolder span.deleteQ{
	margin:8px 0 0 0;
}
#centerPanel tbody.qHolder{
	width:100%;
}
p.regNotes a{
	text-decoration:underline;
	font-weight:bold;
}
.register h5{
	font-size:14px;
	font-weight:700;
	margin-bottom:16px;
	text-align:left;
}
#success_msg{
	padding:48px;
}
#success_msg a.backHome{
	display:block;
	margin-top:48px;
}
#content.newCont #success_msg h3{
	font-size:24px;
	margin-bottom:24px;
}
.register .columnA img.map{
	margin:48px 0 0 0;
}
.register h5.bigLink{
	font-size:24px;
	text-align:left;
}
.register p img.icon{
	margin:-2px 8px 0 0;
}
footer.newGrid2 p{
	margin:12px 32px 0 32px;
	font-size:11px;
}
footer.newGrid2 p a{
	color:#111;
	font-size:11px;
	font-weight:700;
}
.error{
	border:1px solid red;
}
input[type="checkbox"].error{
	outline:1px solid red;
}
.pricelist td a.btn{
	font-size:14px;
	font-weight:700;
}
.register a.mailLink{
	color:#111;
}
.register #map_canvas{
	margin-top:12px;
	width:412px;
	height:412px;
}
.register.contact p{
	color:#111;
	margin:0 0 4px 0;
	text-align:left;
}
.register.contact fieldset{
	margin-bottom:8px;
}
.register.contact p.secondRow{
	margin-top:12px;
}
.columnB.register.contact label{
	color:#111;
	font-size:14px;
	text-align:left;
}
.columnB.register.contact select{
	font-size:14px;
	width:412px;
}
.columnB.register.contact textarea{
	resize:none;
	width:400px;
	height:126px;
}
#content.newCont .fullColumn{
	padding:0 24px 24px 48px;
}
#content.newCont .fullColumn.compressed{
	width:620px;
	float:left;
}
#content.newCont .banners{
	float:left;
	width:300px;
}
#content.newCont .fullColumn h2,#content.newCont .fullColumn h4,#content.newCont .fullColumn h5{
	font-size:18px;
	font-weight:700;
	margin:0;
	padding:0;
	color:#0397d7;
}
#content.newCont .fullColumn h2.sep{
	margin:16px 0 16px 8px;
}
#content.newCont .fullColumn h4,#content.newCont .fullColumn h5{
	font-size:16px;
	margin-top:8px;
}
#content.newCont .fullColumn h5{font-weight:300;}
#content.newCont .fullColumn h5.last,#content.newCont .fullColumn h2.last{
	margin-bottom:32px;
}
#content.newCont .fullColumn h6{
	font-weight:700;
	font-size:16px;
	margin:12px 0;
}
#content.newCont .fullColumn h6 img{
	margin-right:8px;
}
#content.newCont .fullColumn p.frontText b{
	font-weight:700;
}
#content.newCont .fullColumn p.frontText.hero{
	font-size:18px;
	margin:12px 0;
	color:#888;
}
#content.newCont .fullColumn a{font-weight:bold;}
#content.newCont .fullColumn a.spacer{
	display:inline-block;
	height:24px;
}
#content.newCont .columnA,#content.newCont .columnB{
	text-align:center;
}
#content.newCont .columnA a.newLink,#content.newCont .columnB a.newLink{
	display:block;
	height:32px;
	line-height:32px;
	width:400px;
	margin-bottom:12px;
	background-color:#eadece;
	border:1px solid #ccc;
	color:#494949;
}
#content.newCont #accordion{
	width:100%;
	height:auto !important;
}
#content.newCont #accordion h3{
	background:none;
	display:block;
	font-size:14px;
	color:#0b4580;
	text-decoration:none;
	font-weight:700;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	margin:0 0 2px 0;
	padding:12px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#content.newCont #accordion h3 span.ui-icon{background:none;}
#content.newCont .ui-accordion .ui-accordion-content{
	padding:0;
	overflow:none;
	margin:0;
	height:auto !important;
}


#content.newCont #accordion h3 a{
	font-size:14px;
	font-weight:700;
}
#content.newCont #accordion p{
	font-size:12px;
	font-weight:300;
	color:#111;
	margin-right:24px;
	margin-bottom:24px;
}
#content.newCont #accordion ul{
	margin-bottom:24px;
}
#content.newCont #accordion li{
	font-weight:300;
}
#content.newCont #accordion p b,#content.newCont #accordion p a,#content.newCont #accordion li b{
	font-weight:700;
}
#content.newCont #accordion .ui-accordion-header{
/*	background:none;*/
}
#centerPanel input.info[type="text"].social{
	width:164px;
}
#centerPanel .socialBar.social2{
	float:right;
	margin:4px 12px 0 0;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}
img.beta{
	margin:-5px 0 0 -6px;
}
#content.newCont .columnA h2.pSpacer, #content.newCont .columnB h2.pSpacer{
	height:74px;
}
#content.advsearch input[type="checkbox"]{
	float:left;
	margin:1px 6px 0 0;
}
#content.advsearch select.withBTN{
	float:left;
	width:356px;
}
#content.advsearch fieldset.addCategory,#content.advsearch fieldset.addDepartment{display:none;}
#content.advsearch fieldset.framed{
	background-color:#eee;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:12px 12px 15px 12px;
	margin-top:42px;
	margin-bottom:32px;
}
#centerPanel select.specialHeight{
	height:200px;
}
#centerPanel .userLine.messageOnly{
	text-align:center;
	font-weight:700;
	margin-top:24%;
	font-size:20px;
}
.bubble img{
	margin-top:24px;
}
#centerPanel.preview fieldset a{
	font-size:0.75em;
	font-weight:700;
}
#centerPanel.preview fieldset a.url{
	margin-left:4px;
	text-decoration:underline;
}
.gotoRegister.home{
	margin:-1px 0 0 0;
}
.inputField.home{
	width:268px;
	padding:6px;
	font-size:12px;
}
#centerPanel div.sort-container{
	margin-top:32px;
}
p.siText{
	font-size:10px;
	font-weight:700;
	color:#a38d6d;
	float:right;
	padding:9px 8px 0 0;
}
a.siMenu{
	display:inline-block;
	width:26px;
	height:26px;
	float:right;
	margin:10px 8px 0 0;
	text-decoration:none;
}
a.siMenu:hover{text-decoration:none;}
a.siMenu.si1{background:url(/portal/static/images/si2.png) 0 0 no-repeat;}
a.siMenu.si2{background:url(/portal/static/images/youtube_26x26.png) 0 0 no-repeat;}
a.siMenu.si3{background:url(/portal/static/images/si3.png) 0 0 no-repeat;}
a.siMenu.si4{background:url(/portal/static/images/si4.png) 0 0 no-repeat;}
.DataTables_sort_wrapper span{
	float:right;
	margin:8px 0 0 4px;
}
div.cke.cke_reset.cke_chrome.cke_ltr.cke_browser_gecko{
	width: 300px;
	margin-right: 10px;
	float: right;
}
section.ckeditor-fix{margin-left: 30px;}
span#user_mail{font-size: 12px;}
#content.newCont .columnB .promo-line{
	width:400px;
	height:136px;
	background:url(/portal/static/images/logo-back.png) 0 0 no-repeat;
	margin-bottom:24px;
	padding:8px 8px 0 24px;
	position:relative;
}
#content.newCont .columnB .promo-line p{
	text-align:left;
	display:block;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
#content.newCont .columnB .promo-line p.title{
	font-weight:700;
	font-size:24px;
	line-height:1;
	width:50%;
	margin-top:16px;
}
#content.newCont .columnB .promo-line p.subtitle{
	font-weight:300;
	font-size:16px;
	line-height:1;
}
#content.newCont .columnB .promo-line img{
	position:absolute;
	right:38px;
	top:16px;
}
#content.newCont .columnB .promo-line a,
#content.newCont .columnB .promo-line a:hover{
	text-decoration:none;
	width:237px;
	height:46px;
	display:inline-block;
	background:url(/portal/static/images/promo-reg.png) 0 0 no-repeat;
	position:absolute;
	bottom:12px;
	right:42px;
}
.powered{margin:0 0 12px 33px;}
