body {
/*  margin: 10px; */
  background-color: white;
  font-family: "Verdana";
  width: 990px;
  margin: 10px auto;
}

a img {
  border:none;
  color: #000000;
}

table a {
  color: #000000;
}

table a:hover {
  color: red;
}

a {
  color: #000000;
}

a:visited {
  color: #000000;
}

a.ident, a.ident:hover {
  color: black;
}

h3 {
  font-size: 17px;
  color: #000000;
  font-weight: bold;
}

button {
    background: #f51025;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 4px;
    border: 2px solid #4b4545;
    font-family: "Verdana";
    margin: 0px 4px;
    font-size: 12px;
}

#head {
  padding: 0px; 
}

#headLogo {
    background: url("/data/img/header.jpg") no-repeat;
    height: 114px;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

#title {
  font-size: 140%;
  font-weight: bold;
  color: #000000;
}

#content {
	background-color: #ffffff;
	margin: 15px 190px 0px 135px;
	font-size: 12px;
	width: 665px;
	padding: 0px;
    /* IE hack */
    _margin: 15px 30px 0px 130px;
        border: 1px solid black;
}

#content p {
	margin: 0;
}

#contentText {
	padding: 0px 15px 0px 15px;
}

#content p.head {
  color: #000000;
  text-align: right;
}

#panelleft {
  padding: 0px;
  width: 115px;
  float: left;
}

#panelright {
  width: 170px;
  float: right;
  text-align: center;
  margin: 10px 0px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px dotted gray;
}

#panelright a {
	font-size: 10px;
}

#navi-button {
	background: url("/data/img/naviButton.jpg") no-repeat;
	background-color: #f51025;
	margin: 10px 0px;
	width: 115px;
	height: 33px;
	font-size: 13px;
	text-align: center;
	font-family: "Verdana";
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 33px;
	border-bottom: 5px solid #4b4545;
}

#navi-buttonX {
/*	background: url("/data/img/naviButton.png") no-repeat; */
	margin: 10px 0px;
	width: 115px;
	height: 33px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 9px;
	color: black;
}

#navi-button-2 {
	z-index: 0;
	border: 1px dotted gray;
	background-color: #ffffff;
	margin: 10px;
	width: 100px;
	padding: 10px;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	visibility: hidden;
	position: absolute;
	top: 240px;
/*	left: 100px; */
	left: 10%;
}

#navi-button a {
	text-decoration: none;
	color: white;
}

#navi-button-2 a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	margin: 5px;
}

#navi-button a:hover {
	color: red;
}

#navi-buton-2 a:hover {
	color: red;
}

#navi-buttonX a, #navi-buttonX {
  	color: black;
  	font-size: 9px;
	text-decoration: none;
}

#sponsorStripe {
/*	border: 1px solid black; */
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background: white;
/*	background: url("/data/img/sponsorStripe.png") no-repeat; */
	width: 990px; 
	height: 49px;
	margin: 5px 0px 5px 0px; 
}

#errorStripe {
/*	background: url("/data/img/errorStripe.png") no-repeat; */
	font-size: 12px;
	background: #87ff2f;
	font-weight: bold;
	width: 990px; 
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 5px;
    text-align: center;
}

#logoImages {
	padding: 4px 10px 0px 10px;
}

#logoImages img {
	margin: 0px 5px;
	height: 40px;
}

#logoImages a {
    text-decoration: none;
}

#loginform {
	text-align: center;
	font-size: 12px;
}

#loginform input {
	font-family: "Verdana";
	font-size: 12px;
	margin: 4px;
	width: 125px;
	border: 1px solid black;
	background-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
}

#loginform input.submit {
	width: 90px;
	border: none;
}	

#logoutform {
	text-align: center;
	font-size: 12px;
}

/* ROUND CORNERS FOR MAIN CONTENT */
#upRoundCorners {
/*	background: url("/data/img/upRoundCorners.png") no-repeat top left; */
	height: 21px;
	width: 665px;
	padding: 0px;
	margin: 0px;
}

#downRoundCorners {
/*	background: url("/data/img/downRoundCorners.png") no-repeat; */
	height: 21px;
	width: 665px;
	padding: 0px;
	margin: 0px;
}

/* ROUND CORNERS FOR RIGHT MENU */
#upRoundCornersRight {
/*	background: url("/data/img/upRoundCornersRight.png") no-repeat top left; */
	height: 21px;
	padding: 0px;
}

#downRoundCornersRight {
/*	background: url("/data/img/downRoundCornersRight.png") no-repeat; */
	height: 21px;
	padding: 0px;
}

#userEditForm input {
	margin: 2px;
    border: 1px solid #665697;
}

h2 {
/*	color: white; */
/*    color: #665697; */
        color: #000000;
	margin: 0px 0px 15px 0px; 
	padding: 8px;
	text-align: center;
        font-size: 18px;
}

hr {
	background-color: #4b4545;
	border: 1px solid #4b4545;
    margin: 5px;
}

#articlePreview {
	margin: 10px 0px;
	border: 1px solid gray;
	padding: 4px;
}

#druzstvaMenu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 0px;
	margin-bottom: 5px;
}

#druzstvaMenu td {
	padding: 4px 10px;
	background-color: white;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#druzstvaMenu td a {
	text-decoration: none;
	color: black;
}

#druzstvaMenu td a:hover {
	color: #d70810;
}

#druzstvaMenu td.active {
	background: #d70810;
	color: white;
}

#druzstvaMenu td.active a {
	color: white;
}

/* PLAYERS TABLE IN DRUZSTVA */
#playersTable {
	border: 2px solid white;
	padding: 5px;
	margin: 0px auto;
}

#playersTable td {
	padding: 5px 20px;
	text-align: center;
}

#playersTable tr.odd {
/*	background: #e5e5c3; */
    background: #ffeced;
}

#playersTable tr.over {
	background: gray;
}

#articleText {
	text-align: justify;
    margin-bottom: 20px;
}

#articleText p {
    margin: 7px 0px;
}

#articleText img {
/*    float: left; */
    margin: 5px;
}

#articleEditor {
	text-align: center;
	margin: 10px;
}

#articleTitle {
	margin: 10px;
}

#articleTitle input {
	background: white;
	border: 1px solid #655697;
	width: 290px;
}

#articleError {
	background: yellow;
	padding: 5px;
	margin: 10px 0px;
}

#adminMenu {
    text-align: center;
    background-color: #ffffff;
    width: 150px;
    margin: 10px auto;
}

#upRoundCornersRightAdmin {
/*    background: url("/data/img/upRoundCornersRightAdmin.png") no-repeat; */
    width: 150px;
    height: 19px;
}

#downRoundCornersRightAdmin {
/*    background: url("/data/img/downRoundCornersRightAdmin.png") no-repeat; */
    width: 150px;
    height: 19px;
}

#usernameForm {
    margin: 10px;
}

#playerPhoto {
    position: absolute;
    margin-left: 370px;
    margin-top: 19px;
    _margin-top: 9px;
    border: 1px solid black;
}

#javaSbutton {
    background: white;
    border: 2px solid #655697;
    font-family: "Verdana";
    margin: 0px 4px;
    font-size: 11px;
}

#playerTable {
	border: 2px solid white;
	padding: 5px;
    width: 360px;
}

#playerTable td {
    border-bottom: 1px solid black;
}

#matchesTable {
    width: 100%;
}

#matchesTable form {
    margin: 0px;
    padding: 0px;
}

#matchesTable input, select {
    font-size: 11px;
}

#matchesTable tr.odd {
    background: #ffeced;
}

#uploadError {
	background: red;
	padding: 5px;
	margin: 10px 0px;
}

#uploadOk, #emailsOK {
	background: #87ff2f;
	padding: 5px;
	margin: 10px 0px;
}

#imageThumbnail {
    text-align: center;
    border: 1px solid white;
    padding: 5px;
    margin: 10px;
}

#imageThumbnail table {
    margin: 10px auto;
    width: 495px;
    height: 147px;
    background-color: black;
    background: url('/data/img/film.png') no-repeat top left;
}

#imageThumbnail a {
    color: white;
    text-decoration: none;
}

#imageThumbnail table img {
    border: 1px solid red;
}

#bottomButton {
    margin-top: 30px;
}

#userAddForm input {
	margin: 2px;
    border: 1px solid #665697;
}

#matchesList p, #articlesList p {
    line-height: 22px;
    border-bottom: 2px solid #FFFFFF;
    margin: 2px;
    padding: 1px;
}

#matchesList a.matchesListLink, #articlesList a.articlesListLink {
    text-decoration: none;
    color: black;
}

#addNewMatchButton button {
    margin: 15px;
}

#moreArticlesLink {
    text-align: right;
}

#pager {
    text-align: center;
    margin: 5px;
}

#pager a {
    color: red;
  /*  font-size: 14px; */
    margin: 2px;
    text-decoration: none;
}

#pager a.actual {
    color: black;
}

#passwordChangeRequestForm {
    margin-top: 15px;
}

#userDeleteRequest {
    margin-top: 15px;
}

#userDeleteRequest button {
    background: red;
    color: white;
}

#formButton {
    margin-top: 15px;
    background: white;
}

#forumCategoryTable {
    margin: 0px auto;
    text-align: center;
    width: 80%;
 /*   background-color: #ece8f6;*/
}

#forumThreadTable {
    margin: 0px auto;
    text-align: center;
}

#forumThreadTable tr.odd {
    background-color: #ffeced;
}

#forumPostTable {
    width: 100%;
}

#forumPostTable th {
    width: 10%;
    text-align: center;
    font-weight: normal;
    border-right: 1px dashed black;
}

#forumPostTable tr.odd {
    background-color: #ffeced;
}

.quote {
    border: 1px dashed black;
    background: white;
    background: white url('/data/img/quote90.jpg') no-repeat top left;
    padding: 10px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 9px;
    font-weight: italic;
    margin: 12px;
}

#formAddPostButton {
    margin-bottom: 12px;
    margin-top: 12px;
}

#forumPostAddTable {
    margin: 0px auto;
}

.quoteid {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#quoteAddDisplay {
    padding: 10px;
    background-color: #ece8f6; 
}

#articleHeading {
    margin: 10px;
    padding: 7px;
    font-size: 9px;
    border: 1px solid gray;
    text-align: center;
    background-color: #ffeced; 
}

#pollSection {
    font-size: 10px;
    text-align: left;
    padding-left: 5px;
}

#pollBar {
    margin: 5px;
    height: 10px;
    background-color: #f51025; 
    border: 1px solid black;
    border-right: 4px solid black;
}

#pollText {
    text-align: center;
    margin-top: 5px;
}

#pollTitle {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#pollButton {
    text-align: center;
    margin-top: 15px;
}

#newPollForm input {
    margin: 5px;
    border: 1px solid #665697;
}

/* FORUM POSTS */

#fpl {
    width: 100%;
}

#forumPostRe {
    margin: 0px;
    margin-left: 15px;
    /*margin-right: 10px;*/
    padding-top: 3px;
}

#forumPost {
    padding-top: 7px;
}

#forumPostContent {
    border-left: 3px solid gray;
    background-color: #ffeced;
    padding: 5px;
}

#forumPostContentRe {
    border-left: 3px solid gray;
    padding: 5px;
    background: white url('/data/img/quote90.jpg') no-repeat top left;
}

#infoBoardDivHP {
    background: white; 
    margin: 5px;
    margin-bottom: 15px;
    padding: 5px;
    min-height: 34px;
    border: 1px dotted black;
}

#infoBoardTitle {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#zonioLink, #zonioLink a {
  margin-top: 19px;
  font-size: 9px;
}

