/**
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .gwt-Widget {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */
* {
  outline: none;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333333;
  margin: 0px;
  border: 0px;
  padding: 0px;
  direction: ltr;
  height: 100%;
  background: #ffffff;
  min-width: 320px;
}

body, select, input, textarea {
  font-family: Roboto,Tahoma,Verdana,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height:1.3;
}
input[type="search"] {
  -webkit-appearance:none;
}
ul {
  padding:0;
  list-style: outside; 
  margin: 0.6ex 0 0.6ex 24px;
}
ol {
  padding:0;
  margin: 0.6ex 0 0.6ex 24px;
}
li {
  margin: 0.6ex 0;
}
p { 
  margin:0.6ex 0; 
}
p.p0 {
  margin:0;
}
td {
  padding:0;
}

pre {
  font-family: "courier new", courier;
  font-size: small;
  margin: 0.6ex 0;
}

a, a:link, a:visited, a:hover, a:active {
  color: #001a9e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.ul, a.ul:link, a.ul:visited, a.ul:hover, a.ul:active {
  color: #001a9e;
  text-decoration: underline;
}
a.ul:hover {
  text-decoration: none;
}
a.uonh, a.uonh:link, a.uonh:visited, a.uonh:active {
  text-decoration: none;
  color:inherit;
}
a.uonh:hover {
  text-decoration: underline;
  color:inherit;
}
a.plaina, a.plaina:link, a.plaina:visited, a.plaina:hover, a.plaina:active {
  text-decoration: none;
  color: #3a3a3a;
}

#contentLayoutDiv a, #contentLayoutDiv a:link, #contentLayoutDiv a:visited, #contentLayoutDiv a:hover, #contentLayoutDiv a:active {
  color: #001a9e;
  text-decoration: underline;
}
#contentLayoutDiv  a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}
h1, h2, h3 {
  font-family: Helvetica,sans-serif;
  font-weight: bold;
  color: #333;
}
h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h2 {
  font-size: 16px;
  margin:0.83em 0 0.4em 0;
}
h3 {
  font-size: 14px;
  margin:1.0em 0 0.5em 0;
}
@media only screen and (max-width:700px) {
 h1 {
   font-size: 16px;
 }
 h2 {
   font-size: 14px;
 }
 h3 {
   font-size: 13px;
 }
}
img {
  border: 0px;
}
.clear { clear:both;height:0px;line-height:0px; }
.nowrap {  white-space:nowrap; }
.bbox { -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; }
.inlineBlock { display:inline-block; }

#nonfooter {
  min-height: 100%;
  margin: 0 0px;
}

#header {
  height: 51px;
  position:relative;
  background-color: #f2f2f2;
}

#headerLogo {
  position:absolute;
  left:22px;
  top:6px;
}
#headerLogoA {
  display: block;
  width: 156px;
  height: 37px;
  background: url(/img/spt_jobs.png) no-repeat 0px 0px;
}
@media only screen and (max-width:700px) {
  #header { height:40px; }
  #headerLogo { left:50%;margin-left:-65px;top:4px; }
  #headerLogoA {
    width: 130px;
    height: 30px;
    background: url(/img/moblogo.png) no-repeat 0px 0px;
  }
}

@media only screen and (max-width:560px) {
  #header { background-color:#fdfdfd; }
}

#headerLeft {
  float: left;
  margin-left:22px;
}

#headerRight {
  position:absolute;
  right:12px;
  bottom:4px;
}
@media only screen and (max-width:700px) {
  #headerRight {
    display:none;
  }
}

#contentLeftCol {
  float:left;
  padding-top:30px;
}
@media only screen and (max-width:700px) {
  #contentLeftCol { display:none; }  
}


#leftMenu {
  width: 205px;
}

#leftMenuTable {
  width:100%;
}

.leftMenuTd0 {
  text-align: right;
  font-variant: small-caps;
  font-size: 14px;
  padding-top:10px;
  font-weight: bold;
  color:#000;
}

.leftMenuTd1 {
  text-align: right;
  font-size:11px;
}

.leftMenuTd1Current {
  font-weight: bold;
}

#contentDiv {
  position: relative;
  margin-left:auto;
  margin-right:auto;
  max-width:1200px;
}

#contentDiv2 {
  padding-top: 30px;
}

#contentLayoutDiv {
  margin: 0px 0px 0px 215px; 
  padding: 12px 20px 20px 10px;
  border-left: 1px solid #e7e7e7;
  min-height: 300px;
  line-height:1.4;
  font-size: 13px;
}
@media only screen and (max-width:700px) {
  #contentDiv2 {
    padding-top: 10px;
  }
  #contentLayoutDiv { 
    margin:0;
    padding: 12px 10px 20px 10px;
    border-left: 0px; 
  }  
}

#searchCrit {
  position:relative;
  margin-top:30px;
}
@media only screen and (max-width:560px) {
  #searchCrit { 
    margin-top:0px;
  }
}

#footer {
  position: relative;
  margin-top: -26px;
  font-size: 11px;
  background: #efefef;
}

#footerLine {
  border-top: 1px solid #efefef;
}

#footerInner {
  height:21px; 
  background:#f2f2f2;
  margin: 4px 20px 0 20px; 
}
@media only screen and (max-width:560px) {
  #footerInner {
    margin: 4px 10px 0 10px;
  }
}


#footerLeft {
  float: left;
  color: #999;
}
@media only screen and (max-width:560px) {
  #footerLeft { display:none; }
}


#footerRight {
  float: right;
}

#footerInner a, #footerInner a:visited, #footerInner a:active {
  text-decoration:none;
  color: #001a9e;
}

#footerInner a:hover {
  color: #001a9e;
  text-decoration:underline;
}

#footer td {
  font-size: 11px;
  padding: 1px 6px 1px 6px;
}

@media only screen and (max-width:560px) {
  #fooDef, #fooProd, #fooCont, #fooDS { display:none; }
}

.conCoo-div {
  position:absolute;
  left:0;
  right:0;
  height:32px;
  margin-top:-36px;
  padding:2px 20px;
  background-color:#f2f2f2;
  font-size:12px;
}

@media only screen and (max-width:560px) {
  .conCoo-div { padding: 2px 10px; }
}

.conCoo-right {
  float:right;
  padding:3px 0px;
}

.conCoo-text {
  line-height:30px;
}

@media only screen and (max-width:560px) {
  .conCoo-text { line-height:normal; }
}

 
/**
 * Suggestboxes
 */
.sbediv {
  width:300px;
}
.sbeleft {
  color: #555;
  font-size: 13px;
  margin-right: 30px;
}
.sberight {
  float: right;
  color: #777;
  font-size: 12px;
}
.sbestrong {
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width:560px) {
  .sbediv { width:260px; }
  .sberight { display:none; }
  .sbeleft { font-size: 14px; }  
}


/**
 * JcDialogBox & FormComposite & Standard buttons
 */
.FormCompositeError {
  padding: 2px 2px 2px 20px;
  color: #aa0000;
  background: url(/main/error16.png) no-repeat 2px 1px;
  background-color: #ffeeee;
}
.FormCompositeInfo {
  padding: 2px 2px 2px 20px;
  color: #0000aa;
  background: url(/main/info16.png) no-repeat 2px 1px;
  background-color: #eeeeff;
}
.FormCompositeWarn {
  padding: 2px 2px 2px 20px;
  color: #aaaa00;
  background: url(/main/warn16.png) no-repeat 2px 1px;
  background-color: #ffffee;
}
.FormCompositeWait {
  padding: 2px 2px 2px 24px;
  color: #333;
  background: url(/main/throbb.gif) no-repeat 2px 0px;
  background-color: #eeeeff;
}
.FormCompositeBlank {
  padding: 2px 2px 2px 20px;
  color: #000;
  background: transparent;
}
.promptTableC0 {
  padding: 2px 4px 2px 0px;
  color: #555;
  white-space: nowrap;
}
.promptTableC1 {
  padding: 2px 0px 2px 2px;
  width: 100%;
}
.promptTable3C0 {
  padding: 4px 5px 2px 0px;
  color: #555;
  white-space: nowrap;
  vertical-align: bottom;
}
.promptTable3C1 {
  padding: 6px 0px 0px 0px;
  width: 50%;
  vertical-align: bottom;
}
.promptTable3C2 {
  padding: 8px 0px 0px 10px;
  width: 50%;
  vertical-align: bottom;
  font-size: 11px;
  color: #666;
}
.FormCompositeButtons, .FormCompositeButtonsLeft {
  margin-top: 7px;
}
.FormCompositeButtons td {
  padding-left: 4px;
}
.FormCompositeButtonsLeft td {
  padding-right: 4px;
}
.FormComp-intro-table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
}
.FormComp-intro-c0 {
  width: 99%;
  vertical-align: bottom;
  padding: 0 0 4px 0;
}
.FormComp-intro-c1 {
  vertical-align: bottom;
  padding: 0 0 4px 0;
}
.InfoComp-table {
  width: 100%;
}
.InfoComp-cimg {
  vertical-align:middle;
  padding-right:6px;
}
.InfoComp-ctxt {
  vertical-align:middle;
  width: 99%;
}
.bttDialogClose {
  position: absolute;
  right: 22px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(/main/del16a.png);
  cursor: pointer;
}


.JcButton {
  width:100px; 
  height:25px; 
  line-height: 25px;
  text-align: center;
  background:url(/main/button100-2.png);
  cursor: pointer;
  color: #000000;
}
.JcButton-up-disabled {
  color: #888;
  text-shadow: none;
  cursor: auto;
}
.stretch {
  width: 100%;
}
.smDelIco {
  cursor: pointer;
  float: right;
  padding: 6px 0px 6px 6px;
}

/**
 * registration dialog
 */
.postRegMsg {
  text-align:center;
  margin:10px 0px 10px 0px;
  color: #555;
}

/**
 * deco1
 */
.deco1 {
}
.deco1 .topCenter {
  border-top: 1px solid #ccc;
  background-color: #efeff0;
}
.deco1 .bottomCenter {
  border-bottom: 1px solid #ccc;
  background-color: #efeff0;
}
.deco1 .middleLeft {
  border-left: 1px solid #ccc;
  background-color: #efeff0;
}
.deco1 .middleRight {
  border-right: 1px solid #ccc;
  background-color: #efeff0;
}
.deco1 .topLeftInner,
.deco1 .topRightInner,
.deco1 .bottomLeftInner,
.deco1 .bottomRightInner {
  width: 6px;
  height: 6px;
  zoom: 1;
  -font-size: 0px;
}
.deco1 .middleCenter {
  width: 100%;
}
.deco1 .middleCenterInner {
  padding: 4px;
  background-color: #efeff0;
}
.deco1 .topLeft {
  background: url(/main/deco1_12_12_ef.png) no-repeat 0px 0px;
  -background: url(/main/ie6/deco1_12_12_ef.png) 0px 0px;
}
.deco1 .topRight {
  background: url(/main/deco1_12_12_ef.png) no-repeat -6px 0px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat -6px 0px;
}
.deco1 .bottomLeft {
  background: url(/main/deco1_12_12_ef.png) no-repeat 0px -6px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat 0px -6px;
}
.deco1 .bottomRight {
  background: url(/main/deco1_12_12_ef.png) no-repeat -6px -6px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat -6px -6px;
}



/**
 * deco2
 */
.deco2 {
}
.deco2 .topCenter {
  background: url(/main/deco2/h.gif);
}
.deco2 .bottomCenter {
  background: url(/main/deco2/h.gif) 0px -6px;
}
.deco2 .middleLeft {
  background: url(/main/deco2/v.gif);
}
.deco2 .middleRight {
  background: url(/main/deco2/v.gif) -10px 0px;
}
.deco2 .topLeftInner {
  width: 10px;
  height: 6px;
  zoom: 1;
  -width: 6px;
  -height: 6px;
  -font-size: 0px;
}
.deco2 .topRightInner {
  width: 13px;
  height: 6px;
  zoom: 1;
  -width: 6px;
  -height: 6px;
  -font-size: 0px;
}
.deco2 .bottomLeftInner {
  width: 10px;
  height: 9px;
  zoom: 1;
  -width: 6px;
  -height: 6px;
  -font-size: 0px;
}
.deco2 .bottomRightInner {
  width: 13px;
  height: 9px;
  zoom: 1;
  -width: 6px;
  -height: 6px;
  -font-size: 0px;
}
.deco2 .middleCenter {
  width: 100%;
}
.deco2 .middleCenterInner {
  padding: 4px 0px;
  background-color: #efeff0;
}
.deco2 .topLeft {
  background: url(/main/deco2/corners.gif) no-repeat 0px 0px;
  -background: url(/main/ie6/deco1_12_12_ef.png) 0px 0px;
}
.deco2 .topRight {
  background: url(/main/deco2/corners.gif) no-repeat -10px 0px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat -6px 0px;
}
.deco2 .bottomLeft {
  background: url(/main/deco2/corners.gif) no-repeat 0px -6px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat 0px -6px;
}
.deco2 .bottomRight {
  background: url(/main/deco2/corners.gif) no-repeat -10px -6px;
  -background: url(/main/ie6/deco1_12_12_ef.png) no-repeat -6px -6px;
}

 

/**
 * JcTabPanel
 */
.JTP {
  position: relative; 
}
.JTPButtons {
  position: absolute;
  left: 20px;
  top: -12px;
}
.JTP-Left, .JTP-Mid, .JTP-Right {
  height: 26px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  padding: 0 14px 0 14px;
  font-size:12px;
  font-weight:bold;  
}
.JTP-Left-up, .JTP-Left-up-hovering {
  background: url(/img/spt_jobs.png) -87px -213px;
  cursor: pointer;
}
.JTP-Left-up-hovering {
}
.JTP-Left-down, .JTP-Left-down-hovering {
  background: url(/img/spt_jobs.png) -87px -184px;
  color: #393939;
}
.JTP-Left-down-hovering {
}
.JTP-Right-up, .JTP-Right-up-hovering {
  background: url(/img/spt_jobs.png) right -213px;
  cursor: pointer;
}
.JTP-Right-up-hovering {
}
.JTP-Right-down, .JTP-Right-down-hovering {
  background: url(/img/spt_jobs.png) right -184px;
  color: #393939;
}
.JTP-Right-down-hovering {
}



/**
 * controls on the main page
 */
.prompt { color:#333 }
.help   { color:#333;font-size:11px }
.help11-9 { color:#999;font-size:11px }
.help10 { color:#333;font-size:10px }
.help11 { color:#333;font-size:11px }
.help12 { color:#333;font-size:12px }
.wasWoPrompt {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}
.wasWoHelp {
  color: #555;
  font-size: 11px;
}
.radPrompt { 
  font-size: 11px;
  color: #555;
  padding: 0 2px 0 2px; 
}
.wasBox, .woBox, .radiusLB {
  margin: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.wasBox-H, .woBox-H, .radiusLB-H {
  padding:4px 4px;
  font-size: 15px;
  height:33px;
}
.wasBox-H, .woBox-H { 
  width:99%;
}
.wasBox-V, .woBox-V, .radiusLB-V {
  padding:3px 3px;
  font-size: 18px;
  height:33px;
}
.wasBox-V, .woBox-V {
  width:100%;
}

.wasCell { width:50%;padding-right:5px;}
.woCell { width:50%;padding-right:2px; }
.radCell { width:1%;padding-right:10px; vertical-align:bottom; }

.wasCell-V { padding-right:10px;padding-bottom:2px;}
.woCell-V { width:99%;padding-right:2px; }
.radCell-V { width:1%;padding-right:10px; vertical-align:bottom; }

.searchBtt { 
  width:121px; 
  height:34px; 
  background:url(/img/spt_jobs.png) 0px -114px;
  cursor: pointer;
  margin-top:4px;
}
@media only screen and (max-width:560px) {
  .searchBtt { 
    width:34px; 
    height:32px; 
    background:url(/img/spt_jobs.png) -4px -115px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}
.searchBtt-up {  }
.searchBtt-up-hovering { }
.simpSrchPan { margin:0 0 0 0; width:100% }
.searchPan { 
  padding: 20px 20px 10px 20px;
  background: #f2f2f2;
  border-top:1px solid #e7e7e7; 
  border-bottom:1px solid #e7e7e7; 
}
.detSrchPan { width:100%; }
@media only screen and (max-width:560px) {
  .searchPan { 
    padding:10px 10px 5px 10px;
  }
}

.searchDiv {
}

/**
 * leftcomp, relnavi, zzz
 */
.left-comp {
}
.left-comp-sp {
  height:10px;
}
.relnavi {
 } 
.relnavi-head {
  padding:8px 0px 2px 5px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  border-top: 1px solid #e7e7e7;
  background-color: #f2f2f2;
  text-transform: uppercase;
}
.relnavi-entries {
  border-top:1px solid #e7e7e7;
  padding: 4px 0px 4px 0px;
  background:#fafafa;
}
@media only screen and (max-width:850px) {
  .relnavi-head { padding-left:20px; }
  .relnavi-entries { padding-left:20px; }
}
@media only screen and (max-width:560px) {
  .relnavi-head { padding-left:10px;margin-left:auto;margin-right:auto; }
  .relnavi-entries { padding-left:10px;margin-left:auto;margin-right:auto; }
}
.relnavi-relhead {
  padding-left:5px;
  padding-top:2px;
  font-size:12px;
  font-weight:bold;
  background:#fafafc;
  text-transform: uppercase;
}
.relnavi-e {
  position:relative;
}
.relnavi-e:hover {
  background:#f4f3f2;
}
.relnavi-e-c {
  background-color:#e8e8e8;
  padding-top:1px;
  padding-bottom:1px;
  font-weight:normal;
}
.relnavi-e-a, .relnavi-e-a:link, .relnavi-e-a:visited, .relnavi-e-a:hover, .relnavi-e-a:active {
  display:block;
  text-decoration:none;
  color:inherit;
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  padding:1px 0;
}
.relnavi-e-ibase {
  width:10px;
  height:10px;
  position:absolute;
  top:3px;
}
.relnavi-e-iR { background:url(/img/spt_jobs.png)  0px -359px }
.relnavi-e-i1 { background:url(/img/spt_jobs.png)  0px -359px }
.relnavi-e-i2 { background:url(/img/spt_jobs.png) -10px -359px }
.relnavi-e-i3 { background:url(/img/spt_jobs.png) -20px -359px }
.relnavi-e-iP { background:url(/img/spt_jobs.png) -30px -359px }
.relnavi-e-iReg { background:url(/img/spt_jobs.png) -40px -359px }
.relnavi-e-info {
  position:absolute;
  right:18px;
  bottom:1px;
  margin:0;
  background:url(/img/spt_jobs.png) -50px -359px;
  height:12px;
  width:12px; 
  cursor:pointer;
}
.relnavi-hco {
  height:6px;
  width:15px;
  position:absolute;
  top:6px;
  right:0px;
  background-color:#e0e0e2;
  cursor:auto;
}
.relnavi-hci {
  height:6px;
  position:absolute;
  top:0px;
  left:0px;
  /* background-color:#ff9933; */
  background-color:#ffb367;
  /* background-color:#686a83; */ 
  cursor:auto;
}
.relnavi-def {
  font-size:12px;
  border-top:1px solid #e7e7e7;
  padding: 4px 2px 4px 4px;
  background:#fafafb;
}
.relnavi-deflinks-wiki {
}
.relnavi-rs-a, .relnavi-rs-a:link, .relnavi-rs-a:visited, .relnavi-rs-a:hover, .relnavi-rs-a:active {
  display:block;
  text-decoration:none;
  color:inherit;
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  padding:1px 0 1px 19px;
}

/**
 * complex search panel
 */
.TListBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.TLiteral {  }
.TSuggestBox {  }
.minusBtt, .plusBtt { 
  width:24px; 
  height:23px; 
  background:url(/img/spt_jobs.png) 0px -154px;
  font-size:18px; 
  line-height:23px;
  text-align:center;
  cursor: pointer;
  margin-top: 1px;
}
.minusBtt {
  margin-left:15px;
}
.plusBtt {
  margin-left:5px;
}
.btt2Pan { margin-left: 10px; }

/**
 * tool comp
 */
.toolsComp {
  position: absolute;
  top:-14px;
  right: 20px;
  width: 64px;
  height: 28px;
}
@media only screen and (max-width:560px) {
  .toolsComp { width:31px; right:10px; }
}

.tool-alert {
  width:31px;
  height:28px;
  background:url(/img/spt_jobs.png) -44px -153px;
  float:left;
  cursor: pointer;
}
.tool-alert-up-disabled {
  background:url(/img/spt_jobs.png) -109px -153px;
  cursor: auto;
}
.tool-save {
  width:31px;
  height:28px;
  background:url(/img/spt_jobs.png) -77px -153px;
  margin-left:2px;
  float:left;
  cursor: pointer;
}
.tool-save-up-disabled {
  background:url(/img/spt_jobs.png) -142px -153px;
  cursor: auto;
}
@media only screen and (max-width:560px) {
  .tool-save, .tool-save-up-disabled { display:none; }
}


/**
 * estimation composite
 */
.estimationComp2 {
  position: absolute;
  top: -18px;
  right: 92px;
}
@media only screen and (max-width:560px) {
  .estimationComp2 {
    display:none;
  }
}
.estimationBarO {
  position:relative;
  width: 200px;
  height: 8px;
  background:#ddd;
}
.estimationBarI {
  position:absolute;
  background-color:#ffa627;
  height:6px;
  top:1px;
}
.estimationLabel {
  text-align: center;
  font-size: 11px;
  color: #333;
}

.scrollLeftBtt, .scrollRightBtt { 
  width:86px; 
  height:34px; 
  cursor: pointer;
  border:0;
  padding:0;
  vertical-align:top;  
}
.scrollLeftBtt { background:url(/img/spt_jobs.png)  -2px -279px; }
.scrollLeftBtt-disabled { background:url(/img/spt_jobs.png)  -97px -279px; cursor:auto;}
.scrollRightBtt { background:url(/img/spt_jobs.png) -2px -244px; }
.scrollRightBtt-disabled { background:url(/img/spt_jobs.png) -97px -244px; cursor:auto;}


.scrollBtt, .scrollCurrBtt { 
  width:30px; 
  height:34px; 
  font-size:11px; 
  line-height:34px;
  border:0;
  padding:0;
}

.scrollBtt { 
  background:url(/img/spt_jobs.png) -2px -319px;
  cursor: pointer;
}
.scrollCurrBtt { 
  background:url(/img/spt_jobs.png) -44px -319px;
  font-weight:bold;
}

.scrollPan {
  text-align:center;
  list-style-type:none;
  padding:0;
  margin:0;
}

.scrollPan li {
  display: inline-block;
  padding:0;
  margin:0;
  vertical-align:top;
}

.scrollDummy {
  width: 39px;
  margin: 4px;
}

.scrollSep {
  width: 1px;
  height: 34px;
  background:url(/img/spt_jobs.png) -37px -319px;
  background-color:#fefefe;
}



/**
 * Options and result, zzz
 */
.orc-t {
  height:auto;
  overflow:hidden;
}
.orc-t-topspace {
  height:38px;
}
@media only screen and (max-width:560px) {
  .orc-t-topspace {
    height:38px;
  }
}

.orc-t-optionCol {
  float:right;
  width:225px;
  margin-top:8px;
  margin-left:10px;
}
@media only screen and (max-width:850px) {
  .orc-t-optionCol { display:none; }
}
.orc-t-resultCol0 {
  width:auto;
  overflow:hidden;
}
.orc-t-resultCol0-full {
  margin-right:0px;
}
.orc-t-resultCol1 {
  position:relative;
  border-top:1px solid #e7e7e7;
}
.orc-h {
  position:relative;
  background-color:#f2f2f2;
  border-bottom: 1px dotted #ccc;
}


/**
 * Option buttons
 */
.orc-leftbar {
  position: absolute;
  top: -21px;
  left: 20px;
}
.orc-rightbar {
  position: absolute;
  top: -21px;
  right: 20px;
}
@media only screen and (max-width:560px) {
  .orc-leftbar { left:10px; }
  .orc-rightbar { right:10px; }
}

.orc-tb {
  width: 28px;
  height: 20px;
  cursor: pointer;
}

.orc-tb-dr-down, .orc-tb-dr-down-hovering { background:url(/main/options.png)       0px   0px } 
.orc-tb-dr-down-disabled                  { background:url(/main/optionsDis.png)    0px   0px }
.orc-tb-dr-up, .orc-tb-dr-up-hovering     { background:url(/main/options.png)    -100px   0px }
.orc-tb-dr-up-disabled                    { background:url(/main/optionsDis.png) -100px   0px }

.orc-tb-dm-down, .orc-tb-dm-down-hovering { background:url(/main/options.png)     -28px   0px } 
.orc-tb-dm-down-disabled                  { background:url(/main/optionsDis.png)  -28px   0px }
.orc-tb-dm-up, .orc-tb-dm-up-hovering     { background:url(/main/options.png)    -128px   0px }
.orc-tb-dm-up-disabled                    { background:url(/main/optionsDis.png) -128px   0px }


.orc-tb-pt { margin-left:5px; }
.orc-tb-pt-down, .orc-tb-pt-down-hovering { background:url(/main/options.png)       0px -22px } 
.orc-tb-pt-down-disabled                  { background:url(/main/optionsDis.png)    0px -22px }
.orc-tb-pt-up, .orc-tb-pt-up-hovering     { background:url(/main/options.png)    -100px -22px }
.orc-tb-pt-up-disabled                    { background:url(/main/optionsDis.png) -100px -22px }

.orc-tb-ps-down, .orc-tb-ps-down-hovering { background:url(/main/options.png)     -28px -22px } 
.orc-tb-ps-down-disabled                  { background:url(/main/optionsDis.png)  -28px -22px }
.orc-tb-ps-up, .orc-tb-ps-up-hovering     { background:url(/main/options.png)    -128px -22px }
.orc-tb-ps-up-disabled                    { background:url(/main/optionsDis.png) -128px -22px }


.orc-tb-j10 { margin-left:5px; }
.orc-tb-j10-down, .orc-tb-j10-down-hovering { background:url(/main/options.png)       0px -44px } 
.orc-tb-j10-down-disabled                   { background:url(/main/optionsDis.png)    0px -44px }
.orc-tb-j10-up, .orc-tb-j10-up-hovering     { background:url(/main/options.png)    -100px -44px }
.orc-tb-j10-up-disabled                     { background:url(/main/optionsDis.png) -100px -44px }

.orc-tb-j20-down, .orc-tb-j20-down-hovering { background:url(/main/options.png)     -28px -44px } 
.orc-tb-j20-down-disabled                   { background:url(/main/optionsDis.png)  -28px -44px }
.orc-tb-j20-up, .orc-tb-j20-up-hovering     { background:url(/main/options.png)    -128px -44px }
.orc-tb-j20-up-disabled                     { background:url(/main/optionsDis.png) -128px -44px }

.orc-tb-j50-down, .orc-tb-j50-down-hovering { background:url(/main/options.png)     -56px -44px } 
.orc-tb-j50-down-disabled                   { background:url(/main/optionsDis.png)  -56px -44px }
.orc-tb-j50-up, .orc-tb-j50-up-hovering     { background:url(/main/options.png)    -156px -44px }
.orc-tb-j50-up-disabled                     { background:url(/main/optionsDis.png) -156px -44px }


.orc-tb-sr { margin-left:5px; }
.orc-tb-sr-down, .orc-tb-sr-down-hovering  { background:url(/main/options.png)       0px -66px } 
.orc-tb-sr-down-disabled                   { background:url(/main/optionsDis.png)    0px -66px }
.orc-tb-sr-up, .orc-tb-sr-up-hovering      { background:url(/main/options.png)    -100px -66px }
.orc-tb-sr-up-disabled                     { background:url(/main/optionsDis.png) -100px -66px }

.orc-tb-sa-down, .orc-tb-sa-down-hovering  { background:url(/main/options.png)     -28px -66px } 
.orc-tb-sa-down-disabled                   { background:url(/main/optionsDis.png)  -28px -66px }
.orc-tb-sa-up, .orc-tb-sa-up-hovering      { background:url(/main/options.png)    -128px -66px }
.orc-tb-sa-up-disabled                     { background:url(/main/optionsDis.png) -128px -66px }


.orc-oage { margin-left:5px; height:20px; width:50px; cursor:pointer; }
.orc-oage-down, .orc-oage-down-hovering    { background:url(/main/options.png)    -100px -88px } 
.orc-oage-down-disabled                    { background:url(/main/optionsDis.png) -100px -88px }
.orc-oage-up, .orc-oage-up-hovering        { background:url(/main/options.png)    -100px -88px }
.orc-oage-up-disabled                      { background:url(/main/optionsDis.png) -100px -88px }

.orc-oage-face { line-height:20px; padding-left:4px; text-align:left; }

.orc-oreset { margin-left:5px; height:20px; width:40px; cursor:pointer; }
.orc-oreset-down, .orc-oreset-down-hovering  { background:url(/main/options.png)    -100px -110px } 
.orc-oreset-down-disabled                    { background:url(/main/optionsDis.png) -100px -110px }
.orc-oreset-up, .orc-oreset-up-hovering      { background:url(/main/options.png)    -100px -110px }
.orc-oreset-up-disabled                      { background:url(/main/optionsDis.png) -100px -110px }
@media only screen and (max-width:560px) {
  .orc-tb-dr, .orc-tb-dm { display:none; }
  .orc-tb-pt { margin-left:0px; }
}
@media only screen and (max-width:350px) {
  .orc-tb-j20 { display:none; }
}



.orc-popage {
  border:1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 6px 12px;
}
.orc-popage-h {
  font-size:11px;
  font-weight:bold;
  padding-bottom:2px;
}
.orc-popage-e, .orc-popage-e:link, .orc-popage-e:visited, .orc-popage-e:hover, .orc-popage-e:active {
  display:block;
  text-decoration: none;
  color: #3a3a3a;
  font-size:11px;
  cursor: pointer;
}
.orc-popage-e:hover {
  text-decoration: underline;
}
.orc-popage-e-sel {
  font-weight:bold;
}

/**
 * ResultComposite
 */
.resultComp {
  position: relative;
  padding: 0 0 10px 0;
  min-height: 100px;
}
.resultComp-recse {
  margin-top: 30px;
}
@media only screen and (min-width:850px) {
  .resultComp-recse { display:none; }
}
.resultVP {
  width: 100%;
}
.resultScrollWrapper {
}
.jobListScroll {
  position: relative;
}
.joblist {
  position: relative;
}
.rEven {
  background-color: #fafafa;
}
.rOdd {
  background-color: #fefefe;
}
.rSel {
  background-color: #f4f3f2;
}
.rHigh {
  background-color: #f4f3f2;
 }
.xhl, .thl {
  font-weight: bold;
}
.xhl {
  color: black;
}
.job  {
  border-bottom: 1px dotted #ccc;
  position:relative;
}
.job-text-div {
  position: relative;
  margin:0 20px 0 140px;
}
@media only screen and (max-width:560px) {
  .job-text-div { margin:0 10px 0 10px; }
}

.pin2 {
  position:absolute;
  cursor:pointer;
}

.pin2-unmarked {
  right:0px;
  bottom:5px;
  width:13px;
  height:12px;
  background:url(/img/spt_jobs.png) 0px -372px;
}

.pin2-marked {
  right: -2px;
  bottom: 2px;
  width: 21px;
  height: 28px;
  background: url(/main/pal/pinsLarge.png) -1px 0px; 
}

.rTitle0 {
}
@media only screen and (max-width:560px) {
  .rTitle0 { min-height:38px; display:flex; }
}

.rTitle {
  padding: 6px 44px 0px 0px;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width:560px) {
  .rTitle { 
    padding-left:90px;
    padding-right:4px;
    align-self:center;
  }
}

.resultUrl, .resultUrl:link, .resultUrl:visited, .resultUrl:hover, .resultUrl:active {
  text-decoration: underline;
  color: #001a99;
}
.resultUrl:visited {
  color: #695d70;
}
.resultLocBlock {
  color: #001581;
  text-align:right;
  font-size: 11px;
}
.resultLoc-a, .resultLoc-a:link, .resultLoc-a:visited, .resultLoc-a:active {
  color: #001581;
}
.resultAgeBlock {
  text-align:right;
}
.snippet {
  font-size: 12px;
  padding: 4px 24px 0px 0px;
  line-height: 1.25;
}
@media only screen and (max-width:560px) {
  .snippet { padding-right:0; }
}

.weak-snippet {
  font-size: 12px;
  padding: 0px 44px 0px 0px;
  color:#999999;
}
.resultDom {
  color: #999;
}
.resultAge {
  float:right;
  font-size: 11px;
  padding:6px 0 0 5px;
  max-width:30%;
}
.ageFresh {
  color:#e57300;
}
.ageOld {
  color:#999;
}
.rUrl {
  padding: 2px 0px 3px 0px;
  font-size: 11px;
  color:#999;
  max-width:50%;
  overflow:hidden;
  margin-right:auto;
}
@media only screen and (max-width:560px) {
  .rUrl { padding-left:0; }
}
.rUrl-r {
  float: right;
  font-size: 11px;
  padding-right:50px;
}
.rulA, .rulA:link, .rulA:visited, rulA:active {
  color: #999;
  text-decoration: none;
}
.rulA:hover {
  color: #999;
  text-decoration: underline;
}
.rulA-hidden {
  display:none;
}
.rFeedbackImg {
  width:15px;
  height:10px;
  background:url(/img/spt_jobs.png) -14px -372px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin:0 3px -1px 15px;
}
.rFeedbackImg-hidden {
  display:none;
}
.rBlockImg {
  width:15px;
  height:10px;
  background:url(/img/spt_jobs.png) -30px -372px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin:0 0px 0px 7px;
}
.rBlockImg-hidden {
  display:none;
}
.rCmdButtons {
  font-size: 11px;
  color:#999;
  position:absolute;
  bottom:3px;
  right:30px;
}
@media only screen and (max-width:560px) {
  .rCmdButtons { display:none; }
}


.search-smry-table {
  width: 100%;
}
.search-smry-l {
  vertical-align: bottom;
  padding: 5px 0 1px 20px;
}
@media only screen and (max-width:560px) {
.search-smry-l { display:none; }
}
.search-smry-r {
  vertical-align: bottom;
  padding: 5px 20px 2px 10px;
  text-align:right;
}
@media only screen and (max-width:560px) {
 .search-smry-r { padding-right:10px; }
}
.search-smry-simple {
  margin: 0;
  padding: 0;
  font-family: Roboto,Tahoma,Verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
}
.search-smry-det {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
}

.resultsNumHtml {
  white-space: nowrap;
  min-height: 16px;
}
.resultAdmCell {
  padding: 0px 20px 0px 10px;
  font-size: 11px;
}
.pdfico {
  display:inline-block;
  width:16px;
  height:16px;
  background:url(/img/spt_jobs.png) -49px -373px;
  margin: 0px 2px -3px 0;
}
.noResults {
  text-align: center;
  color: #ccc;
  font-size: 30px;
  padding: 100px 0 100px 0;
  text-shadow: 0px 1px 0px #fff;
}
.noResultsSmaller {
  text-align: center;
  color: #ccc;
  font-size: 14px;
  padding: 20px 0 20px 0;
  text-shadow: 0px 1px 0px #fff;
}

.centerDeckPan {
}

/**
 * job-logos
 */
.logo-div {
  position:absolute;
  top:8px;
  left:0;
  margin-top:0px;
  margin-left: 20px;
}
@media only screen and (max-width:560px) {
  .logo-div {
    margin-left:10px;
  }
}


.logo-div-w {
  width: 108px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #fff;
} 
@media only screen and (max-width:560px) {
  .logo-div-w {
    width:81px;
    height:27px;
    background-size: cover;
  }
}
 
.logo-div-s {
  width: 108px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 46px 4px;
  background-color: #fff;
}
@media only screen and (max-width:560px) {
  .logo-div-s {
    width:81px;
    height:27px;
    background-position: 32px 5px;
  }
}

.logo-div-l {
  width: 108px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
} 
@media only screen and (max-width:560px) {
  .logo-div-l {
    width:81px;
    height:27px;
    background-size: contain;
  }
}

.logo-div-n {
  width: 108px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0px;
  background:url(/img/spt_jobs.png) -127px -114px;
  background-color: #fff;
}
@media only screen and (max-width:560px) {
  .logo-div-n {
    width:81px;
    height:27px;
    background:url(/img/spt_jobs.png) -140px -114px;
  }
}


.logo-a, .logo-a:link, .logo-a:visited, .logo-a:hover, .logo-a:active {
  display: block;
  width: 108px;
  height: 36px;
  text-decoration: none;
  cursor: pointer;
}

.scut-text {
	font-size: 8px;
	text-align: center;
	position: absolute;
	top: 22px;
	width: 108px;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
}
@media only screen and (max-width:560px) {
  .scut-text { display:none; }
 }


/**
 * MsgComposite
 */
.msgTable {
  margin-top: 4px;
}
.msgTable-0 div {
  width: 60px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.msgTable-tipp {
  background: url(/main/tipp.png) no-repeat;
}
.msgTable-info {
  background: url(/main/tipp.png) no-repeat;
}
.msgTable-0 {
  vertical-align: top;
}
.msgTable-1 {
  vertical-align: top;
  padding: 2px 2px 2px 8px;
}


/**
 * Adm package
 */
.Gen-Search-Dia-H {
  background-color: #ccc;
  font-size: 10px;
  border: 1px solid #aaa;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
  font-weight: bold;
}

.Gen-Search-Dia-C {
  font-size: 10px;
  border: 1px solid #aaa;
  padding-left: 2px;
  padding-right: 2px;
  white-space: nowrap;
}

.Gen-Search-Dia-C0 {
  cursor: pointer;
}

/**
 * The reference theme can be used to determine when this style sheet has
 * loaded.  Create a hidden div element with absolute position, assign the style
 * name below, and attach it to the DOM.  Use a timer to detect when the
 * element's height and width are set to 5px.
 */
.gwt-Reference-standard {
  height: 5px;
  width: 5px;
  zoom: 1;
}

.gwt-Button {
  margin: 0;
  padding: 3px 5px;
  text-decoration: none;
  font-size: small;
  cursor: pointer;
  background: url("images/hborder.png") repeat-x 0px -27px;
  border: 1px outset #ccc;
}
.gwt-Button:active {
  border: 1px inset #ccc;
}
.gwt-Button:hover {
  border-color: #9cf #69e #69e #7af;
}
.gwt-Button[disabled] {
  cursor: default;
  color: #888;
}
.gwt-Button[disabled]:hover {
  border: 1px outset #ccc;
}

.gwt-CheckBox {
}
.gwt-CheckBox-disabled {
  color: #888;
}

.gwt-DecoratorPanel {
}
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter {
  background: url(images/hborder.png) repeat-x;
}
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight {
  background: url(images/vborder.png) repeat-y;
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratorPanel .topLeft {
  background: url(images/corner.png) no-repeat 0px 0px;
  -background: url(images/corner_ie6.png) no-repeat 0px 0px;
}
.gwt-DecoratorPanel .topRight {
  background: url(images/corner.png) no-repeat -5px 0px;
  -background: url(images/corner_ie6.png) no-repeat -5px 0px;
}
.gwt-DecoratorPanel .bottomLeft {
  background: url(images/corner.png) no-repeat 0px -5px;
  -background: url(images/corner_ie6.png) no-repeat 0px -5px;
}
.gwt-DecoratorPanel .bottomRight {
  background: url(images/corner.png) no-repeat -5px -5px;
  -background: url(images/corner_ie6.png) no-repeat -5px -5px;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

.gwt-DialogBox {
  z-index: 2;
}

.gwt-DialogBox .Caption {
  background: url(/main/deco1V.png) repeat-x 0px 0px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
}
.gwt-DialogBox .dialogContent {
  background-color: #efefef;
  padding: 4px;
}
.gwt-DialogBox .dialogMiddleCenter {
  width: 100%;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(/main/deco1V.png) repeat-x 0px bottom;
  -background: #efefef;
  -border-bottom: 3px solid #ccc;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(/main/deco1H.png) repeat-y 0px 0px;
  -background: #efefef;
  -border-left: 3px solid #ccc;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(/main/deco1H.png) repeat-y right 0px;
  -background: #efefef;
  -border-right: 3px solid #ccc;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 21px;
  height: 24px;
  zoom: 1;
  -width: 1px;
  -height: 1px;
  -font-size:0px;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 23px;
  zoom: 1;
  -width: 1px;
  -height: 1px;
  -font-size:0px;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 21px;
  height: 32px;
  zoom: 1;
  -width: 1px;
  -height: 1px;
  -font-size:0px;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 23px;
  height: 32px;
  zoom: 1;
  -width: 1px;
  -height: 1px;
  -font-size:0px;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(/main/deco1.png) 0px 0px;
  -background: #efefef;
  -border-top: 3px solid #ccc;
  -border-left: 3px solid #ccc;
}
.gwt-DialogBox .dialogTopRight {
  background: url(/main/deco1.png) right 0px;
  -background: #efefef;
  -border-top: 3px solid #ccc;
  -border-right: 3px solid #ccc;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(/main/deco1.png) 0px bottom;
  -background: #efefef;
  -border-bottom: 3px solid #ccc;
  -border-left: 3px solid #ccc;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(/main/deco1.png) right bottom;
  -background: #efefef;
  -border-bottom: 3px solid #ccc;
  -border-right: 3px solid #ccc;
}




.gwt-DisclosurePanel {
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
  text-decoration: none;  /* Remove underline from header */
  color: black; 
  cursor: pointer;
}
.gwt-DisclosurePanel .content {
  border-left: 3px solid #e8eef7;
  padding: 4px 0px 4px 8px;
  margin-left: 6px;
}

.gwt-FileUpload {
}

.gwt-Frame {
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
}

.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px; 
  background: #91c0ef url(images/vborder.png) repeat-y;
}
.gwt-VerticalSplitPanel {
}
.gwt-VerticalSplitPanel .vsplitter {
  cursor: move;
  border: 0px; 
  background: #91c0ef url(images/hborder.png) repeat-x;
}

.gwt-HTML {
}

.gwt-Hyperlink {
}

.gwt-Image {
}

.gwt-Label {
}

.gwt-ListBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}

.gwt-MenuBar {
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
}
.gwt-MenuBar-vertical .gwt-MenuItem-selected {
  background-color: #ccc;
}
.gwt-MenuBar-horizontal {
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 0px 10px;
  font-size: 11px;
  line-height: 22px;
  cursor: pointer;
}
.gwt-MenuBar-horizontal .MenuItem-Drop {
  padding: 0px 10px 0px 10px;
  font-size: 11px;
  line-height: 22px;
  cursor: pointer;
  background: url(/main/drop.gif) right center no-repeat;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #888888;
  background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white; 
}
.gwt-MenuBar-vertical {
}
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 0px 10px;
  font-size: 11px;
  line-height: 22px;
}
/**
 * disabled menu items; background same as gwt-MenuBarPopup
 */
.gwt-MenuBar .miDisabled {
  color: #999;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #aaa;
  background: #ddddee;
  overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: #E0EDFE;
}
.gwt-MenuBarPopup {
  margin: 0px;
  border: 1px solid #c2c2c2;
  border-top: 0;
  background-color: #e3e3e4;
  padding-bottom:5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;        
}
.gwt-MenuBarPopup .menuPopupTopCenter {
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
}
.gwt-MenuBarPopup .menuPopupTopRight {
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
}
.gwt-MenuBarPopup .menuPopupBottomRight {
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.gwt-PasswordTextBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.gwt-PasswordTextBox-readonly {
  color: #888;
}

.gwt-PopupPanel {
  border: 1px solid #bbb;
  background: white;
}


.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: url("images/hborder.png") repeat-x 0px -27px;
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-PushButton-up {
  border: 1px outset #ccc;
  cursor: pointer;
}
.gwt-PushButton-up-hovering {
  border: 1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
}
.gwt-PushButton-up-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=40);
  zoom: 1;
}
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  padding: 4px 4px 2px 6px;
}
.gwt-PushButton-down {
  border: 1px inset #666;
  cursor: pointer;
}
.gwt-PushButton-down-hovering {
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
}
.gwt-PushButton-down-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=40);
  zoom: 1;
}

.gwt-RadioButton {
  white-space:nowrap;
}
.gwt-RadioButton-disabled {
  white-space:nowrap;
 color: #888;
}

.gwt-RichTextArea {
}
.hasRichTextToolbar {
  border: 0px;
}
.gwt-RichTextToolbar {
  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  border-bottom: 1px solid #BBBBBB;
  padding: 3px;
  margin: 0px;
}
.gwt-RichTextToolbar .gwt-PushButton-up {
  padding: 0px 1px 0px 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

.gwt-StackPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3em;
  padding: 3px;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-StackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.gwt-DecoratedStackPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
  cursor: pointer;
}
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
  height: 6px;
  width: 6px;
  zoom: 1;
}
.gwt-DecoratedStackPanel .stackItemTopLeft {
  border-left: 1px solid #bbbbbb;
  background: #d3def6 url(images/corner.png) no-repeat 0px -49px;
  -background: #d3def6 url(images/corner_ie6.png) no-repeat 0px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopRight {
  border-right: 1px solid #bbbbbb;
  background: #d3def6 url(images/corner.png) no-repeat -6px -49px;
  -background: #d3def6 url(images/corner_ie6.png) no-repeat -6px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 1px;
  height: 1px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedStackPanel .stackItemTopCenter {
  background: url(images/hborder.png) 0px -21px repeat-x;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
  font-weight: bold;
  font-size: 1.3em;
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  border: 0px;
  background-color: white;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
  background-color: white;
}

.JcSuggestBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}

.gwt-SuggestBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.gwt-SuggestBoxPopup {
  z-index: 3;
  border: 1px solid #ccc;
  background: #fff;
}
.gwt-SuggestBoxPopup .item {
  padding: 1px 6px;
  color: #555;
  cursor: default;
  font-size: 11px;
}
.gwt-SuggestBoxPopup .item-selected {
  background: #b7d6f6;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;  
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}



.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
  width: 0px;  /* first tab distance from the left */
}
.gwt-TabBarFirst-wrapper {
  display:none
}
.gwt-TabBar .gwt-TabBarRest {
  border-left: 0px
}
.gwt-TabBar .gwt-TabBarItem {
  margin-left: 0px;
  padding: 4px 15px 4px 15px;
  cursor: pointer;
  color: #555;
  font-weight: normal;
  text-align: center;
  background: url(/main/tabBarBg.gif) repeat-x #cdcdcd;
  border: 1px solid #bbb;
  border-bottom: 0px;
}
.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  background: url(/main/tabBarSelBg.gif) repeat-x #999999;
  border: 1px solid #bbb;
  border-bottom: 0px;
  color: #333;
} 
.gwt-TabBar .gwt-TabBarItem-disabled {
  cursor: default;
  color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
  border-color: #999;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  overflow: hidden;
  padding: 6px;
}

.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
  background: url(images/corner.png) no-repeat 0px -55px;
  -background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(images/corner.png) no-repeat -6px -55px;
  -background: url(images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  color: black;
  font-weight: bold;
  text-align: center;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}

.gwt-TextArea {
  padding: 3px;
  border: 1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.gwt-TextArea-readonly {
  color: #666;
}

.gwt-TextBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.gwt-TextBox-readonly {
  color: #888;
}

.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: url("images/hborder.png") repeat-x 0px -27px;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-ToggleButton-up {
  border: 1px outset #ccc;
  cursor: pointer;
}
.gwt-ToggleButton-up-hovering {
  border: 1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
}
.gwt-ToggleButton-up-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=40);
}
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  padding: 4px 4px 2px 6px;
}
.gwt-ToggleButton-down {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: pointer;
}
.gwt-ToggleButton-down-hovering {
  background-position: 0 -513px;
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
}
.gwt-ToggleButton-down-disabled {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=40);
}

.gwt-Tree .gwt-TreeItem {
  padding: 1px 0px;
  margin: 0px;
  white-space: nowrap;
  cursor: pointer;
}
.gwt-Tree .gwt-TreeItem-selected {
  display: inline-block !important;
  background:#ddd;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
  margin-left: -4px;
}

.gwt-DateBox {
  padding: 3px; 
  border:1px solid #bbb;
  margin: 0px;
  -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
  border-radius: 4px;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
  z-index:100;
}

.gwt-DatePicker {
  border: 1px solid #A2BBDD;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #C3D9FF;
  padding: 0px 4px 2px;
  cursor: default;
}
.datePickerDay {
  padding: 4px;
  cursor: pointer;
}
.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}
.datePickerDayIsWeekend {
  background: #EEEEEE;
}
.datePickerDayIsFiller {
  color: #888888;
}
.datePickerDayIsValue {
  background: #aaccee;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #bbddd9;
}
.datePickerMonthSelector {
  background: #C3D9FF;
  width: 100%;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
  color: blue;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: blue;
  cursor: pointer;
  padding: 0px 4px;
}


.gwt-SliderBar-shell {
  height: 30px;
  width: 100%;
}
.gwt-SliderBar-shell .gwt-SliderBar-line {
  border: 1px solid #aaa;
  background-color: #ddd;
  height: 4px;
  width: 95%;
  top: 8px;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-knob {
  top: 0px;
  width: 11px;
  height: 21px;
  z-index: 1;
  cursor: pointer;
}
.gwt-SliderBar-shell-focused {
}
.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
  background-color: #DDDDDD;
  cursor: pointer;
}

.PriceComp-lPrice {
  font-size: 20px;
  color: #444;
}

.PriceComp-sCell {
  text-align: center;
}

.PriceComp-slidTab {
  margin-left:auto;margin-right:auto;width:500px;
}

.PriceComp-helpPrice { font-size:11px; color:#333; white-space:normal; margin-top:5px; }
.PriceComp-helpCost { font-size:11px; color:#333; white-space:normal; margin-top:10px; }
.PriceComp-helpBal { font-size:11px; color:#333; white-space:normal; margin-top:10px; }

.ChartComp-chart { border: 1px solid #ddd; width:700px; height:350px; margin-top:10px; }
.ChartComp-stattable { margin-top:30px; width:700px; }
.ChartComp-statcell { border:1px solid #bbb; padding:4px; padding-top:2px; padding-bottom:2px; font-size:11px;  }
.ChartComp-statcell-0 { text-align:center; background-color:#eee;  }
.ChartComp-statcell-1n { text-align:right; background-color:#fefefe;  }

/**
 * google table
 */
.gt-hc, .gt-tc {
  font-size: 11px;
  padding: 2px 4px 2px 4px !important;
}

.gt-hcb, .gt-tcb {
  font-size: 11px;
  padding: 2px 4px 2px 4px !important;
  border: 1px solid #ccc;
}

.gt-hr {
  font-weight: bold;
  background-color: #ddd;
  text-align: center;
}

.gt-tr {
  background-color: #ffffff;
}

.gt-otr {
  background-color: #f7f7f7;
}

/**
 * t0 table
 */
.t0-hc, .t0-tc {
  padding: 2px 4px 2px 4px;
}
.t0-hcb, .t0-tcb {
  padding: 2px 4px 2px 4px;
  border: 1px solid #ccc;
}
.t0-hr {
  font-weight: bold;
  background-color: #ddd;
}
.t0-tr {
  background-color: #ffffff;
}
.t0-otr {
  background-color: #f7f7f7;
}


/**
 * tooltip
 */
.jctooltip {
  padding:6px;
  color:#fff;
  font-size: 11px;
  border:0;
  background-color:#505050;
  border-radius:4px;
  opacity:0.97;
}

.ttmarker {
  position: absolute;
  width: 14px;
  height: 7px;
  background: url(/main/ttiptria.png);
  -display: none;
}
 


/**
 * intro & welcome stuff
 */
 
#introTheSE {
  background:#f6f4f2;
  background: -moz-linear-gradient(top, #fcfaf7 0%, #f6f4f2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfaf7), color-stop(100%,#f6f4f2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfaf7 0%,#f6f4f2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfaf7 0%,#f6f4f2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfaf7 0%,#f6f4f2 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fcfaf7 0%,#f6f4f2 100%); /* W3C */
}

#sResContOuter {
  background:#f6f4f2;
  background: linear-gradient(to bottom, #fafafa 0%,#f8f8f8 100%); /* W3C */
}

#sResContInner {
  padding: 28px 22px 30px 22px;
}
 
#facts {
  margin:0 22px;
}

.fact {
  float:left;
  width:33.3%;
  position:relative;
}
@media only screen and (max-width:560px) {
  .fact {
    float:none;
    width:auto;
  }
}

.mainRow {
  position:relative;
  padding:0 20px 0 0;
  min-height:65px;
  background-color:rgba(245,245,247,0.5)
}
.dgbox {
  position:absolute;
  top:10px;
  left:15px;
  padding:5px 7px 0 0;
  background:#f0f0f0 url(/img/emain/back.png);
  border:0px solid #ddd;
  width:101px;
  height:27px;
}
.maini {
  position:absolute;
  top:0px;
  left:-5px;
  width:48px;
  height:48px;
}
.dg {
  width:12px; height:22px; float:right;
}
.dg0 { background:url(/img/digits.png) 0px 0px }
.dg1 { background:url(/img/digits.png) -13px 0px }
.dg2 { background:url(/img/digits.png) -26px 0px }
.dg3 { background:url(/img/digits.png) -39px 0px }
.dg4 { background:url(/img/digits.png) -52px 0px }
.dg5 { background:url(/img/digits.png) -65px 0px }
.dg6 { background:url(/img/digits.png) -78px 0px }
.dg7 { background:url(/img/digits.png) -91px 0px }
.dg8 { background:url(/img/digits.png) -104px 0px }
.dg9 { background:url(/img/digits.png) -117px 0px }
.dgn { background:url(/img/digits.png) -130px 0px }
.dpt { width:3px;height:22px;float:right;background:url(/img/digits.png) -143px 0px}
.mainConBox {
  padding:50px 15px 5px 0;
}
.mainConH {
  margin: 0;
  padding: 4px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.mainConT {
  color: #999;
}
@media only screen and (max-width:560px) {
  .mainConH { position:absolute;left:130px;top:12px;  }
}

/* opareas on main page */
.mainOpDiv {
  padding:20px 20px;background-color:#f2f2f2;border-top:1px solid #ccc;border-bottom:1px solid #e5e5e5; 
}
@media only screen and (max-width:560px) {
  .mainOpDiv { display:none; }
}

.mainOpCell {
  vertical-align:bottom;
  text-align:left;
  padding:1px 4px;
  white-space:nowrap;
}
.mainOpA, .mainOpA:link, .mainOpA:visited, .mainOpA:active {
  text-decoration:none;
  color:#3a3a3a;  
}
.mainOpA:hover {
  text-decoration:underline;  
  color:#3a3a3a;  
}
.mainOpName {
  font-size:12px;
  padding-left:0;
}
.mainOpNumJ {
  font-size:11px;
  text-align:right;
  color:#999;
}
.mainOpJobs {
  font-size:11px;
  color:#999;
  padding-right:0;
}

.mainSocials {
  padding-top:20px;
}
@media only screen and (max-width:560px) {
  .mainSocials { display:none; }
}

.asocial {
  display:block;
  width:106px;
  height:36px;
  margin-right:5px;
}


.afd-colorbox {
  height:20px;
  width:40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin:0px;
  border:1px solid #ccc;
  cursor:pointer;
  vertical-align:middle;
}

.afd-colorbox-txt {
  vertical-align:middle;
}

.afd-colorbox-txt-w {
  color:#fff;
}

.cp-proptable {
}

.cp-proptable td {
  padding: 0px 1px 4px 1px;
}

.afd-numcom-def {
}

.afd-htable td {
  vertical-align:middle;
}

.intbox-invalid {
  background-color:#ffaaaa;
}

.afd-ruledit-table {
}

.afd-ruledit-cenab {
  width:2%;
  padding-left:0px;
  padding:1px 4px 1px 4px;
}
.afd-ruledit-cprompt {
  width:5%;
  white-space:nowrap;
  padding:1px 4px 1px 4px;
}
.afd-ruledit-cedit {
  width:93%;
  padding:1px 4px 1px 4px;
}
.afd-design-glass {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-color:#fff2d5;
  border:2px solid #ffae00;
  position:absolute;
}
.afd-design-focus {
  position:relative;
}

.mjsb-r {
  margin:0;
  padding:0;
  color:inherit;  
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
  font-variant:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  word-spacing:inherit;
  text-align:inherit;
  text-indent:inherit;
  text-transform:inherit;
}

.helpIcon {
  border:0;
  width:12px;
  height:12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin:0 1px -1px 1px;
  cursor:pointer;
}

.helpPopup {
  border:1px solid #ccc;
  border-radius:4px;
  background-color:#ffffe5;
  padding:4px 6px 4px 6px;
  font-size:11px;
  box-shadow: 0px 8px 10px 4px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 8px 10px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 8px 10px 4px rgba(0,0,0,0.3);
}

.bttPlus16 {
  width:16px; 
  height:16px; 
  background:url(/main/add16a.png);
  cursor: pointer;
}

.bttMinus16 {
  width:16px; 
  height:16px; 
  background:url(/main/del16a.png);
  cursor: pointer;
}

.conex-head {
  font-variant: small-caps;
  font-size: 24px;
  color: #3a3a3a;
}

.conex-text {
  font-size: 12px;
  line-height:1.4;
}

.conex-prompt {
  font-size: 11px;
  color: #999;
}

.conex-ql {
  padding:2px 0;
  margin:0 1px 0 0;
  text-align:center;
  font-size:9px;
}

.conex-ql-placeh {
  background-color:#f0f0f0;
  color:#ccc;
}

.conex-ql-quali {
  background-color:#00d300;
  color:#000;
}

.conex-ql-mana {
  background-color:#ff8827;
  color:#000;
}

.conex-btt-home {
  width:32px; 
  height:32px; 
  background:url(/img/home32.png);
  cursor: pointer;
  position:absolute;
  right:-2px;
  top:-32px;
}


/**
 * menu2
 */
.jmi-clck {
  position:relative;
  float:left;
  padding:4px 12px;
  margin-left:3px;
  cursor: pointer;
  border-radius:4px;
  font-size:11px;
  font-weight:bold;
}

.jmi-clck-sel {
  background-color:#2f3842;
  color:#fff; 
}

.jmi-drop {
  position:relative;
  float:left;
  padding:4px 21px 4px 12px;
  margin-left:3px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size:11px;
  font-weight:bold;
}

.jmi-drop-open {
  background-color:#2f3842;
  color:#fff; 
}

.jmi-bar {
  width:1px;
  background-color:#ccc;
  position:absolute;
  left:-2px;
  top:5px;
  bottom:5px;
}

.jcmen {
}

.jmi-tria {
  position:absolute;
  bottom:8px;
  right:9px;
  width:9px;
  height:5px;
}

.jmi-tria-black {
  background: url(/img/spt_jobs.png) no-repeat -168px 0px;
}
.jmi-tria-white {
  background: url(/img/spt_jobs.png) no-repeat -168px -5px;
}

.jmi-dropdown {
  box-shadow: 0px 15px 20px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 15px 20px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 15px 20px 8px rgba(0,0,0,0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top:4px solid #2f3842;
  padding:10px 15px;
}

.jcmena, .jcmena:link, .jcmena:visited, .jcmena:active {
  display:block;
  text-decoration: none;
  color: #3a3a3a;
  font-size:11px;
  cursor: pointer;
}
.jcmena:hover {
  display:block;
  text-decoration:underline;
  color: #3a3a3a;
  font-size:11px;
  cursor: pointer;
}
.jcmen-empty {
  color:#aaa;
  font-size:11px;
  padding:10px;
}

div.mlfm {
}
div.mlfm-vgap {
  padding-left:50px;
  font-size:11px;
  color:#999;
}
div.mlfm-cap {
  font-weight:bold;
  color:#333;
  margin-top:6px;
}
div.mlfm-title {
  margin-top:6px;
  margin-bottom:6px;
  text-align:center;
  font-weight:bold;
  color:#333;
}
div.mlfm-phrase0 {
  margin-top:0px;
}
div.mlfm-phrase1 {
  margin-top:4px;
}
ul.mlfm-list {
}
.mlfm-list > li {
  margin: 1px 0px;
}
span.mlfm-em {
  font-weight:bolder;
  color:#000;
}

.jdet-all {
  margin:20px 20px 0 20px;
}
@media only screen and (max-width:560px) {
  .jdet-all {
    margin:10px 10px 0 10px;
  }
}
.jdet-logopin {
  position:relative;
}
.jdet-logo {
  position:static;
}
.jdet-jobhead {
  margin:5px 0px 0 0px;
  padding:4px 0px 2px 0px;
}
.jdet-title {
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
}
.jdet-locage {
  float:right;
  font-size: 11px;
  padding:2px 0 0 0;
}
.jdet-scrmob {
  display:none;
  padding-bottom:10px;
}
@media only screen and (max-width:560px) {
  .jdet-scrmob { display:block; }
}
.jdet-scr-lm {
  float:left;
  font-size:20px;
  color:#b0b0b0;
  cursor:pointer;
  padding:4px 80px 4px 80px;
  border:1px solid #e0e0e0;
  border-radius:4px;
  background-color:#f0f0f0;
}
.jdet-scr-lm-up-hovering {
  color:#909090;
}
.jdet-scr-rm {
  float:right;
  font-size:20px;
  color:#b0b0b0;
  cursor:pointer;
  padding:4px 80px 4px 80px;
  border:1px solid #e0e0e0;
  border-radius:4px;
  background-color:#f0f0f0;
  text-align:right;
}
.jdet-scr-rm-up-hovering {
  color:#909090;
}
@media only screen and (max-width:390px) {
  .jdet-scr-lm, .jdet-scr-rm { padding: 4px 60px 4px 60px; }
}
.jdet-scr-snipp {
  position:relative;
  padding:10px 0 10px 0;
  background-color:#faf9f8;
  border-bottom:1px dotted #e0e0e0;
  border-top:1px dotted #e0e0e0;
}
.jdet-snippet {
  margin:0px 20px 0 20px;
}
@media only screen and (max-width:560px) {
  .jdet-snippet { margin:0; }
}
.jdet-scr-l {
  font-size:50px;
  color:#b0b0b0;
  cursor:pointer;
  padding:20px 0px 20px 0px;
  border:1px solid #e0e0e0;
  border-radius:4px;
  background-color:#f0f0f0;
}
.jdet-scr-l-up-hovering {
  color:#909090;
}
.jdet-scr-r {
  font-size:50px;
  color:#b0b0b0;
  cursor:pointer;
  padding:20px 0px 20px 0px;
  border:1px solid #e0e0e0;
  border-radius:4px;
  background-color:#f0f0f0;
}
.jdet-scr-r-up-hovering {
  color:#909090;
}
@media only screen and (max-width:560px) {
 .jdet-scr-l, .jdet-scr-r { display:none; }
 
}
.jdet-cmd {
  padding-top:4px;
  font-size:11px;
  text-align:right;
  color:#777;
}
.jdet-cmd-less, .jdet-cmd-feedback, .jdet-cmd-block {
  display:inline-block;
}
@media only screen and (max-width:560px) {
  .jdet-cmd-less, .jdet-cmd-feedback, .jdet-cmd-block {
    display:none; 
  }
}
.jdet-source-showj {
  padding-top:15px;
}
.jdet-source {
  font-size:11px;
  color:#999;
}
@media only screen and (max-width:560px) {
  .jdet-source { display:none; }
}
.jdet-showj {
  float:right;
  margin:0 0px 0 10px;
}


@font-face {
  font-family: 'icons';
  src:url('/etc/ifont/ifont.eot');
  src:url('/etc/ifont/ifont.eot?#iefix') format('embedded-opentype'),
      url('/etc/ifont/ifont.woff') format('woff'),
      url('/etc/ifont/ifont.ttf') format('truetype'),
      url('/etc/ifont/ifont.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display:inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bubble:before {
  content: "\eac1";
}
.icon-enlarge7:before {
  content: "\eb45";
}
.icon-shrink7:before {
  content: "\eb46";
}
.icon-blocked:before {
  content: "\ed64";
}
.icon-arrow-right3:before {
  content: "\edba";
}
.icon-arrow-left3:before {
  content: "\edc2";
}
.icon-pencil:before {
  content: "\e600"; color:#777;
}
.icon-close:before {
  content: "\e601"; color:#bb4e4e;
}
.icon-checkmark:before {
  content: "\e602"; color:#00b200;
}
.icon-checkmark-circle:before {
  content: "\e603";
}

.iconbutton {
  display:inline-block;
  cursor:pointer;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/etc/font/roboto.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/etc/font/robotob.ttf) format('truetype');
}
.alztt {
  background-color:#eee;
}

.xtra-board-bo { margin:10px 0; padding:10px 20px; width:110px; background-color: #f1f1f1; border:1px solid #c9c9c9; border-radius: 5px; }
.xtra-board-img { display:block; border:1px solid #ddd; }
.xtra-board-adiv { margin: 10px 0 0 0; overflow:hidden; text-align:center; white-space: nowrap; }
.xtra-board-nj { margin: 0; text-align:center; }

.xtra-jobsuche-img { padding:10px; }
@media only screen and (max-width:620px) {
  .xtra-jobsuche-img { padding:0; width:90%; }
}

.xtra-jobs-img { padding:10px; }
@media only screen and (max-width:620px) {
  .xtra-jobs-img { padding:0; width:90%; }
}

.xtra-topsvg { width:64px; height:64px; }
@media only screen and (max-width:560px) {
  .xtra-topsvg { width:32px; height:32px; }
}

/* MultiCombo */
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.mc-container { 
  position: relative;
  display: inline-block;
}
.mc-text {
  padding-right: 20px;
  min-width: 300px;
  cursor: pointer;
  color: inherit;
}
.mc-expand {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  pointer-events: none;
}
.mc-pop {
  border: 1px solid #bbb;
  min-width: 298px;
  background-color: #fff;
}
.mc-popi {
  padding: 4px 4px;
}
.mc-l {
  position:relative;
  padding: 3px 4px;
}
.mc-l-text {
  pointer-events: none;
 }
.mc-l-cb-border {
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 3px;
  pointer-events: none;
}
div.mc-l-selected .mc-l-cb-border {
  border: 0px;
  background-color: #28384B;
}
.mc-l-cb-check {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 4px;
  pointer-events: none;
}

div.mc-l-selected .mc-l-cb-check {
  color: #fff;
} 

