/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	
	margin: 0px;
	background-color:#ffffff;
	
}

#kontener {
background-image: url(images/paragraf.png);
padding: 0px 100px 0px 100px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

.stopka
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #dbdfc4;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	margin: 1px;
	padding: 10px;
	font-size: x-small;
	line-height: 1.4em;
	margin-bottom: 10px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #3B3A39;
	background: url(images/2bg.gif) #FFFFFF repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
.windowbg2
{
	color: #3B3A39;
	background: url(images/1bg.gif) #FFFFFF repeat-x;
}
.windowbg3
{
	color: #3B3A39;
	background: url(images/3bg.png);
}

.sbg
{
	color: white;
	background-color: #ffffff;
}

.hmmbg
{
	color: black;
	background: url(images/hmmbg.gif);
	padding-left: 10px;
	padding-right: 0px;
}

.menubg
{
	color: white;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #EEF1D8;
	font-style: normal;
	background: url(images/titlebg.png);
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #EEF1D8;
	padding-left: 10px;
	padding-right: 10px;
}

.sticky 
{
    background-color: #abcce9;
	color: #EEF1D8;
	font-style: normal;
    height: 2px;
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

/* sefabg */
.sefabg, tr.sefabg th, tr.sefabg td, .sefabg2, tr.sefabg2 th, tr.sefabg2 td
{
	color: black;
	font-style: normal;
	background: url(images/sefabg.gif) #E9F0F6 repeat-x;
	border-bottom: solid 0px #9BAEBF;
	border-top: solid 0px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.gif) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.gif) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 3px #FFFFFF;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 80%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #E3E3E3;
	padding: 0px;
}

.bordercolor2
{
	background-color: #b3b3b3;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: 0px solid #F5F5F5;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.smalltxt
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.smalltext2
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.smalltext2 a
{
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #c1c1c1;
}

.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

.normaltext2
{
	font-size: small;
	color: #000000;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
    padding-top: 10px;
	width: 100%;
	overflow: auto;
	//line-height: 1.3em;
	line-height: 170%;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
	color: #555555;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
/*
.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
*/
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #085b8b;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#000000;background:#fff url(images/bgON.gif) no-repeat top right;}


.szary, .szary1 {
background-color: #dbdfc4;
text-align: right;
padding-right: 10px;
}

.szary1 {
text-align: justify;
}

.kontent {
border-left: 1px solid #dbdfc4;
border-right: 1px solid #dbdfc4;
}

.opis {
font-size: 11px;
margin-top: 8px;
color: #777777;
}

.postt {
border-top: 4px solid #085b8b;
}


.post-dol {
	background-image: url(images/post-dol.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #555555;
	padding: 5px;
}

.copy {
color: #e7e7e7;
}

a .reg {
text-decoration: underline;
color: #8e1716;
}

a#zz {
background: url(images/logo/1.jpg) 0 0 no-repeat;
width: 72px;
height: 90px;
display: block;
}

a:hover#zz {
background-position: -72px 0;
}

a#stowarzyszenie-prokuratorow {
background: url(images/logo/2.jpg) 0 0 no-repeat;
width: 80px;
height: 90px;
display: block;
}

a:hover#stowarzyszenie-prokuratorow {
background-position: -80px 0;
}

a#forum-sedziow {
background: url(images/logo/3.jpg) 0 0 no-repeat;
width: 174px;
height: 90px;
display: block;
}

a:hover#forum-sedziow {
background-position: -174px 0;
}

a#rzeczpospolita {
background: url(images/logo/4.jpg) 0 0 no-repeat;
width: 146px;
height: 90px;
display: block;
}

a:hover#rzeczpospolita {
background-position: -146px 0;
}

a#lex {
background: url(images/logo/5.jpg) 0 0 no-repeat;
width: 150px;
height: 90px;
display: block;
}

a:hover#lex {
background-position: -150px 0;
}
a#ms {
background: url(images/logo/6.jpg) 0 0 no-repeat;
width: 489px;
height: 70px;
display: block;
}

a:hover#ms {
background-position: -489px 0;
}

a#pk {
background: url(images/logo/9.jpg) 0 0 no-repeat;
width: 86px;
height: 65px;
display: block;
}

a:hover#pk {
background-position: -86px 0;
}

a#gazeta-prawna {
background: url(images/logo/7.jpg) 0 0 no-repeat;
width: 409px;
height: 70px;
display: block;
}

a:hover#gazeta-prawna {
background-position: -409px 0;
}

a#analitycy {
background: url(images/logo/8.jpg) 0 0 no-repeat;
width: 91px;
height: 90px;
display: block;
}

a:hover#analitycy {
background-position: -91px 0;
}

.stikky {
background-color: #a5c6ec;
}

.stopkaa
{
	color: #999999;
	font-size: 11px;
}

.stopkaa a {
color: #2363ab;
font-weight: bold;
}

.pm {
padding: 10px;
}

.stopka2 {
background-color: #e3e3e3;
color: #7d7d7d;
padding: 4px;
font-size: 11px;
}

.stopka2 a {
color: #7d7d7d;
text-decoration: none;
}

.stopka-prawa {
text-align: right;
}

.stopka3 {
background-color: #ffffff;
background-image: url(images/stopka.gif);
background-repeat: repeat-x;
background-position: bottom center;
}

.strona {
background-color: #f0f0f0;
border: 1px solid #c8c8c8;
padding: 1px 2px 1px 2px;
margin-right: 1px;
}

.linia {
background-color: #dbdfc4;
height: 1px;
//height: 1px;
font-size: 0px;
width: 100%;
}

.kontakt-prok {
//float: left;
width: 250px;
}

.logo-prok {
background-image: url(images/logo-mini-prokuratorzy-net.jpg);
background-repeat: no-repeat;
width: 140px;
height: 135px;
display: block;
}

.post a, .personalmessage a, #helpmain a {
color: #006cff;
}

#helpmain a {
font-weight: bold;
}

#helpmain {
line-height: 170%;
}

#edycja {
	width: 805px;
}

.edycja-gora-l {
	background-image: url(edit/gora-l.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 30px;
	float: left;
}

.edycja-gora-p {
	background-image: url(edit/gora-p.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 30px;
	float: left;
}

.edycja-gora {
	background-image: url(edit/gora.jpg);
	background-repeat: repeat-x;
	width: 781px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.edycja-srodek {
	background-image: url(edit/srodek.jpg);
	background-repeat: repeat-y;
	width: 805px;
	padding: 12px;
	float: left;
	color: #0000ff;
}

.edycja-ikona {
	background-image: url(edit/edycja-ikona.jpg);
	background-repeat: no-repeat;
	width: 75px;
	height: 72px;
	float: left;
	margin-right: 20px;
}

.edycja-dol-l {
	background-image: url(edit/dol-l.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 10px;
	float: left;
}

.edycja-dol-p {
	background-image: url(edit/dol-p.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 10px;
	float: left;
}

.edycja-dol {
	background-image: url(edit/dol.jpg);
	background-repeat: repeat-x;
	width: 781px;
	height: 10px;
	float: left;
}

a.toppp {
font-size: 11px;
color: #ffffff;
margin-right: 20px;
text-decoration: none;
}

/* TextareaResizer */
div.text_editor div {
  background: #e2e2e2 url(images/textareaResizer.gif) no-repeat;
  background-position: center;
  height: 6px;
  width: 96%;
  font-size: .01em;
  cursor: s-resize;
} 

.sb {
font-weight: bold;
color: #ff0000;
}