
/* file: style_forum.css */

table.forumBlock {
  width:100%;
  border-collapse: collapse;
}

.forumContent {
  background:#fff url(pics/forumBg.gif) repeat-x left bottom;
  width:875px;
  border:1px solid #bfbfbf;
  position:relative;
  margin-bottom:30px;
}

.forumContent table {
  margin-bottom:0;
}

.forumContent .tl,
.forumContent .tr,
.forumContent .br,
.forumContent .bl {
  width:5px;
  height:5px;
  background-image:url(pics/cornersGrey.png);
  background-repeat:no-repeat;
  position:absolute;
}

.forumContent .tl {
  background-position:0px 0px;
  top:-1px;
  left:-1px;
}

.forumContent .tr {
  background-position:-5px 0px;
  top:-1px;
  right:-1px;
}

.forumContent .br {
  background-position:-15px 0px;
  bottom:-1px;
  right:-1px;
}

.forumContent .bl {
  background-position:-10px 0px;
  bottom:-1px;
  left:-1px;
}

.forumContent {
  padding:8px 10px 10px;
}

.forumContent th,
.forumContent td {
  padding:5px;
}

.forumContent h1 {
  margin:0 0 5px 0;
  font-weight:normal;
}

.forumContent p {
  font-weight:bold;
  font-size:14px;
}

.forumContent p.subhead {
  margin-bottom:16px;
}

.forumContent a.forumTitle {
  font-size:13px;
  text-decoration:none;
}

.forumContent td.small,
.forumContent th.small {
  text-align:center;
}

.forumContent th.first {
  text-align:left;
}

.forumContent a.forumTitle:hover {
  text-decoration:underline;
}

.forumContent thead th {
  font-weight:bold;
  padding-bottom:10px;
  color:#84AC09;
}

.forumContent thead th,
.forumContent tbody td,
.forumContent tbody th {
  border-left: 1px solid #BFBFBF;
}

.forumContent tbody .first td,
.forumContent tbody .first th {
  padding:5px;
}

.forumContent input.mandatory_error {
  border: 1px solid red;
}

table.forumBlock thead tr {
  border-top: 1px solid #BFBFBF;
}

table.forumBlock thead tr,
table.forumBlock tbody tr {
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}

table.forumBlock tbody tr.first {
  /*background:none;*/
  border-top: none;
}

table.forumBlock td a.forumTitle {
  font-size:13px;
  text-decoration:none;
}

table.forumBlock td a.forumTitle:hover {
  text-decoration:underline;
}

table.forumBlock td .topicThick a {
  font-size:13px;
  text-decoration:none;
}

table.forumBlock td .topicThick a:hover {
  text-decoration:underline;
}

table.forumBlock td .user,
.forumContent p.forumDescription {
  color:#5e5e5e;
  font-size:12px;
  font-weight: normal;
}

table.forumBlock td .time {
  color:#969696;
  font-size:12px;
}

.forumContent div.topicThick {
  font-weight: bold;
  color: black;
}

.forumContent a.backForum {
  font-size: 0.75em;
}

.forumContent img {
  border:0;
}

.forumContent .clear {
  clear:both;
}

.forumContent img.forumAvatar {
  width: 50px;
  height: 50px;
}

.forumContent form.forumSearch {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 12px;
  bottom: 9px;
  width: 500px;
  text-align: right;
  height:20px;
}

.forumContent quote {
  display: block;
  border: 1px dotted #c7d987;
  background:#e7e7e7 url(pics/bgForumPostingHead.gif) repeat-x left top;
  font-style: italic;
  width: 600px;
}

.forumContent .codeStyle {
  font-family:"Courier New", Courier, monospace;
  font-size: 10pt;
  line-height: 11pt;
  margin: 5pt;
  padding: 5pt;
}

.forumContent .quoteStyle {
  font-style: italic;
  padding-left: 10px;
  line-height: 11pt;
  margin: 5pt;
  padding: 5pt;
  width: 600px;
  border: 1px dotted #c7d987;
  background:#e7e7e7 url(pics/bgForumPostingHead.gif) repeat-x left top;
}

.forumContent a {
  text-decoration:none;
  font-weight:bold;
}

.forumContent a:hover {
  text-decoration:underline;
}

.forumContent .linkbarTop {
  margin-bottom:20px;
  position:relative;
}

.forumContent .linkbarBottom {
  margin-top:20px;
  position:relative;
}

.forumBlockTopics tbody th a {
  font-size:13px;
}

.forumBlockTopics tbody td {
  font-size:13px;
  color:#5e5e5e;
}

.forumBlockTopics tbody th {
  padding:5px;
}

.forumContentThread {
  background:none;
  border:none;
  margin:0;
  padding:8px 0 10px;
  width:895px;
}

.forumPosting {
  background:#dbdbdb url(pics/forumPostingBg.png) repeat-x left top;
  width:895px;
  border:1px solid #bfbfbf;
  position:relative;
  margin-bottom:20px;
  padding-bottom:20px;
}

.forumPosting .tl,
.forumPosting .tr,
.forumPosting .br,
.forumPosting .bl {
  width:5px;
  height:5px;
  background-image:url(pics/cornersGrey.png);
  background-repeat:no-repeat;
  position:absolute;
}

.forumPosting .tl {
  background-position:0px 0px;
  top:-1px;
  left:-1px;
}

.forumPosting .tr {
  background-position:-5px 0px;
  top:-1px;
  right:-1px;
}

.forumPosting .br {
  background-position:-15px 0px;
  bottom:-1px;
  right:-1px;
}

.forumPosting .bl {
  background-position:-10px 0px;
  bottom:-1px;
  left:-1px;
}

.forumPostingDate {
  font-size:10px;
  position:absolute;
  left:9px;
  top:11px;
}

.forumPostingFooter {
  font-size:10px;
  position: absolute;
  left: 9px;
  bottom: 4px;
}

.forumPostingSubject {
  color:#8cb219;
  font-size:16px;
  font-weight:normal;
  padding-left:160px;
  margin-top:9px;
}

.forumPostingMemberInfo {
  width:130px;
  float:left;
  padding:0 0 0 10px;
  position:relative;
  top:-12px;
  font-size:12px;
}
.forumPostingMemberInfo .userName {
  padding-bottom: 0.6em;
  line-height: 1.2em
}
.forumPostingMemberInfo .userName .name {
  padding-bottom: 0.6em;
}

.forumContent .userEntries,
.forumContent .userRegisteredSince,
.forumContent .userRole {
  display:block;
  font-size:10px;
}

.forumPostingContent {
  margin-left:160px;
  margin-right:10px;
}

.forumPostingContent .quoteBlock {
  border:1px solid #b6b7b7;
  background:#fff;
  font-size:12px;
  padding:8px;
}

.forumPostingLinks {
  position:absolute;
  top:0px;
  right:0px;
}

.forumPostingLinks a {
  float:right;
  margin-top:10px;
  margin-right:10px;
}

.forumContent .avatarImage {
  width:60px;
  height:60px;
  overflow:hidden;
  margin-bottom: 1em;
  position:relative;
}

.forumContent .avatarImageMissing {
  background:url(pics/forumDefaultAvatar.png) no-repeat left top;
}

.forumContent .specialGroupAvatar {
  width:60px;
  height:60px;
  position:absolute;
  top:0;
  left:75px;
  background:url(pics/papayaAvatar.png);
}

.forumPager {
  position:absolute;
  right:10px;
  bottom:-25px;
}

.forumPostingHead h2 {
  margin-bottom:22px;
}

.forumBlockForums .fora {
  width:300px;
}

.forumBlockForums .threads {
  width:72px;
}

.forumBlockForums .entries {
  width:72px;
}

.forumBlockForums .lastEntry {
  width:358px;
}

.forumPageLinks .paging {
  margin-bottom: 0;
  margin-top: 0;
}

.forumForm .forumEnterArticle p {
  margin-bottom:10px;
}

.forumForm img {
  display: block;
  border: 1px solid #84AC09;
  margin: 0 0 10px 0;
}

.forumForm input {
  width:395px;
}

.forumForm textarea {
  width: 295px;
  height:295px;
}

.forumForm input.button {
  width: 149px;
}

.forumForm input.submit,
.forumForm input.reset {
  width: 112px;
  height: 23px;
  margin:0;
  padding:0;
  cursor:pointer;
  border:0 none;
  zoom:1;
}

.forumForm input.submit {
  background:url(pics/button-absenden.png) no-repeat left top;
  margin-right:15px;
}

.forumForm input.reset {
  background:url(pics/button-abbruch.png) no-repeat left top;
}

.forumForm .errorMsg,
.forumContent .error {
  color: #AA290C;
  font-weight: bold;
}

.forumPostingContent p {
  font-weight: normal;
  font-size: 13px;
}
