/*Header*/
div#header img {
	margin-top:10px;
	margin-left:20px;
}
div#header table{
	float:right;
	margin-top: 50px;
	margin-right:10px;
}
div#header table td{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
div#header table a {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	height:25px;
	text-decoration:none;
}
div#header table a:hover {
	color: #FFFFFF;
	background-color: #8C0003;
}

/*Content*/
div#content div.columnTwo p{
	margin-left:10px;
}
div#content div.columnTwo li{
	list-style-type: none;
}

/*Footer*/
div#footer a {
	color: #344C82;
	vertical-align: text-top;
}

/*Class Styles*/
.contentFloater {
	margin-right: 10px;
	float:left;
}
.formatCentered {
	text-align:center;
}
.headerBlue {
	background-color:#344C82;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

/*Chapter List Formatting */
div#chapterList {
	width: 180px;
	background-color:#EFEFEF;
	margin-left:5px;
}
div#chapterList ul{
	margin:5px;
	padding:0px;
	text-align: left;
}
div#chapterList li{
	margin:0px;
	font-weight: bold;
	list-style-type: none;
}
div#chapterList a{
	color: #000000;	
	font-weight:normal;
}
div#chapterList table.th{
	color: #ff0000;	
	font-weight:normal;
}

/*Chapter Example Table Formatting*/
table.chapterDetail {
	margin-left:10px;

}
table.chapterDetail tr {
	background-color: #EFEFEF;
}

table.chapterDetail th {
	color: #000000;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

table.chapterDetail td {
font-size:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
table.chapterDetail td.columnExampleNumber {
	width:50px;
	font-weight: bold;
	color: #344C82;
	text-align: right;
	padding-right: 5px;
	vertical-align: text-top;
}
table.chapterDetail td.columnExampleTitle {
}
table.chapterDetail td.columnExampleLink {
	width:25px;
	text-align: center;
}
table.chapterDetail td a:hover {
	background-color: #8C0003;
	color:#FFFFFF;
	text-decoration:none;
}

table.errata {

}
table.errata tr {
	background-color: #EFEFEF;
}

table.errata a.button 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #8C0003;
	text-decoration:none
}

table.errata a.button:hover 
{  
	color: #8C0003; 
	text-decoration:underline;
}

table.errataDetail {

}
table.errataDetail tr {
	background-color: #EFEFEF;
}

table.errataDetail th {
	color: #000000;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  border-bottom-style:solid;
  border-bottom-width:thin;
  border-bottom-color: #FFFFFF;
}

table.errataDetail td {
  font-size:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

table.dataInput {

}
table.dataInput tr {
	background-color: #EFEFEF;
}

table.dataInput th {
	color: #000000;
	font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

table.dataInput td {
  font-size:10px;
}

table.dataInput a.button 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #8C0003;
	text-decoration:none
}

table.dataInput a.button:hover 
{  
	color: #8C0003; 
	text-decoration:underline;
}

