/** Formularz rejestracji */
form.register fieldset
{
    border: none;
    padding: 50px;
}

form.register fieldset legend {
    font-size: 14px;
    font-weight: bold;
}

form.register label {
    display: block;
    width: 100px;
    float: left;
}

form.register input, form.register textarea {
    display: block;
    float: left;
}

form.register div {
    overflow: hidden;
    clear: both;
    margin-bottom: 0.5em;
}


/*  Box dla komunikatow informacyjnych */
div#messageBox {
    width: 960px;
    margin: 20px auto 0 auto;
    color: black;
    font-weight: bold;
    border: 1px dotted green;
}

div#messageBox.msg {
    background-color: #8DB442;
}

div#messageBox.errors {
    background-color: red;
}

div#messageBox p {
   text-align: center;
   line-height: 100%;
   margin: 10px;
   font-size: 16px;
}

table#topicsList {
    width: 100%;
}

table#topicsList thead {
  color: black;
  background: #00CED1;
}

table#topicsList tbody {
  text-align: left;
}

table#topicsList tbody td{
  padding: 3px;
}

table#topicsList td.center {
  text-align: center;
}

table#topicsList td.cattitle {
  width: 450px;
}


table#topicShow {
    color: black;
    text-align: left;
    width: 100%;
}

table#topicShow td {
    padding: 3px;
}

table#topicShow td p {
    font-size: 12px;
    text-indent: 0px;
    margin: 0px;
    line-height: 100%;
    text-align: left;
}

table#topicShow td.author {
    width: 150px;
    height: 50px;
}

th#topicShowHeader {
  background-color: #00CED1;
  height: 40px;
  padding: 5px;
}

div#sidebar ul li h5 a {
    text-decoration: none;
}

div#sidebar ul li h5 a:hover {
    text-decoration: underline;
}