/*

	//TODO zmiana nazw przycisków na ang.

	bg green, headers: #81a80b
	bg footer: #f6f7ef
	txt: #233743
	url blue: #2a629d
	frame - lighter: #f6f7ef
	frame - darker: #e4e7d2
	txt - lighter: #738c9a
	input - yellow: #ffffe4

*/

body {
	background-color: #81a80b;
	color: #233743;
	font: 12px/1.6em Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

a:link, a:visited, a:active {
	color: #2a629d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2a629d;
	text-decoration: underline;
}

h1 a {
	float: left;
	display: block;
	width: 340px;
	height: 64px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9000px;
}

h2, h3, h4 {
	color: #81a80b;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
	line-height: 2em;
}

h4 {
	font-size: 1.2em;
	line-height: 2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

hr {
	display: none;
}

label {
	display: block;
	font-size: 0.8em;
}

legend {
	display: none;
	font-weight: bold;
}

p {
	margin: 0 0 1em;
}

div#headerIn, div#mainIn, div#footerIn, div#copyrightIn {
	width: 920px;
	margin: 0 auto;
}

div#main {
	padding: 2em 0;
	background: #fff url(../img/bg-content.gif) repeat-x;
}

div#header {
	height: 64px;
	background: url(../img/bg-header.gif) repeat-x;
}

div#footer {
	padding: 2em 0;
	background: #f6f7ef url(../img/bg-footer.gif) repeat-x;
}

div#copyright {
	background: url(../img/bg-copyright.gif) repeat-x;
	color: #fff;
	line-height: 3em;
}

div#ticker {
	margin-top: 1em;
	height: 2em;
	font-size: 1.2em;
}

div#ticker a {
	font-weight: bold;
}

h2#masz-pytanie a, h2#zadaj-pytanie a {
	display: block;
	text-indent: -9000px;
}

h2#masz-pytanie a {
	width: 670px;
	height: 125px;
	background: url(../img/ban-maszpytanie.gif) no-repeat;
}

h2#zadaj-pytanie a {
	width: 230px;
	height: 70px;
	background: url(../img/btn-zadajpytanie.gif) no-repeat;
}

a.btn-odpowiedz {
	display: block;
	width: 74px;
	max-height: 19px;
	margin-top: 0.5em;
	padding-top: 19px;
	height: 0px !important;
	overflow: hidden;
	background: url(../img/btn-odpowiedz.gif) no-repeat;
}

a.send-message {
	display: block;
	width: 81px;
	height: 17px;
	margin-top: 0.2em;
	padding-left: 22px;
	background: transparent url(../img/send-message.gif) top left no-repeat;
	font-size: 9px;
	font-weight: normal;
	line-height: 17px;
}
a.send-message:hover {
	background: transparent url(../img/send-message.gif) bottom left no-repeat;
	color: #fff;
	text-decoration: none;
}

a.url {
	padding-right: 12px;
	background: transparent url(../img/ico-url.gif) center right no-repeat;
}

/*a.next,
a.prev {
	display: block;
	margin-top: 0.5em;
}

a.next {
	float: right;
	padding-right: 12px;
	background: transparent url(../img/ico-next.gif) center right no-repeat;
}

a.prev {
	float: right;
	margin-right: 1em;
	padding-left: 12px;
	background: transparent url(../img/ico-prev.gif) center left no-repeat;
}*/

button.add-reply {
	display: block;
	float: right;
	width: 88px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-odpowiedz-big.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.ask-question {
	display: block;
	width: 101px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-zadaj-pytanie.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.change-password {
	display: block;
	width: 93px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-zmien-haslo.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.login-go {
	display: block;
	float: left;
	width: 64px;
	height: 22px;
	margin-right: 10px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-zaloguj.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

a.logoff-go, button.logoff-go {
	display: block;
	float: left;
	width: 64px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-wyloguj.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.register {
	float: left;
	width: 84px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-zarejestruj.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.send {
	display: block;
	float: right;
	width: 55px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-wyslij.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.send-password-email {
	display: block;
	width: 216px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-wyslij-haslo-email.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

a.registration {
	float: left;
	display: block;
	width: 84px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-rejestracja.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.profile-update {
	float: left;
	width: 159px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-profile-update.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

button.search-go {
	float: right;
	width: 64px;
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../img/btn-szukaj.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

div.content {
	float: left;
	width: 670px;
}

div.error, div.info {
	min-height: 20px;
	margin: 1em 0 2em;
	padding: 1.5em 1.5em 1.5em 6em;
	font-size: 1.2em;
}

div.error {
	background: #ffe4ba url(../img/ico-error.gif) 15px 50% no-repeat;
}

div.info {
	background: #ccebff url(../img/ico-info.gif) 15px 50% no-repeat;
}

div.error p, div.info p {
	margin: 0.5em 0;
}

div.paginate {
	float: right;
	margin-top: 0.5em;
	font-weight: bold;
}

div.paginate a, div.paginate span {
	padding: 3px 6px;
}

div.paginate span {
	color: #81A80B;
}

div.paginate span.current {
	color: #fff;
	background: #81A80B;
}

div.paginate .next {
	padding-right: 12px;
	background: transparent url(../img/ico-next.gif) center right no-repeat;
}

div.paginate .prev {
	padding-left: 12px;
	background: transparent url(../img/ico-prev.gif) center left no-repeat;
}

div.paginate .inactive {
	color: #ddd;
	background: none;
}

div.sidebar {
	float: right;
	width: 230px;
}

div.sideframe {
	width: 190px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #f6f7ef url(../img/bg-sideframe-top.gif) no-repeat;
}

div.sideframewrap {
	width: 230px;
	margin: 10px -20px -10px;
	height: 5px;
	background: #f6f7ef url(../img/bg-sideframe-btm.gif) bottom no-repeat;
}

div.sideframelight {
	width: 230px;
	margin: 0 -20px -10px;
	height: 50px;
	background: #f6f7ef url(../img/bg-sideframe-light.gif) bottom no-repeat;
}

div.textcontent {
	float: right;	
	width: 555px;
}

div.textcontent h3, div.textcontent h4 {
	color: #233743;
	font-weight: bold;
	line-height: 2em;
}

div.textcontent h3 {
	font-size: 1.5em;
}

div.textcontent h4 {
	font-size: 1.2em;
}

div.contact {
	min-height: 60px;
	padding-left: 115px;
	background: #fff url(../img/ico-edit-user-contact.gif) 20px 0px no-repeat;
}

div.additional-info {
	min-height: 60px;
	padding-left: 115px;
	background: #fff url(../img/ico-edit-user-resume.gif) 20px 0px no-repeat;
}

div#footer h4, div.sidebar h4 {
	margin-bottom: 0.5em;
}

form.edit fieldset {
	margin-bottom: 1em;
	padding: 10px 0 0 110px;
	border: 1px solid #e4e7d2;
	background: #f6f7ef url(../img/ico-edit-default.gif) no-repeat 20px 10px;
}

form.edit fieldset.user-contact {
	background: #f6f7ef url(../img/ico-edit-user-contact.gif) no-repeat 20px 10px;
}

form.edit fieldset.user-profile {
	background: #f6f7ef url(../img/ico-edit-user-profile.gif) no-repeat 20px 10px;
}

form.edit fieldset.user-photo {
	background: #f6f7ef url(../img/ico-edit-user-photo.gif) no-repeat 20px 10px;
}

form.edit fieldset.user-resume {
	background: #f6f7ef url(../img/ico-edit-user-resume.gif) no-repeat 20px 10px;
}

form.edit p {
	float: left;
	display: inline;
	width: 31%;
}

form.edit p.wide {
	width: 100%;
}

label.terms {
	display: block;
	width: 80%;
	margin-left: 20px;
	text-align: justify;
}

form.secure fieldset {
	background: url(../img/secure.gif) 150px 30px no-repeat;
}

form.replyform {
	margin-top: 1em;
}

form.searchform {
	margin: 2em 0;
	white-space: nowrap;
}

form.sideform {
	background: url(../img/separator.gif) top left repeat-x;
}

form.sideform button, form.sideform a.registration {
	margin-top: 0.5em;
}

form.sideform fieldset {
	padding: 0.5em 0;
}

form.sideform p {
	margin-bottom: 0.5em;
}

h3.separated, h4.separated {
	margin-bottom: 1em;
	border-bottom: 1px solid #e4e7d2;
}

img.userphoto {
	margin: 0.5em 0;
	border-right: 1px solid #e4e7d2;
	border-bottom: 1px solid #e4e7d2;
}

input.login, input.pass {
	width: 130px;
}

input.checkbox, label.checkbox,
input.radio, label.radio {
	float: left;
}

label.checkbox,
label.radio {
	margin-right: 1em;
}

label.required,
p.required {
	padding-left: 14px;
	background: url(../img/ico-required.gif) no-repeat;
	font-weight: bold;
}

input.search {
	float: left;
	width: 154px;
}

input.subject, textarea.reply {
	width: 550px;
}

ul.archive, ul.message-list, ul.mostpopular {
	line-height: 2em;
}

ul.archive, ul.message-list {
	border-top: 1px solid #e4e7d2;
}

ul.archive li, ul.message-list li {
	border-bottom: 1px solid #f6f7ef;
}

ul.message-list a.title {
	display: block;
}

ul.message-list span.datetime {
	width: 95px;
	line-height: 2em;
}

ul.message-list span.username {
	width: 160px;
}

ul.message-list a.title {
	float: right;
	width: 370px;
	padding-left: 20px;
	background: url(../img/ico-email.gif) 0 4px no-repeat;
}

ul.message-list a.read {
	background: url(../img/ico-email-open.gif) 0 4px no-repeat;
	font-weight: normal;
}

ul.mostpopular li {
	background: url(../img/separator.gif) top left repeat-x;
}

ul.partners {
	background: url(../img/separator.gif) top left repeat-x;
}

ul.partners li {
	padding-top: 1em;
}

ul.archive span, ul.message-list span, ul.mostpopular span, ul.items div.details {
	display: block;
	float: left;
	width: 115px;
	font-size: 0.9em;
	color: #738c9a;
}

ul.items div.details {
	width: 105px;
	padding: 0 10px 1em 0;
	line-height: 1.4em;
}

ul.items li {
	padding: 0.5em 0;
	border-top: 1px solid #e4e7d2;
	clear: both;
}

ul.nav {
	float: right;
	line-height: 64px;
}

ul.nav li {
	float: left;
	text-align: center;
}

ul.nav li.start a:link, ul.nav li.start a:active, ul.nav li.start a:visited {
	background: url(../img/nav.gif) 0 0 no-repeat;
}
ul.nav li.start a:hover {
	background: url(../img/nav.gif) 0 -64px no-repeat;
}
ul.nav li.jakwezwac a:link, ul.nav li.jakwezwac a:active, ul.nav li.jakwezwac a:visited {
	width: 173px;
	background: url(../img/nav.gif) 0 0 no-repeat;
}
ul.nav li.jakwezwac a:hover {
	background: url(../img/nav.gif) 0 -64px no-repeat;
}
ul.nav li.kiedywezwac a:link, ul.nav li.kiedywezwac a:active, ul.nav li.kiedywezwac a:visited {
	width: 172px;
	background: url(../img/nav.gif) -173px 0 no-repeat;
}
ul.nav li.kiedywezwac a:hover {
	background: url(../img/nav.gif) -173px -64px no-repeat;
}
ul.nav li.onas a:link, ul.nav li.onas a:active, ul.nav li.onas a:visited {
	width: 115px;
	background: url(../img/nav.gif) -345px 0 no-repeat;
}
ul.nav li.onas a:hover {
	background: url(../img/nav.gif) -345px -64px no-repeat;
}

ul.nav li.kontakt a:link, ul.nav li.kontakt a:active, ul.nav li.kontakt a:visited {
	width: 115px;
	background: url(../img/nav.gif) -460px 0 no-repeat;
}
ul.nav li.kontakt a:hover {
	background: url(../img/nav.gif) -460px -64px no-repeat;
}

ul.nav li a {
	display: block;
	overflow: hidden;
	width: 115px;
	height: 0px !important;
	padding-top: 64px;
	
}

ul.onduty {
	line-height: 1.6em;
}

ul.onduty img {
	display: block;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #e4e7d2;
	border-bottom: 1px solid #e4e7d2;
}

ul.onduty li {
	padding: 0.5em 0;
	background: url(../img/separator.gif) top left repeat-x;
}

ul.onduty span {
	display: block;
	font-size: 0.9em;
	font-style: italic;
}

ul.user-options {
	margin: 1em 0;
	padding-bottom: 0.1em;
	background: url(../img/separator.gif) bottom left repeat-x;
}
ul.user-options li {
	padding: 0.1em 0;
	background: url(../img/separator.gif) top left repeat-x;
}

.clear {
	clear: both;
}

.text {
	padding: 0.1em;
	background-color: #ffffe4;
	font: 12px/1.6em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	border: 1px solid;
	border-color: #a8a896 #f4f4e7 #f4f4e7 #a8a896;
}

.female, .male {
	padding-left: 20px;
}

.female {
	background: url(../img/ico-female.gif) center left no-repeat;
}

.male {
	background: url(../img/ico-male.gif) center left no-repeat;
}

.datetime, .replies {
	display: block;
	margin-top: 0.2em;
	line-height: 17px;
	padding-left: 22px;
	font-size: 9px;
}

.datetime {
	background: url(../img/ico-datetime.gif) 3px 50% no-repeat;
}

.replies {
	background: url(../img/ico-replies.gif) center left no-repeat;
}


a.popup-close {
	float: right;
	margin: -10px -10px 0 0;
	width: 11px;
	height: 11px;
	float: right;
}


div.contact p {
	display: inline;
	float: left;
	width: 31%;
}
div.additional-info span, div.contact span {
	display: block;
	font-weight: bold;
}

dl.contact dt {
	font-weight: bold;
}
dl.contact dd {
	margin-bottom: 1em;
}

