/* CSS of book elements: Controls, TOC */

/* General */
/*-body:after {background:url(stylesheet/LiveManual_x-lt.png) right bottom no-repeat;} */
body {
	background:url(stylesheet/GrayBG.png) top repeat-x;
	margin: 0px;
}

#content {margin: 8px;}

#chaptitle {
	margin-top: 0px;
	padding-top: 0px;
}

/* Table Of Contents */

/*.tocblock_blue-UNUSED {float:right;
  color:#red;
  font-size:x-small;  -clear:both; margin-left:5px; margin-bottom:5px; 
  border-color: #6699CC; border-style: solid; border-width: 1px 2px 2px 1px; padding-left:10px; padding-right:10px; -moz-border-radius: 4px;
  max-width: 250px;
  
  }
*/

.tocblock {
	float:right;
  font-size:x-small;
    --clear:both;
	margin-left:8px; 
	margin-bottom:8px; 
  padding-left:4px;
  padding-right:4px;
  
  -moz-border-radius: 8px;
  max-width: 200px;
  
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  --background:#fff url(book_toc_bg.jpg) repeat-y left;
  background: #EAF9FB;
  box-shadow: 1px 3px 3px #EEEEEE; -webkit-box-shadow: 1px 3px 3px #EEEEEE; -moz-box-shadow: 1px 3px 3px #EEE;
}
  	
.toctitle {font-size: larger; color:#666666; 
	border-bottom: solid 1px #6090C0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;}

.tocblock a:hover {color: #5F8BCF;}
.tocblock a:active {color:#CCCCCC; text-shadow:grey 1px 1px 2px;}
.tocblok a:visited {color:#333333;}
.tocblock a {text-decoration:none;}
.tocblok li, .tocitem, .currenttocitem {
	margin-bottom: 4px;
	font-size: small; 
	padding-left: 0px;
	padding-right:0px;
	margin-left: 0px;
}

.tocitem a {color: #254967;}
.currenttocitem {color: #254967; font-weight:bold;text-shadow: 1px 1px #CCC;}


/* Buttons Navigation Bar */
.navbar {text-decoration: none; color: green; vertical-align: middle; align:middle; text-shadow: 1px 1px #EEE;}
.navbar a:hover {color: #5FE13E;}
.navbar img {text-align: middle; border: 0px;}
