/*! skin/light/f/styles.less */
body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #FFFFFF;
  color: #282828;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
}
table,
td {
  font-size: 100%;
}
/* IE quirk */
th {
  text-align: left;
  vertical-align: top;
}
img {
  border: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #1180ae;
}
a:hover {
  text-decoration: underline;
  color: #1180ae;
}
.page-block {
  clear: both;
  margin: 0px auto;
  padding: 20px 0px;
  width: 880px;
}
/* page layout: header */
#page-header > .page-block {
  height: 33px;
  background: transparent url(../skin/light/f/ejw-logo.png) left center no-repeat;
  text-align: right;
  font-size: 10px;
  line-height: 30px;
}
#page-header a,
#page-header a:link,
#page-header a:visited {
  color: #a0a0a0;
  vertical-align: middle;
}
#page-header a:hover {
  color: #8b8b8b;
}
#page-header > .page-block {
  height: 33px;
  background: url(../skin/light/f/ejw-logo-n.png) left center no-repeat;
  text-align: right;
  font-size: 10px;
  line-height: 30px;
  background-size: 141px 50px;
  background-image: image-set(url(../skin/light/f/ejw-logo-n.png) 1x, url(../skin/light/f/ejw-logo@2x-n.png) 2x);
}
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #page-header>.page-block {
        background: url(../skin/light/f/ejw-logo@2x-n.png) left center no-repeat;
	background-size: 141px 50px;
    }
}
*/
/* page layout: menu */
#page-menu {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#menu-list {
  width: 495px;
  border-right: 1px solid #dadada;
  min-height: 80px;
}
#menu-list > h2 {
  margin: 0px 0px 18px 1px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #282828;
}
#menu-list > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#menu-list > ul > li {
  padding: 0px 0px 6px 17px;
  background: transparent url(../skin/light/f/bullet.png) left top no-repeat;
  line-height: 13px;
}
#menu-list .title {
  font-size: 12px;
  font-weight: bold;
}
#menu-list .count {
  color: #555555;
  padding: 0px 5px;
}
#menu-list span.show {
  color: #aeaeae;
}
#menu-list a.show {
  color: #4d9fc1;
}
#menu-list .dl-link {
  color: #b4b4b4;
  float: right;
  width: 140px;
  padding-left: 10px;
  height: 14px;
}
#menu-info {
  float: right;
  width: 290px;
  text-align: right;
}
#menu-info h1 {
  margin: 0px 0px 14px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #b8b8b8;
}
/* page layout: main content area */
/* page layout: main content area for files */
#page-files > .page-block {
  width: 900px;
}
#page-files > .page-block > h2 {
  margin: 0px 0px 12px 10px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #a2a2a2;
}
#page-files > .page-block > h2 > .count {
  font-weight: normal;
  padding: 0px 6px;
}
/* page layout: footer */
#page-footer {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
#page-footer > .page-block {
  text-align: center;
  color: #8b8b8b;
}
.error-msg {
  background: white;
  color: red;
  font-weight: bold;
  padding: 8px 0px;
  margin: 4px 2px;
  border: 1px solid red;
}
.error-msg ul {
  margin: 0px 0px;
  padding: 2px 5px 2px 20px;
}
.error-msg li {
  margin: 0px 0px;
  padding: 0px 0px;
}
/* file list / thumbnail view */
.row {
  clear: left;
}
.file {
  width: 160px;
  height: auto;
  margin: 0px 10px 28px 10px;
  float: left;
}
.file > .thumb {
  width: 156px;
  height: 156px;
  padding: 1px 1px;
  text-align: center;
  border: 1px solid #dbdbdb;
  line-height: 148px;
  margin-bottom: 2px;
  cursor: pointer;
}
.file > .thumb > img {
  vertical-align: middle;
}
.file > .menu {
  padding: 8px 0px 0px 0px;
  height: 12px;
  font-weight: bold;
}
.mdata {
  color: #818181;
}
.mdata > .meta {
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE, Safari, Chrome */
  border-bottom: 1px solid #dbdbdb;
}
.mdata > .meta.title {
  padding: 6px 0px;
  font-size: 12px;
  font-weight: bold;
}
.mdata > .meta.details {
  padding: 2px 0px;
  font-size: 10px;
}
.mdata > .meta.details > .entry {
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE, Safari, Chrome */
  padding: 1px 0px;
}
/* jQuery lightBox plugin */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0px 0px 0px 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 36px;
  float: right;
  padding-bottom: 0.7em;
}

