/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	border-left: 5px solid #999999;
	background: #F6F6F6;
}

blockquote span.open {
	background: url(so-q.gif.1) no-repeat left top;
}

blockquote span.close {
	background: url(sc-q.gif.1) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote span.open-quote {
	background: url(so-q.gif.1) no-repeat center left;
}

.small-quote span.close-quote {
	background: url(sc-q.gif.1) no-repeat center right;
}

.small-quote span.author {
	border-top: 1px solid #DCDDE0;
}

/* Rropcap */
.dropcap {
	color: #999999;
}

/* Tips, Error, Message, Hightlight*/
.error {
	color: #666666;
}

.message {
	color: #999999;
}

.tips {
	color: #666666;
}

.highlight {
	background: #FFFFCC;
}

/* Note Style */
p.stickynote {
	border: 1px solid #CACACC;
	background: url(sticky-bg.gif.1) no-repeat 5px center #FFFFFF;
}

p.download {
	border: 1px solid #CACACC;
	background: url(download-bg.gif.1) no-repeat 5px center #FFFFFF;
}

/* Check list */
ul.checklist li {
	background: url(checklist-bg.gif.1) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist li {
	background: url(icon_list.gif.1) no-repeat 0 3px;
}

/* Check list */
ul.stars li {
	background: url(star-bg.gif.1) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	background: url(ol-bg.gif.1) no-repeat top left;
	color: #7BA566;
}

/* Talking box. Thinking box. */
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
}

div.bubble1 div {
	background: url(bub1-br.gif.1) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(bub1-bl.gif.1) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(bub1-tr.gif.1) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(bub1-tl.gif.1) no-repeat top left;
}

div.bubble2 div {
	background: url(bub2-br.gif.1) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(bub2-bl.gif.1) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(bub2-tr.gif.1) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(bub2-tl.gif.1) no-repeat top left;
}

div.bubble3 div {
	background: url(bub3-br.gif.1) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(bub3-bl.gif.1) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(bub3-tr.gif.1) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(bub3-tl.gif.1) no-repeat top left;
}

div.bubble4 div {
	background: url(bub4-br.gif.1) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(bub4-bl.gif.1) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(bub4-tr.gif.1) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(bub4-tl.gif.1) no-repeat top left;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
}

.legend {
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	background: #F2F2F2;
}

#ja-containerwrap {
	background: url(cw-bg1.gif.1) repeat-y 50% 0;
}

#ja-containerwrap2 {
	background: url(cw-bg2.gif.1) no-repeat 50% 0;
}

#ja-container {
	background: url(c-bg1.gif.1) repeat-y 18% 0;
}

#ja-container2 {
	padding: 20px 0;
	background: url(c-bg2.gif.1) no-repeat 18% 0;
}

/* Full */
#ja-containerwrap-f {
	background: url(cwf-bg.gif.1) repeat-x top left #FFFFFF;
}

/* Full left */
#ja-containerwrap-fl {
	background: url(cwf-bg.gif.1) repeat-x top left #FFFFFF;
}

/* Full right */
#ja-containerwrap-fr {
	background: url(cw-bg1.gif.1) repeat-y 50% 0;
}

#ja-containerwrap-fr #ja-containerwrap2 {
	background: url(cw-bg2.gif.1) no-repeat 50% 0;
}

/* Module rounded */
div.module h3 {
	border-bottom: 1px solid #E9E9E9;
	color: #7BA566;
}

div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	background: url(b-br.gif.1) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(b-bl.gif.1) no-repeat bottom left;
}

div.module div div {
	background: url(b-tr.gif.1) no-repeat top right;
}

div.module div div div {
	background: url(b-tl.gif.1) no-repeat top left;
}

div.module_text span {
	background: #FFFFFF;
}

div.module_text {
	background: url(bt-br.gif.1) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(bt-bl.gif.1) no-repeat bottom left;
}

div.module_text div div {
	background: url(bt-tr.gif.1) no-repeat top right;
}

div.module_text div div div {
	background: url(bt-tl.gif.1) no-repeat top left;
}

/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
	border-bottom: 1px solid #F6F6F6;
	color: #FFFFFF;
}

div.module_red {
	background: url(br-br.gif.1) no-repeat bottom right #BF0000;
	color: #FFFFFF;
}

div.module_red div {
	background: url(br-bl.gif.1) no-repeat bottom left;
}

div.module_red div div {
	background: url(br-tr.gif.1) no-repeat top right;
}

div.module_red div div div {
	padding: 0 15px 10px;
	background: url(br-tl.gif.1) no-repeat top left;
}

/* blue */
div.module_blue {
	background: url(bb-br.gif.1) no-repeat bottom right #025291;
	color: #FFFFFF;
}

div.module_blue div {
	background: url(bb-bl.gif.1) no-repeat bottom left;
}

div.module_blue div div {
	background: url(bb-tr.gif.1) no-repeat top right;
}

div.module_blue div div div {
	background: url(bb-tl.gif.1) no-repeat top left;
}

/* green */
div.module_green {
	background: url(bg-br.gif.1) no-repeat bottom right #7BA566;
	color: #FFFFFF;
}

div.module_green div {
	background: url(bg-bl.gif.1) no-repeat bottom left;
}

div.module_green div div {
	background: url(bg-tr.gif.1) no-repeat top right;
}

div.module_green div div div {
	padding: 0 15px 10px;
	background: url(bg-tl.gif.1) no-repeat top left;
}

/* black */
div.module_black {
	background: url(bl-br.gif.1) no-repeat bottom right #333333;
	color: #FFFFFF;
}

div.module_black div {
	background: url(bl-bl.gif.1) no-repeat bottom left;
}

div.module_black div div {
	background: url(bl-tr.gif.1) no-repeat top right;
}

div.module_black div div div {
	background: url(bl-tl.gif.1) no-repeat top left;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
a.readon {
	border: 1px solid #ECECEC;
	background: url(arrow.png.1) no-repeat 5px 48%;
	color: #006699;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #DDDDDD;
	background: url(arrow.png.1) no-repeat 5px 48% #F6F6F6;
}

ul.menu li.active a {
	background-color: #ECECEC;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background-color: #F6F6F6;
}
