/* --------------------------------------------------------------
  * File: bm.css
  * Description: General styles for BrainsMatch
  * Project: http://www.brainsmatch.com
  * Author: Nataly R. Koot

--------------------------------------------------------------- */

/* ------ Reset ------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  }

table {
  border-collapse: separate;
  border-spacing: 0;
  }
caption, th, td {
  text-align: left;
  font-weight: normal;
  }
table, td, th {
  vertical-align: middle;
  }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* ------ Common ctyles ------ */

#container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333333;
  background-color: #FFFFFF;
  margin: 0;
  padding: 21px 0 0 0;
  background: url(/images/redtop.png) repeat-x top;
}
a {
  color: #3399cc;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
var {
 font-style: normal;
}
.floatRight {
  float: right;
}
.clearboth {
  clear: both;
}
.clearRight {
  clear: right;
}
.red00, a:active {
  color: #CC0000;
}
.red33 {
  color: #CC3333;
}
.blue {
  color: #3399cc;
}
.grey {
  color: #82878C;
}
.border-dot {
  background:  url(/images/dot.png) repeat-x top;
}
.border-dot-bottom {
  background:  url(/images/dot.png) repeat-x bottom;
}
.pink-bg {
  background:  url(/images/pink-bg.png) repeat;
}
.grey-bg {
  background:  url(/images/gray-bg.png) repeat;
}
.orange-bg {
  background:  url(/images/orange-bg.png) repeat;
}
.blue-bg {
  background:  url(/images/blue-bg.png) repeat;
}
.select {
    clear: left;
    overflow: hidden;
    padding: 10px 0 5px 0;
}
.bold {
  font-weight: bolder;
}
.hidden {
  display: none;
}
.hint {
  font-size: .8em;
}
.content h1 {
  padding:5px 0 0;
  color:#CC3333;
  font-weight:bold;
}
div.blockLabel textarea.placeholder, textarea.placeholder, .placeholder {
  color: #82878C;
  font-size:0.9em;
  font-style:italic;
}
h1 {
  font-size: 1em;
  font-weight: bold;
}
h2 {
  color:#CC3333;
  font-size:1.2em;
  margin:0;
  padding:0.2em 0;
  font-weight: bold;
}
h2.label {
  color:#CC3333;
  width: 45%;
  text-align: left;
}
h3 {
  color:#CC3333;
  font-size:1em;
  margin:0;
  padding:0;
  font-weight: bold;
}
h4 {
  color:#3399cc;
  font-size:1em;
  margin:0;
  padding:0;
  font-weight: bold;
  text-align: left;
}
h3 .formHint {
  float: none;
  color: #333333;
}
small {
  font-size: .8em;
}
x-small {
  font-size: .6em;
}
div.visible {
  overflow: visible;
}
div.border {
  border: 1px solid #666666;
}
pre {
  padding: 0;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.preText {
  float: left;
  margin: 2px 4px;
  font-size: .9em;
}
/* ------ Header ------ */
#header {
  height: 100px;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  color: #808080;
  font-size: 0.75em;
}
#header div {
  width: auto;
}
#logo {
  overflow: visible;
  min-width: 298px;
  padding: 18px 0 0 0;
  position:absolute;
}
#topMenu {
  padding-left: 298px;
}
#top_navigation,  #top_navigation_logged {
  padding: 15px 0 5px 0;
  margin: 0;
}
#top_navigation_account, #top_navigation_accountAgent, #top_navigation_accountCandidate {
  padding: 10px 0 0 0;
  margin: 0;
 /* height: 38px;*/
  /*background: url(/images/proaccount.png) no-repeat right 5px;*/

}
#top_navigation_accountCandidate {
  background: none;
}
#top_navigation a, #navigationMenu a {
  /*color: #808080;*/
  outline-style: none;
}
#navigationMenu li.activeMenuItem, #top_navigation_accountCandidate #navigationMenu #gameTopMenuItem {
  border-color:#3399CC #3399CC #FFFFFF;
  border-style:solid;
  border-width:1px 1px 2px;
  margin:2px 0 0;
  padding:2px 5px 0 10px;
}
#top_navigation_accountCandidate #navigationMenu li.activeMenuItem {
  border: 0;
}
#navigationMenu li.activeMenuItem a {
  color: #cc0000;
}
#top_navigation ul, #navigationMenu,
#model_navigation ul, #pageTitle ul, #top_navigation_logged ul,
#navigationSubMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_navigation_account #navigationMenu {
  border-bottom:1px solid #3399CC;
  padding: 0 5px 0 10px;
}
#navigationMenu var {
  color: #3399cc;
}
#navigationSubMenu var {
  color: #cc0000;
}
#navigationSubMenu {
  margin:3px 0 0;
  padding:8px 0 0;
  /*position:absolute;
  width: 50%;*/
}
#top_navigation_accountCandidate ul.gameSubMenu{
  border-top: 1px solid #3399CC;
  margin: 0;
  padding: 11px 0 0;
}
#top_navigation li, #navigationMenu li, #navigationSubMenu li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 10px;
  text-transform: uppercase;
  /*background: url(/images/marker-red.png) no-repeat 0 5px;*/
}
#navigationSubMenu li {
  /*text-transform: none;*/
  /*background:none;*/
}
#navigationSubMenu a, #navigationMenu #navigationSubMenu a {
  text-decoration: underline;
  color: #3399cc;
}
#navigationSubMenu a.activeItemSubMenu, #navigationSubMenu span.activeItemSubMenu {
  text-decoration: none;
  color: #999999;
  cursor:default;
}
#top_navigation_logged li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 10px;
  border-left: #c2c2c2 solid 1px;
}
#top_navigation ul li.first-item, #navigationMenu li.first-item, #navigationSubMenu li.first-item {
  background: none;
}
#top_navigation_logged ul li.first-item {
  border: none;
}
#top_navigation_logged li a {
  color: #808080;
}

.loginForm h1, input.loginButton, input.regButton {
  text-transform: uppercase;
}
#supportLink {
  /*float: right;
  margin: 20px 0 0;*/
  position:absolute;
  right:0;
  top:60px;
}
#supportLink a:focus {
  outline: 0;
}
/* ------ Navigation on the Page ------ */
#pageTitle {
  margin: 10px;
  padding: 5px;
  color: #82878C;
}
#pageTitle li {
  display: inline;
  margin: 0 10px 0 0;
  background:  url(/images/content-marker-red.gif) no-repeat left center;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0 5px 30px;
  font-weight: bold;
  font-size: 0.8em;
}
#pageTitle a {
  color: #82878C;
}


/* ------ Main content ------ */
#maincontent {
  padding: 0;
  margin: 0;
  background: url(/images/mainbg.png) repeat-x top;
  height: 100%;
}

  /* ------ left block ------ */
#left {
  overflow: visible;
  padding: 0;
  margin: 0;
  min-width: 130px;
  background: url(/images/shadow-left-bg.png) repeat-y right;
  color: #666666;
  text-align:center;
}
div.leftbg {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(/images/leftbg.png) no-repeat top right;
}
.loggedLeft {
  font-size: 0.85em;
}
#left a {
  color: #666666;
  text-decoration: underline;
  font-size: 0.8em;
  /*font-weight: bold;*/
}
#left h3, #left h2 {
  padding: 29px 0 20px 0;
  font-weight: bold;
  margin: 0;
  color: #ff3333;
  text-shadow: -1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white,1px -1px 2px white;
}
#left h2 {
  font-size: .85em;
}
#left h4 {
  font-weight: bold;
  margin: 15px 0 5px 0;
  color: #ff3333;
  font-size: .85em;
  text-align: center;
  /*text-decoration: underline;*/
  text-shadow: -1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white,1px -1px 2px white;
}
#left #leftNews h4 {
  text-align: left;
}
#left #leftNews h4 a {
  color: #FF3333;
}
#left h5 {
  font-size:.9em;
  margin: 2px 0;
  padding: 0;
  font-weight: bold;
}
#leftNews {
  padding: 1em 0 10px 27px;
  text-align: left;
}
#left #leftNews ul {
  /*background: url("/images/dot-vertical.png") repeat-y scroll 0 50% transparent;*/
  margin: .5em 0;
  padding: 0 1em 0 0;
  font-size: 0.8em;
}
#left #leftNews ul li {
  list-style: none;
  margin: 0.5em 0 1em;
}
#left #leftNews a {
  font-size: 1em;
  color: #3399cc;
}
#left p {
  margin: 2px 0;
  padding: 0;
  font-size:.8em;
}
#left span.proximity {
  color:#3399cc;
  font-size:1.3em;
  text-shadow:-1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
}
#profileCompleteness {
  border:1px solid #3399CC;
  height:10px;
  margin:1em 1.5em 0;
 /* -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  border-radius:5px 5px 5px 5px;*/
  -moz-box-shadow:0 0 5px #ffffff;
  -webkit-box-shadow:0 0 5px #ffffff;
  box-shadow:0 0 5px #ffffff;
}
#profileCompleteness div {
  background:url("/images/ui-bg_gloss-wave_75_2191c0_500x100.png") repeat-x scroll 50% 50% #2191C0;
  height:10px;
}
.questionsLevel {
  margin: 15px .5em;
  padding: 5px 0;
  border: 1px solid #cccccc;
}
#questionsBasic, #questionsAdvanced, #questionsExpert {
  border:1px solid #E49610;
  height:10px;
  margin:0 1em;
  -moz-box-shadow:0 0 3px #999999;
  -webkit-box-shadow:0 0 3px #999999;
  box-shadow:0 0 3px #999999;
}
.inactive #questionsBasic, .inactive #questionsAdvanced, .inactive #questionsExpert {
  border:1px solid #E1DCD2;
  -moz-box-shadow:0 0 0;
  -webkit-box-shadow:0 0 0;
  box-shadow:0 0 0;
}
#questionsAdvanced {
  border:1px solid #83B622;
}
.inactive #questionsAdvanced {
  border:1px solid #DFE7D0;
}
#questionsExpert {
  border:1px solid #CC3333;
}
.inactive #questionsExpert {
  border:1px solid #E0C8C8;
}
#questionsBasic div, #questionsAdvanced div, #questionsExpert div {
  background: none repeat scroll 0 0 #E49610;
  height:10px;
  padding: 0;
}
.inactive #questionsBasic div {
  background: #EBD8B2;
}
#questionsAdvanced div {
  background: none repeat scroll 0 0 #83B622;
}
.inactive #questionsAdvanced div {
  background: #DFE7D0 top left;
}
#questionsExpert div {
  background: #CC3333;
}
.inactive #questionsExpert div {
  background: #F7E9E9;
}

#left .questionsLevel h4 {
  margin: 0;
}
#left .questionsLevel h5 {
  margin:0.8em 0 0;
}
#left .questionsLevel p.hint {
  margin:0 1.5em;
  font-style: italic;
  /*color:#999999;*/
}
#left .inactive h5, #left .inactive p.hint {
  color: #999999;
  font-weight: normal;
}
.loggedLeft dl.modelScale {
  clear:both;
  color:#82878C;
  font-size:0.75em;
  overflow:hidden;
  margin: 0 1.5em;
}
.loggedLeft dl.modelScale dt {
  color:#999999;
  float:left;
  list-style-type:none;
  text-align:right;
  background: none;
}
.loggedLeft dl.modelScale dt:first-child {
  text-align:left;
}
#leftTags, #tagsTable ul, .modelShowDescription ul, .showModelInfo ul.tags {
  padding: .5em 1.5em 0 .5em;
  overflow: hidden;
  text-align: left;
}
#tagsTable ul, .modelShowDescription ul.tags, .showModelInfo ul.tags {
  padding: 0;
}
#leftTags li, #tagsTable ul li, .modelShowDescription ul.tags li, .showModelInfo ul.tags li  {
  /*display: inline;*/
  margin: 0 0 5px;
  font-weight: bold;
  font-size:0.8em;
  -moz-background-inline-policy:continuous;
  -moz-border-radius:6px 0 0 6px;
  background:none repeat scroll 0 0 transparent;
  border:1px solid #CCCCCC;
  color:#666666;
  list-style-position:inside;
  list-style-type:circle;
  padding:1px 15px 2px 5px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
#tagsTable ul li, .showModelInfo ul.tags li {
  margin: 0 2px 5px;
  float: left;
}
#leftTags a.editTags {
  text-decoration: none;
  /*border-bottom:1px dashed #999999;*/
}

#left div.banners {
  margin: 0;
  padding: 70px 10% 0 27px;
  clear: left;
  text-align: center;
}
#left div.bannersAfter {
  margin: 0;
  padding: 20px 0 0 27px;
  clear: left;
}
.banners img, .bannersAfter img {
  display: block;
  border: 1px solid #999999;
  margin: 10px 0;
  padding: 0;
}
.banners img {
  border: 0;
}
.banners a, .bannersAfter a {
  text-decoration: none;
}
#ibm_bpmark {
    margin: 30px 0;
}
.leftcontent img {
  border: 1px solid #999999;
  margin: 0;
  padding: 0;
}
.leftbottom {
  font-size: 0.9em;
  height: 40px;
  padding: 10px 0 0 0;
}
.leftbottom a {
  color: #999999;
    font-weight: bold;
  text-decoration: underline;
}
#left div.regButton {
  float: left;
  width: auto;
  position:relative;
}

#registrationLinks {
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position:absolute;
  top:2em;
}
#giveMode {
  position:relative;
  margin: .5em .5em .5em 20px;
  font-size: .9em;
  text-align:left;
}
#giveMode a.toggler {
  text-decoration: underline;
  float: left;
}
#giveModeTypes {
  clear: both;
  margin: 0;
  padding: 5px;
  overflow: hidden;
}
#giveModeActive {
  margin: 0 5px;
  font-weight: bold;
  color: #cc3333;
}
span.thumb-help {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #CC4444;
    padding: 5px;
    position: absolute;
    z-index: 400;
}
#questionsLegend {
  font-size: .8em;
  color: #666666;
  overflow: hidden;
}
#questionsLegend div {
  float: left;
}
div.legend {
  width: 15px;
  height: 15px;
  margin: 0 3px 0 10px;
}
#left #registrationLinks a, #registrationLinksTop a, #giveModeTypes a {
  display: block;
  float: none;
  text-decoration: none;
}
#registrationLinksTop a {
  margin:0.2em;
}
#left #registrationLinks a span, #registrationLinksTop a span, #giveModeTypes a:hover {
  text-decoration: underline;
}
#header #registrationLinksTop {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 5px;
  overflow: hidden;
  position: absolute;
  width: 180px;
  z-index: 1000;
}
#giveModeTypes a {
  color: #666666;
  margin: .3em 0;
}
#giveModeTypes .activeItem {
  font-weight: bold;
}
  /* ------ right block ------ */
#right {
  padding: 0;
  margin: 0;
  background: url(/images/shadow-right-bg.png) repeat-y left;
}
div.rightbg {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(/images/rightbg.png) no-repeat top left;
}
#right div.rightcontent {
  margin: 5px 0;
  padding-left: 15px;
}
div.rightheader {
  width: 100%;
  margin: 0;
  padding-left: 15px;
}

  /* ------ central block ------ */
#content {
  padding:  0 0 340px 0;
  background: #FFFFFF url(/images/content-bottom-bg.png) no-repeat bottom right;
  border-bottom: 3px solid #999999;
}
.contentbg {
  margin: 0;
  padding: 32px 0 0;
  width: 100%;
  background:  url(/images/content-top-bg.png) repeat-x top;
  text-align: justify;
}
.contentLeft {
  width:66%;
  float:left;
  margin:0;
  overflow: visible;
  text-align: left;
}
.contentRight {
  padding: 5px 0 0;
  margin: 5px 0 0;
  text-align: left;
  background:  url(/images/dot.png) repeat-x top;
}
.content h2, .contentRight h2, .staticCenter h2, h2.staticHeader {
  clear: left;
  color:#CC3333;
  font-weight: bold;
  margin:0;
  padding: 0.5em 5px;
}
.contentRight p {
  margin: 5px;
  font-size: .9em;
}
.content {
  clear: both;
  padding: 5px 0;
  margin: 0 10px 0 20px;
  text-align: left;
}
.content p {
  padding: 0 0 5px 0;
}
.content h3 {
  color: #CC3333;
  font-weight: bold;
  padding: .5em 0;
}
.content h4 {
  padding: .5em 0;
}
.staticText {
  width: 90%;
  clear: both;
  margin: 5px 0;
  padding: 5px 10px 0 20px;
  text-align: left;
  font-size: .8em;
  overflow: hidden;
}
.staticText a.floatRight {
  text-decoration: underline;
  margin:0 0 5px;

}
.staticText p {
  padding: 0 0 5px 0;
}
.staticCenter {
  margin: 0;
  font-size: .9em;
}
.staticCenter div.content {
  padding: 0;
  margin: 5px 10px 0 20px;
}
.staticCenter h1 {
  clear: left;
  font-size: 1.2em;
  color: #CC3333;
  font-weight: bold;
  padding: 1em 0;
}
.staticCenter h3 {
  clear: left;
  font-size: 1.2em;
  color: #CC3333;
  font-weight: bold;
  padding: 1em 0 0.3em;
}
.staticCenter h4 {
  clear: left;
  font-size: 1em;
  color: #3399cc;
  font-weight: bold;
  padding: .5em 0;
}
.staticCenter h5 {
  clear: left;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  padding: .5em 0;
}
.staticCenter h6 {
  clear: left;
  font-size: 1em;
  color: #333333;
  font-weight: bold;
  padding: 1em 0 .5em;
}
.staticCenter ol, .staticCenter ul {
  margin: 5px 0 0 30px;
  padding: 0;
  clear: both;
}
.staticCenter ul {
  list-style-type: none;
}
.staticCenter p {
  padding: 0.5em 0 0.5em 0.8em;
}
.staticCenter p.afterImg {
  padding: 0 0 .5em 45px;
  text-align: justify;
}
.staticCenter ul li {
  padding: .5em 0 .5em .5em;
  text-align: justify;
}
.staticCenter img, .staticCenter p img, .staticCenter ul li img {
  clear: left;
  float:left;
  margin: .5em .5em .5em 0;
  padding:0;
}
.staticCenter img.teamPhoto {
  margin:0.2em 1.5em 1em 0;
  border: 0;
}
.content select {
  margin: 0 0 10px 0;
  width: 150px;
  color: #666666;
}
.twtr-widget {
  margin: 250px 10px 10px 20px;
}
/* ------ contact ------- */
.contact {
  color:#333333;
  margin:0;
  padding:5px 10px 5px 20px;
  text-align:left;
}
.contact h1 {
  font-weight: bold;
  font-size: 1.2em;
}
.contact p {
  padding: .5em 0;
}
/* rating Top10 */
table.topTable {
  width: 96%;
}
table.topTable td {
  width: 50%;
  vertical-align: top;
  padding:0 0 0 20px;
}
div.topBlock {
 /* float: left;
  width: 45%;*/
  color: #82878C;
  font-size: .95em;
  font-weight: bold;
  /*margin:0 0 0 20px;*/
  padding:5px 0;
  text-align:left;
  text-shadow: -1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white,1px -1px 2px white;
  /*margin: 5px 10px 0 60px;*/
}
div.topBlock span {
  float: right;
  color: #cc3333;
}

div.topBlock h3 {
  color: #3399cc;
  padding: 10px;
  background:  url(/images/pink-bg.png) repeat;
}
div.topBlock ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.topBlock ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  /*list-style-type: none;*/
}
div.topBlock li {
  clear: right;
  background:  url(/images/gray-bg.png) repeat;
  padding: 5px 10px;
  margin: 5px 0;
  color:#666666;
}
.topForm form {
  float: right;
}



/* Step1 choose avatars */
.chooseAvatars {
  padding: 0px;
  margin: 0px;
}
.chooseAvatars ul {
  width: 590px;  /* room for 4 columns */
  margin: 0;
  padding: 0;
  list-style: none;
}
.chooseAvatars ul li {
  float: left;
  width: 128px;  /* accommodate the widest item */
  padding: 5px;
  background:  url(/images/dot.png) repeat-x bottom;
}
.chooseAvatars ul li img {
  padding: 3px;
  margin: 0;
}

.chooseAvatars ul li img:hover {
  background: url(/images/gray-bg.png) repeat;
}

div.grey {
  font-weight: normal;
  font-size: .8em;
  font-style: italic;
}
#avatarContent {
  text-align:center;
}

.avatar img {
  padding: 0 3px 3px 0;
  margin:7px 0;
  background:#CCCCCC none repeat scroll 0 0;
}


/* Popup windows in Step1 */
p#requirementsPopupLabel, p#descriptionPopupLabel, p#contactPopupLabel {
  float: left;
  padding: .2em;
  font-size: .8em;
  font-weight: bold;
  font-style: italic;
  color: #3399cc;
}
.popupForm div {
  overflow: hidden;
  width: 90%;
  clear: left;
  margin:5px 0 10px 0;
  padding: 5px 10px;
  text-align:left;
  background:  url(/images/dot.png) repeat-x bottom;
}
/* SimpleModal Styles */
.simplemodal-overlay {
  background-color: #000;
}
.simplemodal-container {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #fff;
  border: 3px solid #ccc;
  font-weight: bold;
  font-size: .9em;
  text-align: left;
  /*padding: 5px 10px 0 10px;*/
  margin: 0;
}
div.descriptionContent {
  overflow: auto;
  height: 420px;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
}
/*div.requirementContent {
  margin: 10px 0;
  background: none;
} */
div.DenyPopup {
  background: none;
  width: 100%;
}
.simplemodal-container form {
  padding:5px;
}
/*.simplemodal-container form input, .simplemodal-container form select {
  width:60%;
}*/
/*.simplemodal-container form textarea {
  clear: both;
  display: block;
  width:100%;
}*/
select#ModelData_StageId {
width: auto;
}
.simplemodal-container form label.ManageOther {
  width: auto;
  margin-right: 10px;
}
.simplemodal-container div.buttonHolder {
  background: none;
}
.showModel  div.buttonHolder {
  width: 99%;
}
a.modalCloseImg {
  background: url(/images/delete4.gif) no-repeat;
  width: 15px;
  height: 16px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;

}
div.detailsCandidate h1, div.detailsCandidate h3 {
  font-size: 1.1em;
  margin: 0;
  color: #3399cc;
  padding: 5px;
}
.popupForm input.simplemodal-apply {
  position: absolute;
  right: 10px;
  bottom: 8px;
  background-color: #3399cc;
  border: none;
  color: #FFFFFF;
  width: auto;
}

#reasonSendPopup textarea {
  width: 90%;
  height: 130px;
}
#reasonGetPopup div {
  height:150px;
  margin:10px 0;
  overflow:auto;
}
#DenyPopupForm textarea {
  height: 100px;
}
div.demandInterview {
  background: none;
  width: 100%;
}
div.popupForm p {
  background: #e2e0e0;
  font-weight: normal;
  font-style: italic;
  width: 96%;
  /*color: #999999;*/
  padding: 5px;
}
div.demandInterview input#InterviewAdd_Email{
  width: 64%;
}
/* block of information in central */

div.ctrlHolder {
  clear: both;
  background: url(/images/dot.png) repeat-x scroll center top;
  background-color: transparent;
  border: none;
  margin:0;
  padding:10px 0 10px 20px;
  width: 95%;
  overflow: hidden;
}
div.focused {
  background: #ffffcc url(/images/dot.png) repeat-x scroll center top;
}
.ctrlHolder h4 {
  font-size: 1em;
  overflow: hidden;
  /*width: 75%;*/
  float: left;
  text-align: left;
  padding:5px 0 0.1em 10px;
  white-space:nowrap;
}
div.ctrlHolder  p.formHint {
  width: 50%;
}
.createAds {
  font-size: .9em;
}
.createAds h4 {
  padding: 0.5em 0;
}
.registrationForm div.ctrlHolder p.formHint, .createAds div.ctrlHolder p.formHint {
  width: 100%;
}
.registrationForm h4 {
  clear: both;
}
.createAds div.checkBox label.checkBox {
  margin: 0;
  font-weight: bold;
}
.createAds div.ctrlHolder input.checkBox {
  margin: 0.2em 10px 0 0;
}
#profileContainer div.ctrlHolder p.formHint {
  clear:left;
  padding:0 0 5px;
  width:90%;
}
.passHint {
  clear: left;
  color: #DC3D3D;
  font-size:0.8em;
  font-style:italic;
  font-weight:normal;
  padding:2px 5px;
  margin:0.1em 0.5em 0 38%;
}
.passSecure {
  clear: left;
  color: #DC3D3D;
  font-size:0.8em;
  font-style:italic;
  font-weight:bold;
  padding:2px 5px;
  margin:0.1em 0.5em 0 38%;
}
.interviewItem a.reasonTabLink {
  color:#3399CC;
text-decoration:none;
}

div.buttonHolder ul.pagination, div.showModelNews ul.pagination {
  border:0 none;
  display:inline;
  line-height:100%;
  margin:0;
  padding:0;
}
div.showModelNews ul.pagination {
  font-size: .9em;
  margin: 1em 0;
  display: block;
  text-align: center;
}
ul.pagination li {
  display:inline;
}
ul.pagination a:link, ul.pagination a:visited {
  /*border:1px solid #82878C;*/
  color: #82878C;
  font-weight: bold;
  padding: 1px 6px;
  text-decoration: none;
}
ul.pagination .selected a {
  background:#999999 none repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
}
ul.pagination li.first, ul.pagination li.last {
  display: none;
}
ul.pagination li.previous a,  ul.pagination li.next a {
  text-decoration: none;
  padding:0 18px;
  color:#82878C;
  margin:5px;
}

li.previous a {
  background: url(/images/back.gif) no-repeat left;
  /*float:left;*/
}
li.next a {
  background: url(/images/next.gif) no-repeat right;
  /*float:right;*/
}

/* Ads*/
.createAds div.ctrlHolder label, .createAds div.ctrlHolder input, .createAds div.ctrlHolder select {
  margin: .6em 0 0;
}
span.colorHash {
  float: left; margin: 0.5em 0 0 -15px;
}
/* registration */
a.registrationCandidate, #reflinkPage .buttonHolder a, #reflinkPage div.buttonHolderTop a {
  width: auto;
  padding: 5px;
  margin: 5px;
  background: #3399cc;
  color: #ffffff;
}

/* interview tabs */
.interviewTabs {
  clear: both;
  padding:5px 0 0 20px;
}
#interview .ctrlHolder {
  margin:0;
  padding:10px 0;
  width: 98%;
}
.companyInfo {
  width: 20%;
  font-size: .8em;
  color: #666666;
  padding: 5px 5px 0 12px;
  font-weight: normal;
  text-align: center;
  float: left;
}
.interviewItem .got {
  background: url(/images/interviewgot.gif) left 45% no-repeat;
}
.interviewItem .sent {
  background: url(/images/interviewsent.gif) left 45% no-repeat;
}
.companyInfo img {
  margin: 0 0 5px 0;
  border: none;
}
.interviewItem {
  height: 75%;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
}
.interviewItem a, .memberItem a {
  color: #333333;
  margin:0 5px 0 0;
}
.interviewItem ul.interviewAction {
  margin: 0;
  padding: 0 0 5px 10px;
  list-style: none;
  text-align: left;
  clear: both;
}
.interviewItem ul.interviewAction li {
  display: inline;
  margin: 0;
  padding: 0 1.5em 0 0;
  font-size: .8em;
}
ul.interviewAction li a {
  padding-left:18px;
}
ul.interviewAction li a.confirm {
  background: url(/images/confirm-5.gif) no-repeat left;
}
ul.interviewAction li a.deny {
  background: url(/images/deny5.gif) no-repeat left;
}
ul.interviewAction li a.delete, li a.delete {
  background: url(/images/delete4.gif) no-repeat left;
  padding-left:18px;
}
ul.interviewAction li a.interview {
  background: url(/images/interview4.gif) no-repeat left;
}
ul.interviewAction li a span {
  border-bottom:1px dashed;
}
#pageTitle ul li a.details {
  background: none;
}
/* my team */
.myTeamLinks {
  text-align: right;
  padding: 0 0 10px;
  width: 98%;
}
.myTeamLinks a {
  font-size: .8em;
  color: #666666;
  padding: 0;
  margin: 0 0 5px 10px;
  border-bottom:1px dashed;
}
#createDepartment form {
  overflow: hidden;
}
#createDepartment form input#createButton {
  clear: both;
}
a.back,  a.next {
  text-decoration: none;
  padding:0 18px;
  color:#82878C;
  margin:5px;
}

a.back {
  background: url(/images/back.gif) no-repeat left;
  float:left;
}
a.next {
  background: url(/images/next.gif) no-repeat right;
  float:right;
}

.interviewItem ul.padding1 {
  padding: 1em 0 0;
}


/*div.topResult .interviewInfo {
  width: 69%;
} */
.interviewInfo span.date {
  font-size: .75em;
}
.interviewInfo p {
  clear: both;
  font-weight: bold;
  padding:0 0 0.3em 10px;
}
.interviewInfo h4 {
  max-width:80%;
}
.interviewInfo p#proximity {
  clear: none;
  width: 30%;
  float: right;
  padding: 0 5px 0 0;
  text-align: right;
}
.interviewInfo div.proximity {
  color:#3399CC;
  display:inline;
  float:left;
  font-weight:bold;
  margin:5px;
}
div.proximity var {
  border-bottom:1px dotted;
  cursor:help;
}

.newStatus {
  color: #cc3333;
}
#models div.buttonHolder {
  width: 95%;
  padding: 10px 0;
}
/* block of links Forward, Back, See all etc. */
div.buttonHolder, div.buttonHolderTop {
  margin: 5px 0 0;
  padding: 10px 0 0 0;
  text-align: right;
  clear:both;
  width: 100%;
  font-size:0.8em;
  font-weight:bold;
  background: url(/images/dot.png) repeat-x scroll center top;
}
#reflinkPage div.buttonHolderTop, div.buttonHolderTop {
  background: url(/images/dot.png) repeat-x scroll center bottom;
  margin: 0 10px 10px;
  padding:10px 0 15px 0;
  width:90%;
}
#reflinkPage div.buttonHolderTop  p {
  text-align: left;
  font-weight: normal;
  color:#666666;
  font-size:1em;
}
#reflinkPage div.buttonHolderTop h3 {
  text-align: left;
  padding:0 0 0.5em;
  font-size: 1.2em;
}
#reflinkPage div.buttonHolder {
 width:90%;
 padding-top:20px;
 margin: 0 10px 10px;
}
ul.description {
  text-align: left;
  font-weight: normal;
  color:#666666;
  font-size:1em;
}
ul.description li {
  font-family: Georgia,Serif;
  font-style: italic;
  margin: 0 0 10px;
  width: 100%;
  list-style: none;
}
div.rightBlock {
  text-align: left;
}
.rightBlock h3 {
  padding-top: 10px;
}
#modelNews .rightBlock h3, #modelNews .rightBlock h1 {
  background: none;
  clear: both;
  margin: 0.5em 10px 0;
}
#bmStatistics, #modelNews .rightBlock p.description {
  background: url("/images/dot-vertical.png") repeat-y scroll 0 50% transparent;
  margin: 1em 0.5em;
  padding: 0 0.5em 0 1.5em;
  color: #666666;
  font-size: 0.9em;
}
#modelNews .rightBlock p.description {
  clear: left;
  font-family: Arial, Helvetica, san-serif;
  font-style: normal;
  width: auto;
  font-size: .8em;
}
#modelNews #bmStatistics h4 {
  color: #666666;
  padding-top: .5em;
}
#bmStatistics var {
  font-weight: bold;
  color: #3399cc;
}
#modelNews .rightBlock ul.vacancyTagsRight {
    width: 98%;
    font-size: 0.75em;
}
#modelNews .rightBlock ul.vacancyTagsRight li {
    clear: both;
    display: block;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    width: 90%;
}
#allTagsContainer p {
    text-align: left;
    font-size: 0.75em;
    margin: .4em;
    clear: both;
    color: #666666;
}
ul.vacancyTagsRight li a, #allTagsContainer #allTags p a   {
 -moz-background-clip:border;
 -moz-background-inline-policy:continuous;
 -moz-background-origin:padding;
 -moz-border-radius:6px 0 0 6px;
 -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  background: url("/images/marker-grey.gif") no-repeat scroll 3px 50% transparent;
  border: #cccccc 1px solid !important;
  padding: 1px 2px 2px 12px;
  color: #666666;
  font-weight: bold;
  list-style-type: circle;
  list-style-position: inside;
  float:left;
  margin: 0 3px 4px 0;
  white-space:normal;
  overflow: visible;
  max-width: 68%;
}
#allTagsContainer #allTags p a   {
  /*float: none;*/
}
#allTagsContainer div.buttonHolder {
  width: auto;
  text-align: center;
}
div.tagsButtonHolder {
  text-align: right;
  font-size: .75em;
  padding: 0 10px 0 0;
}
ul.vacancyTagsRight li a:hover, #allTagsContainer #allTags p a:hover {
  border: #cccccc 1px solid !important;
  text-decoration: underline;
  color: #3399cc;
}
/*#modelNews .rightBlock ul.vacancyTagsRight li */ span.tagsCount {
    /*float: right;
    position: relative;
    right: -25%;*/
    padding: 1px 0 0;
    line-height: 1.5em;
    font-weight: bold;
    float: left;
}
.rightBlock p, .rightBlock ul {
  font-size: 0.8em;
  padding: .5em;
  color:#666666;
  text-align: left;
}
.rightBlock ul {
  font-size: .9em;
}
.rightBlock ul li {
  padding: 0.3em 0;
}

.buttonHolder p {
 text-align: left;
 background: none;
 padding: 10px 0 5px 0;
}
.buttonHolder input,  .buttonHolder a, div.buttonHolderTop input, div.buttonHolderTop a {
  text-transform: uppercase;
}
#bmWork div.preText p {
  background:url("/images/dot-vertical.png") repeat-y scroll 0 50% transparent;
  margin: 1em .5em;
  padding: 0 .5em 0 1.5em;
  color: #666666;
  font-size: 0.8em;
  text-align: left;
  float: none;
}
#bmWork div.description {
  background: none;
  padding: .5em;
  width: auto;
  font-weight: bold;
  margin: 1em 0.5em;
  color: #666666;
  clear: left;
  font-family: Georgia,Serif;
  font-size: 0.9em;
  font-style: italic;
}
#bmWork .candidateBlock p, #bmWork .employerRightBlock h3 {
  background: none;
  margin: 0;
  padding: 0;
}
#bmWork #candidates {
  padding: .5em;
}
td.jqplot-table-legend {
  padding:0 0.3em;
}
div.pager{
  text-align: center;
  width:98%;
}
#payoutLink {
  text-transform: uppercase;
  margin: .5em 0;
  font-size:0.9em;
  font-weight:bold;
}
.pendingPayment {
  color: #cc3333;
  font-weight: bold;
}
/* main employer */
.noitem {
  font-weight: bold;
  padding:1em;
  text-align:left;
  font-size: .9em;
}
.noitem p {
  font-size:0.9em;
  font-weight:normal;
  padding:0.5em 0;
}
#models {
  margin:5px 0 0 20px;
}
.employer,  .member {
  clear: both;
  margin:0 10px 0 0;
  padding:5px 0;
  /*height: 5.8em;*/
  font-size: .9em;
  color: #333333;
  background:  url(/images/dot.png) repeat-x top;
  text-align:left;
}
.employer h4, .member h4 {
  /*font-size: 1.4em;
  font-weight: normal;*/
  padding:5px 0 1px 10px;
  width: 70%;
  float: left;
  overflow-x: hidden;
  color:#333333;
  font-size:1.2em;
  font-weight:bold;
}
.employer h4 img {
  margin-left: 15px;
}
.member h4 {
  font-size: 1.2em;
  color: #333333;
  font-weight: bold;
}
.activeItem {
  /*margin-right: 2px;*/
}
.activeItemRight {
  background: url(/images/pink-bg.png) repeat top;
  /*margin: 21px 0 0;*/
  padding: 10px;
  background:transparent url(/images/pink-bg.png) repeat scroll top;
  border:1px solid #CCCCCC;
  /*border-left: none;*/
  margin:0;
  z-index: -2;
}
.activeItemRight .rightBg {
  background-color: #FFFFFF;
  padding: 0;
}
div#myteamItems h2 {
  padding: 0.3em 0 0.6em 0;
}
.modelItem, .memberItem {
  height: 95%;
  padding:0;
}
div.modelItem .modelInfo, .memberInfo, .interviewInfo {
  width: auto;
  padding: 0;
  overflow: hidden;
  white-space:nowrap;
}
/*div.topResult .modelInfo{
  width: 82%;
} */
.modelInfo p {
  clear: left;
}
.topResult {
  background:transparent url(/images/topresult-bg.png) no-repeat right;
}
.modelBorder {
  overflow: hidden;
  padding:0;
  height: 98%;
  width: auto;
}
.topResult .modelBorder {
  border-color:#CCCCCC transparent #CCCCCC #CCCCCC;
  border-style:solid;
  border-width:1px 0 1px 1px;
}
.modelBorder .column {
padding:5px 0 5px 5px;
}
div.activeItem .topResult {
  padding-right:23px;
}
.modelInfo a.details {
  color: #333333;
}
#aboutyouItems a.details, #jobsItems a.details, #favoritesItems a.details,
#myteamItems h2 a.details, .interviewItem a.details, .memberItem a.details, .modelInfo a.details,
.topResult a.details, #vacancyItems a.details, a.confirm span, a.deny span, div.companyInfo h2 a.details, a.reasonTabLink {
  border-bottom: 1px dashed;
}
div.companyInfo a.details {
  border: none;
}
/*.modelInfo h4 a, .interviewInfo h4 a {
  width: 50%;
  display:block;
  float:left;
  overflow:hidden;
}*/
.modelInfo h4 span, .interviewInfo h4 span {
  float: left;
}
div.valueName dfn.details,   div.categoriesList ul li h3 {
  border-bottom: 1px dotted;
}
/*.topResult h4 {
  color: #333333;
  font-weight: bold;  */
  /*padding:5px 0 0 10px;*/
/*}*/
.topResult .results, .topResult a.details, .activeItem #modelName {
  color:#CC0000;
  font-weight: bold;
}
p.results {
  text-transform: uppercase;
  padding: 0 23px 0 0;
  text-align: right;
}
.topResult p.results {
  padding: 0;
}
#team p.results {
  margin-top: 30px;
}
#models p.results {
  float: right;
}
p.modelRegion {
  clear: left;
  float: left;
  font-size: 0.8em;
  padding: 5px 0 5px 10px;
  font-weight: normal;
}
.interviewInfo p.results {
  font-size: .8em;
  float: right;
}
p.results a {
  float: right;
  margin: -.2em 0 0 .5em;
}
p.results a:focus {
  outline: 0;
}
.oddResult {
  background:  url(/images/gray-bg.png) repeat;
}
.employer ul, .memberItem ul {
  clear: both;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  text-align: left;
}
.employer ul li, .memberItem ul li {
  /*display: inline;*/
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
  font-size: .9em;
}
.employer ul li a {
  color: #333333;
  text-decoration: underline;
}
.marker {
  display: block;
  height: 26px;
  width: 26px;
  margin: 0;
  padding: 0;
}

/* right block  Employer page */
.employerRightBlock {
  background-color: #FFFFFF;
  color:#82878C;
  margin:0;
  padding: 0;
  text-align:left;
  overflow: hidden;
}

div.items div.span-24 {
  width: auto;
  clear: left;
}
.tabs .employerRightBlock h3, .employerRightBlock h3 {
  background:transparent url(/images/pink-bg.png) repeat scroll center;
  color:#CC3333;
  font-weight:bold;
  padding:0 5px 5px;
  font-size:1em;
}
#first .employerRightBlock  div.span-24, .employerRightBlock  div.span-24, #second #myteamItems div.span-24  {
  /*padding: 10px 0 5px 13px;*/
  padding:10px 0 5px 10px;
  /*background: url(/images/marker-red-triangle.png) no-repeat left 30px;*/
  /*white-space:nowrap;*/
  font-size: .8em;
  position: relative;
}
#first .employerRightBlock p, .employerRightBlock p {
  font-weight: normal;
  font-size: 0.8em;
  padding: 0;
  white-space: normal;
  color: #82878C;
}
#first .employerRightBlock p.percents, .employerRightBlock p.percents, .activeItemRight p.percents {
  font-size: 1.6em;
  font-weight: bold;
}
.rightBlockInfo {
 /* float: left;
  width: 74%;*/
  overflow: hidden;
}
.employerInfo {
  /*margin: 0 3% 0 0;
  padding: 5px 0 0 3%;*/
  width: 55%;
  margin:0;
  padding:0;
  color: #82878C;
  text-align: left;
}
.employerInfo ul,  .tabs .employerInfo ul  {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
.employerInfo ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
.tabs ul.notInMenu {
  left: 8px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  display: inline;
}
#analysisRightBlock .tabs ul.notInMenu {
  left: 25px;
}
.tabs .employerInfo h2.showCandidateInfo,  p.showCandidateInfo {
  padding:0.5em 0 0.3em;
}
#interview p.showCandidateInfo {
  font-weight: bold;
}
#candidateItems p.showCandidateInfo, #myteamItems p.showCandidateInfo, #hoverCandidateInfo .employerInfo p.showCandidateInfo{
    color: #3399CC;
    font-size: 1em;
    font-weight: bold;
}
.avatar a.showCandidateInfo, .showCandidateInfo a,  a.showCandidateInfo {
  cursor: default;
}
#hoverCandidateInfo {
  -moz-box-shadow: 0 2px 2px #AAAAAA;
  -webkit-box-shadow: 0 2px 2px #AAAAAA;
  position: absolute;
  background: #ffffff;
  border: 2px solid #3399cc;
  /*padding:8px 0 5px 11px;*/
  padding:8px 0 5px 9px;
  z-index: 1000;
}
.tabs #hoverCandidateInfo, .activeItemRight #hoverCandidateInfo {
  width: 22.3%;
  font-size:0.7em;
}
#interview #hoverCandidateInfo, #myTeam #hoverCandidateInfo {
  /*font-size: .9em;*/
  padding:2px;
  width: auto;
}
#myTeam #hoverCandidateInfo .companyInfo {
  padding:2px 0 5px 8px;
  width: 80%;
}
#myTeam #hoverCandidateInfo .companyInfo a, #interview #hoverCandidateInfo .companyInfo a {
  color:#333333;
}
#interview #hoverCandidateInfo .companyInfo {
  padding: 1px 0 5px;
  margin-left: -1px;
  width: 55%;
}
#interview  #hoverCandidateInfo .companyInfo h2 {
  padding: 2px 0 0;
}
#interview #hoverCandidateInfo .interviewInfo {
  width: auto;
}
#interview #hoverCandidateInfo .employer h4, #myTeam #hoverCandidateInfo .employer h4,
#interview #hoverCandidateInfo .memberInfo h4, #myTeam #hoverCandidateInfo .memberInfo h4,
#interview #hoverCandidateInfo .interviewInfo h4, #myTeam #hoverCandidateInfo .interviewInfo h4 {
  color:#333333;
  font-size:1.2em;
  font-weight:bold;
  padding:3px 0 0 12px;
}
#interview  #hoverCandidateInfo ul, #myTeam  #hoverCandidateInfo ul {
  font-size: .7em;
  padding: 10px;
}
#analysisRightBlock #hoverCandidateInfo {
  margin:0 0 0 19px;
  padding:8px 0 5px 8px;
  width:21%;
}
#analysisRightBlock #hoverCandidateInfo .employerInfo {
  width: 48.5%;
}
#hoverCandidateInfo .employerInfo {
  /*margin:0 3.2% 0 0;*/
  font-size: 1.15em;
}
#hoverCandidateInfo .employerInfo  p {
  font-size:0.8em;
  margin-top: 0;
  color: #82878C;
}
.tabs #hoverCandidateInfo .bmIndicator p, #hoverCandidateInfo .bmIndicator p {
  font-size: 1.8em;
}
#hoverCandidateInfo ul {
  border-top:1px dotted #cccccc;
  clear:both;
  font-size:0.9em;
  list-style:none;
  margin:0 5px 0 0;
  padding:5px;
}
#hoverCandidateInfo ul li {
  /*float: left;*/
  margin-right: 10px;
  padding: 3px 0 0 0;
  clear: left;
  display:block;
}
#hoverCandidateInfo a.details, #hoverCandidateInfo a.add, #hoverCandidateInfo a.addFormLink,
#hoverCandidateInfo a.deleteCandidate,  #hoverCandidateInfo a.blockCandidate,
#hoverCandidateInfo a.addTeamMember,  #hoverCandidateInfo a.analysisCandidate,
#hoverCandidateInfo span.addFormLinkInactive, #hoverCandidateInfo a.deleteTabLink,
#hoverCandidateInfo a.unblockCandidate, #hoverCandidateInfo a.restoreCandidate, #hoverCandidateInfo a.demandAnInterviewFormLink,
.candidateMenuProfile a.addFormLink, .candidateMenuProfile a.deleteCandidate,
#hoverCandidateInfo a.requestProfile, #hoverCandidateInfo a.requestAnswers,
#hoverCandidateInfo span.requestProfileInactive, #hoverCandidateInfo span.requestAnswersInactive  {
  background:url("/images/details.png") no-repeat scroll left top transparent;
  min-height:18px;
  padding:2px 0 0 22px;
  display:block;
  text-decoration: underline;
}
#hoverCandidateInfo a.add {
  background:url("/images/add-5.gif") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.addFormLink, #hoverCandidateInfo a.demandAnInterviewFormLink, .candidateMenuProfile a.addFormLink {
  background:url("/images/interview4.gif") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.deleteCandidate, #hoverCandidateInfo a.deleteTabLink, .candidateMenuProfile a.deleteCandidate {
  background:url("/images/delete4.gif") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.blockCandidate {
  background:url("/images/deny5.gif") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.unblockCandidate {
  background: url(/images/confirm-5.gif) no-repeat left;
}
#hoverCandidateInfo a.restoreCandidate {
  background: url(/images/restore.png) no-repeat left
}
#hoverCandidateInfo a.addTeamMember {
  background:url("/images/teammember.png") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.analysisCandidate {
  background:url("/images/chart_bar.png") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.requestProfile {
  background:url("/images/001_35.png") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.requestAnswers {
  background:url("/images/001_36.png") no-repeat scroll left top transparent;
}
#hoverCandidateInfo a.details:hover, #hoverCandidateInfo a.add:hover, #hoverCandidateInfo a.addFormLink:hover,
#hoverCandidateInfo a.deleteCandidate:hover,  #hoverCandidateInfo a.blockCandidate:hover,
#hoverCandidateInfo a.addTeamMember:hover,  #hoverCandidateInfo a.analysisCandidate:hover,
#hoverCandidateInfo a.requestProfile:hover, #hoverCandidateInfo a.requestAnswers:hover {
  color: #cc3333;
}
#hoverCandidateInfo span.addFormLinkInactive, #jobsItems .interviewInactive, #favoritesItems .interviewInactive,
#hoverCandidateInfo span.requestProfileInactive, #jobsItems .requestProfileInactive, #favoritesItems .requestProfileInactive,
#hoverCandidateInfo span.requestAnswersInactive, #jobsItems .requestAnswersInactive, #favoritesItems .requestAnswersInactive {
  color: #999999;
  background:url("/images/interview-inactive.png") no-repeat scroll left top transparent;
  text-decoration: none;
}
#hoverCandidateInfo span.requestProfileInactive, #jobsItems .requestProfileInactive, #favoritesItems .requestProfileInactive,
#hoverCandidateInfo span.requestAnswersInactive, #jobsItems .requestAnswersInactive, #favoritesItems .requestAnswersInactive {
  background:url("/images/request-inactive.png") no-repeat scroll left top transparent;
}
#jobsItems .interviewInactive, #favoritesItems .interviewInactive,
#jobsItems .requestProfileInactive, #favoritesItems .requestProfileInactive,
#jobsItems .requestAnswersInactive, #favoritesItems .requestAnswersInactive {
  width: 16px;
  /*float: left;*/
  display: block;
}
/* employer analysis */
.modelInfo .analysis {
  float: left;
  margin:10px 0 0 10px;
}
.analysis h3, .analysisSummary h3 {
  overflow: hidden;
  margin: 2px 0;
  padding: 0;
  background:url("/images/pink-bg.png") repeat scroll 0 0 transparent;
}
.analysis h3 span, .analysisSummary h3 span {
  background:url("/images/drag-vertical.png") no-repeat scroll right transparent;
  padding:5px 0.5em;
  display:block;
  width: 90%;
  float: right;
  overflow: hidden;
}
.analysisChart {
  padding: 10px;
  overflow: hidden;
  clear: left;
}
.analysisSummary h3 span {
  background: none;
}
.analysis h3 span.toggleButton, .analysisSummary h3 span.toggleButton {
  background:url("/images/questionshow.png") no-repeat scroll 5px 7px transparent;
  width: 16px;
  display:block;
  float:left;
  height:16px;
  margin:0;
  padding: 5px;
  overflow:hidden;
  text-indent:0;
}
.analysis h3.active span.toggleButton, .analysisSummary  h3.active span.toggleButton {
  background:url("/images/questionhide.png") no-repeat scroll 5px 7px transparent;
}

#analysisRightBlock .employerRightBlock div.span-24 {
  background:transparent;
  font-size:0.8em;
  padding:10px 0 5px 5px;
}
#analysisRightBlock input {
  float:none;
  width:auto;
}
#vacancyThreshold {
    color: #666666;
    font-weight: bold;
    margin: 0 0 .5em;
}
#vacancyThreshold var {
    color: #CC3333;
    margin: 0 0.5em;
}
.checkboxContainer {
    width:16px;
    height:16px;
    float: left;
    margin:20px 5px 0 0;
    background:url(/images/checkbox.png) 0 0 no-repeat;
    cursor:pointer;
    overflow:hidden;
    position:relative; /* IE fix to hide overflow */
}
#checkboxContainerLeft {
  width: auto;
  margin: 1em 0 0 10%;
  height: 1.5em;
}
#checkboxContainerLeft  div.checkboxContainer {
  margin: 0;
  height: 14px;
}
.checked {
    background-position:0px -16px !important;
}
.checkboxContainer input {
    position:relative;
    left:30px;
}
#checkboxContainerLeft input {
    float: none;
    width: 14px;
}
#checkboxContainerLeft h5 {
  float: left;
  padding: 0 0 0 5px;
  margin: 0;
  font-size: 1em;
}
#checkboxContainerLeft img.help {
  float: left;
  padding: 0 0 0 5px;
  margin: 0;
  cursor: help;
}
#checkboxContainerLeft.checked h5 {
  color:#ff3333;
  text-shadow: -1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white,1px -1px 2px white;
}
/* agents*/
table.dataGrid {
  border-collapse:collapse;
  border:1px solid #D6D8DB;
  margin: 1em;
  width: 95%;
  color:#333333;
  /*text-align: left;*/
  table-layout: fixed;
}
table.dataGrid td, table.dataGrid th  {
  padding: .5em;
  border-bottom: 1px solid #D6D8DB
  /*width: auto;*/
}
table.dataGrid td.tdText, table.dataGrid th.tdText{
  /*width: 25%;*/
  white-space: -moz-pre-wrap; /*Mozilla*/
  white-space: -o-pre-wrap; /*Opera*/
  word-wrap: break-word; /*Internet Explorer 6+*/
}
table.dataGrid th {
  font-weight: bold;
}
table.dataGrid tr.tableHeader{
  background:  url(/images/pink-bg.png) repeat;
}
/* promoter*/
.promoterTable  {
  font-size: .9em;
}
#passportContainer label {
  color: #666666;
}
#passportContainer .select {
  clear: both;
  padding: 5px 0 0;
}
/* my team */
/*div#team h4 {
  float:left;
  font-size:1.2em;
  overflow:hidden;
  text-align:left;
  width:75%;
}*/
div#team h2, #content div.companyInfo h2 {
  padding: 0;
}
div#team div.topResult .interviewInfo {
  width:67%;
}
/* popup window Info of Created Model */

/* popup details */
.showModel, .detailsCandidate, .detailsEmployer, .detailsPsycho, #cboxTitle {
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
}
.showModel h2, .detailsCandidate h2, .detailsEmployer h2, .detailsPsycho h2 {
  font-size: 1em;
}
.showModel div.showModelInfo, .detailsCandidate div.detailsCandidateInfo, .detailsEmployer div.detailsEmployerInfo,
.detailsPsycho div.detailsPsychoInfo {
  margin: 10px;
}
.detailsCandidate div.span-24, .detailsEmployer div.span-24, .showModel div.span-24 {
  clear: both;
  margin: 10px 0;
  padding: 10px 0;
  background:  url(/images/dot.png) repeat-x bottom;
  overflow: hidden;
}
.detailsPsycho div.span-24 {
  clear: both;
  margin: 10px 0;
  padding: 5px 0;
  cursor: pointer;

}
.detailsPsycho div.span-11 {
  padding: 5px;
}

.showModel div.detailsHeader, .detailsCandidate div.detailsHeader, .detailsEmployer div.detailsHeader, .detailsPsycho div.detailsHeader {
  float: left;
  width: 35%;
  font-weight: bold;
  padding: 0;
}
.showModel div.detailsContent, .detailsCandidate div.detailsContent, .detailsEmployer div.detailsContent, .detailsPsycho div.detailsContent {
  padding: 0 0 0 36%;
}
.showModel p, .detailsCandidate p, .detailsEmployer p, .detailsPsycho p,
.showModel pre, .detailsCandidate pre, .detailsEmployer pre, .detailsPsycho pre {
  display: inline;
  color: #3399cc;
  font-weight: bold;
  padding: 0 5px;
}
.showModelInfo h3 {
  background:url("/images/dot.png") repeat-x scroll center bottom transparent;
  clear:both;
  overflow: hidden;
  margin:0 0 10px 0;
  padding:0 0 10px 0;
}
.showModelInfo h3 span {
  color: #3399cc;
}
p.inversion {
  float: right;
  color: #666666;
  display: inline;
  font-weight: normal;
}

.showModelFull {
  /*background-color:#FFFFFF;
  clear:both;*/
  color:#666666;
  margin:10px;
  overflow:hidden;
  padding:5px 10px;
  text-align:left;
  font-family: Arial,Helvetica,sans-serif;
}
.showModelFull .ctrlHolder {
  background: transparent url(/images/dot-vertical.png) repeat-y scroll 30%;
  border:medium none;
  clear:both;
  margin:15px 0;
  overflow:hidden;
  padding:0;
  width:95%;
}
.showModelFull .ctrlHolder h4 {
  white-space:normal;
}
.showModelFull div.blockLabel {
  float: left;
  display: inline;
  padding:0 10px;
  width:65%;
}
.showModelFull h4 {
  clear:left;
  float:left;
  margin:0 0 10px;
  padding:0 10px;
  width:30%;
}
.showModelFull div.blockLabel h4 {
  display: block;
  /*float: none;*/
  padding:0;
}
.showModelFull div.buttonHolder, .showModelFull div.buttonHolderTop {
  width:95%;
  padding: 10px 0;
}
p.description, .showModelFull pre.description {
  clear: left;
  width: 100%;
  font-style: italic;
  margin:0 0 10px;
  font-family:Georgia,Serif;
  font-size: .9em;
}
form.registrationForm p.description {
  margin: 10px 0;
  color: #666666;
}
.modelShowDescription {
  float: left;
  width: 65%;
  font-size: .9em;
}
.modelShowDescription h5 {
  font-weight: bold;
  padding: 0 0 5px 0;
}
.modelShowDescription p {
  padding: 0 0 10px 0;
}
.modelShowDescription pre {
  padding:0 0 10px;
  width:100%;
}
/*.showModelFull img {
  float: left;
} */
.showModelFull h3 {
  padding: 0 0 10px 0;
}
#vacancyClosed {
  padding: 5px;
  margin-bottom: 10px;
  border: 2px solid #3399cc;
  width: 85%;
  font-size:0.8em;
}
.modelShowFull p {
  text-align: left;
  padding:0 5px;
}
.modelShowFull a {
 /*background:  url(/images/pink-bg.png) repeat;*/
 color: #333333;
 padding:5px 0.5em;
}
.modelShowFull a.details {
    border-bottom: 1px dashed;
    color: #3399CC;
    margin: 0 0.5em;
    padding: 0;
}
.modelShowFull span {
  color: #666666;
}
.bmIndicator {
  /*width: 25%;*/
  float:right;    /*new*/
  margin:0 3% 0 0;       /*new*/
  text-align: right;
}

.scrollTop {
  border-bottom:1px solid #E6E6E6;
  margin: 0;
  text-align:center;
}
.scrollTop a {
  padding: 0 46%;
}
.disabled {
  /*background:#E6E6E6 none repeat scroll 0 0;*/
  height: 16px;
  /*border: none;*/
}
.disabled img {
  display: none;
}

.scrollBottom:hover, .scrollTop:hover {
  background: #E6E6E6;
  cursor: pointer;
}
.disabled:hover {
  background: none;
  cursor: default;
}
.scrollBottom {
  /*width: 100%;*/
  margin: 10px 0 0;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  /*position: absolute;
  bottom: 0;
  left: 0;  */
}
div.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    /* vertical scrollers have typically larger height than width */
    height: 53em;
    width: auto;
}
div.addCategoryLeft .scrollTop, div.addCategoryLeft .scrollBottom {
  float: left;
  margin: 0 .5em 0 0;
}
div.addCategoryLeft .scrollBottom {
  float: right;
}
div.addCategoryLeft div.scrollable {
  clear: both;
  height: auto;
}
div.scrollable div.items {
    /* this time we have very large space for height */
  height:20000em;
  position:relative;
}
div.addCategoryLeft div.scrollable div.items {
  height: auto;
}
div.scrollableHorizontal {
  position:relative;
  display: block;
  /*overflow:hidden;*/
  width: 100%;
  height: 1.5em;
  /*float: left;
  top:1px;*/
  z-index:10;
  /*height:90px;*/
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {  /* hack for Opera */
    div.scrollableHorizontal { display: block; overflow: hidden;}
    ul.tabNavigation { display: inline;}
}
div.scrollableHorizontal ul.itemsHorizontal {
    /* this cannot be too large */
    width:20000em;
    position:relative;
    top: 1px;
}
a.scrollLeft, a.scrollRight {
  cursor:pointer;
  display:block;
  /*height:10px;*/
  width:14px;
  float:left;
  background: #ffffff;
  border-color:#CCCCCC;
  border-style:solid;
  border-width: 0 1px 1px;
  color:#3399CC;
  font-size:1.3em;
  /*line-height:1.5;*/
  margin:0;
  padding:0 5px;
  position:relative;
  text-align:center;
  text-shadow:-1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
  top:0;
  white-space:nowrap;
}
a.scrollRight {
  float: right;
}


/* candidate page with questions */
#initialDataForm div.tagsContainerContent {
  height: 450px;
  overflow: auto;
}
#tagSpecify {
 padding: 30px 10px 10px;
}
#tagsContainer .hint {
  font-weight: bold;
  margin: 0.5em 0;
}

#tagsContainer #sendCodeButton {
  float: left;
  margin: 0 0 10px 30%;
}
#phoneInputDiv a.help {
    border-bottom: 1px dashed #3399CC;
    float: left;
    font-size: 0.9em;
    margin: 2px 10px 0;
    text-decoration: none;
    cursor: help;
}
div.ui-tooltip-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}

#tagList {
  overflow: hidden;
  padding: 10px;
  list-style: none outside none;
}
#tagList li {
  clear: both;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px 0 0;
}
#tagList li div.tagName {
  color: #666666;
  float: left;
  font-size: 0.9em;
  padding: 0 5px 0 0;
  width: 30%;
}
#tagList li div.tagScale {
  float: left;
  overflow: visible;
  width: 65%;
}
dl.modelScale {
  margin: 2px;
}
/*#tagsContainer #initialDataForm div.buttonHolder  {
  background: url("/images/dot.png") repeat-x scroll center top transparent;
} */
#tagList div.experienceSlider {
  left: 6%;
  width: 84%
}
.modelShowFull, .modelShowNews, #modelNews h3, #modelNews h1 {
  padding: 3px 0;
  margin: 0 10px 0 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #cc3333;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
}
#modelNews h1, #modelNews h3 {
  clear: both;
  background:url("/images/dot.png") repeat-x scroll center bottom transparent;
  margin:0.5em 20px 0;
  font-size: .9em;
}
#modelNews h4 {
  color: #333333;
  padding: 0 0 .5em 0;
}
#modelNews h4 span {
  font-weight: normal;
}
.regions {
  font-size: .85em;
}
.showModelNews {
  margin:0.5em 20px 0;
  text-align:left;
  overflow: hidden;
}
div.showModelNews > div {
  list-style:none outside none;
  clear:both;
  color: #333333;
  margin:0;
  font-size:0.8em;
  padding:5px;
  border-top:1px solid transparent !important;
  border-bottom: 1px solid #cccccc;
  outline:medium none;
}
div.showModelNews > div:hover {
  background: #eaf6fb;
  border-top:1px solid #64BBE6  !important;
  border-bottom: 1px solid #64BBE6;
}
#reflinkPage p.hint {
  color: #666666;
  font-size: 0.9em;
  margin: 5px 20px 10px;
}
div.vacancyItem, div.vacancyItemLogged {
  position:relative;
}
div.vacancyItemLogged {
  width: 80%;
  float: left;
}
div.showModelNews div:hover ul.vacancyTags li {
  background: #FFFFFF;
}
div.showModelNews div:hover ul.vacancyTags li a {
  color: #3399cc;
  background: #FFFFFF;
}
.linkStatistic {
  padding: .5em 0;
}
div.playButton a.confirm {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
    padding: 5px;
    text-transform: uppercase;
    background-color: #cc0000;
}
.showModelNews a:focus,  #searchVacancyText {
  outline: 0;
}
div.showModelNews a.showForm {
  background:url("/images/trianlge-blue-s.png") no-repeat scroll 2px 2px #FFFFFF;
  border:1px solid;
  display:block;
  float:left;
  height:15px;
  width:15px;
  margin:8px 5px 0 0;
}
div.showModelNews a.openForm {
  background:url("/images/trianlge-blue-n.png") no-repeat scroll 2px 2px transparent;
}
.showModelNews div.vacancyDescription {
  width:93%;
  float: left;
  padding: 0.5em 0 0 0.5em;
}
.showModelNews div.vacancyDescription p a, .showModelNews div.vacancyDescription h4 a {
  display: inline;
  padding:0 0.5em 0 0;
}
#modelNews h4 a, .showModelNews div.vacancyDescription p a:hover, .showModelNews div.vacancyDescription h4 a:hover, .showModelNews div.vacancyDescription li a:hover{
  text-decoration: underline;
}
form.linkGenerate {
  padding: 0 10px 5px 40px;
  clear:both;
}
#cboxContent #modelNews {
  background:none repeat scroll 0 0 #E1E2E3;
  padding: .5em;
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
}
#cboxContent div.showModelNews {
  border: 0;
}
#cboxContent div.showModelNews > div:hover {
  background: #E1E2E3;
  border:0 !important;
}
#cboxContent form.linkGenerate {
  padding: .5em;
  border:1px dashed #B7B8BB;
}
#cboxContent form.linkGenerate input {
  width: 80%;
}
#cboxContent form.linkGenerate input.confirm, #cboxContent form.linkGenerate input.showAllLinks {
  width: auto;
}
#cboxContent #modelNews fieldset, #cboxContent #modelNews div.allLinks {
  width: 90%;
}
#cboxContent .linkStatistic {
  clear:none;
  float:left;
  padding:5px 0;
  width:18%;
  font-size:0.9em;
  border: 0;
}
#cboxContent div.vacancyCreate {
  font-size: .8em;
}
form.linkGenerate input {
  float: none;
  width: 70%;
}
form.linkGenerate input.confirm {
  width: auto;
}
form.linkGenerate input.showAllLinks {
  background-color:#3399CC;
  color:#FFFFFF;
  padding:3px;
  border:medium none;
  width:auto;
}
form.linkGenerate label {
  color: #666666;
}
form.linkGenerate fieldset input {
  width: 95%;
  border: 0;
}
#modelNews fieldset, #modelNews div.allLinks {
  overflow: hidden;
  border: 1px solid #3399cc;
  margin:10px 0;
  padding:0.5em 0.5em 0.8em;
  width: 81%;
  float: none;
}
#modelNews legend {
  padding: 0 .5em;
  margin: 0;
  font-size: .9em;
  color: #666666;
  font-style: italic;
}
div.allLinks table {
  width: 100%;
}
div.allLinks table td {
  padding: .3em 0;
  border-bottom: 1px solid #cccccc;
  width: 40%;
}
div.allLinks table td.showReferalLink{
  width: 60%;
}
div.allLinks table th {
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
#clickCount, #registrationCount {
  padding:0 10px;
  color: #666666;
  font-weight: bold;
}
#clickCount var {
  font-size: 1.5em;
  color: #3399cc;
}
#registrationCount var {
  font-size: 1.5em;
  color: #cc0000;
}
#vacancySearch {
  width: 60%;
  overflow: hidden;
  border: 3px solid #3399cc;
  padding: 0;
  height: 25px;
  margin: 10px 10px 5px 20px;
   -moz-border-radius:5px;
 -webkit-border-radius: 5px;
  border-radius: 5px;
}
#vacancySearch input {
  border:medium none;
  padding:0;
  width:80%;
  height: 25px;
}
#vacancySearch #searchVacancyButton {
  margin: 0;
  /*background:url("/images/search_16.png") no-repeat scroll 4px 4px transparent;*/
  background-color: #3399cc;
  border-left: 1px solid #3399cc;
  color:#ffffff;
  float:right;
  font-size:.8em;
  font-weight:bold;
  padding:0 8px;
  width:auto;
  /*height: 25px;*/
}
#searchVacancyReset {
  border:0 none;
  color:#87C7E6;
  float:right;
  font-weight:bold;
  padding:2px 1%;
  text-align:center;
  width:auto;
}
#searchVacancyReset:hover {
  color: #3399cc;
}
.searchResutls {
  color:#666666;
  font-size:0.8em;
  font-style:italic;
  padding:0 0 10px 25px;
}
div.vacancyCreate {
  float: right;
  width: 30%;
  padding: 0 .2em;
  margin:0 0 0.5em 0;
  font-size: .85em;
}
div.vacancyCreate a {
  font-weight: bold;
}
div.vacancyCreate var {
  color: #999999;
  font-weight: bold;
}
ul.vacancyTags {
  float: left;
  width: 65%;
  margin: .5em 0;
  overflow: hidden;
  padding: 0 .2em 0 0;;
}
ul.vacancyTags li a {
  color: #666666;
}
#cboxContent ul.vacancyTags li a {
  color:#666666;
  font-size:0.8em;
  font-weight:normal;
}
#texts ul.vacancyTags {
  float: none;
  font-size: 0.8em;
  width: 100%;
}
#findJob {
  padding: 20px 0;
}
#findJob a {
  text-decoration: underline;
}
ul.holder li.bit-box, ul.vacancyTags li {
 -moz-background-clip:border;
 -moz-background-inline-policy:continuous;
 -moz-background-origin:padding;
 -moz-border-radius:6px 0 0 6px;
 -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  background: /*#3399cc*/ none repeat scroll 0 0;
  border: #cccccc 1px solid !important;
  padding:1px 15px 2px 5px;
  color: #999999;
  font-weight: bold;
  list-style-type: circle;
  list-style-position: inside;
}
ul.vacancyTags li {
  clear: none;
  float:left;
  margin:0 3px 4px;
  /*white-space:nowrap;*/
  overflow: visible;
}
ul.vacancyTags li:hover {
  border: #cccccc 1px solid !important;
}
#tagsContainer h4 {
  clear: both;
  margin: 10px 0 0;
  color: #666666;
}
#tagsContainer div.ctrlHolder {
    background: url("/images/dot.png") repeat-x scroll center bottom transparent;
}
#tagsContainer div.buttonHolder {
  background: none;
}
#tagsContainer p.formHint {
  width: 100%;
  clear: left;
}
#tagsContainer label {
    float: left;
    font-weight: bold;
    padding: 0;
    width: 30%;
    font-size: .9em;
}
div.progressBar {
  float: left;
  border: 1px solid #999999;
  width: 50%;
  padding: 0;
  height: 20px;
  margin: 10px 5px 0;
}
div.timer{
  float: left;
  /*display: inline;*/
  width: 0;
  background-color: #cc3333;
  /*display: none;*/
  padding: 0;
  margin: 0;
  height: 20px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

/*candidate edit profile */
div.showProfile {
    float: left;
    width: 75%;
}
div.candidateActionMenu {
    float: left;
    width: 25%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
}
ul.candidateActionBlock {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.5em;
    margin: 0;
}
ul.candidateActionBlock li {
    clear: left;
    list-style: none outside none;
    margin: 1em 0;
    overflow: hidden;
}
ul.candidateActionBlock li img {
  float: left;
}
ul.candidateActionBlock li a {
  text-decoration: underline;
  margin: 0 0 0 25px;
  display: block;
}
div.candidateActionMenu p {
  /*border: 1px solid #CCCCCC;*/
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
  color: #666666;
  font-weight: bold;
}
#paymentInfo {
  background-color: #E0E2E4;
  clear: both;
}
div.candidateActionMenu p var {
  color: #CC3333;
}
img.candidateAvatar {
  float: left;
  margin:0 1em;
}
div.profileTable h1, div.profileTable h2 {
  /*float: left;*/
  padding:.5em 0;
  overflow: hidden;
  color: #cc3333;
}
div.profileTable h1 {
  font-size: 1.2em;
  background: url("/images/dot.png") repeat-x scroll center bottom transparent;
  padding: .5em 0 .2em 0;
  margin: 0 0 .5em 150px;
}
div.profileTable h2 {
  font-size: 1em;
}
.candidateActionBlock {
  /*border: 1px solid #CCCCCC;*/
  padding: .5em;
  background: url("/images/dot.png") repeat-x scroll center bottom transparent;
  overflow: hidden;
}
div.candidateActionBlock {
  font-size: .8em;
}
div.candidateActionBlock a {
  margin: .0 1em .5em;
  float: right;
  clear: both;
  text-decoration: underline;
}
div.candidateActionBlock ol, div.candidateActionBlock ul {
  color: #82878C;
  margin: 0.5em 1em;
}
div.candidateActionBlock ol li, div.candidateActionBlock ul li {
  margin: 0.3em 1em;
  clear: both;
}
div.candidateActionBlock ul li {
  list-style: none;
}
div.profileTable {
  color:#333333;
  padding:5px 10px;
  margin:10px;
  text-align:left;
  background-color: #FFFFFF;
  overflow:hidden;
  clear:both;
  font-size: .9em;
}
div.profileTable div.candidateInfoBlock {
  float: left;
  /*font-size: 0.8em;*/
  width: 63%;
}
div.profileTable div.candidateInfoBlock h3 {
  margin: 0;
  padding: 0;
}
div.fullProfile {
  margin-right:0;
  float:left;
}
div#cboxContent div.profileTable {
  margin:0 10px;
  padding:0 10px 5px 10px;
  background:transparent url(/images/dot.png) repeat-x scroll center bottom;
  font-family: Arial,Helvetica,sans-serif;
}
div.profileTable form#publicProfileForm {
  padding: 0;
}
form.profileForm h3 {
  clear:both;
  color:#CC3333;
  font-size:1em;
  font-weight:bold;
  padding:.5em 0;
  overflow: hidden;
}
div.profileTable  h3 {
  color: #CC3333;
  clear: both;
  /*float: left;*/
  width: 40%;
  margin:0 0 10px;
  padding:0 10px;
}
div.hresume div.profileTable h3 {
  color: #3399cc;
  float: left;
}
div#cboxContent div.profileTable div.infoBlockProfile,
div#cboxContent div.profileTable p.infoBlockProfile, div.fullProfile div.profileTable div.infoBlockProfile,
div.fullProfile div.profileTable p.infoBlockProfile {
  float: right;
  width: 55%;
  margin:0 0 10px;
}
div#cboxContent div.profileTable div.ctrlHolder, div.fullProfile div.profileTable div.ctrlHolder {
  background: none;
  clear: both;
}
div#cboxContent div.profileTable a, a.analysisInProfile,  a.profileInAnalysis {
  padding: 10px;
  font-weight: bold;
  text-decoration: underline;
  clear: right;
  float: right;
}
a.analysisInProfile {
  float: left;
  font-size: .8em;
}
a.profileInAnalysis {
  font-size: .9em;
  /*clear: left;*/
}
div#cboxContent div.profileTable div.profileTime, div.fullProfile div.profileTable div.profileTime {
  width: 24%;
}
div#cboxContent div.profileTable div.profileDataInline, div#cboxContent div.profileTable div.profileDataBlock,
div.fullProfile div.profileTable div.profileDataInline {
  width: 70%;
}
div.fullProfile div.profileTable  div.profileDataBlock {
  width: 93%;
}
div#viewMainProfile h4 {
  clear:left;
  font-size:1em;
  font-weight:bold;
  padding: 0;
  width: 35%;
  float:left;
  /*color: #3399CC;*/
}
div#viewMainProfile p {
  float:left;
  width:50%;
}
div#viewMainProfile div.blockLabel p, div#viewMainProfile div.blockLabel pre {
  width: 90%;
  margin: 0;
}
div#viewMainProfile p, div#viewMainProfile img {
  margin: 0 1em;
}
div.profileTable div.ctrlHolder {
  clear: none;
}
div#cboxContent div.profileTable div.profileDataInline h4, div#cboxContent div.profileTable div.profileDataBlock h4,
div.fullProfile div.profileTable div.profileDataInline h4, div.fullProfile div.profileTable  div.profileDataBlock h4{
  display: inline;
  width: auto;
  float:none;
  font-weight: bold;
  color: #3399cc;
  font-size: 1em;
  padding: 0;
  margin: 0;
  white-space: normal;
}
form.profileForm {
  padding:5px 10px;
  margin:10px;
  background-color: #FFFFFF;
}
/*form.profileForm label {
  width: 40%;
  padding:0 10px 0 0;
} */
form.profileForm h3 {
  color: #3399cc;
}
div.profileTime {
  float: left;
  width: 20%;
  padding: 0 .5em;
  font-size: 0.8em;
}
div.profileDataInline, div.profileDataBlock {
  float: left;
  width: 60%;
  padding: .5em;
  background-color: #E0E2E4;
}
div.profileDataBlock {
  width: 80%;
  padding: .5em 1em;
}
div.profileDataInline h4, div.profileDataBlock h4 {
  display: inline;
  float:none;
  font-weight: bold;
  color: #3399cc;
  font-size: 1em;
  padding: 0;
  margin: 0 5px;
  white-space: normal;
}
div.partProfileEditing {
  background-color: #D5EDF9;
  border: 2px solid #3399cc;
}
#candidateRegionList h4 {
  float: left;
  margin-right: 10px;
  width: 30%;
}
div.profileDataInline h5, div.profileDataBlock h5 {
  display: inline;
  float:none;
  font-weight: bold;
  padding: 0;
  margin: 0 5px
}
div.profileDataInline p, div.profileDataBlock p,
div.profileDataInline pre, div.profileDataBlock pre {
  padding: .2em 0;
  font-size: .9em;
}
div.profileAction {
  float: left;
  width: 5%;
  padding: 0 0 0 1em;
}
div.profileAction a img {
  margin: .2em 0;
  display: block;
}
.profileTable .candidateMenuProfile {
  margin:0 0 1em;
  overflow:hidden;
  padding:0 0 0.5em;
  font-size: .9em;
  background:transparent url(/images/dot.png) repeat-x scroll center bottom;
}
.profileTable .candidateMenuProfile p span{
  font-weight: bold;
}
.profileTable .candidateMenuProfile ul {
  display: block;
  list-style-type: none;
}
.profileTable .candidateMenuProfile ul li {
 float: left;
 margin: 3px .5em 0 0;
}
/* tabs */
.tabs {
  margin: 0;
  text-align: left;
  color: #666666;
}
.rightBlockInfoCandidate {
  float:left;
  text-align:left;
  width:51.5%;
}
.tabs h1{
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  margin: .2em 0;
}

.tabs h3, #jobsItems h3 {
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  padding: 5px;
}
#jobsItems h3, #favoritesItems h3 {
  font-size:0.9em;
}
.tabs h4, #jobsItems h4 {
  font-size: .7em;
  padding: 0 5px;
  color: #333333;
}
#similarVacancies h2 {
  font-size: 1em;
  margin: 5px 0 0;
  padding: 1em 0;
}
#similarVacancies ul {
    font-size: 0.8em;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 5px;
}
#similarVacancies ul li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
}
#jobsItems {
  padding: 0 0 0 10px;
}
.tabs h2 {
  font-size: 1em;
  color:#3399CC;
  font-weight: bold;
}
.tabs ul {
  margin: 5px 0 0;
  padding: 5px;
  list-style: none;
  font-size: 0.8em;
}
.tabs ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
  /*border-left: #c2c2c2 solid 1px;*/
}
#jobsItems ul li, #favoritesItems ul li {
  float: left;
}
.tabs div.buttonHolder {
  margin: 10px 0 0;
}
ul.tabNavigation {
  list-style:none;
  margin:0;
  padding:0;
  display: block;
}
div.profileNavigation {
  float: right;
  width: 30%;
}
div.profileNavigation ul.tabNav {
  margin:0;
  font-size: 1em;
  /*border-top: 1px solid #cccccc;*/
  list-style:none;
  padding:0;
}
div.profileNavigation ul.tabNav li{
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  /*border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;*/
  width:92%;
}
div.profileNavigation ul.tabNav li a {
  display: block;
  margin:0 0 5px 0;
  padding: 5px .5em 5px 2em;
  line-height:1.4;
  text-align:left;
  white-space:nowrap;
  font-size: .9em;
  color:#3399CC;
  background: /*#E9EAEC;*/ url(/images/gray-bg.png) repeat;
  border-color:#CCCCCC;
  border-style:solid;
  border-width:1px 1px 1px 0;
  text-shadow:-1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
}
div.profileNavigation ul.tabNav li a.selected {
  background:  url(/images/pink-bg.png) repeat;
  text-align: left;
  position:relative;
  z-index:2;
  right: 2px;
  color:#cc3333;
  border-color:#CCCCCC #CCCCCC #CCCCCC #FFFFFF;
  border-style:solid;
  border-width:1px 1px 1px 0;
  width:91%;
}
div.profileNavigation ul.tabNav li a:hover {
  color:#cc3333;
}
div.profileNavigation ul.tabNav li a:focus {
  outline: none;
}
ul.tabNavigation li {
  display:inline;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
ul.tabNavigation li a {
  line-height:1.5em;
  position:relative;
  top:2px;
  padding: 3px 5px 0 5px;
  text-align:center;
  white-space:nowrap;
  font-size: 1.3em;
  color:#3399CC;
  background:transparent url(/images/gray-bg.png) repeat scroll 0 0;
  border-color:#CCCCCC;
  border-style:solid;
  border-width:1px 1px 0 1px;
  margin:0 .1em 0 0;
  text-shadow:-1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
}
ul.tabNavigation li a.selected {
  color:#cc3333;
  position:relative;
  top: 2px;
  padding: 3px 5px 1px 5px;
  z-index:10;
  text-align: center;
  border-bottom: 3px solid #FFFFFF;
  background:transparent url(/images/pink-bg.png) repeat scroll 0 0;
  border-color:#CCCCCC #CCCCCC #FFFFFF #CCCCCC ;
  border-style:solid;
  border-width:1px 1px 0 1px;
}
ul.tabNavigation li a:hover {
  color:#cc3333;
}
ul.tabNavigation li a:focus {
  outline: none;
}
div.profileBlock {
  display: none;
  float: right;
  width: 68%;
  border: 1px solid #cccccc;
  margin: 0;
  background:  url(/images/pink-bg.png) repeat;
}
div.profileBlock div.ctrlHolder p.formHint {
  width: 80%;
  clear: left;
  padding:0 0 5px;
}
div.profileBlock span.formHint {
  width: 50%;
}
div.profileBlock p.formHint {
  float: none;
  display: block;
  clear: both;
  padding: 0 0 5px 0;
}
span.charsLeft {
  font-size: .9em;
  font-weight: normal;
}
var#charsLeft {
  color: #3399cc;
  font-weight:bold;
}
#first, #second,  #third {
  display: none;
  /*border-top: 1px solid #cccccc;*/
  /*background:transparent url(/images/dot.png) repeat-x scroll center top;*/
  padding: 0;
  margin: 0;
  clear: both;
}
#first div.span-24, #second div.span-24, #third div.span-24, #jobsItems div.span-24 {
  clear: both;
  margin: 0;
  padding: 10px 0;
}
img.tabsAvatar {
  float: left;
  margin-right:8px;
}
#first .noitem p,  #second  .noitem p, #third  .noitem p {
  font-weight: bold;
}
#first div p.percents, #second div p.percents, #third div p.percents {
  color: #cc3333;
  display: inline;
  padding: 0;
  margin:0 10px 0 0;
  cursor:help;
  border-bottom: 1px dotted;
}
/*#first .employerRightBlock p.percents, #second .activeItemRight p.percents {
  margin: 0;
}*/
#modelName var {
  cursor:help;
  border-bottom: 1px dotted;
}
#first div.bmIndicator p, #second div.bmIndicator p, #third div.bmIndicator p {
  display: block;
  margin: 0;
}
#first .bmIndicator p, .bmIndicator p {
  font-size: 1.5em;
  color:#CC3333;
  font-weight: bold;
}
#first .bmIndicator p.underThreshold, .bmIndicator p.underThreshold {
  color: #93BBE0; /*999999*/
}
#first div p.inactive,  #second div p.inactive, #third div p.inactive, span.inactive {
  color: #93BBE0;
}

#first div p.notsure,  #second div p.notsure, #third div p.notsure,  span.notsure,  .bmIndicator p.notsure {
  color: #888888;
}
span.percents {
  color: #cc3333;
}
span.inactive, span.notsure, span.percents {
  font-weight: bold;
}
img.imagePeople {
  /*float: right;*/
  /*margin:0 10px 0 5px;*/
  margin: 0;
}
/* profiles */
.location {
  float: left;
  width: 45%;
}
.location select {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
div.socialButtons {
  border-bottom:1px solid #DEDEDE;
  margin:0.5em 20px 0;
  /*min-height:28px;*/
  width:88%;
  clear: both;
  min-height: 18px;
}
.socialButtons > div {
  float: left;
  margin-left: .5em;
}
.showModelNews div.socialButtons {
  border: 0;
  min-height: 18px;
}
/*#cboxContent div.socialButtons {
  min-height: 18px;
}
.showModelNews div.facebook a, #cboxContent div.facebook a,
.showModelNews div.vkontakte a, #cboxContent div.vkontakte a,
.showModelNews div.twitter a, #cboxContent div.twitter a {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: .5em;
  background:  url(/images/socials.png) no-repeat left top;
}
.showModelNews div.vkontakte a, #cboxContent div.vkontakte a {
  background:  url(/images/socials.png) no-repeat left bottom;
}
.showModelNews div.twitter a, #cboxContent div.twitter a {
  background:  url(/images/socials.png) no-repeat 0 -16px;
} */
div.facebook a, div.vkontakte a, div.twitter a, div.favorites a {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: .5em;
  background:  url(/images/socials.png) no-repeat left top;
}
div.vkontakte a {
  background:  url(/images/socials.png) no-repeat left bottom;
}
div.twitter a {
  background:  url(/images/socials.png) no-repeat 0 -16px;
}
div.favorites a {
  background:  url(/images/001_15.png) no-repeat 0 0;
}
/* loading */

#loading {
  color:#82878C;
  font-size:0.8em;
  font-weight: bold;
  left:42%;
  position:fixed;
  text-align:center;
  top:-1px;
  background-color: #FFFFFF;
  border: solid 1px #515151;
  padding: 4px;
  z-index: 1501;
}
div.loading {
    background-color: #eee;
    background-image: url('/images/loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}
/* footer */

#footer {
  font-size: 0.7em;
  color: #999999;
  text-align: center;
  margin: 0;
  padding: 10px;
}
#footerMenu {
  margin-left:40%;
  overflow: hidden
}
#footerMenu a {
  border-left:1px solid #CCCCCC;
  float:left;
  margin:0;
  padding:0 1em;
  color: #999999;
}
#footerMenu a.first-item {
  border: 0;
}
#footerMenu a:hover {
  text-decoration: underline;
}
#footer p {
  text-align: right;
}
#friendListTable {
  width: 100%;
}
#friendListTable .checkBox {
  margin: 0;
}
#friendListTable tr {
  padding: 3px 0;
  margin: 2px 0 0;
  text-align:left;
  cursor: pointer;
  width: 100%;
  background:  url(/images/dot.png) repeat-x bottom;
  border: 1px solid transparent;
}
#friendListTable tr:hover {
  background: #D5EDF9;
  border: 1px solid #D5EDF9;
}
#friendListTable td img {
  background:#CCCCCC none repeat scroll 0 0;
  margin:5px;
  padding:0 3px 3px 0;
}
#friendListTable tr.friendSelected {
    background: url("/images/check-blue.png") no-repeat scroll 98% center #B4DBED;
    border: 1px solid #64BBE6;
    margin: 2px 0 0;
}
#inviteContactsContainer td {
   padding: 0 15px 10px 0;
}
#inviteContactsContainer input {
  width: auto;
}
#socialNetworkLoginLeft {
  clear: both;
  overflow: hidden;
  padding: 10px 0 0;
}
#socialNetworkLoginLeft .socialNetworkLoginButton {
  float: left;
}
#firstTimeSocialNetworkLogin h1 {
  font-size: 1.4em;
}
#firstTimeSocialNetworkLogin p {
    color: #666666;
    padding: 0.5em 0;
}
#firstTimeSocialNetworkLogin em {
  color: #cc3333;
}
#firstTimeSocialNetworkLogin div.socialButtons {
  border: 0;
  width: auto;
  margin: 0.5em 20px 2em 0;
}
#firstTimeSocialNetworkLogin #createAccountButton {
  clear: both;
  font-size: 1.4em;
  margin-right: 25%;
  /*float: left;*/
}
#firstTimeSocialNetworkLogin div.buttonHolder {
  background: none;
  overflow: hidden;
  padding: 0;
  /*width: 80%;*/
}
#firstTimeSocialNetworkLogin p.description {
  color: #cc3333;
  padding: 1.5em 0 0;
  width: 50%;
  text-align: justify;
}
.categoryNameList, #categoryNameList {
  border: 1px solid #909090;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  list-style-position: inside;
  padding: 5px;
  margin: 0 10px 0 20px;
}

.categoryNameList li, #categoryNameList li {
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3E576F;
}
#categoryList>div>p {
  color: #3E576F;
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

#inviteFormBlock input.checkBox {
  clear: both;
}
#inviteFormBlock form label {
    color: #666666;
    font-size: .9em;
}

#inviteBanner {
  position: fixed;
  top: 0px;
  left: 20%;
  padding: 10px;
  width: 60%;
  height: 100px;
  z-index: 1000;
  background-color: #f5f5f5;
  border: 2px #666666 solid;
  display: none;
  font-size: .9em;
  color: #666666;
}
#inviteBanner h1 {
  color: #cc3333;
  font-size: 1.2em;
  padding: 15px 5px;
}
#inviteBanner p {
  padding: 10px 5px 5px;
}
#inviteButton,  #dontShowInviteButton {
  padding: 5px;
  margin: 5px 10px;
  color: #666666;
  font-weight: bold;
  width: auto;
  float: right;
}
#inviteButton {
  background: #3399cc;
  color: #ffffff;
}
