﻿/* XHTML-Compliant Sticky Footer */

html, body
{
	height: 100%;
	margin: 0px;
	font-family: sans-serif;
}

#master
{
	position: relative;
	min-height: 100%;
}

#header_body 
{
	padding-bottom: 27px;
}

#footer
{
	position: absolute;
	
	bottom: 0px;
	
	width: 100%;
	height: 30px;
}

/* Header and Chapters */

div.chapters
{

}

span.hover_link
{
    color: #005572;
    font-weight: bold;
}

td.chapter_block
{
    color: #005572;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    height: 50px;
    cursor: pointer;
    font-size: 0.9em;
}

td.chapter_block:hover
{
    background-color: #005572;
    color: white;
}

td.chapter_block > a
{
    text-decoration: none;
    color: inherit;
}

/*
div.chapters > div
{
    color: #005572;
    float: left;
    font-weight: bold;
    padding: 5px;
}

div.chapters > div > a, span.hover_link > a
{
    text-decoration: none;
    color: inherit;
}

div.chapters > div:hover, span.hover_link:hover
{
    background-color: #005572;
    color: white;
}
*/

div.centered_stretchy
{
    position: relative;
    min-width: 994px;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}

div.bar
{
    position: absolute;
    width: 100%;
}

.solution
{
    margin-top: 0.5em;
    color: green;
}

/* Fonts */
body
{
    font-family: san-serif;
}

.caption
{
    font-size: 0.8em;
    text-align: center;
    color: gray;
}

div.breakout_right
{
    float: right;
    margin-left: 5px;
    margin-bottom: 0.5em;
}

li
{
    margin-bottom: 0.5em;
}