
/* code snippit */
pre, .code {
	background: #FFFFCC;
	border-left: 5px solid #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

/* List (bullet) */
ul {
	list-style: none;
}

ul li {
	background: url(list-bullet.gif) no-repeat 23px 7px;
	line-height: 160%;
	padding-left: 35px;
}

/* List (arrow) */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(list-arrow.gif) no-repeat left center;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List (check) */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(list-checklist.gif) no-repeat 3px 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(list-star.gif) no-repeat 4px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* list (pdf) */
ul.pdf {
	list-style: none;
}

ul.pdf li {
	background: url(list-pdf.gif) no-repeat 0 0;
	margin-left: 15px;
	padding: 0 0 0 20px;
}


/* 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 {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 0;
}

div.bubble1 div {
	background: url(bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Note Styles */
p.stickynote {
	background: url(note-sticky.gif) no-repeat 10px center #FFFFFF;
	border: 1px solid #C9C0B7;
	padding: 20px 10px 20px 60px;
}

p.download {
	background: url(note-download.gif) no-repeat 10px center #FFFFFF;
	border: 1px solid #C9C0B7;
	padding: 20px 10px 20px 60px;
}

/* Block Quotes */
blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(bq-open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(bq-close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

/* Bignumber */
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	background: url(ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(icon-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(icon-info.gif) no-repeat top left;
	color: #2D99C4;
	padding-left: 25px;
}

p.tips {
	background: url(icon-tips.gif) no-repeat top left;
	color: #FA6900;
	padding-left: 25px;
}

.highlight {
	background: #E7E6DF;
	font-weight: bold;
	padding: 1px 5px;
}

/* dropcap */
.dropcap {
	color: #367ee3;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

