body.popup {
  background-color: #FBF7EF;
  color: #000000;
}

table.locationBar {
  /* background-color: #E7DDC9; */
  margin: 0px 0px 4px 0px;
}
td.locationBar {
  font-size: x-small;
  padding: 4px 0px 0px 0px;
}

table.searchBar {
	display: inline-block;
  margin: 12px 2px 2px 0px;
}

table.mainBody {
  margin: 0px 0px 4px 0px;
  padding: 0px;
}

table.configBar {
  background-color: #E7DDC9;
  margin: 0px 0px 4px 0px;
  
}
td.configBar {
  padding: 4px 6px 4px 6px;
  font-size: x-small;
  color: #000000;
}

h1.headline, p.headlineInfo {
  margin: 8px 8px 8px 0px;
  padding: 0px;
  color: #004060;
}

h1.headline {
  font-size: medium;
  font-weight: bold;
}

p.headlineInfo {
  text-align: right;
  font-size: small;
  white-space: nowrap;
}

td.categoryImage {
  text-align: right;
  width: 122px;
  padding: 10px 0;
}

td.categoryTitle {
  padding: 10px;
}

table.thumbnails {
  width: 760px;
  border-bottom: 1px solid #E7DDC9;
  border-right: 1px solid #E7DDC9;
}

table.bigFrame {
	background-color: #FFF;
  border: 1px #CCCCCC solid;
  margin: 8px;
}

td.bigFrame {
  padding: 8px;
}

tr.images td, td.thumbnailImage {
  width: 190px;
  height: 190px;
  padding: 6px;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid #E7DDC9;
  border-bottom: none;
}

tr.captions td, tr.categories td, td.thumbnailInfoUnder {
  width: 190px;
  padding: 0 4px 6px 4px;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #E7DDC9;
}

tr.captions td, td.thumbnailInfoUnder {
  width: 190px;
  font-size: x-small;
}

tr.categories td {
  font-weight: normal;
}

tr.categories a:link {
  text-decoration: none;
}

td.thumbnailInfoRight {
  width: 190px;
  padding: 6px 6px 6px 6px;
  color: #000000;
  border-top: 1px solid #E7DDC9;
  font-size: x-small;
}

p.categoryTitle {
  font-weight: bold;
}
p.categoryInfo {
  font-size: x-small;
}

td.searchBox {
  color: #FFFFFF;
  font-size: x-small;
  font-weight: bold;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  white-space: nowrap;
}

div.lightbox {
  margin: 4px 0px 6px 0px;
  padding: 0px;
  font-size: x-small;
  white-space: nowrap;
  text-align: center;
}

.fileCount {
  font-size: x-small;
  color: #333333;
}

table.keywordLetters {
  margin: 4px 0;
  border-collapse: collapse;
}

td.keywordLetter {
  background-color: #E7DDC9;
  border: 1px solid #D2C8B9;
  text-align: center;
  padding: 0;
}

td.keywordLetter a {
  padding: 4px 7px;
  display: block;
  text-decoration: none;
}

td.keywordLetter a:hover {
  background-color: #FFFFFF;
}

th.highlight {
  background-color: #FFF7BC;
}

ul.navButtons {
	display: block;
	height: 26px;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	list-style-type: none;
}

.navButtons li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	background-image: url(../if_files/skins/lookandlearn/images/buttons/left.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}

.navButtons a, .navButtons span {
	float: left;
	display: block;
	padding: 2px 9px 6px 10px;
	text-decoration: none;
	color:#FBEE2B;
	background-image: url(../if_files/skins/lookandlearn/images/buttons/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.navButtons a:hover {
	color: #585858;
}

.navButtons li:hover, .navButtons li.p7hvr {
	color:#585858;
	background-image: url(../if_files/skins/lookandlearn/images/buttons/left_on.gif);
}

.navButtons li:hover a, .navButtons li.p7hvr a {
	background-position:right top;
	background-image: url(../if_files/skins/lookandlearn/images/buttons/right_on.gif);
	color: #585858;
}

.navButtons li.disabled {
	background-image: url(../if_files/skins/lookandlearn/images/buttons/left_off.gif) !important;
}

.navButtons li.disabled span {
	background-image: url(../if_files/skins/lookandlearn/images/buttons/right_off.gif) !important;
	color: #999 !important;
	cursor: default;
}

