html {
  height: 100%;
  margin-bottom: 0px;
  background: #171617;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/*line-height: 1.3em;*/
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #626262;
}

body.contentpane {
	/*background: #FEFEFE;*/
	background: #171617;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	outline: none;
}

a:hover {
	/*text-decoration: none;*/
	font-weight: 400;
	color: #2B67A6;
	outline: none;
}

input  {
	color: #ccc;
	padding: 2px;
	border: 1px solid #333;
	background: #222;
	outline: none;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: 1px solid #111;
	background: #696969;
	cursor: pointer;
}

.inputbox {
	border: 1px solid #111;
	color: #fff;
	padding: 2px;
	background: #696969;
	width: 150px;
}

.inputbox:hover {
	background: #717171;
}
textarea.inputbox {
	border: 1px solid #111;
	color: #fff;
	padding: 2px;
	background: #696969;
	width: 90%;
}

textarea.inputbox:hover {
	background: #717171;
}


#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
}

input.button, .validate  {
	color: #fff;
	font-size: 11px;
	border: 1px solid #111;
	background: #696969;
	cursor: pointer;
	font-weight: 700;
}

input.button:hover, .validate:hover  {
	cursor: pointer;
	background: #717171;
}

input[type="checkbox"], input[type="radio"]{
   background: none;
   border: none;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	background: #000000 url(../images/bg2.jpg) no-repeat center top;

	
}

#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header {
        position: absolute;
        top: -20px;
        right:6px;
	height: 20px;
	padding: 2px 2px 0 0;
	text-align: right;
	
}

#header a, #header a:link, #header a:hover {
        font-style:italic;
	font-size: 14px;
	line-height: normal;
	color: #c7c7c7;
	text-decoration: none;
	outline: none;
}

#wrapper {
	background: url(../images/content_middle.png) repeat-y top center;
}

#holder_top {
	background: url(../images/content_top.png) no-repeat top center;
}

#holder_bottom {
	background: url(../images/content_bottom.png) no-repeat bottom center;
}

#content {
	width: 920px;
	padding: 10px;
}

#pillmenu {
	height: 50px;
	background: url(../images/topmenu.gif) no-repeat top center;
	margin: 0px auto;
	/*margin: 0 0 10px;*/
	padding: 0 14px;
	font-size: 10px;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0px auto;
	font-size: 10px;
}

#pillmenu li {
	float: left;
	display: inline;
	height: 26px;
	margin: 0 14px 0 0;
	background: url(../images/topmenu_li.png) no-repeat center right;
}

#pillmenu li a {
	float: left;
	font-size: 10px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	background: url(../images/topmenu_a.png) no-repeat center left;
	height: 26px;
	margin: 0 14px 0 0;
	padding: 0 14px;
}

#pillmenu li a:hover {
	color: #000;
}

#pillmenu li a#active_menu-nav {
	
}

#splash {
	height: 200px;
	background: url(../images/splash4.jpg) no-repeat top left;
	position: relative;
}

#newsflash {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 490px;
	height: 150px;
	color: #000;
	white-space: nowrap;
}

#newsflash div {
	background: #696969;
	height: 134px;
}

#newsflash div div {
	background: url(../images/newsflash_top.jpg) no-repeat top center;
}

#newsflash div div div {
	background: url(../images/newsflash_bottom.jpg) no-repeat bottom center;
	width: auto;
	margin: 0;
}

#newsflash div div div div {
	background: none;
	width: auto;
	padding: 0;
}

#newsflash div div div div table.contentpaneopen {
	margin: 2px 10px;
	text-align: left;
	line-height: normal;
}

#newsflash div div div div table.contentpaneopen a {
	color: #333;
}

#newsflash h3 {
	overflow: hidden;
	background: url(../images/newsflash_h3.jpg) no-repeat top left;
	height: 48px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 0 16px;
}

#toolbar {
	height: 46px;
}

#pathway {
	float: left;
	width: 656px;
	height: 46px;
	line-height: 40px;
	background: url(../images/pathway.png) no-repeat top left;
	padding: 0 0 0 12px;
	color: #fff;
}

#pathway a {
	color: #fff;
}

#pathway span {
	height: 46px;
	line-height: 40px;
	display: block;
}

#search {
	float: right;
	width: 227px;
	background: url(../images/search.png) no-repeat top right;
	height: 42px;
	padding: 4px 25px 0 20px;
}

#search .inputbox {
	float: left;
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 0 0;
	height: 16px;
	line-height: 14px;
	width: 166px;
}

#search .button {
	background: url(../images/search_button.png) no-repeat top right;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	width: 61px;
	height: 26px;
	line-height: 24px;
	padding: 0;
}

#leftcolumn ,#rightcolumn {
	float: left;
	width: 200px;
	padding: 0 0 10px 0;
}
#leftcolumn1 {
	float: left;
	width: 200px;
	padding: 0 0 10px 0;
}

div#maincolumn {
	float: left;
	width: 500px;
	padding: 0 10px;
}

div#maincolumn_full {
	float: left;
	width: 710px;
	padding: 0 0 0 10px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0px auto;
	height: 22px;
	/*line-height: 22px;*/
	text-align: center;
	color: #919191;
	font-size: 11px;
	vertical-align: top;

}

#footer a {
	color: #919191;
	font-size: 12px;
	text-decoration: none;
	padding: 0 2px;
}

#footer a:hover {
	color: #d44f49;
	padding: 0 2px;
	text-decoration: none;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 0 0 0 4px;
	color: #999;
}

table.blog {
	
}
/*
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}*/
h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	/*vertical-align: bottom;*/
	color: #333;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: #d44f49;
	text-align: left;
	font-weight: 700;
}

h2, a.contentheading {
	background: none;
	border: none;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	/*color: #738349;*/
	color: #59A1EF;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #999;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #373737;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #999;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	background: url(../images/readon.png) no-repeat center left;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #7c7c7c;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #999;
  background: url(../images/h3_2.png) repeat-x top left;
  font-weight: 700;
  padding: 4px;
}
tr.sectiontableheader td {
  color: #999;
  background: url(../images/h3_2.png) repeat-x top left;
  font-weight: 700;
  padding: 4px;
}
tr.sectiontableheader th {
  color: #fff;
  background: url(../images/h3-blue.png) repeat-x top left;
  font-weight: 700;
  padding: 4px;
}
/*
tr.sectiontableentry1 td {
	padding: 4px;
	background: #111;
}

tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #8e8e8e;
  font-size: 11px;
}
*/

/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #444;
}

table.contentpaneopen {
	margin: 0 4px;
	border-collapse: collapse;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module, div.module_text div {
	background: #2b2b2b;
}

div.module_menu div div, div.module div div, div.module_text div div {
	margin: 0 0 10px 0;
	background: url(../images/column_top.png) no-repeat top left;
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
	padding: 0 0 16px;
	width: 200px;
	margin: 0;
	text-align: center;
	background: url(../images/column_bottom.png) no-repeat bottom left;
}

div.module div div div div {
	width: 160px;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
}

div.module_text div div div div {
	text-align: left;
}

div.module_text div div div div.bannergroup_text {
	padding: 10px;
	width: 160px;
}

div.module_text div div div div.bannergroup_text div {
	width: auto;
	padding: 0 0 4px;
}

div.module div div div form {
	width: 160px;
	margin: 0 auto;
	text-align: center;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: 700;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0;
	line-height: 24px;
}


#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
	padding: 0 0 6px;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	background: url(../images/h3.png) top center no-repeat;
	width: 190px;
	height: 45px;
	line-height: 32px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
	z-index: 10000000;
}
#leftcolumn1 h3 {
	background: url(http://wiecejzagli.hmax.pl/templates/123wd-j15-4/images/h3.png) top center no-repeat;
	z-index: 10000000;
	width: 190px;
	height: 45px;
	line-height: 32px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight: 700;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	width: 180px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li{
	border-bottom: none;
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	padding: 0 0 0 12px;
	text-decoration: none;
	color: #fff;
	background: url(../images/menu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #d4504a;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	padding: 0 0 0 12px;
	color: #d4504a;
	background: url(../images/menu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	padding: 0 0 0 22px;
	text-decoration: none;
	color: #fff;
	background: url(../images/submenu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	padding: 0 0 0 22px;
	color: #d4504a;
	background: url(../images/submenu_row.png) center left no-repeat;
}

#leftcolumn ul.menu li.parent ul li a {
	font-size: 11px;
	font-weight: 400;
	line-height: 22px;
	height: 22px;
	padding: 0 0 0 22px;
	color: #d4504a;
	background: url(../images/submenu_row.png) center left no-repeat;
	text-decoration: none;
}

#leftcolumn ul.menu li.parent ul li a:hover {
	color: #d4504a;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #d4504a;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}
.moduletable_bottommenu {
	color: #ccc;
}
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	margin-top: 0; 
	padding: 0;
	text-align: left;
}

form#form-login ul {
	padding: 0;
	list-style-position: inside;
	text-align: left;
	width: 160px;
	margin: 10px auto 15px;
}

form#form-login ul li { 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #8e8e8e;
	text-decoration: none;
}

form#form-login ul li a:hover {
	text-decoration: underline;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	background: #2B2B2B;
        /*background: #2B2B2B;*/
	border: 4px solid #000000;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 11px;
        font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fff;
/*	background: url(/templates/system/images/selector-arrow.png) no-repeat;
        _background:none;
	_background: url(/templates/system/images/selector-arrow.gif) no-repeat;*/

}

.tool-text {
   font-size: 11px;
   color: #fff;
   padding: 4px 8px 8px;
   margin: 0;
}
.tool-text img {
	border: 3px solid #000000;
}
/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
}

.f123_bg {
	background:url(../images/123_bg.png);
	width:134px;
	height:30px;
	text-align:center;
	padding: 0 3px;
}
.f123_1 {
	display: block;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
	text-align: left;
	padding: 0 0 4px 4px;
}

a.link_123:link, a.link_123:visited {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
a.link_123:hover {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
.contentpagetitle{
	font-size: 16px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	border: none;
	border-bottom: none;

}
td.contentheading {
	background-color: #2B2B2B;
	width: 100%;
        color: #999;
        /*background: url(../images/h3_2.png) repeat-x top left;
        font-weight: 700;
        padding: 4px;*/
}
a.contentpagetitle{
	font-size: 16px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	border: none;
	border-bottom: none;
}
/*
tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #E3E3E3;
}
tr.sectiontableentry2 td {
	padding: 5px 8px;
	background: #F3F3F3;
}
*/
tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #000000;
}
tr.sectiontableentry2 td {
	padding: 5px 8px;
	background: #3F3F3F;
}
tr.sectiontableentry1 cbft_radio {
	padding: 5px 8px;
	background: #000000;
}
tr.sectiontableentry2 cbft_radio {
	padding: 5px 8px;
	background: #3F3F3F;
}
/***************************************/



/****************************************/
div.cb_template_default {
	color: #FFFFFF;
}
div.cbEditProfile {
	color: #FFFFFF;
}
td.titleCell {
	color: #FFFFFF;
}
td.fieldCell {
	color: #FFFFFF;
}
div.cb_template_default a:link, div.cb_template_default a:visited {
	color: #FFFFFF;
}

div.cb_template_default a:hover {
	color: #2B67A6;
	text-decoration: none;
}
.dynamic-tab-pane-control h2.tab {
	text-align:	center;
	width:		auto;
}
.dynamic-tab-pane-control h2.tab a {
	color:          #FFFFFF;
	display:	inline;
	width:		auto;
}
.dynamic-tab-pane-control h2.tab a:hover {
	color:          #FFFFFF;
}
.dynamic-tab-pane-control h2.tab a:hover {
	color:          #FFFFFF;
        background:     #3a5a89 url(../images/tab_selected_bg.jpg) repeat-x;
}
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
	margin:		0px;
}
.dynamic-tab-pane-control tab-pane {
	color:          #FFFFFF;
}
.dynamic-tab-pane-control tab-pane th {
	color:          #FFFFFF;
}
.dynamic-tab-pane-control .tab-row .tab {
	background:	transparent;
        float:         left;
        background:    #6180AC url(../images/tab_bg.jpg) repeat-x;
        font-size:     12px;
        margin:        4px 1px 1px 0px;
        line-height:   30px;
        padding:       0px 9px;
	display:       inline;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
        background:     #3A5A89 url(../images/tab_selected_bg.jpg) repeat-x;
        font-weight:    bold;
        margin:         0px 1px 0px 0px;
        padding-top:    4px;
        padding-bottom: 1px;
}
.dynamic-tab-pane-control .tab-row .tab a {
	color:          #FFFFFF;
	cursor:		pointer;
	outline:	0;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	color:          #FFFFFF;
        background:     #3A5A89 url(../images/tab_selected_bg.jpg) repeat-x;
}
.dynamic-tab-pane-control .tab-page {
        border:         1px solid #4F4F4F;
        background:     #2B2B2B url(../images/tabcontent_bg.jpg) repeat-x;
        height:         100%;
        overflow:       hidden;
        padding:        10px 0;
	clear:		both;
	z-index:	2;
	position:	relative;
	top:		-2px;
	width:		100%;
}
.dynamic-tab-pane-control .tab-row {
	z-index:	1;
	white-space:	nowrap;
}
.dynamic-tab-pane-control .tab-page .tab-content {
	margin: 10px;
        color: #ffffff;
}
.dynamic-tab-pane-control .tab-page .tab-content td.titleCell {
        background:     transparent;
        color: #ffffff;
}
.dynamic-tab-pane-control .tab-page .tab-content td.fieldCell {
        background:     transparent;
        color: #ffffff;
}
/*
.dynamic-tab-pane-control .tab-page .tab-content tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #E3E3E3;
}
.dynamic-tab-pane-control .tab-page .tab-content tr.sectiontableentry2 td {
	padding: 5px 8px;
        background: #F3F3F3;
}
table.cbFieldsContentsTab cbFields tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #E3E3E3;
}
table.cbFieldsContentsTab cbFields tr.sectiontableentry2 td {
	padding: 5px 8px;
        background: #F3F3F3;
}
*/
.dynamic-tab-pane-control .tab-page .tab-content tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #1F1F1F;
}
.dynamic-tab-pane-control .tab-page .tab-content tr.sectiontableentry2 td {
	padding: 5px 8px;
	background: #3F3F3F;
}
table.cbFieldsContentsTab cbFields tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #1F1F1F;
}
table.cbFieldsContentsTab cbFields tr.sectiontableentry2 td {
	padding: 5px 8px;
	background: #3F3F3F;
}
.cbThumbPict {	border: 2px solid #FFFFFF; width: 120px;	}
.cbFullPict {	border: 2px solid #FFFFFF; width: 200px;	}
.uddeim-tn {	border: 2px solid #FFFFFF; width: 100px;	}

.cbimgsmalldiv {
	border: 2px solid #2F4B6B;
	width: 100px;
	/*height: 100px;*/
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}
.cbimgsmall {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	width: 100px;
	border: 2px solid #FFFFFF;
}

.cbimgsmall img,.cbimgsmall td, .cbimgsmall tr, a.cbimgsmall , tr.cbimgsmall, .cbimgsmall table, .cbimgsmall sectiontableentry1, .cbimgsmall sectiontableentry2 {
	margin: 0px;
	padding: 0px;
	padding: 0px;
	width: 100px;

}
td.fieldCell a:link, td fieldCell a:visited {
	color: #FFFFFF;
}
td.fieldCell a:hover {
	color: #2B67A6;
	text-decoration: none;
}
/*
div.cb_template_default a:link, div.cb_template_default a:visited {
	color: #000000;
}
div.cb_template_default a:hover {
	color: #2B67A6;
	text-decoration: none;
}
*/


div.connectionBox tr.sectiontableentry1 td {
	color: #fff;
	text-decoration: none;
}
div.connectionBox tr.sectiontableentry2 td {
	color: #fff;
	text-decoration: none;
}
div.connectionBox {
        background: #3F3F3F;
	color: #FFFFFF !important;
	text-decoration: none;
	border: 1px solid #2F2F2F;
}
div.tab_Description {
	color: #fff;
	text-decoration: none;
	border: 1px solid #2F2F2F;
}
div.tab-page#cbtabaction {
	color: #fff;
	text-decoration: none;
}
div.connectionBox table {
	color: #FFFFFF !important;
	text-decoration: none;
}
#jsn-panel {

	width: 936px;
	/*position: relative;*/
        background-color: #000000;
        margin: 0px auto;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
        z-index: 9999;
}
#jsn-modulepanel {
width: 100%;
padding: 15px;
background-color: #000000;
}
blockquote {
	/*width: 20%;*/
	/*float:right;*/
	font-size:125%;
	line-height:120%;
	margin:10px;
	background: url(../images/closequote3.gif) no-repeat bottom right !important;
	background /**/:url(); /* Disabling quote effect in IE5 + */
	padding:0px 25px 5px 0px;
}
blockquote:first-letter {
	background: url(../images/openquote3.gif) no-repeat left top!important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; /* Disabling quote effect in IE5 + */
	background /**/: url(); /* Disabling quote effect in IE5 + */
	}
.jcomments-links {margin-top: 10px; clear:both; text-align: left}
.comment-link, .readmore-link{padding: 0 5px 5px 14px;background-image: url(../images/jc_blog.gif);background-repeat: no-repeat;}
.comment-link {background-position: 0 -27px!important;}
.readmore-link {background-position: 0 2px}
hr { border: none; border-bottom: 1px solid #6F6F6F; }
a.mainlevel_bottommenu {
	color: #ccc;
}
a.mainlevel_bottommenu:hover {
	color: #D4504A;
}
#szarastrona {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: grey;
        filter: Gray(opacity=50);
}
#container {
	width: 940px;
	margin: 0 auto;
}

tr.sectiontableentry1 td {
	padding: 5px 8px;
	background: #000000;
}
tr.sectiontableentry2 td {
	padding: 5px 8px;
	background: #2B2B2B;
}
ul.mod_login, ul {
	text-align: left;
}

