a {
	color: #767676;
	text-decoration: none;
}

a:hover, a:active {
	color: #B91919;
	text-decoration: underline;
}

.componentheading {
	color: #B91919;
}

#spotlight {
	border-bottom: 1px solid #999999;
	background: #B91919;
}

#spotlight table {
	background: url(../images/spotlight-bg-red.gif) repeat-y top left #C12E2E;
}

h1.header-logo {
	background: url(../images/logo-red.gif) no-repeat 10px 4px;
}

#topnav a:hover, #topnav a:active {
	background: url(../images/topnav-bg-2-red.gif) repeat-x bottom left;
}

#topnav a#active_menu-top {
	background: url(../images/topnav-bg-2-red.gif) repeat-x bottom left;
}

#pathway a {
	color: #B91919;
}

div.moduletable h3 {
	border-top: 1px solid #F7DEDE;
	border-bottom: 1px solid #F7DEDE;
	background: url(../images/h3-bg-red.gif) #F7DEDE;
}

.sectiontableheader {
	background: #B91919;
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #666666;
	background-color: #FFFBDB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 25px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 25px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	padding: 1px 0 2px 15px;
	background: url(../images/open-q.gif) no-repeat left top;
}

.home span.close {
	padding: 2px 15px 1px 0;
	background: url(../images/close-q.gif) no-repeat right bottom;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0CB2F0;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #FF3333;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #FF9900;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0CB2F0;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background-color: #FFFBDB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #EDF9FE;
}

p.download {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/download-bg.gif) no-repeat 10px 10px #EDF9FE;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 10px;
	padding: 0 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 3px 1px;
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/star-bg.gif) no-repeat 4px 1px;
}

/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/list-arrow.gif) no-repeat 4px 1px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 10px 7px 10px 9px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background-color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #0CB2F0;
	background-color: #FFFFFF;
	position: relative;
}