/** USTAWIENIA GENERALNE - KOLORY**/

body {
	background: url(../images/contback.png) repeat left top;
}

h1, h2, h3, h4, h5, h6 {
	color: #696969;
}


a:link,
a:visited {
	color: #3c5375;
	text-decoration:none;
}

a:hover {
	color: #3c5375;
	text-decoration:none;
}

a:active {
	color: #696969;
}

blockquote {
	color: #696969;
}


/** ELEMENTY STRONY **/
.componentheading,
.contentheading {
}

a.readon:link,
a.readon:visited {
	color: #415b6a;
	background: #fff url(../images/icon-arrow-m.png) no-repeat 5px center;
}

a.readon:hover {
	background-color: #fff;
}

td.sectiontableheader {
	color: #3c5375;
	background: #f2f5fa;
}

td.sectiontableentry1,
tr.sectiontableentry1 td {
	background: #fff;
	color: #696969;
}

td.sectiontableentry2,
tr.sectiontableentry2 td {
	background: none;
	color: #696969;
}

span.highlight {
	padding: 10px;
	background: #f2f5fa;
}

table.blog span.article_seperator {
}

a.pathway:link,
a.pathway:visited {
	color: #00789F;
}

/* table of content */
table.contenttoc {
	border: 1px solid #D9D9D9;
	background: #F5F5F5;
}

/* article's date */
span.small,
td.createdate,
td.modifydate {
	color: #696969;
}

/* content page nav */
div.pagenavbar div {
	color: #3c5375;
}

/* content item rolling nav */
th.pagenav_prev, th.pagenav_next {
	color: #3c5375;
}

/* blog pages nav */
.pagenav {
	color: #3c5375;
}

/* Page counter */
div.pagenavcounter {
	color: #515151;
}

/* Mosimage */
div.mosimage {
	color: #515151;
	margin: 10px;
}

/** POP UP FORMS **/
body.contentpane {
	color: #515151;
	background: #FFFFFF;
}



/** ZAAWANSOWANA KUSTOMIZACJA **/

#jsn-master {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #696969;
}

#jsn-logo a {
	display: block;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	width: 100%;
	height: 56px;
	text-indent: -9000px;
	outline: 0;
}

#jsn-body_wrapper {
	background: transparent;
}

#jsn-body {
	background: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;

}

#jsn-mainmenu {
	height:55px;
	background: #fff;
}

#jsn-promo {
	color: #515151;
}

#jsn-promo h3 {
	color: #515151;
}

#jsn-content {
	background: #fff;
}

#jsn-content_inner1 {

}

#jsn-content_inner2 {

}

#jsn-pathway {
 	background: #ffffff;
	padding: 10px 0px;
}

#jsn-usermodules1 {
	background: transparent url(../images/dot.png) repeat-x left bottom;
}

#jsn-usermodules2 {
	background: transparent url(../images/dot.png) repeat-x left top;
}

#jsn-usermodules3 {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #797979;
	background: #e7eef4;
}

#jsn-usermodules1_inner_grid2,
#jsn-usermodules2_inner_grid2 {
	background: transparent url(../images/dot.png) repeat-y 50% top;
}

#jsn-footer {
	color: #696969;
	display:block;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom:20px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#jsn-footer a:link,
#jsn-footer a:visited {
	color: #3c5375;
}

#jsn-footer a:hover {
}


/*search icon*/
div.search-icon {
	background: transparent url(../images/icon-search.png) no-repeat left center;
	padding-left: 20px;
}

div#jsn-pright div.module,
div#jsn-pleft div.module {
	margin-bottom: 10px;
}

table.poll td,
table.poll-box td,
table.poll-plain td {
	text-align: left;
}


/* moduletable style */
div.module,
div.module-box,
div.module-plain,
div.moduletable-plain,
div.moduletable {
	overflow: hidden;
}

div.module h3,
div.module-box h3,
div.module-plain h3,
div.moduletable-plain h3,
div.moduletable h3 {
	margin: 0 0 10px 0;
}

/*STYLE BOXA*/
div.module-box {
	margin: 0 0 10px;
	padding: 0;
}

div.module-box > div {
	padding: 15px 0 0 0;
}

div.module-box > div > div {
	padding: 0 0 0 15px;
}

div.module-box > div > div > div {
	padding: 0 15px 15px 0;
}

div.box-blue {
	background: transparent url(../images/module-box-blue-bg-r.png) top right no-repeat;
}

div.box-blue > div {
	background: transparent url(../images/module-box-blue-bg-l.png) top left no-repeat;
}

div.box-blue > div > div {
	background: transparent url(../images/module-box-blue-bg-l.png) bottom left no-repeat;
}

div.box-blue > div > div > div {
	background: transparent url(../images/module-box-blue-bg-r.png) bottom right no-repeat;
}

div.box-blue div div div div {
	background: none;
}


div.box-green {
	background: transparent url(../images/module-box-green-bg-r.png) no-repeat top right;
}

div.box-green > div {
	background: transparent url(../images/module-box-green-bg-l.png) no-repeat top left;
}

div.box-green > div > div {
	background: transparent url(../images/module-box-green-bg-l.png) no-repeat bottom left;
}

div.box-green > div > div > div {
	background: transparent url(../images/module-box-green-bg-r.png) no-repeat bottom right;
}

div.box-green div div div div {
	background: none;
}


div.box-white {
	background: transparent url(../images/white-r.png) no-repeat top right;
}

div.box-white > div {
	background: transparent url(../images/white-l.png) no-repeat top left;
}

div.box-white > div > div {
	background: transparent url(../images/white-l.png) no-repeat bottom left;
}

div.box-white > div > div > div {
	background: transparent url(../images/white-r.png) no-repeat bottom right;
}

div.box-white div div div div {
	background: none;
}

div.box-white h3 {
	font-size: 12px;
	color: #898989;
	padding-bottom: 5px;
	border-bottom: 3px solid #f2f5fa;
}


div.box-grey {
	background: transparent url(../images/bluebox.png) no-repeat top right;
}

div.box-grey > div {
	background: transparent url(../images/bluebox1.png) no-repeat top left;
}

div.box-grey > div > div {
	background: transparent url(../images/bluebox1.png) no-repeat bottom left;
}

div.box-grey > div > div > div {
	background: transparent url(../images/blubox.png) no-repeat bottom right;
}

div.box-grey div div div div {
	background: none;
}

div.box-grey h3 {
	color: #696969;
}

div.box-grey a:link,
div.box-grey a:visited {
	color: #696969;
}

div.box-grey ul.level0-bullettree a:link,
div.box-grey ul.level0-bullettree a:visited {
	color: #696969;
}

div.box-grey ul.level0-bullettree a:hover {
	color: #696969;
}


/* STYLE HEADER'A */
div.header-dots h3 {
	background: url(../images/icon-doubledots.png) no-repeat left 5px;
	padding: 0 0 0 10px;
}

div.header-arrow h3 {
	background: url(../images/icon-arrow-m.png) no-repeat left 5px;
	padding: 0 0 0 16px;
}

