/***********************************************/
/* HTML tag styles   */
/***********************************************/
a.skipnavigation { position: absolute; left: -10000px; }
a.skipnavigation:focus, a.skipnavigation:active { position: static; left: 0; }
  
body {
	font-family: Arial, sans-serif;
	background-color: #006633;
}
#ebookToc {
}
#ebookToc p {
	height: 50px;
	padding-top: 7px;
}
#ebookToc a img {
	float: left;
	margin-top: 0px;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #CC0033;
	text-decoration: none;
}
.left_indent {
	float: left;
	padding-left: 15px;
}
a:hover {
	text-decoration: underline;
}
/************** header tag styles **************/

h1 {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #003366;
	margin-left: 0px;
	padding-left: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #003399;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font: bold 100% Arial, sans-serif;
	color: #006633;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #663B33;
	margin-bottom: -12px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h5 {
	font: 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/*************** list tag styles ***************/

ul {
	list-style-type: square;
}
/***********************************************/
/* Layout Divs  */
/***********************************************/
#container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	width: 1000px;
}
#masthead {
	height: 95px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
}
#random {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
#logo {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#logout {
	font-size: 11px;
}
#feedControl {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	font-size:10px;
	margin-left: 10px;
	width : 325px;
	height : 85px;
	overflow:hidden;
	border: thin solid #39F;
}
#pagecell {
	position:relative;
	top: 5px;
	width:995px;
	background-color: white;
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#menu {
	float: left;
	width:160px;
	padding: 5px;
	background-color: #FFFFFF;
}
#didyouknow {
	width:140px;
	background-color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content {
	border-left: 1px solid #ccd2d2;
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	position: relative;
}
#middle-col {
	float: left;
	width: 620px;
	text-align: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: 0px;
}
#feature {
	float: left;
	width: 800px;
	text-align: left;
	overflow: hidden;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: small;
	margin-top: 0px;
	background-color: white;
}
#right-col {
	float: right;
	width: 175px;
	text-align: left;
	font-size: 11px;
	background-color: #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#otrp-right-col {
	float: right;
	width: 138;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
}
#whatisnew {
	float: right;
	width: 190px;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/*************** search styles *****************/
#search {
	position: absolute;
	top: 5px;
	z-index: 101;
	right: 10px;
}
#search input {
	font-size: 70%;
}
/************** siteInfo styles ****************/
#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}
/**** misc ****/
.green {
	font-weight: bold;
	text-transform: capitalize;
	color: #006633;
}
.boldgray {
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
}
th {
	background-color: #006633;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
}
table {
	font-size:12px;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	border-style: none;
}
#td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#human {
	visibility:hidden;
	display:none;
}
/*************** vista buttons menu *****************/
#vista-buttons_com_id5xhjt td {
	font-size:0
}
#vista-buttons_com_id5xhjt td div {
	position:relative
}
#vista-buttons_com_id5xhjt td:hover>div>ul.vbUL5xhjt {
	display:block
}
ul.vbUL5xhjt {
	left:99%;
	top:-38px;
	display:none;
	visibility: visible;
	overflow:visible;
	list-style:none;
}
ul.vbUL5xhjt li {
	white-space:nowrap;
}
ul.vbUL5xhjt ul {
	position:absolute;
	visibility: visible;
	left:100%;
	top:0;
}
ul.vbUL5xhjt li:hover {
	position:relative;
}
ul.vbUL5xhjt li:hover>ul {
	display:block;
}
.vbUL5xhjt {
	position: absolute;
	visibility: hidden;
	display: block;
	overflow: auto;
	font-size: 1px;
	margin: 0px;
}
div.vbUL5xhjt, table.vbUL5xhjt .subContent, ul.vbUL5xhjt {
	border: solid #B9B9B9;
	border-width: 1px;
	background-color: #FFFFFF;
	padding: 2px;
	opacity:1.00;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.vbUL5xhjt table {
	border-collapse: separate;
	border-spacing: 0px;
}
.vbUL5xhjt table tr, ul.vbUL5xhjt li, ul.vbUL5xhjt .separator:hover {
	font-size: 1px;
	cursor: pointer;
	background-color: #C0C0C0;
}
.vbUL5xhjt tr.over, ul.vbUL5xhjt li:hover {
	background-color: #800000;
}
.vbUL5xhjt table td, ul.vbUL5xhjt li, ul.vbUL5xhjt .separator:hover {
	border: solid #808080;
	border-width: 1px;
	padding: 3px;
	text-align: left;
}
.vbUL5xhjt tr.over td, ul.vbUL5xhjt li:hover {
	border-color: #797979;
}
.vbUL5xhjt td a, .vbUL5xhjt td span, ul.vbUL5xhjt a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.vbUL5xhjt tr.over a, .vbUL5xhjt tr.over span {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
ul.vbUL5xhjt li:hover>a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.vbUL5xhjt tr.popup {
	background-color: #800000;
}
.vbUL5xhjt tr.popup td {
	border-color: #797979;
}
.vbUL5xhjt tr.popup a, .vbUL5xhjt tr.popup a {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A#vbUL_5xhjta{display:none}

.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 10px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * Google FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 11px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

div.img-dec {
	background: url('shadow.gif') no-repeat bottom right;
	clear: right;
	float: left;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 65px;
}
 
div.img-dec img {
background-color: #fff;
border: 1px solid #a9a9a9;
display: block;
margin: -5px 5px 5px -5px;
padding: 4px;
position: relative;

}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}
#ebookIndex {
	width: 100%;
	border: thin solid #999;
}
.ebookIndexColumnCell {
	float: left;
	width: 33%;
	height: 375px;
	text-align: center;
	border: thin solid #CCC;
}
.eitIndexColumnCell {
	float: left;
	width: 33%;
	height: 425px;
	text-align: center;
	border: thin solid #CCC;
}

.ebookIndexColumnCellAutoHeight {
	float: left;
	width: 33%;
	text-align: center;
	/* [disabled]border: thin solid #CCC; */
}

