/* PDF, DOC, RSS file */

p.pdf {
	margin: 0px 0;
	padding: 10px !important;
	background: url(../images/pdf.png) no-repeat 10px center;
	padding-left: 50px !important;
}
p.doc {
	margin: 0px 0;
	padding: 10px !important;
	background: url(../images/doc.png) no-repeat 10px center;
	padding-left: 50px !important;
}
p.rss {
	margin: 0px 0;
	padding: 10px !important;
	background: url(../images/rss.png) no-repeat 10px center;
	padding-left: 50px !important;
}
p.rtf {
	margin: 0px 0;
	padding: 10px !important;
	background: url(../images/rtf.png) no-repeat 10px center;
	padding-left: 50px !important;
}
p.odt {
	margin: 0px 0;
	padding: 10px !important;
	background: url(../images/odt.png) no-repeat 10px center;
	padding-left: 50px !important;
}
p.soubory {
	margin: 0px 0;
	padding: 10px !important;
	padding-left: 50px !important;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #333333;
	background: #fafafa;
	font-family: Arial, sans-serif;
	line-height: 1.5;
}
body#bd {
	margin: 0;
	padding: 0;
	background: #D2E3F2;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #fafafa;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}
body.fs1 {
	font-size: 11px;
}
body.fs2 {
	font-size: 12px;
}
body.fs3 {
	font-size: 13px;
}
body.fs4 {
	font-size: 14px;
}
body.fs5 {
	font-size: 15px;
}
body.fs6 {
	font-size: 16px;
}
/* Normal link */

a {
	color: #3589E3;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #92C022;
	text-decoration: underline;
}
/* Title text */

.contentheading, .componentheading, .blog_more strong {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 150%;
	background: url("../images/h1.png") no-repeat;
}
.contentheading, .componentheading, .blog_more strong, h2, h3, h4, h5, h6 {
}
/* Small text */

small, .small, .smalldark, .mosimage_caption, #ja-pathway {
	font-size: 100%;
	color: #999999;
}
/* Heading */

h1 {
	font-size: 170%;
}
h2 {
	padding-left: 40px;
	line-height: 30px;
	background: url("../images/h2.png") no-repeat;
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, blockquote, ul, ol {
	margin: 15px 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/arrow.gif) no-repeat 20px 8px;
}
ol li {
	margin-left: 25px;
	line-height: 170%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #333333;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
/* FORM

--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #fafafa;
	color: #333333;
}
.button {
	background: url(../images/but-bg.gif) repeat-x top #3589E3;
	color: #fafafa;
	border: 1px solid #3589E3;
	padding: 2px 5px;
	font-weight: bold;
}
* html .button { /*IE 6*/
	padding: 1px 3px !important;
}
*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}
.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 2px 5px;
}
.inputbox:hover, .inputbox:focus {
}
/* BONUS TYPOGRAPHY STYLES

--------------------------------------------------------- */

pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #3589E3;
	background: #ebebeb;
	font: 1em/1.5 "Courier News", monospace;
}
blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}
p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}
/* Quote hilight */

.quote-hilite {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #FFFFCC;
	padding : 0;
	margin: 0;
	border: 1px solid #E1E1A9;
}
.quote-hilite blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}
/* Dropcap */

.dropcap {
	float: left;
	padding: 0px 8px 0 0;
	display: block;
	color: #3589E3;
	font: 45px/40px Georgia, Times, serif;
}
/* Tips, Error, Message, Hightlight*/

.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}
.message {
	padding-left: 25px;
	color: #3589E3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}
.tips {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}
.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FFFFCC;
	font-weight: bold;
}
/* Note Style */

p.stickynote {
	background: url(../images/notice.gif) no-repeat top right #FFFFCC;
	padding: 10px 50px 10px 20px;
	border: 1px solid #E1E1A9;
	border-top: none;
	border-right: none;
}
p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top right #FFFFCC;
	padding: 15px;
	border: 1px solid #E1E1A9;
}
p.vzkazy {
	background: url(../images/message-bg.gif) no-repeat top right #FFFFCC;
	padding: 15px;
	border: 1px solid #E1E1A9;
	color: #000;
}
.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/* Check list */

ul.checklist {
	list-style: none;
}
ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 0px;
}
/* Bignumber */

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #fafafa;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}
/* Talking box. Thinking box. */

div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}
div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}
div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}
div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}
div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.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-bg.gif) no-repeat bottom right;
}
div.bubble2 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}
div.bubble2 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}
div.bubble2 div div div div {
	background: url(../images/bub2-tl-bg.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-bg.gif) no-repeat bottom right;
}
div.bubble3 div div {
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}
div.bubble3 div div div {
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}
div.bubble3 div div div div {
	background: url(../images/bub3-tl-bg.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-bg.gif) no-repeat bottom right;
}
div.bubble4 div div {
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}
div.bubble4 div div div {
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}
div.bubble4 div div div div {
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}
div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}
/* Box style */

.box-grey, .box-hilite {
	border: 1px solid #CCCCCC;
	background: url(../images/grad2.gif) repeat-x bottom #fafafa;
	margin: 20px 0 0 0;
	padding: 15px;
}
.box-hilite {
	border: 1px solid #E1E1A9;
	background: #FFFFCC;
}
/* MODULE

--------------------------------------------------------- */

div.module h3, div.module-default h3 {
	margin: 0 -1px 5px;
	padding: 2px 0 3px 25px;
	background: url(../images/h3-icon0.gif) no-repeat top left;
	font-size: 125%;
	line-height: normal;
	border-bottom: 1px dashed #CCCCCC;
}
div.module, div.module-default {
	margin: 5px 0 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}
div.module div, div.module-default div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}
div.module div div, div.module-default div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}
div.module div div div, div.module-default div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}
div.module div div div div, div.module-default div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;/* IKONY k modulum */
}
div.icon1 h3 {
	background-image: url(../images/h3-icon1.gif) !important;
	background-repeat:no-repeat;
}
div.icon2 h3 {
	background-image: url(../images/h3-icon2.gif) !important;
	background-repeat:no-repeat;
}
div.icon3 h3 {
	background-image: url(../images/h3-icon3.gif) !important;
	background-repeat:no-repeat;
}
div.icon4 h3 {
	background-image: url(../images/h3-icon4.gif) !important;
	background-repeat:no-repeat;
}
div.icon5 h3 {
	background-image: url(../images/h3-icon5.gif) !important;
	background-repeat:no-repeat;
}
div.icon6 h3 {
	background-image: url(../images/h3-icon6.gif) !important;
	background-repeat:no-repeat;
}
div.icon7 h3 {
	background-image: url(../images/h3-icon7.gif) !important;
	background-repeat:no-repeat;
}
div.icon8 h3 {
	background-image: url(../images/h3-icon8.gif) !important;
	background-repeat:no-repeat;
}
div.icon9 h3 {
	background-image: url(../images/h3-icon9.gif) !important;
	background-repeat:no-repeat;
}
div.icon10 h3 {
	background-image: url(../images/h3-icon10.gif) !important;
	background-repeat:no-repeat;
}
div.icon11 h3 {
	background-image: url(../images/h3-icon11.gif) !important;
	background-repeat:no-repeat;
}
div.icon12 h3 {
	background-image: url(../images/h3-icon12.gif) !important;
	background-repeat:no-repeat;
}
div.icon13 h3 {
	background-image: url(../images/h3-icon13.gif) !important;
	background-repeat:no-repeat;
}
div.icon14 h3 {
	background-image: url(../images/h3-icon14.gif) !important;
	background-repeat:no-repeat;
}
div.icon15 h3 {
	background-image: url(../images/h3-icon15.gif) !important;
	background-repeat:no-repeat;
}
/* STICKY MODULE */

div.module-sticky h3 {
	margin: 0 -1px 5px;
	padding: 1px 0 1px 0;
	font-size: 125%;
}
div.module-sticky {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-sk-br.gif) no-repeat bottom right;
}
div.module-sticky div {
	padding: 0;
	background: url(../images/box-sk-bl.gif) no-repeat bottom left;
}
div.module-sticky div div {
	padding: 0;
	background: url(../images/box-sk-tr.gif) no-repeat top right;
}
div.module-sticky div div div {
	padding: 25px 15px 15px;
	background: url(../images/box-sk-tl.gif) no-repeat top left;
}
div.module-sticky div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}
/* NOTE MODULE */

div.module-note h3 {
	margin: 0 -1px 5px;
	padding: 1px 0 1px 0;
	font-size: 125%;
}
div.module-note {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-note-br.gif) no-repeat bottom right;
}
div.module-note div {
	padding: 0;
	background: url(../images/box-note-bl.gif) no-repeat bottom left;
}
div.module-note div div {
	padding: 0;
	background: url(../images/box-note-tr.gif) no-repeat top right;
}
div.module-note div div div {
	padding: 15px 15px;
	background: url(../images/box-note-tl.gif) no-repeat top left;
}
div.module-note div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}
/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {
}
.article_separator {
	display: block;
	background: url(../images/sep.gif) repeat-x center;
	height: 5px;
}
#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	text-align: justify;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.gif) no-repeat 5% 50%;
}
table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #ebebeb;
}
table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}
.adminform .inputbox {
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #333333;
	font-size: 125%;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.gif) no-repeat 0 8px;
}
td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}
.category {
	font-weight: bold;
}
.clr {
	clear: both;
}
.componentheading {
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}
.contentdescription {
	padding-bottom: 30px;
}
table.blog .contentheading {
	font-size: 150%;
}
.contentheading {
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
	color: #3589E3;
}
a.contentpagetitle {
	text-decoration: none!important;
}
a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none!important;
}
a.readon {
	float: left;
	padding: 1px 5px 1px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: #ebebeb;
	color: #333333;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color: #fafafa;
	background: #3589E3;
	text-decoration: none;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
.createdate {
	padding: 0px 0 0px 0;
	line-height: 10px;
	font-weight: normal;
	color: #999999;
	font-size:10px;
}
.modifydate {
	color: #999999;
	height: 12px;
	padding-top: 15px;
	font-size:10px;
}
.moduletable {
	padding: 0;
}
.mosimage {
	margin: 15px 15px 15px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 15px 0;
}
*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}
.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}
.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}
.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
	text-decoration: none;
}
a.pagenav:hover, a.pagenav:active, a.pagenav:focus, .pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus, .pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus, .pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}
.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader {
	padding: 5px;
	border: 1px solid #333333;
	background: #333333;
	color: #fafafa;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom;
}
tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom #ebebeb;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background: url(../images/sep.gif) repeat-x bottom #FFFFCC;
}
.small {
	color: #999999;
}
.smalldark {
	color: #999999;
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper2 {
	width: 770px;
	margin: 0 auto;
	text-align: center;
}
.wide #ja-wrapper2 {
	width: 950px;
}
#ja-wrapper1 {
	padding-left: 10px;
	background: url(../images/shadowleft-bg.gif) repeat-y top left #fafafa;
	text-align: left;
}
#ja-wrapper {
	padding-right: 10px;
	background: url(../images/shadowright-bg.gif) repeat-y top right #fafafa;
}
#ja-containerwrap {
	padding: 15px 10px;
}
#ja-container {
	padding: 0;
}
#ja-contentwrap {
}
#ja-content {
	padding: 0 15px;
	margin: 0;
	clear: both;
	display: block;
}
/* obrazky

--------------------------------------------------------- */

.obr-centr {
	border: 5px solid rgb(154, 52, 51);
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.obr-right-float {
	border: 5px solid rgb(154, 52, 51);
	margin: 3px 0px 0px 10px;
	float: right;
}
.obr-left-float  {
border : 5px solid rgb(154, 52, 51);
margin : 3px 10px 0px 0px;
float : left;
} 

.obr-tab {
	border: 5px solid rgb(182, 107, 111);
	margin: 5px 5px 5px 5px;
}
.obr-tab:hover {
	border: 5px solid rgb(154, 52, 51);
	margin: 5px 5px 5px 5px;
}
/* PDF, DOC file */

/*p .pdf {

	margin: 15px 0;

	padding: 10px !important;

	background: url(../images/pdf.png) no-repeat 10px center #fff;

	padding-left: 50px !important;

}

p .doc {

	margin: 15px 0;

	padding: 10px !important;

	background: url(../images/doc.png) no-repeat 10px center #fff;

	padding-left: 50px !important;

}*/

/* tabulky

--------------------------------------------------------- */

.table1 {
	border-collapse : collapse;
	text-indent : 0;
}
.table1 tr, .table1 td, .table1 th {
	border-top : 1px solid #d3d3d3;
	border-bottom : 1px solid #d3d3d3;
	padding-left : 5px;
	padding-right : 5px;
}
.bg {
	background : #eee;
	font-weight : bold;
}
.table2 {
	border-collapse : collapse;
	text-indent : 0;
}
.table2 tr, .table2 td, .table2 th {
	border-top : 1px solid #d3d3d3;
	border-bottom : 1px solid #d3d3d3;
	border-left : 1px solid #d3d3d3;
	border-right : 1px solid #d3d3d3;
	padding-left : 5px;
	padding-right : 5px;
}
.bg {
	background : #dddddd;
	font-weight : bold;
}
.table3 {
	border-collapse : collapse;
	text-indent : 0;
}
.table3 th, .table3 tr, .table3 td {
	padding: 5px;
	vertical-align: top;
}
.bg {
	background : #eee;
	font-weight : bold;
}
.hi {
	font-weight : bold;
}
/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {
	background: url(../images/header-bg.jpg) no-repeat #3589E3;
}
.narrow #ja-headerwrap {
	background: url(../images/header-bg-narrow.jpg) no-repeat top right #3589E3;
}
#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 225px;
	position: relative;
}
#ja-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	position: absolute;
	top: 17px;
	left: 30px;
	text-indent: -1000px;
}
#ja-header h1 a {
	width: 350px;
	height: 210px;
	display: block;
	margin-top: -10px;
}
#ja-header h1 a {
	color: #fafafa;
	text-decoration: none;
	text-transform: uppercase;
}
#ja-header h1 img {
	float: left;
}
/* upraveno pro slideshow */

/* Search */

#ja-search {
	position: absolute;
	top: 0px;
	right: 0px;
}
* html #ja-search { /* IE 6 */
	top: -2px;
}
*+html #ja-search { /* IE 7 */
	top: -1px;
}
#ja-search div.search {
	padding-left: 18px;
}
#ja-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	background: transparent;
	width: 100px;
	font-size: 90%;
}
#ja-usertools .inputbox:hover, #ja-usertools .inputbox:focus {
}
/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnav {
}
#ja-subnav {
}
/* Default Joomla! Menu */

a.mainlevel {
	padding: 5px 1px;
	width: 90%;
	display: block;
	color: #333333;
	text-decoration: none;
	background: url(../images/sep.gif) repeat-x bottom;
}
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
	color: #333333;
	background: url(../images/sep.gif) repeat-x bottom #ebebeb;
	text-decoration: none;
}
a.mainlevel#active_menu {
	color: #3589E3;
	background: url(../images/sep.gif) repeat-x bottom;
	font-weight: bold;
	text-decoration: none;
}
a.sublevel {
	padding: 2px 4px 2px 13px;
	display: block;
	color: #333333;
	background: url(../images/arrow.gif) no-repeat 3px 8px;
	text-decoration: none;
}
a.sublevel:hover, a.sublevel:active, a.sublevel:focus {
	color: #3589E3;
	text-decoration: none;
}
#active_menu {
	background: url(../images/arrow.gif) no-repeat 2% 50%;
	color: #3589E3;
}
/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}
.ja-box-left div.moduletable {
	padding-right: 20px;
}
.ja-box-right div.moduletable {
	padding-left: 20px;
}
.ja-box-center div.moduletable {
	padding: 0 20px;
}
/* Top Spotlight */

#ja-topslwrap {
	clear: both;
	padding: 15px 0;
	background: url(../images/grad2.gif) repeat-x bottom;
	border-bottom: 1px solid #CCCCCC;
}
#ja-topsl {
	padding: 0;
}
#ja-topsl h3, #ja-botsl h3 {
	margin: 0 0 5px;
	padding: 2px 0 3px 24px;
	background: url(../images/h3-icon0.gif) no-repeat top left;
	border-bottom: 1px dashed #CCCCCC;
	line-height: normal;
}
#ja-topsl div.moduletable, #ja-topsl div.moduletable-default, #ja-botsl div.moduletable, #ja-botsl div.moduletable-default {
	margin: 0;
	padding: 5px 20px;
}
#ja-topsl div.ja-box-left, #ja-topsl div.ja-box-center, #ja-topsl div.ja-box-right {
	padding: 0;
}
#ja-topsl div.ja-box-left, #ja-topsl div.ja-box-center {
	background: url(../images/v-sep.gif) repeat-y top right;
}
/* Bottom Spotlight */

#ja-botsl {
	padding: 15px 0;
	background: url(../images/grad3.gif) repeat-x top #fafafa;
	color: #999999;
	border-top: 1px solid #CCCCCC;
}
#ja-botsl a {
	color: #999999;
}
#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #333333;
}
#ja-topsl ul, #ja-botsl ul {
	padding: 0;
	margin: 0 !important;
}
#ja-topsl li, #ja-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 8px;
}
#ja-topsl td, #ja-botsl td {
	padding: 0;
}
#ja-botsl .article_seperator, #ja-topsl .article_seperator {
	display: none;
}
#ja-botsl table, #ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* PATHWAY

---------------------------------------------------------*/

#ja-pathway {
	display: block;
	text-indent: 2px;
	margin-bottom: 3px;
	color: #999999;
	font-size: 90%;
}
#ja-pathway img {
	margin: 0 5px 1px;
}
/* CONTENT COLUMN

--------------------------------------------------------- */

#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}
#ja-mainbody, #ja-mainbody-fr {
	float: right;
	width: 80%;
}
#ja-mainbody-fl {
	float: left;
	width: 100%;
}
#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 80%;
	background: none;
}
#ja-mainbody-fl #ja-col2 {
	float: right;
	width: 20%;
}
#ja-mainbody-f {
	float: none;
	width: 100%;
}
#ja-mainbody-f #ja-content {
	padding: 0 !important;
}
#ja-mainbody #ja-contentwrap {
	float: left;
	width: 75%;
}
/* LEFT COLUMN + RIGHT COLUMN

--------------------------------------------------------- */

#ja-col1 {
	float: left;
	width: 19.9%;
	overflow: hidden;
}
#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
}
#ja-col1 table, #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ja-col1 ul li, #ja-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.gif) no-repeat 0 8px;
}
#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}
/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {
	background: url(../images/grad1.gif) no-repeat bottom #fafafa;
	padding: 15px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
}
#ja-footer {
}
#ja-footer a {
	color: #999999;
}
#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #333333;
}
#ja-footer small {
	float: left;
	padding: 0 15px;
}
#ja-cert {
	float: right;
	padding: 0 15px;
	font-size: 11px;
}
#ja-cert a {
	padding: 0;
}
/* MISCELLANOUS

----------------------------------------------------------- */

/* User Tools */

#jausertoolswrap {
	font-size: 12px;
	width: 30px;
	display: block;
	z-index: 999;
	position: relative;
}
#jausertoolswrap:hover, #jausertoolswrap.ja-toolswraphover {
}
span.ja-sitetool {
	margin: 0;
	padding: 0;
	width: 30px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#ja-usertools {
	padding: 0;
	font-size: 11px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	height: 0px;
	overflow: hidden;
	width: 30px;
	line-height: normal;
}
#ja-usertools ul {
	margin: 5px 0 5px;
	padding: 0;
}
#ja-usertools ul li {
	line-height: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
#ja-usertools img {
	padding: 0 7px;
	clear: both;
}
ul.accessibility {
	position: absolute;
	top: -100%;
}
#ja-banner {
	text-align: center;
}
div.back_button a, div.back_button a:hover, div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#mod_login_password, #mod_login_username {
	width: 88%;
}
#mod_login_password {
}
#mod_login_username {
}
#modlgn_remember {
	border: none;
	background: none;
}
/* JA CoolAds Module */

#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}
#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}
#ja-coolads-container div.moduletable {
	overflow: hidden;
}
/* Clearfix */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

