/* Deprecated */

body {
  font-family: 'Lucida Grande', Arial;
  font-size: 13px;
}

#page {
  min-height: 100%;
}

a {
  color: #06C;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
}

h3 a {
  color: #000;
}

.pseudoLink {
  color: #06C;
  cursor: pointer;
  text-decoration: underline;
}

p.infos {
  font-size: 90%;
  color: #666;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

button {
  color: white;
  outline: none;
  cursor: pointer;
  font-size: 100%;
  min-width: 7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url("../images/glossy.png") repeat-x left center;
}

button.green {
  border: 2px solid #390;
  background-color: #6C0;
}

button.grey {
  border: 2px solid #777;
  background-color: #AAA;
}

button.blue {
  border: 2px solid #15E;
  background-color: #26F;
}

button.black {
  border: 2px solid #000;
  background-color: #222;
}

button.red {
  border: 2px solid #900;
  background-color: #A00;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

a.bigButton {
  display: inline-block;
  color: #333;
  text-decoration: none;
  background: url("../images/smoke10.png");
  padding: 1px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  outline: none;
}

a.bigButton span {
  display: block;
  font-weight: bold;
  line-height: 2.2em;
  padding: 0 1em;
  border: 1px solid #777;
  border-bottom-width: 2px;
  background: url("../images/light-gradiant-top-small.png") repeat-x left top;  
  -moz-border-radius: 7px;  
  -webkit-border-radius: 7px;  
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

.linkButton {
  display: inline-block;
  font-size: 90%;
  line-height: 1.5em;
  padding: 0px 10px;
  color: white;
  background: #666;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.linkButton.red {
  background: #A00;
}

.linkButton.black {
  background: #333;
}

.linkButton.blue {
  background: #06C;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

.tabs {
  position: relative;
  border-bottom: 1px solid #999;
  padding: 0 10px; 
  height: 2.5em;
  line-height: 2.5em;
}

.tabs .tab {
  float: left;
  padding: 0px 15px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.tabs .tab.right {
  float: right;
}

.tabs .current {
  border: 1px solid #999;
  border-bottom: 0;
  color: black;
  background: white url("../images/light-gradiant-top-small.png") repeat-x left bottom;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */

h2.sectionHead {
  margin: 1.5em 0;
  padding: 0 30px;
  height: 0px;
  color: #AAA;
  font-size: 100%;
  font-weight: normal;
  border-top: 1px solid #CCC;
}

h2.sectionHead span {
  position: relative;
  line-height: 1em;
  top: -0.6em;
  padding: 0 0.5em;
  background-color: white;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

.messageBox {
  width: 700px;
  margin: 0 auto;
  padding: 1em;
  border: 5px solid #AAA;
  background: white url("../images/stripe-10-eee.gif");
}

.messageBox .actions {
  margin-top: 1em;
}

.messageBox .actions a {
  margin-right: 0.5em;
}

/* --- Messages ------------------------------------------------------------------------------------------------------------------- */

#messages {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
  list-style: none;
}

#messages li {
  padding: 3px 0px;
}

#messages li + li {
  margin-top: 1px;
}

#messages span {
  background-color: #6C0;
  color: white;
  padding: 3px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

#messages span.active {
  cursor: pointer;
  background-image: url("../images/lightray.png");
  background-position: -60px center;
  background-repeat: no-repeat;
}

#messages span.active:hover {
  background-color: #5B0;
}

/* --- Popup ---------------------------------------------------------------------------------------------------------------------- */

.Popup {
  position: absolute;
  left: 50%;
}

.Popup .container {
  position: relative;
}

.ie7 .Popup .container {
  height: 1%;
}

/* Popup: Style 1 */ 
.Popup_1 {
  background-color: white;
}

.Popup_1 .closeButton,
.Popup_2 .closeButton {
  position: absolute;
  top: -12px;	
  right: -16px;
  width: 35px;
  height: 35px;
  background: url("../images/close-button.png") top left no-repeat;
  cursor: pointer;
}

.Popup_1_overlay {
  display: none;
}


/* Popup: Style 2 */ 

.Popup_2 {
  position: fixed;
  top: 50%;
  background-color: white;
}

.Popup_2_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/smoke60.png");
}


/* --- MoreButton ----------------------------------------------------------------------------------------------------------------- */

.moreButton {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.moreButton.open {
  z-index: 1;
}

.moreButton label {
  display: block;
  text-indent: -10000px;
  height: 14px;
  width: 21px;  
  border: 1px solid #999;
  background: #CCC url("../images/menu-button.gif") no-repeat center center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.moreButton.open label {
  background-color: #AAA;
  border-color: #777; 
}

.moreButton ul {
  display: none;
  list-style: none;
  font-size: 90%;
  text-align: left;

  margin-top: 1px;
  padding: 3px 10px;
  background: white;
  line-height: 1.5em;
  
  border-style: solid;
  border-width: 1px;
  border-color: #AAA #333 #333 #AAA;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-bottom-right-radius: 5px;  
}

.moreButton.open ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  white-space: nowrap;
}

/* --- Disclaimer --------------------------------------------------------------------------------------------------------------------- */

.pinNote {
  position: relative;
}

.pinNote .pin1,
.pinNote .pin2 {
  position: absolute;
  width: 18px;
  height: 20px;
  top: -10px;
  background: url("/platform/images/black-pin.png") no-repeat;
}

.pinNote .pin1 {
  left: -10px;
  background-position: top left;
}

.pinNote .pin2 {
  right: -10px;
  background-position: top right;
}



