#forumStructureTable {
    font-size: 0.9em;
    border: solid 1px green;
    margin-left: auto;
    margin-right: auto;
}

#forumStructureTable td {
    text-align: center;
}

#forumStructureTable td.moveRowArrows a {
    text-decoration: none;
}

#forumStructureTable td:first-child {
    text-align: left;
}

#forumStructureTable tr.threadToken td {
    background-color: white;
}

#forumStructureTable tr.forumCategory td {
    background-color: #F0F0F0;
}

#forumStructureTable tr:hover td {
    background-color: #e8ffd8;
    border-color: white;
}

#forumStructureTable tr.withNewPosts td {
    border: solid 1px #89DA38;
    background-color: #e8ffd8;
}

#forumStructureTable tr.withNewPosts td a {
    color: #006000;
}

#forumStructureTable tr.withNewPosts td a:hover {
    color: black;
}

#searchDiv .wholeThreadLink {
    display: block;
    float: right;
    padding-top: 0.5em;
}

#addQuestionsubject {
    width: 32em;
}

.anonymityInfo {
    font-size: 0.8em;
    margin-bottom: 1em;
}

#forumStructureTable .assignDoctorTd {
n    text-align: left;
}

/*===========================================================================*/
/*                            showThread.php                                 */
/*===========================================================================*/

.forumPostForm textarea {
    margin: 0;
    width: 95%;
}

.forumPostForm #newForumPostAuthorName {
    width: 11em;
}

.forumPostForm #newForumPostAuthorEmail {
    width: 11em;
}

.forumPostForm #newForumPostsubject {
    width: 25em;
}

.forumPostForm #newForumPostantiRobotInput, #addQuestionantiRobotInput {
    width: 2em;
}

.forumPost {
    border: solid 1px;
    border-color: #59AA08 #DDDDDD #DDDDDD #DDDDDD;
    margin: 0.5em;
    background-color: #FDFDFD;
}

.forumPost h2 {
    font-size: 1em;
    margin: 0em;
}

.forumPost .forumPostHeader {
    background-color: #eeeeee;
    padding: 0.1em 0.3em;
}

.forumPost .forumPostHeader span.autor {
    display: block;
    float: left;
}

.forumPost .forumPostHeader span.datum {
    display: block;
    float: right;
}

hr {
    display: none;
}

.pageIndex {
    background-color: white;
    font-size: 90%;
    padding: 0.2em;
    text-align: center;
    word-spacing: 0.5em;
    clear: both;
    text-indent: 0em;
    margin: 0.2em 0em;
    border-bottom: solid 1px #59AA08;
    border-top: solid 1px #59AA08;
}

.pageIndex span {
    display: block;
    float: left;
}

.forumCategoryPath {
    background-color: white;
    font-size: 90%;
    padding: 0.2em;
    text-indent: 0em;
    margin: 0 0 0.5em 0;
    border-bottom: solid 1px #59AA08;
    border-top: solid 1px #59AA08;
    text-align: left;
}

div.insertEmoticonDiv {
    display: none;
}

div.insertEmoticonDivVisible {
    display: block;
    width: 26em;
    background-color: white;
    border: solid 1px green;
}

div.insertEmoticonDivVisible img {
    border: solid 1px white;
}

div.insertEmoticonDivVisible img:hover {
    border: solid 1px #89DA38;
}

img.insertEmoticonImg {
    vertical-align: middle;
    margin-left: 2em;
}
