* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: black;
}

body {
	background-image: url('bg_pattern.png');
	background-repeat: repeat;
  text-align: center;
}

strong, th, .bold {
  font-weight: bold;
}

#container {
	margin: 0 auto 0 auto;
	width: 85%;
	min-width: 760px!important;
	max-width: 1000px!important;
	text-align: left;
	border-left: 1px dashed #b0b200;
	border-right: 1px dashed #b0b200;
	background-color: #ffffe6;
}

#header {
  padding: 0;
	height: 90px;
	background-image: url('header_pattern.png');
}

#logoOverlay {
	background-image: url('logo.png');
	background-position: 40px 0px;
	background-repeat: no-repeat;
}

#header h1 {
	padding-left: 30px;
  top: 0px;
	line-height: 90px;
	display: inline;
}

#header h1 a {
  font-size: 26pt;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
  text-decoration: none;
}

#header .headerNote {
  color: yellow;
}

#reklamniBox, #donateBox {
  display: inline;
  margin: 0px;
  padding: 0px;
  top: 30px;
  padding-right: 15px;
  position: relative;
  float: right;
  height: 31px;
}

#reklamniBox div, #donateBox div {
  display: inline;
}

#reklamniBox form, #donateBox form {
  display: inline;
}

#reklamniBox2 {
  text-align: center;
  margin: 0;
  padding: 5px 0 15px 0;
}

#sklikReklama_1580 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

#reklamniBox3 {
  text-align: center;
  margin: 0;
  padding: 5px 0 15px 0;
}

#sklikReklama_1164 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 468px;
}

#menu {
	width: 150px;
	float: left;
}

#menu h5 {
  display: block;
  height: 25px;
  line-height: 25px;
  background-image: url('menucat_pattern.png');
  background-color: #b0b200;
  padding-left: 5px;
  color: white;
  font-weight: bold;
  font-family: sans-serif;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#menu ul a {
  display: block;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 10pt;
  background-image: url('menubut_pattern.png');
  font-family: sans-serif;
  color: black;
}

#menu ul a:hover {
  background-image: url('menubut_pattern_hover.png');
  color: #555555;
}

#rightPanel {
	width: 150px;
	float: right;
}

#rightPanel h5 {
  display: block;
  height: 25px;
  line-height: 25px;
  background-image: url('rightcat_pattern.png');
  background-color: #b0b200;
  padding-left: 5px;
  color: white;
  font-weight: bold;
  font-family: sans-serif;
}

#rightPanel form {
	margin-bottom: 10px;
	text-align: right;
}

#rightPanel .textField {
  width: 128px;
  height: 18px;
  float: left;
	border: 1px solid black;
}

* html #rightPanel .textField {
  height: 20px;
  width: 130px;
}

#rightPanel .button {
  background-image: url('right_srchbutton.png');
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#rightPanel .button:hover {
  background-image: url('right_srchbutton_hover.png');
}

* html #rightPanel .button {
  float: left;
}

#rightPanel ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#rightPanel ul a {
  display: block;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 10pt;
  background-image: url('rightbut_pattern.png');
  font-family: sans-serif;
  color: black;
}

#rightPanel ul a:hover {
  background-image: url('rightbut_pattern_hover.png');
  color: #555555;
}

#content {
	margin: 0 150px 0 150px;
	text-align: justify;
	padding: 10px 15px 20px 15px;
}

#content h2 {
  display: block;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  padding: 10px 0 15px 0;
}

#content h3, #content h3 span {
  text-align: left;
  font-size: 12pt;
  font-weight: bold;
}

#content h4 {
  text-align: center;
  font-weight: bold;
}

#content p {
  text-align: justify;
  padding-bottom: 10px;
}

#content ul {
  padding-left: 5px;
  list-style-position: inside;
  list-style-type: square;
  padding-bottom: 10px;
	text-align: left;
  font-size: 8pt;
}

#content ol {
  padding-left: 5px;
  list-style-position: inside;
  padding-bottom: 10px;
}

#content form {
  text-align: center;
}

#content form table {
  text-align: left;
  margin: 0 auto 0 auto;
}

#content .tableLeft, #content .divLeft {
  text-align: left;
}

#content .tableRight, #content .divRight {
  text-align: right;
}

#content .tableCenter, #content .firstColumn, #content .divCenter {
  text-align: center;
}

#content .firstColumn {
  width: 25%;
}

#content .bigColumn {
  width: 50%;
}

#content .forumForm, #content .settingsTable {
  text-align: left;
  margin-bottom: 20px;
}

#content .forumPost {
  text-align: left;
  border: 1px dashed #b0b200;
  padding: 3px;
  margin: 5px;
}

#content .postTitle {
  background-color: #ffffa7;
  font-size: 10pt;
}

#content .postTitle a {
  color: black;
  font-size: 10pt;
}

#content .postAuthor {
  background-color: #ffffa7;
  font-size: 12pt;
  padding-right: 5px;
}

#content .postAuthor a {
  font-size: 12pt;
}

#content .upload {
  padding: 0;
  width: auto;
}

#photos {
  text-align: justify;
  width: 100%;
  margin: 0 auto 0 auto;
}

#photos .floating {
	border: 1px solid gray;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align:center;
	background-color: #F9F9F9;
}

#photos .floating img {
	border: 0;
	margin: 0;
}

#content .fullTable {
  width: 100%;
}

.fullTable .dark {
  background-color: #ffffa7;
}

.fullTable td {
  padding: 3px;
}

#content .half {
  width: 50%;
  vertical-align: top;
  text-align: left;
}

#content input {
  margin: 1px;
  width: 160px;
  padding: 0 2px 0 2px;
  border: 1px solid black;
}

#content select {
  border: 1px solid black;
}

#content option {
  padding-right: 10px;
}

#content textarea {
  width: 100%;
  margin: 1px;
  border: 1px solid black;
}

#content .button {
  padding: 0 10px 0 10px;
  width: auto;
}

#content table .autoWidth {
  width: auto;
}

#content table .noBorder {
  border: 0;
  width: auto;
}

#content a {
  color: green;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer {
	border-top: 1px dashed #b0b200;
	border-bottom: 1px dashed #b0b200;
	font-size: 10pt;
	text-align: center;
	clear: both;
}

#footer a {
	font-size: 9pt;
	text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#addInputJS {
  display: none;
  visibility: hidden;
}

#addInputJS ul, #addInputPHP ul {
  list-style-type: circle;
}

#addInputPHP input, #stuffList input, #paramTable input {
  width: 32px;
}

.hint {
  border-bottom: 1px dotted black;
  cursor: help;
}

.error {
  font-weight: bold;
  color: red;
  text-align: center;
  padding-bottom: 20px;
}

.notice {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

#ratingForm {
  font-weight: bold;
}

#ratingForm .ratingOn, #ratingForm .ratingOff {
  width: 15px;
  height: 15px;   
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 60px;
  font-size: 0;
  color: red;
  cursor: pointer;
}

#ratingForm .ratingOn {
  background-image: url('rating_on.png');
}

#ratingForm .ratingOff {
  background-image: url('rating_off.png');
}

#ratingPreloader {
  display: none;
  visibility: hidden;
}

#socialPanel {
  text-align: center;
}

#socialPanel object {
  margin: 15px 0px;
  
}

#webStats {
  display: none;
  visibility: hidden;
}

.doHave {
  color: green;
  cursor: help;
}

.dontHave {
  color: red;
  cursor: help;
}