﻿

.lexhead > div {
    background-color:#083752;
    color:white;
    padding:10px 16px 9px 16px;
    margin-left:207px;
    font-weight:bold;
    font-size:13px;
}

.lexhead > div:first-child {
    width:169px;
    float:left;
    margin-left:0px;
}


.table-row { display: table-row; }
.table-cell { display: table-cell;padding:9px 17px;background-color:#EBEBED;border-top:solid 5px white;color:#636469;vertical-align:top;line-height:22px }
.table-cell p { margin:0px;padding:0px;text-align:left }

.table-row > span:first-child { width:172px;font-family:'HelveticaNeueW01-57Cn';color:#785e4e;font-size:22px;text-align:left }

.scrollwrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

	/* important:  dimensions or positioning here! */
}

#black_back {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  z-index: 101;
}

#lightbox {
  display:none;
  position: fixed;
  top: 150px;
  left: 50%;
  margin-left: -510px;
  width: 980px;
  height: 670px;
  text-align: center;
  background-color: #fff;
  z-index: 101;
  padding-left: 40px;
}

body.noscroll{
    overflow:hidden;
}

.lightbox_close {
    padding:15px;
    display:block;
    position:absolute;
    margin-top:-50px;
    margin-left:935px;
}