#login{
	height:340px;
	background-color:#fff;
}
.columnHalf{
	width:50%;
	border:1px solid #ddd;
	border-right:none;
	padding:16px 32px 13px 16px;
	float:left;
	margin-top:12px;
}
#loginContent .login-bg{
	width:419px;
	float:left;
	height:264px;
	background:url(/portal/static/images/login-bg.png) 0 0 no-repeat;
	position:relative;
}
#loginContent{
	height:232px;
	margin:0 32px;
	padding:32px 0;
}
#loginContent label{
	display:block;
	height:32px;
	line-height:32px;
	text-align:left;
	font-size:0.75em;
	font-weight:700;
	color:#888;
}
#loginContent span.reqSpan{
	color:#ff0000;
	display:inline-block;
	font-size:16px;
	font-weight:300;
	margin:0 4px;
}
#loginContent input[type="text"],#loginContent input[type="password"]{
	border:1px solid #ddd;
	font-size:1em;
	padding:4px 6px;
	width:474px;
}
#loginContent fieldset{margin-bottom:8px;}
#loginContent .login-bg p{
	padding:0;
	margin:0;
	width:700px;
	text-align:left;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
#loginContent .login-bg p.title{
	font-weight:700;
	font-size:18px;
	margin:48px 0 0 32px;
	line-height:1.2;
}
#loginContent .login-bg p.subtitle{
	font-size:14px;
	color:#333;
	margin:16px 0 8px 32px;
}
#loginContent .login-bg a,
#loginContent .login-bg 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:16px;
	right:14px;
}
#loginContent fieldset p em{font-weight:700;}
#loginCommands{margin-top:24px;}
#loginCommands a.forgot{
	font-size:12px;
	font-weight:700;
	color:#0b4580;
	margin:0;
	text-decoration:none;
}
#loginCommands input{float:right;}
#loginContent h2{
	color:#000;
	font-weight:700;
}
#signin{
	text-align:right;
	margin-right:260px;
	margin-top:48px;
}
#signin p{
	margin:0;
	float:right;
	width:448px;
	border-right:3px solid #eee;
	padding:0 16px 0 0;
}
#signin a.gotoRegister{margin:12px -590px 0 0;}
#submitLogin{margin-right:14px;}
div#content{
	background:url(/portal/static/images/content_bg.jpg) repeat-y 0 0;
	padding:24px 0;
}
#menubar{
	margin:0 auto;
	width:1000px;
	height:43px;
	background:url(/portal/static/images/menu_bg.jpg) 0 0 no-repeat;
}
#toolbar{
	margin:0 auto;
	padding:13px 0 0 0;
	height:66px;
	width:1030px;
	text-align:right;
	background:url(/portal/static/images/toolBar.jpg) no-repeat 0 0;
}
#toolbar.user{
	background:url(/portal/static/images/toolBarU.jpg) no-repeat 0 0;
}
#toolbar label{
	font-size:0.75em;
	font-weight:700;
	color:#fff;
	text-shadow:1px 1px 1px #444;
}
#toolbar #view label{
	color:#111;
	text-shadow:none;
	font-weight:300;
}
#toolbar #search{
	font-size:0.75em;
	border:1px solid #aaa;
	padding:5px;
	width:130px;
	margin-right:14px;
}
#toolbar select{
	font-size:0.75em;
	border:1px solid #aaa;
	padding:4px;
	width:164px;
}
#toolbar .verticalLine{
	width:1px;
	border-left:1px solid #1a2b3f;
	height:20px;
	line-height:1;
	margin:0 16px;
	display:inline-block;
}
#toolbar a,#toolbar a:hover{text-decoration:none;}
#toolbar #new,#toolbar #back{
	display:inline-block;
	width:113px;
	height:34px;
	vertical-align:middle;
	margin-right:16px;
	background:url(/portal/static/images/btn4.jpg) 0 0 no-repeat;
}
#toolbar #back{
	background:url(/portal/static/images/btn7.jpg) 0 0 no-repeat;
}
#toolbar.user #back{
	background:url(/portal/static/images/btn7U.jpg) 0 0 no-repeat;
}
#topBar .welcomeUser{
	display:inline-block;
	margin-left:60px;
	color:#222;
	font-weight:700;
	vertical-align:middle;
}
#topBar #logoutBtn{
	margin:4px 0 0 0;
	font-size:12px;
	padding:4px 8px;
}
.ui-helper-buttonset{
	display:inline-block;
}
#leftPanel{
	width:216px;
	float:left;
	margin-left:12px;
}
#rightPanel{
	width:216px;
	float:left;
	margin-right:12px;
}
#leftPanel h2,#rightPanel h2{
	text-align:center;
	font-size:14px;
	font-weight:700;
	height:32px;
	line-height:32px;
	color:#0b4580;
	background-color:#f9f2e9;
	border:1px solid #f9e5cc;
	margin:0;
}
#leftPanel h2.h2pos,#rightPanel h2.h2pos{
	margin-top:24px;
}
.infoBox{
	border:1px solid #eaeaea;
	border-top:none;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
#leftPanel ul{
	list-style:none;
	list-style-image:none;
	text-align:right;
	padding-right:12px;
	margin-top:48px;
}
#leftPanel .infoBox ul{
	margin:0;
	padding:12px 12px 0 12px;
}
#leftPanel .infoBox ul li{
	padding:0;
	margin:0 0 12px 0;
	line-height:1;
}
#leftPanel .infoBox ul li a{
	font-weight:300;
	color:#111;
	display:inline-block;
	height:28px;
	line-height:28px;
	text-decoration:none;
	width:172px;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#f5f5f5;
	position:relative;
	padding-left:12px;
	text-align:left;
}
#leftPanel ul li a img{
	vertical-align:middle;
	margin:6px 12px 0 0;
	float:right;
}
#leftPanel ul li a.big{
	font-size:12px;
	font-weight:300;
}
#leftPanel ul li a.big span{
	display:inline-block;
	border:1px solid #970404;
	background-color:#e70d0d;
	text-align:center;
	color:#fff;
	width:18px;
	height:18px;
	line-height:18px;
	font-weight:700;
	font-size:10px;
	text-shadow:1px 1px 1px #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position:absolute;
	right:-8px;
	top:-8px;
}
#centerPanel{
	border:none;
	width:550px;
	float:left;
	min-height: 1px;
}
#centerPanel span.offerCode{
	display:inline-block;
	background-color:#3777b7;
	color:#fff;
	font-size:0.75em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	height:25px;
	line-height:25px;
	display:inline-block;
	text-align:center;
	margin:82px 0 0 -88px;
	padding:0 8px;
	position:relative;
}
#centerPanel .cvLine,#centerPanel .peopleLine{
	margin:0 12px 24px 12px;
	padding:0 12px 12px 12px;
	height:220px;
	background-color:#fdfdfd;
}
#centerPanel .cvLine.first{
	border-top:1px solid #e7e7e7;
}
#centerPanel .peopleLine{
	height:267px;
}
#centerPanel .cvLine.propose{
	height:337px;
}
#centerPanel img{
	float:left;
	vertical-align:middle;
	margin:4px 12px 100px 12px;
}
#centerPanel h1{
	font-weight:700;
	font-size:16px;
	background-color:#f5f5f5;
	height:48px;
	line-height:16px;
	padding-top:12px;
}
#centerPanel h2 img{
	margin-right:8px;
	margin-left:0;
}
#centerPanel h2{
	font-size:10px;
	color:#111;
	margin:12px 0 10px 0;
	font-weight:300;
}
#centerPanel h3{
	float:left;
	font-size:11px;
	font-style:normal;
	font-weight:300;
	color:#000;
	margin-bottom:8px;
	width:400px;
}
#centerPanel h3 b,#centerPanel h2 b{
	font-size:11px;
	font-weight:700;
	display:inline-block;
	width:154px;
}
#centerPanel h3 em{
	float:right;
	background-color:#50b1eb;
	font-weight:400;
	color:#fff;
	margin-left:6px;
	padding:2px 6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#centerPanel h4{
	float:left;
	font-size:12px;
	font-weight:300;
	margin-bottom:12px;
	margin-top:12px;
	width:478px;
	padding:12px;
	min-height:32px;
	line-height:1.2;
	background-color:#f5f5f5;
}
#centerPanel h4.avail{
	margin-top:8px;
	margin-bottom:16px;
}
#centerPanel h4 em{
	font-style:normal;
}
#centerPanel h5{
	float:left;
	color:#666;
	font-size:0.75em;
	font-weight:300;
	width:400px;
	line-height:1.5;
	font-style:italic;
	margin-bottom:16px;
}
#centerPanel h5 em{
	font-weight:500;
	color:#111;
	font-style:normal;
}
#centerPanel p{
	font-size:0.75em;
	font-weight:300;
	margin:6px 0 0 0;
	width:400px;
	float:right;
}
#centerPanel p.pLast{
	margin:8px 0 24px 0;
	color:#ccc;
}
#centerPanel p.pLast b{
	color:#111;
	font-weight:500;
}
#centerPanel p em{
	font-weight:500;
	display:inline-block;
	width:164px;
	color:#111;
}
#centerPanel h2 span{
	float:right;
	margin-right:12px;
	font-size:1em;
}
.spaceBtn{
	margin-left:8px;
}
#centerPanel fieldset{
	margin:0 12px 12px 12px;
	padding:0;
}
#centerPanel label.desc{
	font-size:12px;
	font-weight:500;
	display:inline-block;
	width:200px;
	text-align:right;
	margin-right:0;
	line-height:1;
	margin-top:0;
	vertical-align:middle;
}
#centerPanel label em{
	font-size:0.71429em;
	font-weight:300;
}
#centerPanel input[type="text"],#centerPanel input[type="password"]{
	border:1px solid #aaa;
	font-size:12px;
	font-weight:300;
	padding:6px 4px;
	width:300px;
}
#centerPanel input.readOnly{
	border:1px solid #aaa;
}
#centerPanel select{
	border:1px solid #aaa;
	font-size:12px;
	font-weight:300;
	padding:5px 4px 6px 4px;
	width:310px;
	vertical-align:middle;
}
#centerPanel select.inputSmall{width:240px;}
#centerPanel .tallBtn{
	padding:8px;
}
#centerPanel textarea{
	border:1px solid #aaa;
	font-size:12px;
	font-weight:300;
	padding:6px 4px;
	width:300px;
	vertical-align:middle;
	resize:none;
	height:64px;
}
#centerPanel textarea.rankText{
	height:128px;
}
#centerPanel textarea.largeText{
	height:512px;
}
#centerPanel span.ui-button-text{
	font-weight:300;
	font-size:10px;
}
#centerPanel #addQ{
	margin:0 111px 0 0;
	float:right;
}
#centerPanel hr{
	margin:0 12px 24px 12px;
	border-top:1px dotted #aaa;
}
#rightPanel .infoLine,#leftPanel .infoLine{
	height:40px;
	line-height:40px;
	width:190px;
	padding:0 12px;
	background-color:#f5f5f5;
	margin:2px 0 0 0;
}
#rightPanel .infoLine span,#leftPanel .infoLine span{
	font-size:0.75em;
}
#rightPanel .infoLine span.big{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-size:0.625em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:right;
	height:24px;
	width:32px;
	line-height:24px;
	display:inline-block;
	text-align:center;
	margin-top:8px;
	border:1px solid #1f639f;
	background-color:#68bee2;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#68bee2),to(#1f639f));
	background-image:-webkit-linear-gradient(top,#68bee2,#1f639f);
	background-image:-moz-linear-gradient(top,#68bee2,#1f639f);
	-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;
}
#rightPanel span.planDate,#leftPanel span.planDate{
	font-size:12px;
	float:right;
	font-weight:700;
}
#centerPanel div.tagLine{
	width:502px;
	height:24px;
	font-size:10px;
	font-weight:700;
}
#centerPanel div.tagLine img.tag{
	float:none;
	margin:0 4px 0 0;
}
#centerPanel div.tagLine span.tagHolder{
	margin-right:8px;
	background-color:#ccc;
	color:#111;
	padding:2px 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#centerPanel h3.oDates{
	margin:12px 0 2px 0;
}
/*#centerPanel select#day{width:52px;}
#centerPanel select#month{width:198px;}
#centerPanel select#year{width:68px;}*/
#centerPanel select.day{width:52px;}
#centerPanel select.month{width:182px;}
#centerPanel select.year{width:68px;}
/*
 * buttons
 */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/*
 *
 */
.ui-accordion{
	width:426px;
	height:600px;
}
#panel3 #accordion p{
	padding:0;
	margin:0;
	font-weight:300;
	font-size:12px;
}
.ui-accordion .ui-accordion-content{
	padding:0 12px;
	border:none;
}
.ui-accordion .ui-accordion-header{
	border:none;
}
#panel3 #accordion a{
	padding:12px;
	margin:0 0 0 26px;
}
#centerPanel select#payment_id{width:154px;}
#centerPanel select#salary_id{width:138px;}
#rightPanel .infoLine input[type="button"],#leftPanel .infoLine input[type="button"]{margin-top:8px;}
#centerPanel .peopleLine p{width:392px;}
#centerPanel p.pButtons{
	font-size:1em;
	margin-top:0;
	width:532px;
}
#centerPanel p.pButtons.cvMakretBtn{
	margin-top:30px;
}
#leftPanel .infoBox li.selected a{
	font-weight:700;
	background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #e2e2e2, #bdbdbd);
  background-image: -ms-linear-gradient(top, #e2e2e2, #bdbdbd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2e2e2), to(#bdbdbd));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #bdbdbd);
  background-image: -o-linear-gradient(top, #e2e2e2, #bdbdbd);
  background-image: linear-gradient(top, #e2e2e2, #bdbdbd);
  background-repeat: repeat-x;
}
#centerPanel #registered_questions_row{
	/*margin-top:-16px;*/
}
#centerPanel .qHolder{
	float:right;
	width:354px;
}
#centerPanel .qHolder p{
	font-size:14px;
	color:#111;
	float:left;
	width:295px;
	line-height:1;
	margin:0;
	margin-bottom:16px;
	padding:0;
}
#centerPanel .qHolder span{
	display:inline-block;
	float:left;
	width:16px;
	height:16px;
	margin-left:16px;
	cursor:pointer;
}
#centerPanel .qHolder span.deleteQ{
	background:url(/portal/static/images/trash.png) 0 0 no-repeat;
}
#centerPanel .qHolder span.editQ{
	background:url(/portal/static/images/edit.png) 0 0 no-repeat;
}
.leftHolder{
	width:144px;
}
.rightHolder{
	width:402px;
}
#centerPanel textarea#letter{
	height:400px;
}
.popDialog fieldset{
	margin:0 0 16px 0;
}
.popDialog label{
	display: inline-block;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 0.9;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
	vertical-align: middle;
	width:128px;
}
.popDialog label.mini{
	display: inline-block;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 0.9;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
	vertical-align: middle;
	width:70px;
}
.popDialog textarea,.popDialog input[type="text"]{
	border: 1px solid #AAAAAA;
	font-size: 0.875em;
	font-weight: 300;
	padding: 6px 4px;
	resize: none;
	vertical-align: middle;
	width: 350px;
}
.popDialog input[type="text"].maxi{width:223px;}
.popDialog input[type="text"].mini{width:30px;}
.popDialog textarea{height:128px;}
span.required{
	color:#f00;
	display:inline-block;
	padding:0 4px;
}
#centerPanel .pLastNew{
	display:inline-block;
	font-weight:500;
	font-size:0.75em;
	padding-left:146px;
	margin:8px 0 32px 0;
}
.ui-widget select.popUpSelect{
	font-size:11px;
	width:374px;
	height:258px;
	margin:0;
	padding:0;
}
.ui-widget-overlay{
	position:fixed;
	width:100%;
	height:100%;
	background-image:none;
	background-repeat:repeat-x;
	background-position:50% 50%;
	background-color:#000;
	opacity:0.64;
}
/*
 * sliding panel
 */
.tab{
	position:relative;
	top:14px;
	z-index:999;
}
#toolbar .tab a#open{
	font-weight:700;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	width:176px;
/*	left:225px;*/
	left:111px;
}
#toolbar .tab a#close{
	background:none;
	left:200px;
	top:-62px;
	font-weight:700;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.tab ul.login{
	display:block;
	position:relative;
	float:right;
	clear:right;
	height:42px;
	width:auto;
	font-weight:700;
	line-height:42px;
	margin:0;
	right:212px;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.tab ul.login li.left {
	height:42px;
	width:30px;
	padding:0;
	margin:0;
	display:block;
	float:left;
}
.tab ul.login li.right{
	height:42px;
	width:30px;
	padding:0;
	margin:0;
	display:block;
	float:left;
}
.tab ul.login li{
	text-align:left;
	padding:0 6px;
	display:block;
	float:left;
	height:42px;
}
.tab ul.login li a{
	color:#111;
	font-weight:300;
	font-size:12px;
}
.tab ul.login li a:hover{
	color:#111;
	text-decoration:none;
}
.tab a.open,.tab a.close{
	height:20px;
	cursor:pointer;
	display:block;
	width:164px;
	position:relative;
	top:0;
	text-align:center;
	padding:18px;
}
.tab a.open img{
	margin-right:8px;
}
.tab ul.login a.close{
	background:#ccc;
	color:#fff;
}
.tab ul.login a.close:hover{
	color:#fff;
}
/* sliding panel */
#toppanel {
	position:absolute;			/*Panel will overlap content */
	/*position:relative;*/		/*Panel will "push" the content down */
	top:96px;
	z-index:999;
	text-align:center;
	width:1030px;
}
#panel{
	width:1000px;
	left:15px;
	top:18px;
	height:444px;
/*	background:url(/portal/static/images/panel_bg.jpg) repeat-x 0 0;*/
	background-color:#0d9fc4;
	overflow:hidden;
	position:relative;
	z-index:3;
	display:none;
}
#panel .content{
	width:1000px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:23px;
	text-align:left;
	margin:0;
}
#panel .content .left{
	width:330px;
	float:left;
}
#toolbar #panel label.disp{
	color:#fff;
	font-size:10px;
	text-align:right;
	display:inline-block;
	margin-right:4px;
	width:120px;
}
#toolbar #panel fieldset{
	margin-bottom:16px;
}
#toolbar #panel select{
	width:194px;
	font-size:10px;
	border:1px solid #888;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#toolbar #panel input[type="text"]{
	width:186px;
	font-size:10px;
	padding:4px;
	border:1px solid #888;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#toolbar #panel .ui-button-text{
	text-shadow:none;
	color:#111;
	font-size:10px;
	font-weight:700;
}
input.ui-button{
	font-size:12px;
}
#centerPanel .userLine{
	min-height:374px;
}
#centerPanel .userLine img{
	margin-bottom:177px;
}
#centerPanel .propose img{
	margin-bottom:124px;
}
#centerPanel .peopleLine img{
	margin-bottom:200px;
}
#centerPanel h3.pushButtons{
	margin-top:6px;
	margin-bottom:16px;
}
#centerPanel .marketLine{
	height:356px;
}
#centerPanel input[type="text"].info{
	border:1px solid #fff;
	font-weight:700;
}
#centerPanel textarea.info{
	border:1px dotted #ddd;
	font-weight:700;
}
span.info{
	font-size:12px;
	font-weight:700;
	display:inline-block;
	padding:0 4px;
}
#centerPanel.preview label.desc{
	color:#888;
}
#centerPanel.preview hr{
	border-top:1px dotted #ddd;
}
#centerPanel table.pricelist{
	font-size:12px;
	margin:0 6px 24px 6px;
}
#centerPanel table.pricelist td{
	text-align:center;
	width:100px;
	height:48px;
	vertical-align:middle;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#centerPanel table.pricelist td.comment{
	text-align:right;
	font-weight:700;
	width:212px;
	padding-right:12px;
	border-left:none;
}
#centerPanel table.pricelist thead td{
	font-size:14px;
	font-weight:700;
}
#centerPanel table.pricelist span.ok{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(/portal/static/images/ok-green.png) no-repeat 0 0;
}
#centerPanel table.pricelist td.price{
	font-size:14px;
	font-weight:700;
	background-color:#eee;
}
#centerPanel .priceNotes{
	width:527px;
	margin:0 0 24px 6px;
}
#centerPanel .priceNotes h2{
	display:block;
	width:100%;
	font-size:14px;
	font-weight:700;
	padding:0;
	margin:0 0 8px 0;
}
#centerPanel .priceNotes p{
	width:100%;
	padding:0;
	margin:0;
}
#toolbar #panel .sortable{
	vertical-align:middle;
}
#toolbar #panel input[type="text"].bigInput{
	width:316px;
}
input[type="submit"].search-apply{
	position:relative;
	top:-30px;
	right:14px;
}
.register select.selectField2{
	font-size:12px;
	width:84px;
}
#content.newCont .columnB .day{
	width:56px;
	font-size:12px;
}
#content.newCont .columnB .month{
	width:154px;
	font-size:12px;
}
#content.newCont .columnB .year{
	width:76px;
	font-size:12px;
}
#reload{
	height:48px;
	width:100px;
	margin:6px 0 0 14px;
	text-align:center;
	padding:0;
}
.register .regNotes{
	margin:-15px 0 0 24px;
	width:380px;
	font-size:12px;
	text-align:left;
}
fieldset.regField,fieldset.regField2{
	height:30px;
	margin-top:16px;
}
fieldset.regField,fieldset.regField2{
	text-align:left;
}
.menubar{
	padding:0;
	margin:-16px 14px 24px 14px;
	border-bottom:1px solid #ddd;
}
.menubar ul{
	list-style:none;
	padding:0;
}
.menubar ul li{
	display:inline-block;
	font-weight:700;
	color:#0b4580;
}
.menubar ul li a{
	font-size:12px;
	font-weight:700;
	color:#0397d6;
	margin-right:4px;
}
.menubar ul li.active a{color:#111;}
.menubar em{
	color:#888;
	font-weight:300;
}
#centerPanel .headText{
	display:block;
	color:#111;
	font-size:12px;
	margin:0 12px 14px 12px;
	width:518px;
}
#centerPanel .listText{
	padding:12px;
	margin:18px;
}
#centerPanel .listText li{
	font-size:12px;
	color:#111;
}
#centerPanel .listText li em,#centerPanel .headText em{
	font-style:normal;
	font-weight:700;
	display:inline;
	width:auto !important;
}
#centerPanel h2.cvTitle{
	font-size:14px;
	font-weight:700;
	background-color:#e3e3e3;
	border:1px solid #d6d6d6;
	height:38px;
	line-height:38px;
	margin:0 12px 24px 12px;
	padding:0 12px;
}
#centerPanel h2.cvTitle.last{
	margin-bottom:0;
}
#centerPanel h2.cvTitle.last.question{
	margin-bottom:16px;
	margin-top:38px;
}
#centerPanel div.internalPage span{
	display:block;
	margin:0;
	padding:12px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
}
#centerPanel div.internalPage span.study{
	font-size:14px;
	font-weight:700;
	margin-top:6px;
	position:relative;
}
#centerPanel div.internalPage span.title{
	font-size:12px;
	font-weight:300;
	line-height:18px;
	padding-top:12px;
}
#centerPanel div.internalPage span.title.smaller{
	margin:0 12px;
}
#centerPanel div.internalPage span.title b{
	font-weight:700;
}
#centerPanel div.internalPage span.title em{
	font-size:10px;
	font-style:normal;
	color:#999;
	font-weight:700;
}
#centerPanel div.internalPage .editQ,#centerPanel div.internalPage .deleteQ{
	position:absolute;
	right:4px;
	top:4px;
}
#centerPanel div.internalPage .editQ{
	right:40px;
}
#centerPanel .file-upload-zone{
	background-color:#e3e3e3;
	border-color:#d6d6d6;
	color:#111;
	text-align:center;
	font-size:12px;
	font-weight:300;
	height:38px;
	line-height:38px;
	margin:0 12px;
	padding:0 12px;
}
#centerPanel .qq-upload-drop-area{
	font-size:12px;
	font-weight:700;
}
#centerPanel table.fileTable{
	font-size:12px;
	width:100%;
	margin:0 12px;
}
#centerPanel div.internalPage span.questionSpan{
	margin:0 12px;
	font-size:10px;
	font-weight:700;
	position:relative;
}
#centerPanel .offerCommands{
	margin:48px 24px 0 0;
}
#centerPanel div.internalPage span.alarm{
	background:none;
	border:none;
	float:right;
	margin-top:-12px;
	color:red;
	font-size:12px;
}
#centerPanel .socialBar{
	float:left;
	padding-top:4px;
}
#centerPanel div.preview{
	background-color:#eee;
	border:10px solid #fff;
	box-shadow:0 0 8px 0 #aaa;
	height:100px;
	width:100px;
	margin-left:200px;
	float:left;
	text-align:center;
}
#centerPanel #cv_avatar{
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin-left:24px;
	line-height:120px;
}
#centerPanel #imageUpload{
	position:absolute;
	right:0;
	top:0;
	font-family:Arial;
	font-size:118px;
	margin:0;
	padding:0;
	cursor:pointer;
	opacity:0;
}
#centerPanel .preview img{
	margin:0;
}
#centerPanel p.offerView{
	width:316px;
	font-weight:700;
	color:#111;
	padding:2px 0 0 0;
	margin:0;
}
#toolbar.linkpage fieldset{
	padding-right:14px;
}
div.linkpage .menubar{
	margin:-16px 26px 24px 26px;
}
span.offerDate{
	display:inline-block;
	width:66px;
	height:66px;
	background-color:#fff;
	float:left;
	margin:7px 12px 0 7px;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	border-radius:33px;
	text-align:center;
}
span.offerDate em{
	font-size:32px;
	font-weight:700;
	color:#90b557;
	display:inline-block;
	width:66px;
	margin:6px 0 0 0;
	padding:0;
}
span.offerDate b{
	font-size:10px;
	color:#888;
	font-weight:700;
	display:inline-block;
	width:66px;
	padding:0;
}
.newMenu a.forgot, .newMenu label,.newMenu2 a.forgot, .newMenu2 label{
	font-size:10px;
	font-weight:700;
	color:#888;
}
.newMenu a.forgot,.newMenu2 a.forgot{
	float:right;
	margin:4px 0 0 0;
	font-weight:300;
	text-decoration:underline;
}
#toolbar #panel select.shortLang{
	width:112px;
}
#panel .allLang{
	float:left;
	margin-top:12px;
}
#panel .allLang div.langHolder{
	height:36px;
}
#toolbar #panel label.disp.special{
	text-align:left;
}
.ui-dialog .ui-dialog-title{
	color:#0a457f;
	font-size:18px;
	padding:8px;
}
.ui-draggable .ui-dialog-titlebar{
	background:none;
	background-color:#f9f2e8;
	border:1px solid #f5e4ce;
	margin:6px;
}
.ui-dialog .ui-dialog-buttonpane{
	background:none;
	background-color:#e3e3e3;
	border:1px solid #d6d6d6;
	margin:6px;
}
select.scoring{
	border:1px solid #aaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:42px;
	padding:5px 4px;
}
input[type="button"].newDes{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-size:0.625em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:6px;
	height:24px;
	line-height:24px;
	display:inline-block;
	text-align:center;
	padding:0 12px;
	border:1px solid #1f639f;
	background-color:#68bee2;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#68bee2),to(#1f639f));
	background-image:-webkit-linear-gradient(top,#68bee2,#1f639f);
	background-image:-moz-linear-gradient(top,#68bee2,#1f639f);
	-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;
}
#centerPanel div.internalPage span.theText{
	border:none;
	width:416px;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
}
#centerPanel p.offerView1{
	color:#111;
	font-weight:700;
	margin:0;
	padding:2px 0 0;
	width:316px;
}
/*view*/
input[type="button"].cec1{
	height:28px;
	width:86px;
	background:url(/portal/static/images/cec1.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*interested*/
input[type="submit"].cec2,input[type="button"].cec2,.ui-dialog-buttonpane button.cec2{
	border:none;
	height:28px;
	width:119px;
	background:url(/portal/static/images/cec2.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*save*/
input[type="submit"].cec3,input[type="button"].cec3{
	height:28px;
	width:106px;
	background:url(/portal/static/images/cec3.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*delete*/
input[type="submit"].cec4,input[type="button"].cec4{
	height:28px;
	width:90px;
	background:url(/portal/static/images/cec4.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*edit*/
input[type="submit"].cec5,input[type="button"].cec5{
	height:28px;
	width:100px;
	background:url(/portal/static/images/cec5.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*archive*/
input[type="submit"].cec6,input[type="button"].cec6{
	height:28px;
	width:70px;
	background:url(/portal/static/images/cec6.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*cvs*/
input[type="submit"].cec7,input[type="button"].cec7{
	height:28px;
	width:96px;
	background:url(/portal/static/images/cec7.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*reject*/
input[type="submit"].cec8,input[type="button"].cec8{
	height:28px;
	width:90px;
	background:url(/portal/static/images/cec8.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*favorites*/
input[type="submit"].cec9,input[type="button"].cec9{
	height:28px;
	width:177px;
	background:url(/portal/static/images/cec9.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec10,input[type="button"].cec10{
	height:28px;
	width:102px;
	background:url(/portal/static/images/cec10.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec11,input[type="button"].cec11{
	height:28px;
	width:85px;
	background:url(/portal/static/images/cec11.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec12,input[type="button"].cec12{
	height:28px;
	width:88px;
	background:url(/portal/static/images/cec12.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec13,input[type="button"].cec13{
	height:28px;
	width:115px;
	background:url(/portal/static/images/cec13.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec14,input[type="button"].cec14{
	height:28px;
	width:143px;
	background:url(/portal/static/images/cec14.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec15,input[type="button"].cec15,.ui-dialog-buttonpane button.cec15{
	border:none;
	height:28px;
	width:85px;
	background:url(/portal/static/images/cec15.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec16,input[type="button"].cec16{
	height:28px;
	width:30px;
	background:url(/portal/static/images/cec16.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec17,input[type="button"].cec17{
	height:28px;
	width:30px;
	background:url(/portal/static/images/cec17.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec18,input[type="button"].cec18,.ui-dialog-buttonpane button.cec18{
	border:none;
	height:28px;
	width:82px;
	background:url(/portal/static/images/cec18.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec25,input[type="button"].cec25,.ui-dialog-buttonpane button.cec25{
	border:none;
	height:28px;
	width:106px;
	background:url(/portal/static/images/cec25.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec19,input[type="button"].cec19{
	height:28px;
	width:102px;
	background:url(/portal/static/images/cec19.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec20,input[type="button"].cec20{
	height:28px;
	width:102px;
	background:url(/portal/static/images/cec20.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec21,input[type="button"].cec21{
	height:28px;
	width:97px;
	background:url(/portal/static/images/cec21.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec22,input[type="button"].cec22{
	height:28px;
	width:73px;
	background:url(/portal/static/images/cec22.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec23,input[type="button"].cec23{
	height:28px;
	width:156px;
	background:url(/portal/static/images/cec23.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cec24,input[type="button"].cec24,.ui-dialog-buttonpane button.cec24{
	height:28px;
	width:96px;
	background:url(/portal/static/images/cec24.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cecU,input[type="button"].cecU{
	height:26px;
	width:76px;
	background:url(/portal/static/images/cecU.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cecV,input[type="button"].cecV{
	height:28px;
	width:133px;
	background:url(/portal/static/images/cecV.png) 0 0 no-repeat;
	text-indent:-9999px;
}
input[type="submit"].cecSub,input[type="button"].cecSub{
	height:33px;
	width:93px;
	background:url(/portal/static/images/cecSub.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
}
input[type="submit"].cecCls,input[type="button"].cecCls{
	height:33px;
	width:103px;
	background:url(/portal/static/images/cecCls.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0 12px 0 0;
}
input[type="submit"].cecAS,input[type="button"].cecAS{
	height:33px;
	width:92px;
	background:url(/portal/static/images/cecAS.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
}
input[type="submit"].cecP,input[type="button"].cecP{
	height:33px;
	width:32px;
	background:url(/portal/static/images/cecP.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
}
input[type="button"].cecnewCV{
	height:35px;
	width:140px;
	background:url(/portal/static/images/newcv.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
	vertical-align:middle;
}
input[type="button"].cecCompReg{
	height:49px;
	width:217px;
	background:url(/portal/static/images/compReg.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:18px 48px 0 0;
	vertical-align:middle;
}
.popDialog label.longer{
	width:176px;
}
#centerPanel input[type="text"].error, #centerPanel input[type="password"].error,
#centerPanel textarea.error{
	border:1px solid red;
}
#centerPanel div.internalPage span.title em.green{
	font-weight:300;
	color:green;
}
#centerPanel div.internalPage span.title em.orange{
	font-weight:300;
	color:#0397D6;
}
#centerPanel div.internalPage span.title em.red{
	font-weight:300;
	color:red;
}
#centerPanel h3 a{

}
div.fullColumn .ui-tabs-advice{
	width:934px;
	padding:0;
	margin:0;
}
#content.newCont div.fullColumn .ui-tabs-advice .ui-tabs-nav{
	background:none;
	border:none;
	margin:0;
	padding:0;
	width:214px;
}
div.fullColumn .ui-tabs-advice .ui-tabs-panel{
	background:none;
	width:660px;
}
div.fullColumn .ui-state-active,div.fullColumn  .ui-widget-content .ui-state-active,div.fullColumn .ui-widget-header .ui-state-active{
	background:none;
	border:none;
}
div.fullColumn .ui-tabs-advice .ui-tabs-nav li{
	border:none;
	background:none;
	font-size:12px;
	font-weight:700;
	border-top:1px solid #ddd;
	height:36px;
	line-height:36px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:0 0 0 12px;
	margin:0;
}
div.fullColumn .ui-tabs-advice .ui-tabs-nav li.first{
	background-color:#d7c8b3;
	color:#fff;
	text-shadow:1px 1px 1px #000;
/*	color:#0397d7;*/
}
#content.newCont div.fullColumn .ui-tabs-advice .ui-tabs-nav li a{
	font-size:12px;
	color:#111;
	text-decoration:none;
	font-weight:300;
	margin:0;
	padding:0 0 0 8px;
}
#content.newCont div.fullColumn .ui-tabs-advice .ui-tabs-nav li.ui-state-active a{
	font-weight:700;
}
#content.newCont div#offers,#content.newCont div#cv,#content.newCont div#about,#content.newCont div#story,#content.newCont div#bmatch{
	margin-top:-6px;
}
#content.newCont .ui-widget-content .ui-icon{
	display:inline-block;
	margin:0 4px 0 0;
}
#content.newCont div#about,#content.newCont div#story,#content.newCont div#bmatch{
	float:left;
	width:416px;
	margin-left:28px;
}
#content.newCont .extraColumn{
	width:238px;
	font-size:12px;
	margin-right:24px;
}
.newMenu .logBlock,.newMenu2 .logBlock{
	display:inline-block;
}
a.externalLogo{
	float:left;
	margin:2px 128px 0 0;
}
.popDialog h3{
	font-weight:700;
	font-size:14px;
	color:#111;
}
.popDialog p{
	font-size:12px;
	color:#111;
	font-weight:300;
}
.popDialog li{
	font-size:12px;
	color:#111;
	font-weight:300;
}
#leftPanel.expanded{margin-left:28px;}
#centerPanel.expanded{width:755px;}
#centerPanel #top-offer-table{
	margin-left:16px;
	font-size:12px;
	font-weight:300;
}
#centerPanel #top-offer-table .center{text-align:center;}
#centerPanel #top-offer-table thead th{
	font-size:14px;
	font-weight:700;
	color:#0B4580;
	background-color:#F9F2E9;
	border:1px solid #F9E5CC;
	height:32px;
	line-height:32px;
}
#centerPanel #top-offer-table td{
	border:1px solid #ddd;
	vertical-align:middle;
	padding:8px;
}
#centerPanel #top-offer-table thead th.aa{width:36px;}
#centerPanel #top-offer-table thead th.date{width:139px;}
#centerPanel #top-offer-table thead th.title{width:270px;}
#centerPanel #top-offer-table thead th.position{width:162px;}
#centerPanel #top-offer-table thead th.company{width:130px;}
#centerPanel #top-offer-table thead th.view{width:35px;}
#centerPanel #top-offer-table td a{
	font-size:12px;
	color:#000;
	font-weight:300;
}

.infoBox .red-cycle{
 background-color: #E70D0D;
border: 1px solid #970404;
border-radius: 10px 10px 10px 10px;
color: #FFFFFF;
display: inline-block;
font-size: 10px;
font-weight: 700;
height: 18px;
line-height: 18px;
position: absolute;
right: -8px;
text-align: center;
text-shadow: 1px 1px 1px #000000;
top: -8px;
width: 18px;
}
.dataTables_info{
	font-size:12px;
	font-weight:700;
	margin:24px 0 0 24px;
}
.dataTables_paginate ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dataTables_paginate ul li{display:inline-block;}
.dataTables_paginate ul li > a{
	font-size:12px;
	font-weight:700;
}
.pagination{
	/*margin:-19px 0 0 0;*/
	margin:0 18px 0 0;
}
.dataTables_length{
	text-align:right;
	font-size:12px;
	margin-bottom:20px;
}
#centerPanel .dataTables_length select{
	font-size:12px;
	padding:1px 1px 1px 4px;
	width:56px;
}
#leftPanel h2.header-special{
	background:none;
	border:none;
	margin-bottom:11px;
}
.newPromo a.video-play{
	display:inline-block;
	width:48px;
	height:48px;
	background:url(/portal/static/images/play.png) 0 0 no-repeat;
	text-decoration:none;
	float:right;
	margin:92px 240px 0 0;
}
.ui-dialog .ui-dialog-titlebar-close span{margin:-9px 0 0 -7px;}
div.offerView.info{
	display:inline-block;
	width:300px;
	margin-left:8px;
	vertical-align:top;
	padding-top:2px;
}
#centerPanel div.offerView.info p,
div.ckeditor-fix{
	width:300px;
	padding:0;
	margin:0 0 6px 0;
	color:#000;
	font-weight:700;
	line-height:1.2;
	font-size:1em;
}
div.ckeditor-fix{font-size:0.75em;}
div.offerView.info ul,
div.offerView.info ol,
#centerPanel h4 div.ckeditor-fix ul,
#centerPanel h4 div.ckeditor-fix ol,
.ui-dialog div.ckeditor-fix ul,
.ui-dialog div.ckeditor-fix ol{
	margin:0 0 6px 0;
	padding:0 0 0 12px;
}
div.offerView.info ol,
#centerPanel h4 div.ckeditor-fix ol,
.ui-dialog div.ckeditor-fix{padding:0 0 0 16px;}
div.offerView.info ul li,
div.offerView.info ol li,
#centerPanel h4 div.ckeditor-fix ul li,
#centerPanel h4 div.ckeditor-fix ol li,
.ui-dialog div.ckeditor-fix ul li,
.ui-dialog div.ckeditor-fix ol li{
	color:#000;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:1em;
}
#centerPanel h4 div.ckeditor-fix,
.ui-dialog div.ckeditor-fix{
	font-size:1em;
	width:478px;
}
.ui-dialog div.ckeditor-fix{
	width:300px;
	padding:2px 0 0 0;
}
#centerPanel h4 div.ckeditor-fix p,
.ui-dialog div.ckeditor-fix p{
	color:#000;
	font-size:0.85em;
	margin:0;
	padding:0;
	display:block;
	font-weight:700;
	width:100%;
	margin:0 0 6px 0;
	line-height:1.2;
}
#centerPanel h4 div.ckeditor-fix ul li,
#centerPanel h4 div.ckeditor-fix ol li,
.ui-dialog div.ckeditor-fix ul li,
.ui-dialog div.ckeditor-fix ol li{font-size:0.85em;}
.cvLine .commands{margin-top:112px;}


/*for employees CV profession */
#centerPanel div.internalPage div.span{
    display:block;
    margin:0;
    padding:12px;
    background-color:#f5f5f5;
    border-bottom:1px solid #ddd;
}
#centerPanel div.internalPage div.study{
    font-size:14px;
    font-weight:700;
    margin-top:6px;
    position:relative;
}
#centerPanel div.internalPage div.title{
    font-size:12px;
    font-weight:300;
    line-height:18px;
    padding-top:12px;
}
#centerPanel div.internalPage div.title.smaller{
    margin:0 12px;
}
#centerPanel div.internalPage div.title b{
    font-weight:700;
}
#centerPanel div.internalPage div.title em{
    font-size:10px;
    font-style:normal;
    color:#999;
    font-weight:700;
}
#centerPanel div.internalPage div.desc{
    font-size:1em;
    font-weight:300;
    line-height:18px;
    padding-top:12px;
    display: inline-table;
    width:502px;
}
#centerPanel div.internalPage div.desc div.ckeditor-fix{
    width: auto;
    font-size: 1em;
}
#centerPanel div.internalPage div.desc div.ckeditor-fix p{float: left;}
.DataTables_sort_wrapper{
	background-color:#f9f2e9;
	text-align:left;
	padding-left:8px;
}
.new-reg{
	width:700px;
	height:160px;
	background:url(/portal/static/images/reg-bg.png) 0 0 no-repeat;
	margin:32px 0 0 14px;
	padding:40px 0 0 40px;
	position:relative;
}
#centerPanel .new-reg p{
	padding:0;
	margin:0;
	width:700px;
	text-align:left;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
#centerPanel .new-reg p.title{
	font-weight:700;
	font-size:18px;
	margin-bottom:8px;
}
#centerPanel .new-reg p.subtitle{
	font-size:14px;
	color:#333;
}
#centerPanel .new-reg a,
#centerPanel .new-reg 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:16px;
	right:14px;
}
#centerPanel.expanded .pagination{margin-top:-20px;}
.popDialog label.promo{
	font-size:14px;
	font-weight:300;
	text-align:left;
	width:256px;
}
.popDialog select.promo{
	font-size:14px;
	border:1px solid #aaa;
	font-weight:300;
	padding:1px 1px 1px 4px;
	width:200px;
}
.popDialog p.promo{
	font-weight:300;
	font-size:14px;
	margin-top:30px;
}
#centerPanel.new-preview{
	width:872px;
	margin-left:64px;
	background-color:#fdfdfd;
	padding-bottom:252px;
	position:relative;
}
#centerPanel.new-preview input.info[type="text"]{
	background-color:#fdfdfd;
	font-weight:300;
	color:#555;
}
#centerPanel.new-preview label.desc{
	color:#222;
	font-weight:700;
}
#centerPanel.new-preview div.offerView.info p,#centerPanel.new-preview div.ckeditor-fix{
	font-weight:300;
	color:#555;
}
#centerPanel.new-preview div.offerView.info ul li,
#centerPanel.new-preview div.offerView.info ol li,
#centerPanel.new-preview h4 div.ckeditor-fix ul li,
#centerPanel.new-preview h4 div.ckeditor-fix ol li,
#centerPanel.new-preview .ui-dialog div.ckeditor-fix ul li,
#centerPanel.new-preview .ui-dialog div.ckeditor-fix ol li{
	font-weight:300;
	color:#555;
}
#centerPanel.new-preview fieldset{margin-bottom:2px;}
#centerPanel.new-preview fieldset.header{
	height:48px;
	line-height:48px;
	background-color:#f5f5f5;
	margin:0 0 16px 0;
	padding-left:108px;
	font-weight:700;
	font-size:14px;
	position:relative;
}
#centerPanel.new-preview fieldset.header span.company-logo{
	position:absolute;
	display:inline-block;
	width:74px;
	height:74px;
	background-color:#fff;
	border:1px solid #ddd;
	top:16px;
	left:16px;
}
.offer-bg{
	width:872px;
	height:230px;
	background:url(/portal/static/images/offer-bg.png) 0 0 no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
#centerPanel.new-preview p{
	display:block;
	width:800px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
#centerPanel.new-preview p.title{
	font-size:24px;
	font-weight:700;
	line-height:1;
	margin:32px;
}
#centerPanel.new-preview p.subtitle{
	font-size:18px;
	font-weight:300;
	line-height:1.2;
	margin:0 32px 0 0;
}
#centerPanel.new-preview a.regg,
#centerPanel.new-preview a.regg:hover{
	background: url("/portal/static/images/promo-reg.png") no-repeat scroll 0 0 transparent;
    bottom: 16px;
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 14px;
    text-decoration: none;
    width: 237px;
}
#centerPanel.new-preview  .socialBar.social2{margin-top:12px;}
#centerPanel .nailthumb-container{text-align:center;}
#centerPanel .nailthumb-container img{margin:0;}
img.article-img{
    max-height: 320px;
    max-width: 560px;
}
#content.newCont .menuColumn{
	float:left;
	width:300px;
	margin-left:31px;
}
#content.newCont .menuColumn a,
#content.newCont .menuColumn a:hover{
	display:block;
	font-size:11px;
	color:#0b4580;
	text-decoration:none;
	font-weight:700;
	background-color:#f9f2e9;
	border:1px solid #f9e5cc;
	margin:0 0 2px 0;
	padding:12px;
}
#content.newCont .menuColumn a.selected,
#content.newCont .menuColumn a.selected:hover{
	color:#000;
}
#content.newCont .menuColumn a span.ui-icon{
	vertical-align:middle;
	margin:-3px 0 0 0;
}
#content.newCont .banners a.empty,
#content.newCont .menuColumn .banners a.empty{
	background:none;
	border:none;
}
#content.newCont .menuContent{
	float:left;
	width:652px;
	margin-left:16px;
}
#content.newCont .menuContent .text-title{
	font-weight:700;
	font-size:20px;
	color:#000;
	margin:0 0 16px 0;
	line-height:1;
}
#content.newCont .menuContent .text-content{
	color:#7f7f7f;
	font-size:12px;
	font-weight:300;
	margin:0 0 16px 0;
}
#content.newCont .menuContent .text-content img{text-align:center;}
.menubar.breadcrumb2{margin:-16px 32px 24px 32px;}
