/**
 * Style sheet for MJet "career model" pages.
 */

/*** IMAGES *******************************************************************/

img.rightColumn {
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
  margin-bottom: 15px;
  margin-right: 25px;
}

/*** DIVS AND SPANS************************************************************/

div.leftTxt455Style {
  width: 496px;
  height: 455px;
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
  margin-left: 25px;
  margin-right: 25px;
  overflow: auto;
}

div.leftTxtWithScroll {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 496px;
  height: 455px;
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
  margin-left: 25px;
  margin-right: 25px;
  overflow: auto;
}

div.rightColumn {
  text-align: left;
  width: 221px;
  max-height: 298px;
  height: expression(this.scrollHeight > 296? "295px" : "auto" );
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
  margin-right: 25px;
  overflow: auto;
}

div.rightAnim {
  border-style: solid;
  border-width: 1px;
  border-color: #827860;
}

table.pressReleases {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #827860;
}

td.pressReleaseDates {
  border-style: none solid none none;
  border-width: 1px;
  border-color: #827860;
  vertical-align: top;
}

td.pressReleaseTitles {
  border-style: none none none none;
  border-width: 1px;
  border-color: #827860;
  vertical-align: top;
}

/*** TEXT *********************************************************************/

p {
  font-family: verdana, helvetica, arial, DejaVu Sans;
  margin: 0px;
  padding: 0px;
}

p.txtLeft {
  color: #827860;
  text-align: left;
  font-size: 0.7em;
  line-height: 14pt;
  padding-left: 40px;
  padding-right: 40px;
}

p.pressReleaseSubTitle {
  color: #827860;
  text-align: left;
  font-style: italic;
  font-size: 0.7em;
  line-height: 14pt;
  padding-right: 40px;
  padding-bottom: 15px;
}

p.pressReleaseContent {
  color: #827860;
  text-align: left;
  font-size: 0.7em;
  line-height: 14pt;
  padding-right: 40px;
  padding-bottom: 30px;
}

div.rightColumn p {
  color: #827860;
  font-size: 0.7em;
  line-height: 14pt;
  padding: 10px;
}

h1 {
  font-family: verdana, helvetica, arial, DejaVu Sans;
  margin: 0px;
  padding: 0px;
}

h1.pageTitle {
  color: #a0312a;
  text-align: left;
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 40px;
}

h1.middlePageTitle {
  color: #a0312a;
  text-align: left;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
}

h1.pageTitleNoScroll {
  color: #a0312a;
  text-align: left;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

h1.pressReleaseTitle {
  color: #a0312a;
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 0px;
}


/*** LISTS *******************************************************************/

ul {
  font-family: verdana, helvetica, arial, DejaVu Sans;
  text-align: left;
  color: #827860;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 62px;
}

li {
  margin-top: 3px;
  margin-bottom: 0px;
}

li a {
  color: #827860;
  text-decoration: none;
}

li a:hover {
  color: #a0312a;
  text-decoration: none;
}

a.pressReleaseLinks {
  color: #827860;
  text-decoration: underline;
}

a.pressReleaseLinks:hover {
  color: #a0312a;
  text-decoration: underline;
}

a.loneMapLink {
  color: #827860;
  text-decoration: none;
}

a.loneMapLink:hover {
  color: #a0312a;
  text-decoration: none;
}
