/*Header*/
div#header img {
}
div#header table{
}
div#header table td{
}
div#header table a {
}
div#header table a:hover {
}

/*Content*/
div#content div.columnTwo p{
}
div#content div.columnTwo li{
}

/*Footer*/
div#footer a {
}

/*Class Styles*/
.contentFloater {
	float:left;
	width:200px;
	display:inline;
	margin-right:20px;
}
.formatCentered {
}
.headerBlue 
{
	background-color:#344C82;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

/*Chapter List Formatting */
div#chapterList {

}
div#chapterList ul
{
	margin:1px 0px 0px 0px;
	padding:0px;
}
div#chapterList li
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 5px;
	border-bottom:1px solid #cccccc;
	font-size: 11px;
	font-weight:bold;
}
div#chapterList a
{
	text-decoration:none;
	font-weight:normal;
}
div#chapterList a:hover
{
  background-color: #eeeeee;
  color: #000000;
  text-decoration: underline;
}
div#chapterList table 
{
	font-size:1em;
}
div#chapterList td
{
	padding:2px;
	border-bottom:1px solid #ffffff;
}

/*Chapter Example Table Formatting*/
table.chapterDetail 
{
	background-color: #eeeeee;
	font-size: 11px;
}
table.chapterDetail tr 
{
}
table.chapterDetail th 
{
}
table.chapterDetail td 
{
	padding:4px;
}
table.chapterDetail td.columnExampleNumber {
	font-weight:bold;
	width:50px;
	vertical-align:text-top;
}
table.chapterDetail td.columnExampleTitle 
{
	vertical-align:text-top;
}
table.chapterDetail td.columnExampleLink 
{
	width:25px;
	text-align: center;
	vertical-align:text-top;
}

table.chapterDetail td a
{
  color: #344C82;
  font-weight:bold;
}

table.chapterDetail td a:hover 
{
  background-color: #344C82;
  color: #ffffff;
}

table.errata {
}
table.errata tr {
}
table.errata a.button {
}
table.errata a.button:hover {  
}
table.errataDetail {
}
table.errataDetail tr {
}
table.errataDetail th {
}
table.errataDetail td {
}
table.dataInput {
}
table.dataInput tr {
}
table.dataInput th {
}
table.dataInput td {
}
table.dataInput a.button {
}
table.dataInput a.button:hover {  
}
