/* Top */

#top {
  background-color: white;
  height: 100px;
}

#topLeft {
  width: 205px;
  height: 74px;
  float:left;
}

#topRight {
  position: relative;
  width: 775px;
  height: 74px;
  float:left;
}

#topLeftText {
  color: #a9a9a9;
  margin-top: 4px;
}

#logOutLinks {
  position: absolute;
  bottom: 0; right: 10px;
}

#logOutLinks ul li {
  float: left;
  margin-left: 10px;
}

#logedUser {
  font-size: 13px;
  font-weight: bold;
  color: #6e6d6d;
}

#logoutLink {
  text-decoration: none;
  color: #333;
}

#logoutLink:hover {
  text-decoration: underline;
}

/* Menu */

#menuBlock { 
  background-color: #038bc9;
  text-align: center;
  color: white;
  margin-bottom: 8px;
}

#menuBlock .content { padding: 0; }

#menu {
  margin: 0 auto;
  border-spacing: 10px 0;
  height: 36px;
  font-size: 14px
}

#menu td:hover {
  /*text-decoration: underline;*/
  cursor: pointer;
  /*background-color: #a6cdde;*/
  color: gold;
}

#menu td:first-child {
  padding-left: 18px;
  border-left: 2px solid white; /*#ef9024; orange*/
}

#menu td {
  padding-right: 18px;
  border-right: 2px solid white; /*#ef9024; orange*/
}

#menu a {color: white;}


/* Footer */

#footer {
  text-align: center;
  clear: both;
  color: #6f6f6f;
}

#footer .content { border-top: 2px solid #E7E7E7; }

#footer p {
  margin-top: 8px;
}

#footer ul li {
  display: inline;
  text-align: center;
  margin-left: 10px;
}

#footer ul li:first-child {
  margin-left: 0px;
}

.menuImg {
  vertical-align: middle;
  margin-right: 6px;
}

.fancyPopup { 
  display: none;
  padding: 4px;
  padding-left: 10px;
}

.table { 
  color: #3f3f3f;
  display: table; 
  margin-bottom: 6px;
  line-height: 28px;
}

.row { display: table-row; }
.cell { display: table-cell; vertical-align: middle;}
.first { margin-right: 6px; float: right; }

#paswMessage {
  color: darkgrey;
  text-align: center;
}

#ribbon {
  cursor: pointer;
  position: fixed;
  top: 68px;
  z-index: 10000;
  display: none;
  background-color: #f4d526;
  padding: 6px;
  padding-left: 0px;
  text-align: center;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#ribbon .border {
  border: 2px dashed #bf0625;
  border-left: none;
  padding: 12px;
}

#ribbon table {
  margin: 0 auto;
}

#ribbon p {
  color: #3f3f3f;
  font-size: 16px;
}

#question {
  z-index: 10000;
  top: 68px;
  background-color: #f4d526;
  position: fixed;
  display: none;
  padding: 6px;
  padding-left: 0px;
  text-align: center;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#question table {
  margin: 0 auto;
}

#question .border {
  border: 2px dashed #bf0625;
  border-left: none;
  padding: 12px;
}

#question .firstTd {
  text-align: right;
  color: #038bc9;
  font-size: 14px;
}

#question p {
  color: #3f3f3f;
  font-size: 16px;
}

#confirmConsultation {
  background-color: #ef9024;
  border: none;
  width: 208px;
  height: 36px;
  color: white;
  margin-top: 8px;
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.closeConsultation {
  text-align: right;
  color: #445f96;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
  font-size: 10px;
}