
/*----------- collingarythomasgrasley (modetwentythree.com) collingrasley@gmail.com --- public domain template, because sharing is good ------- no link back required, but it would be real swell :) --------------------*/
/* -----------------  page styles -------------------------------------------------------*/

body {
    padding: 0;
    margin: 0;
    font: 11px Verdana, sans-serif;
    line-height: 17px;
    background: #f4f4f4 url(../images/bodybg.gif) center repeat-y;
    color: #555;
  }


#wrapper {
    margin: 2px auto;
    width: 900px;
    padding: 0;
    background: #fff;
  }

/* -----------------  general styles  -------------------------------------------------------*/

a {
    background-image: none;
    color: #631e19;
    text-decoration: underline;
  }


a:hover {
    color: #894e4e;
    background: none;
    text-decoration: underline;
  }


p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

h1 {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    background: none;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
}

h2 {
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0 4px 0px;
    margin: 0 0 2px 0;
    color: #444;
    background: none;
    border-bottom: 2px dotted #444;
  }


img {
    border: 0;
  }


h4 {
    font: 18px Helvetica, Arial, sans-serif; /* orig was 30px */
    margin: 0;
  }


.pic {
    margin-top: 8px;
  }

/* -----------------  top info  -------------------------------------------------------*/

#header {
    clear: both;
    width: 900px;
    height: 80px;
    background: url(../images/header.jpg) no-repeat;
    margin: 0;
  }


#title {
    float: left;
    width: 240px;
    padding: 20px 0 10px 60px;
  }


#title h3 {
    font-size: 12px;
    padding: 5px 0 0 0;
    margin: 0;
    color: #444;
  }


#hright {
    float: right;
    width: 540px;
    height: 60px;
    margin: 15px 0 0 0;
  }


#hrighttop {
    font-size: 0.9em;
    width: 400px;
    margin: 0 2px 0 0;
    padding: 0 8px 2px 0;
    float: right;
    text-align: right;
  }


#hrighttop a {
    text-decoration: none;
  }


#title p {
    font-size: 0.9em;
    color: #808080;
    padding: 0;
    background: inherit;
  }


#menu {
    width: 700px;
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
    text-align: right;
    line-height: 12px;
  }


#menu li {
    float: left;
    display: inline;
  }


#menu li a {
    color: #444;
    text-decoration: none;
    padding: 1px 10px 1px 10px;
    height: 12px;
    background: none;
  }


#menu li a:hover {
    background: none;
    color: #631e19;
  }

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
    width: 900px;
    height: 250px;
    margin: 5px 0 10px 0;
    background: url(../images/homepic.jpg) no-repeat;
  }


#homepic a {
    color: #fff;
  }


.message {
    position: absolute;
    width: 360px;
    float: left;
    margin: 70px 0px 0px 165px;
    color: #fff;
  }


#bottomcontenttop {
    width: 900px;
    height: 10px;
    background: url(../images/b_contenttop.jpg) no-repeat;
  }


#bottomcontent {
    display: inline-block;
    width: 898px;
    height: auto;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
  }


#bottomcontentbtm {
    margin-top: -5px;
    width: 900px;
    height: 10px;
    background: url(../images/b_contentbtm.jpg) no-repeat;
  }


.left {
    float: right;
    width: 170px;
    margin: 0 6px 5px 0;
    padding: 10px;
  }


.middle {
    float: right;
    width: 470px;
    margin: 0 6px 5px 0;
    padding: 10px;
  }


.right {
    float: right;
    width: 170px;
    margin: 0 6px 5px 0;
    padding: 10px;
  }


.thumbs img {
    position: relative;
    padding: 1px;
    margin: 5px 8px 5px 9px;
    border: 2px solid #631e19;
    background: none;
  }


.thumbs img:hover {
    border: 2px solid #c5c5c5;
    background: none;
  }

/* ----------------- Bottom content -------------------------------------------------------*/

#footer {
    clear: both;
    text-align: center;
    line-height: 1.8em;
    color: #444;
    background: #f4f4f4 url(../images/bodybg.gif) center repeat-y;
    padding: 4px 0;
    margin: 10px 0 0 0;    
  }


#footer a {
    color: #631e19;
    background: inherit;
  }

/* ----------------- Module styles -------------------------------------------------------*/

.z-module-Pages {
    font-size: 1.1em;
  }

/*  {$minbox}  */
.z-block h4 img {
border: 0;
float: right;
padding-right: 5px;
padding-top: 0px;
}


/* styles brought over from the current book */


.float {
    
    margin-top:10px;
    
    margin-bottom:10px;
    
    position:fixed;
    
    top:45px;
    
    margin-left:20px;

}


.table_header {
    font-weight:bold;
    font-size:12px;   
    background-color:#99cc99;
 }
 
.table_even {
    background-color:#ddffdd;

}
td{
    padding-left:3px;
    padding-right:3px;
}

.side_bar {
    border-style:solid;
    border-width:1px;
    background:#ecccf8;
}

table.book_table{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}

ul.key_words {
    
    background:#ddffdd;

}

div.image {
    border-top:solid 1px black;
}
.figure{
    
    background-color:#ffffe6;
    padding: 3px;
    margin-bottom:5px;
    border-top:solid 1px black;
    border-bottom:solid 1px black;
}
p.glossterm {

	font-weight:bold;
	font-size:10pt;

}


p.glossdef {

	margin-left:1em;

	font-size:9pt;

}
.highlight{
    
	background-color:#ffffe6;

}
a.glossary {

	position: relative;

	background-color: #ddffdd;

	text-decoration: none;
}
.learn_obj {
    padding-left:5px;
    padding-right:5px;
    background-color: #ffffe6;
    border-color:#000;
    border-width:1px;
    border-style:solid;
}

li.article {
    list-style-type:none;
    padding-left:10px;
}
/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; border-bottom:2px dotted #36c;color: #36c; outline: none; }

/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#333; 
    border-color:#BBBBBB;
    padding:5px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:6px; /*Rounded corners. N/A for IE 8 and below.*/
    box-shadow: 0 1px 4px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
}

div#mcTooltip, div.mcTooltipInner 
{
    background-color:#EAECF0;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#36c; }

/*Close button. Only available when sticky or overlay has been set to true.*/
div#mcttCloseButton 
{
    width:14px;height:14px;position:absolute;background-image:url(closeBtn.gif);cursor:pointer; overflow:hidden;
    top:12px; right:12px; left:auto;
}            

/* Only applies when overlay has been set to true or 1.*/
div#mcOverlay 
{
    background-color: white;
    opacity:0.8; filter: alpha(opacity=80); 
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {margin:20px 50px; background:transparent url(loading.gif) no-repeat center center; width:50px; height:30px; font-size:0;}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}