/* --------------------------------------------------------------
  * 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;
  }

/* Remove possible quote marks (") from <q>, <blockquote>. */
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;
}
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;
}
.select {
  padding: 20px 0 0 0;
}
.bold {
  font-weight: bolder;
}
.hidden {
  display: none;
}
.hint {
  font-size: .8em;
}
h2 {
  color:#CC3333;
  font-size:1.2em;
  margin:0;
  padding:0.2em 0;
  font-weight: bold;
}
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;
}
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;
}
#questionAccordion h4 p img {
  margin: 1em 0;
}
#questionAccordion h4 pre {font-weight: normal; font-family: Courier New;}

#questionAccordion table {
  border-collapse: collapse;
}
#questionAccordion table td {
 border: 1px solid #999999;
}
/* header */
#header {
  height: 82px;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  color: #808080;
  font-size: 0.75em;
}
#logo {
  overflow: visible;
  min-width: 298px;
}

/* navigation */

#top_navigation,  #top_navigation_logged {
  padding: 15px 0 5px 0;
  margin: 0;
}
#top_navigation_account, #top_navigation_accountCandidate {
  padding: 5px 0 0 0;
  margin: 0;
  height: 38px;
  background: url(/images/proaccount.png) no-repeat right 5px;

}
#top_navigation_accountCandidate {
  background: none;
}
#top_navigation a, #top_navigation_account a, #top_navigation_accountCandidate a {
  color: #808080;
}
#top_navigation ul, #top_navigation_account ul, #top_navigation_accountCandidate ul,
#model_navigation ul,  #top_navigation_logged ul,
.template ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_navigation li, #top_navigation_account li, #top_navigation_accountCandidate li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 10px;
  text-transform: uppercase;
  background: url(/images/marker-red.png) no-repeat 0 5px;
}
#top_navigation_logged li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 10px;
  border-left: #c2c2c2 solid 1px;
}
#top_navigation ul li.first-item, #top_navigation_account ul li.first-item, #top_navigation_accountCandidate ul li.first-item {
  background: none;
}
#top_navigation_logged ul li.first-item {
  border: none;
}
#top_navigation_logged li.first-item a {
  color: #808080;
}
/* header not logged  Form */
#login {
  padding: 5px 0;
  margin: 0;
  font-size: 0.9em;
}
#login form {
  margin: 0;
}
#email,  #password {
  width: 140px;
}
.loginForm h1, input.loginButton, input.regButton {
  text-transform: uppercase;
}
/* model navigation */
#model_navigation, .model_navigation {
  margin: 10px;
  padding: 5px;
  color: #82878C;
}
#model_navigation li, .tabs div.model_navigation li {
  display: inline;
  margin: 0 10px 0 0;
  background:  url(/images/content-marker-red.gif) no-repeat left center;
  text-transform: uppercase;
  padding: 10px 0 5px 30px;
  font-weight: bold;
  font-size: 0.8em;
}
.tabs div.model_navigation li {
  font-size: 1em;
}
#model_navigation a, .model_navigation a {
  color: #82878C;
}

#modelStep1 input, #modelStep1 select {
  width: 90%;
}

#modelStep1 input[type=radio] {
  width: 10px;
}

/* 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;
}
#left a {
  color: #666666;
  text-decoration: underline;
  font-size: 0.75em;
  font-weight: bold;
}
#left p {
  font-size:.75em;
  margin: 2px 0;
  padding: 0;
  font-weight: bold;
}
#left p.proximity {
  color:#FF3333;
  font-size:1.3em;
  text-shadow:-1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white;
}

#left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left ul li {
  font-size: .8em;
  /*background:  url(/images/dot.png) repeat-x bottom;*/
  margin: 5px 2em 0 0;
}
#left ul li a {
  font-size: 1.1em;
  background:  url(/images/dot.png) repeat-x bottom;
  padding: 0 0 1px 0;
  text-decoration: none;
}
#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-decoration: underline;*/
  text-shadow: -1px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white,1px -1px 2px white;
}

div.leftbg {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(/images/leftbg.png) no-repeat top right;
}

#left div.banners {
  margin: 0;
  padding: 70px 10% 0 27px;
  clear: left;
}
#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;
}

.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;
}


/* 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;
}

 /* content */
#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;
}

/* content  */
.contentLeft {
  padding: 10px 10px 0 20px;
  margin: 5px 0 0;
  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;
}
.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;
}
.staticText {
  width: 90%;
  clear: both;
  margin: 5px 0;
  padding: 5px 10px 0 20px;
  text-align: left;
}
.staticText a.floatRight {
  text-decoration: underline;
  margin:0 0 5px;
  font-size: .8em;
}
.staticText p {
  padding: 0 0 5px 0;
}
.staticCenter {
  /*padding: 5px 10px 0 20px;*/
  margin: 0;
  font-size: .9em;
}
.staticCenter div.content {
  padding: 0;
  margin: 5px 10px 0 20px;
}
.staticCenter h1 {
  clear: left;
  font-size: 1.4em;
  color: #CC3333;
  font-weight: bold;
  padding: 1em 0;
}
.staticCenter h3 {
  clear: left;
  font-size: 1.2em;
  color: #CC3333;
  font-weight: bold;
  padding: 1em 0;
}
.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 ol, .staticCenter ul {
  margin: 5px 0 0 30px;
  padding: 0
}
.staticCenter ul {
  list-style-type: none;
}
.staticCenter p {
  padding: 1em 0 1em .8em;
  /*text-align: justify;*/
}
.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: .2em .5em .5em 0;
  padding: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 */
#content div.top h2 {
  background:  url(/images/content-marker-red.png) no-repeat 30px center;
  padding-left: 60px;
  color: #82878C;
}
.top 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;*/
}
.top div.topBlock span {
  float: right;
  color: #cc3333;
}

div.topBlock h3 {
  color: #666666;
  padding: 10px;
  background:  url(/images/pink-bg.png) repeat;
}
.top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}
.top li {
  clear: right;
  background:  url(/images/gray-bg.png) repeat;
  padding: 5px 20px;
  margin: 5px 0;
  color:#666666;
}
.topForm form {
  float: right;
}

/* Step1 Form Create Model */
.createModel h4 {
  background:transparent url(/images/dot.png) repeat-x scroll center top;
  padding: .5em 0 .2em 0;
  margin: 1em 0 0 0;
}
.createModel img {
  float: left;
  margin: 0 10px 0 0;
}
h2.label {
  color:#CC3333;
  width: 45%;
  text-align: left;
}
.createModel div.span-23 {
  padding: 10px 0 10px 20px;
}
.createModel div.span-23 p.formHint {
  clear: left;
}


/* 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;
}

/* Right Block Models page */
div.modelRightBlock div.templateItem {
  clear: left;
  overflow:hidden;
}
div.templateInfo {
  float: left;
  margin: 0;
  padding: 5px 0 10px 8px;
  width: 50%;
}
div.modelRightBlock div.applyTemplate {
  float:none;
  margin:15px 0;
  padding:0;
  text-align:right;
  width:auto;
}
div.modelRightBlock div.applyTemplate a {
  background: #3399cc;
  color: #ffffff;
  padding: 3px;
}

.modelRightBlock a.marker {
  padding: 0;
  background: transparent url(/images/content-marker-blue.gif) no-repeat;
  margin: .5em 0 0 .5em;
}
.modelRightBlock input.confirm {
  margin: 1em 0 0 .5em;
  background:transparent url(/images/content-marker-blue.gif) no-repeat scroll 0 0;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
}
.avatar img {
  padding: 0 3px 3px 0;
  margin:7px 0;
  /*background: url(/images/gray-bg.png) repeat;*/
  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: 5px;
  right: 20px;
  cursor: pointer;

}
div.detailsCandidate h1, div.detailsCandidate h3, div.detailsPsycho h1 {
  font-size: 1.1em;
  margin: 0;
  color: #3399cc;
  padding: 5px;
}
div.detailsPsycho h1 {
  color: #999999;
}
.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%;
}
.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#models div.pager, div#interview div.pager {
  text-align: center;
}
div.buttonHolder ul.pagination {
  border:0 none;
  display:inline;
  line-height:100%;
  margin:0;
  padding:0;
}
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;*/
}
/* interview tabs */
.interviewTabs {
  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, .memberItem {
  height: 75%;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
}
.interviewItem a, .memberItem a {
  color: #333333;
  /*text-decoration: underline;*/
}
.interviewItem ul, .memberItem ul {
  margin: 0;
  padding: 0 0 5px 10px;
  list-style: none;
  text-align: left;
  clear: both;
}
.interviewItem ul li, .memberItem ul li {
  display: inline;
  margin: 0;
  padding: 0 1.5em 0 0;
  font-size: .8em;
}
.interviewItem ul li a, .memberItem ul li a {
  padding-left: 18px;
}
ul li a.confirm {
  background: url(/images/confirm-5.gif) no-repeat left;
}
ul li a.deny {
  background: url(/images/deny5.gif) no-repeat left;
}
ul li a.delete {
  background: url(/images/delete4.gif) no-repeat left;
  padding-left:18px;
}
ul li a.interview {
  background: url(/images/interview4.gif) no-repeat left;
}
ul li a.details {
  background: url(/images/details.gif) no-repeat left;
}
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;
}

.interviewInfo {
  width: 67%;
  padding: 0;
  overflow: hidden;
  float: left;
  /*white-space:nowrap;*/
}
div.topResult .interviewInfo {
  width: 69%;
}
.interviewInfo span.date {
  font-size: .75em;
}
.interviewInfo p {
  clear: left;
  font-weight: bold;
  padding: .5em 0 .5em 10px;
}
.interviewInfo p#proximity {
  clear: none;
  width: 30%;
  float: right;
  padding: 0 5px 0 0;
  text-align: right;
}

.newStatus {
  color: #cc3333;
}
#models div.buttonHolder  {
  width: 95%;
  padding: 10px 0;
}
/* block of links Forward, Back, See all etc. */
div.buttonHolder {
  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;
}
.buttonHolder p {
 text-align: left;
 background: none;
 padding: 10px 0 5px 0;
}
.buttonHolder input,  .buttonHolder a {
  text-transform: uppercase;
}


/* create model Step2 */

.testsModel {
  padding:5px 0 5px 20px;
  margin: 0;
  text-align:left;
}
div.rightBlock {
  margin-right:0;
  float:left;
}
.testsModel h1, .content h1,  div.rightBlock h1 {
  padding:5px 0 0;
  color:#CC3333;
  font-weight:bold;
  /*background:  url(/images/dot.png) repeat-x top;*/
}
div.rightBlock h1 {
  padding-top: 10px;
}
form.testsModel label {
  background:transparent url(/images/marker-red-triangle.png) no-repeat scroll left 3px;
  padding:0 5px 5px 15px;
  font-size:0.8em;
}
.testsModel div.Value {
  overflow: hidden;
  width: 100%;
  margin:0 0 0.5em;
}
.testsModel p {
  clear: both;
  margin:10px 0;
  padding:10px 0 10px 20px;
}
.testsModel p.hint {
  clear: both;
  margin: 0;
  padding: .5em 0 .8em 0;
  color: #666666;
  font-style: italic;
  text-transform: capitalize;
}
.testsModel div.valueName dfn.details {
  color: #3399cc;
  cursor: help;
}
#Category_Name {
  clear:left;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0 .5em 0;
  padding: 10px 0 0;
  color: #cc0000;
  background:transparent url(/images/dot.png) repeat-x scroll center top;
}
.categoryValue {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.valueName, .modelComplexity {
  width: 20%;
  float: left;
  margin: 0;
  padding: .2em 0 0;
}
div.Value div.sliders {
  float: left;
  width: 80%;
}
#addedCategory {
  clear: both;
  padding: 10px 0 0 20px;;
}
#addedCategory ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3399cc;
  font-weight: bold;
  font-size: .9em;
}
#addedCategory ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
#addedCategory ul li a {
  margin: 0 0 0 5px;
  padding: 0;
  color: #cc0000;
}
.sliderCV, .sliderCC {
  width: 95%;/*40%;*/
  margin: .5em 0;/* 25px;*/
  float: left;
}
div.addCategory {
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #E6E6E6;
  overflow: hidden;
  width: 100%;
  text-align: left;
  /*border: 1px solid #cccccc;*/
}
div.addCategory h2 {
  color: #3399cc;
  font-size: 1em;
}
div.addCategoryLeft {
  float: left;
  width: 19.8%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
div.addCategoryRight {
  width: 80%;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  min-height:380px;
  border-left: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}
div.addCategoryLeft h2{
  padding: .5em;
}
div.addCategoryLeft ul {
  color:#666666;
  font-size:0.8em;
  list-style-type:none;
  margin:0.1em 0.5em 0.1em 1em;
}
div.addCategoryLeft ul li {
  padding: .2em;
}
div.addCategoryLeft ul li a {
  color: #cc3333;
  margin: 0 .4em;
}
div.categoriesList {
  clear: left;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}
div.categoriesList ul {
  margin: .5em;
  list-style-type: none;
}
div.categoriesList ul li {
  float: left;
  padding: .5em;
  margin: .5em;
  text-align:center;
  cursor:help;
}
div.categoriesList ul li img {
  display: block;
  background:#CCCCCC none repeat scroll 0 0;
  margin:0;
  padding:0 3px 3px 0;
}
div.categoriesList ul li h3 {
  display: inline;
  color: #666666;
  font-size: .75em;
}
div.searchCategory {
  padding: .5em;
  overflow: hidden;
  height: auto;
}
div.searchCategory h2 {
  float: left;
  padding: 0 1em 0 0;
}
div.searchCategory p {
  clear: both;
  float: left;
  color: #666666;
  font-style: italic;
  font-size: .8em;
  width: 60%;
  text-align: left;
}
div.searchCategory form {
  padding: 0;
  float: right;
  width: 35%;
  text-align:right;
}
div.searchCategory form input {
  margin: 0 .2em;
  width: auto;
  float: none;
}
div.searchCategory form input.button {
  padding: 0;
}
div.categoriesList li img.recommended {
  position: relative;
  top: 0;
  left: 0;
}
/* right block on Tests page */
.testsRightBlock {
  margin: 0;
  padding: 10px 0 10px 10px;
  font-size: .8em;
  width: 95%;
  overflow: hidden;
  background:transparent url(/images/dot.png) repeat-x scroll center bottom;
}
.testsRightBlock h4 {
  background: url(/images/marker-red-triangle.png) no-repeat left 3px;
  font-weight: bold;
  padding: 0 5px 5px 15px;
}
.testsRightBlock a {
  padding: 0 0 0 15px;
}
.testsRightBlock p {
  padding: 5px 0 5px 15px;
  clear: left;
}
.testsRightBlock input.button {
  margin: 0 5px 5px 15px;
}
.testsRightBlock img {
  margin: 5px 20px;
  float:left;
}
td.jqplot-table-legend {
  padding:0 0.3em;
}
.testsRightBlock p.blue, .testsRightBlock p.red33 {
  display: inline;
  clear: none;
  padding: 0;
  font-weight: bold;
}
.testsRightBlock p.red33 {
  font-size: 2em;
  float: left;
  padding: .5em;
}
.testsRightBlock .ui-widget-content {
  clear: both;
  margin: 0.5em 0 0 20px;
  width:80%;
}

/* main employer */
.noitem {
  font-weight: bold;
  padding: 2em 0;
  text-align: center;
}
#models {
  margin:5px 0 0 20px;
}
.employer {
  clear: both;
  margin:0 10px 0 0;
  padding:10px 0 0;
  height: 5.8em;
  font-size: .9em;
  color: #333333;
  background:  url(/images/dot.png) repeat-x top;
  text-align:left;
}
.employer h4 {
  font-size: 1.4em;
  font-weight: normal;
  padding:5px 0 0 10px;
  /*width: 55%;*/
  /*float: left;*/
}

.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;
}
div#first .activeItemRight, div#second .activeItemRight {
  margin: 0;
}
.activeItemRight .rightBg {
  background-color: #FFFFFF;
  padding: 0;
}
div#myteamItems div.span-24 {
  background:transparent url(/images/marker-red-triangle.png) no-repeat scroll left 30px;
  font-size:0.8em;
  padding:10px 0 10px 13px;
}
div#myteamItems h2 {
  padding: 0.3em 0 0.6em 0;
}
.modelItem {
  height: 95%;
  padding:0;
}
div.modelItem .modelBorder .modelInfo {
  width: 80%;
  padding: 0;
  overflow: hidden;
  white-space:nowrap;
}
div.topResult .modelBorder .modelInfo{
  width: 82%;
}
.modelInfo p {
  clear: left;
}
.topResult {
  background:transparent url(/images/topresult-bg.png) no-repeat right;
}
div.topResult .modelBorder {
  overflow: hidden;
  border-color:#CCCCCC transparent #CCCCCC #CCCCCC;
  border-style:solid;
  border-width:1px 0 1px 1px;
  padding:0;
  height: 98%;
  width: auto;
}
.modelBorder .column {
padding:5px 0 5px 5px;
}
div.activeItem .topResult {
  padding-right:23px;
}
.modelInfo a.details {
  color: #333333;
}
#aboutyouItems a.details, #jobsItems a.details, #candidateItems 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, .templateInfo a.details,
div.companyInfo h2 a.details, a.reasonTabLink {
  border-bottom: 1px dashed;
}
div.companyInfo a.details {
  border: none;
}
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 {
  color:#CC0000;
  font-weight: bold;
}
p.results {
  text-transform: uppercase;
  padding: 0;
  text-align: right;
}
p.results a {
  float: right;
  margin: -.2em 0 0 .5em;
}
.oddResult {
  background:  url(/images/gray-bg.png) repeat;
}
.employer ul {
  clear: both;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  text-align: left;
}
.employer ul li {
  display: inline;
  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: 26px 0 0;
}
/* right block  Employer page */
.employerRightBlock {
  background-color: #FFFFFF;
  color:#82878C;
  margin:0;
  padding: 0;
  text-align:left;
  overflow: hidden;
}
div.modelRightBlock {
  color:#82878C;
  margin:21px 0 0 0;
  padding:0;
  text-align:left;
  float: left;
}
div.items div.span-24 {
  width: auto;
  clear: left;
}
.employerRightBlock h3, .modelRightBlock h3 {
  background:transparent url(/images/pink-bg.png) repeat scroll center;
  color:#CC3333;
  font-weight:bold;
  padding:0 5px 5px;
}
.employerRightBlock  div.span-24, .modelRightBlock div.templateItem {
  padding: 10px 0 5px 13px;
  background: url(/images/marker-red-triangle.png) no-repeat left 30px;
  /*white-space:nowrap;*/
  font-size: .8em;
}
.employerRightBlock p, .modelRightBlock p {
  font-weight: normal;
  font-size: 0.8em;
  padding: 0;
  white-space: normal;
}
.employerRightBlock h2, .modelRightBlock h2 {
  font-size: 1em;
  color:#3399CC;
  font-weight: bold;
}
.modelRightBlock ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
.modelRightBlock ul li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 0;
}
.employerInfo {
  margin: 0 3% 0 0;
  padding: 5px 0 0 3%;
  width: 45%;
  color: #82878C;
}
.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;

}
/* agents*/
table.dataGrid {
  border-collapse:collapse;
  border:1px solid #D6D8DB;
  margin: 1em;
  width: 95%;
  color:#333333;
  text-align: left;
}
table.dataGrid td, table.dataGrid th  {
  padding: 1em;
  width: auto;
}
table.dataGrid th {
  font-weight: bold;
}
table.dataGrid tr.listEmployerHeader{
  background:  url(/images/pink-bg.png) repeat;
}

/* my team */
div#team h4 {
  float:left;
  font-size:1.2em;
  overflow:hidden;
  text-align:left;
  width:75%;
}
.memberItem ul {
  padding-top: 1em;
}
div#team h2, #content div.companyInfo h2 {
  padding: 0;
}
div#team .companyInfo {
  width: 22%;
}
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;
}
div.detailsPsychoInfo div.span-24 div.span-11 div {
  margin: 0 0 5px 0;
}
.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 {
  display: inline;
  color: #3399cc;
  font-weight: bold;
  padding: 0 5px;
}
p.inversion {
  float: right;
  color: #666666;
  display: inline;
  font-weight: normal;
}

.showModelFull {
  /*background-color:#FFFFFF;
  clear:both;*/
  color:#333333;
  margin:10px;
  overflow:hidden;
  padding:5px 10px;
  text-align:left;
}
.showModelFull .ctrlHolder {
  background:transparent url(/images/dot.png) repeat-x scroll center top;
  border:medium none;
  clear:both;
  margin:5px 0;
  overflow:hidden;
  padding:10px 0;
  width:95%;
}
.showModelFull div.blockLabel {
  float: left;
  display: inline;
  padding:0 10px;
  width:65%;
}
.showModelFull div.blockLabel h4 {
  display: block;
  float: none;
  padding:0;
}
.showModelFull div.buttonHolder {
  width:95%;
}
/*.showModelFull img {
  float: left;
} */
.showModelFull h3 {
  padding: 0 0 10px 0;
}
.bmIndicator {
  /*width: 25%;*/
  text-align: right;
}
.bmIndicator p {
  font-size: 1.5em;
  color:#CC3333;
  font-weight: bold;
}
#first div p.inactive,  #second div p.inactive, #third div p.inactive {
  color: #82878C;
}
.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.scrollable div.items {
    /* this time we have very large space for height */
  height:20000em;
  position:relative;
}
div.scrollableHorizontal {
  position:relative;
  display: inline;
  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; }
}
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 */

.question, .answered, .skipped, .modelShowFull, .modelShowNews {
  padding: 3px 0;
  margin: 0 10px 0 20px;
  font-size: .9em;
  font-weight: bold;
  color: #333333;
}
.modelShowFull, .modelShowNews {
  color: #cc3333;
  font-size: 1.1em;
}
ol.showModelNews {
  margin: .5em 0 0 20px;
  text-align:left;
}
ol.showModelNews li {
  color: #666666;
  margin:0 1em;
  padding:0;
}
ul.holder li.bit-box {
 -moz-background-clip:border;
 -moz-background-inline-policy:continuous;
 -moz-background-origin:padding;
 -moz-border-radius:6px;
  background: /*#3399cc*/ none repeat scroll 0 0;
  border: #3399cc 1px solid;
  padding:1px 15px 2px 5px;
  color: #3399cc;
  font-weight: bold;
}
.facebook-auto .default {
  font-weight: bold;
}
.accordHeader {
  padding: 3px 0;
  /*margin: 0 10px 0 20px;*/
  font-size: .9em;
  font-weight: bold;
  color: #333333;
}
.question p, .modelShowFull p {
  text-align: left;
  padding:0 5px;
}
.question a, .accordHeader a {
 background:  url(/images/pink-bg.png) repeat;
 color: #333333;
}
.modelShowFull a {
  padding:5px 0.5em;
  color: #cc3333;
}
.answered a {
 background:  url(/images/blue-bg.png) repeat;
 color: #333333;
}
.skipped a {
 background:  url(/images/gray-bg.png) repeat;
 color: #333333;
}
.answered a span, .skipped a span {
 position: absolute; right:5px
}
div#questionAccordion {
  clear: both;
}
#questionAccordion h4 {
 padding: 10px 10px 5px 20px;
 font-weight: bold;
 font-size: .9em;
 color: #333333;
}
div#questionAccordion form {
  padding: 0;
}
.ui-accordion .ui-accordion-content-active {
  margin: 0 10px 0 20px;
}
.questionInfo {
 padding: 10px 10px 5px 20px;
}
.questionHint {
  color: #3399cc;
  font-weight: bold;
  margin: 24px 10px;
  padding: 10px;
  border: 2px solid #cccccc;
}
span.ui-icon-triangle-1-s {
  background:  url(/images/questionhide.png) no-repeat left top;
  width: 15px;
  height: 16px;
}
span.ui-icon-triangle-1-e {
  background:  url(/images/questionshow.png) no-repeat left top;
  width: 15px;
  height: 16px;
}
h3.answered span.ui-icon-triangle-1-e, h3.skipped span.ui-icon-triangle-1-e {
  background:  url(/images/questionanswered.png) no-repeat left top;
  width: 15px;
  height: 16px;
}
.answers {
  padding: 5px 10px 5px 20px;
  font-size: .8em;
}
.answers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.answers ul li {
  clear: both;
  margin: 5px 0;
  padding: 10px 0;
  text-align: left;
}
.answers input {
  clear: left;
  width: auto;
  border: none;
  margin: 3px 0 0;
  padding: 0;
}
div.answerText {
  padding: 0 5px 0 25px;
  cursor: pointer;
}
div.progressBar {
  float: left;
  border: 1px solid #999999;
  width: 50%;
  padding: 0;
  margin: 10px 5px 0;

}
div.timer{
  float: left;
  /*display: inline;*/
  width: 0;
  background-color: #cc3333;
  display: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

/*candidate edit profile */
div.profileTable {
  color:#333333;
  padding:5px 10px;
  margin:10px;
  text-align:left;
  background-color: #FFFFFF;
  overflow:hidden;
  clear:both;
}
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;
}
div.profileTable h3, form.profileForm h3 {
  clear:left;
  color:#CC3333;
  font-size:1em;
  font-weight:bold;
  padding:.5em 0;
}
div#cboxContent div.profileTable  h4, div.fullProfile div.profileTable  h4, .showModelFull h4 {
  clear: left;
  float: left;
  width: 40%;
  margin:0 0 10px;
  padding:0 10px;
}
div#cboxContent div.profileTable div.infoBlockProfile,
div#cboxContent div.profileTable p.infoBlockProfile, div.fullProfile div.profileTable div.infoBlockProfile,
div.fullProfile div.profileTable p.infoBlockProfile, .showModelFull .ctrlHolder p{
  float: left;
  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 {
  padding: 10px;
  font-weight: bold;
  text-decoration: underline;
  float: right;
}
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 p, div#viewMainProfile img {
  /*font-weight: bold;*/
  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;
}
div.profileDataInline h5, div.profileDataBlock h5 {
  display: inline;
  float:none;
  font-weight: bold;
}
div.profileDataInline p, div.profileDataBlock p {
  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;
}
/* tabs */
.tabs {
  margin: 0;
  text-align: left;
  color: #666666;
}
.tabs h1{
  font-weight: bold;
  text-align: left;
  font-size: 1em;
  margin: .2em 0;
}

.tabs h3{
  font-weight: bold;
  text-align: left;
  font-size: .8em;
  padding: 2px 5px;
}
.tabs h4 {
  font-size: .7em;
  padding: 0 5px;
  color: #333333;
}
.tabs h2 {
  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;*/
}
.tabs ul li a.details {
  color: #666666;
  text-decoration: underline;
  padding: 5px 0 0 18px;
  margin:
  background: transparent url(/images/details.gif) no-repeat scroll left bottom;
}
.tabs div.buttonHolder {
  margin: 10px 0 0;
}
ul.tabNavigation {
  list-style:none;
  margin:0;
  padding:0;
}
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;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
ul.tabNavigation li a {
  line-height:1.5;
  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: 3px;
  z-index:1;
  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 {
  float: right;
  width: 68%;
  border: 1px solid #cccccc;
  margin: 0;
  background:  url(/images/pink-bg.png) repeat;
}
div.profileBlock div.ctrlHolder p.formHint, form.createModel 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: bold;
}
#first, #second,  #third {
  /*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 {
  clear: both;
  margin: 0;
  padding: 10px 0;
}
img.tabsAvatar {
  float: left;
}
#first div p,  #second div p, #third div p {
  display: inline;
  font-size: 1.6em;
  color: #cc3333;
  font-weight: bold;
  padding: 0 5px;
}
#first div.bmIndicator p, #second div.bmIndicator p, #third div.bmIndicator p {
  display: block;
}

/* profiles */
.location {
  float: left;
  width: 45%;
}
.location select {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 5px 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: 1001;
}
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: right;
  margin: 0;
  padding: 10px;
}
.footer a {
  color: #666666;
}