.sylForum, .sylForumShow, .sylForumEdit
{
  width: 675px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.sylForumGroup
{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d3d3d3;
  margin-bottom: 16px;
}

.sylForum .description
{
  background-color: #F8F9FD;
  border: 1px solid #D2D2D4;
  padding: 10px;
  width: 653px;
  margin-bottom: 16px;
}

.sylForum .body .header, .sylForumShow .header
{
  border: 1px solid #D3D3D3;
  background-color: #E5E5E5;
  height: 16px;
  vertical-align:middle;
  padding: 10px;
  width: 653px;
}

.sylForumShow .header
{
  margin-bottom: 16px;
}

.sylForum .body .search
{
  float:left;
  font-weight: bold;
}

.sylForumEdit .header
{
  border: 1px solid #D3D3D3;
  border-bottom: none;
  background-color: #E5E5E5;
  height:15px;
  vertical-align:middle;
  padding: 10px;
}

.sylForumShow .header h2, .sylForumEdit .header h2, .sylForum .description h2
{
  color: #313233;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.list-discussion-meta
{
  padding: 8px;
  padding-bottom: 0;
  color: #868789;
}

.sylForumEdit .body, .sylForumShow .list-body
{
  background-color:#F8F9FD;
  border:1px solid #D2D2D4;
  padding: 16px;
}

.sylForum .body .create
{
  float: right;
}


.sylForumEdit .body .input-field label
{
  width: 10%;
  text-align: left;
  padding-right: 0;
}

.sylForumEdit .body .input-field input, .sylForumEdit .body .input-field textarea
{
  width: 88%;
}

.sylForum .link-back, .sylForumEdit .link-back, .sylForumShow .link-back
{
  float: right;
}

.sylForum .forum-title, .sylForumEdit .forum-title, .sylForumShow .forum-title
{
  float:left;
}

.sylForumEdit .send-button, .sylForumShow .send-button
{
  float:right;
}

.sylForum .discussions
{
  border: 1px solid #d3d3d3;
  border-top: none;
  background-color: white;
}

.sylForum .discussion
{
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
}

/*
.sylForumShow .discussions
{
  border: 1px solid #d3d3d3;
  background-color: #f3f8ff;
  text-align: center;
}
*/
.sylForumShow .discussion
{
  padding: 12px 18px;
  border: 1px solid #d3d3d3;
  border-top: none;
  background-color: white;
  width: 639px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.sylForumGroup .discussion
{
  padding: 8px;
  background-color: white;
  width: 424px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.sylForumShow .first
{
  border-top:1px solid #d3d3d3;
}

.discussion-avatar
{
  float: left;
  height: 90px;
  width: 90px;
  padding-right: 4px;
}

.discussion-text
{
  float: left;
  width: 544px;
}

.discussion-info
{
  float: left;
  width: 100%;
  padding-bottom: 6px;
}

.discussion-author
{
  float: left;
  width: 350px;
  font-weight: bold;
}

.discussion-actions
{
  width: 100%;
  text-align: right;
}

.discussion-date
{
  float: right;
  width: 190px;
  text-align: right;
  color: #868789;
  font-style: italic;
}

.discussion-body
{
  clear: both;
}

.sylForumEdit .form, .sylForumShow .form
{
  width:560px;
  margin:0 auto;
}

.top-pager, .bottom-pager
{
  background: #F0F6FF;
  border: 1px solid #cecece;
  color: #868789;
  width: 639px;
  font-weight: bold;
  padding: 4px 18px;
  height: 14px;
}

.top-pager
{
  border-bottom: none;
}

.top-pager div, .bottom-pager div
{
  height: 14px;
}

.top-pager div.pager-links, .bottom-pager div.pager-links
{
  width: 100%;
  text-align: center;
  position: relative;
  top: -14px;
}

.forumgroup-pager
{
  color: #868789;
  font-weight: bold;
  padding: 4px 18px;
  /*height: 14px;*/
}

.forumgroup-pager div
{
  height: 14px;
}

.forumgroup-pager div.pager-links, .forumgroup-pager div.pager-links
{
  width: 100%;
  text-align: center !important;
  position: relative;
  /*top: -14px;*/
}

.forumgroup-pager div.pager-links ul.pager
{
  text-align: center !important;
}

.sylForumShow .form
{
  width: 100%;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-align: center;
}

.sylForumShow .form-content
{
  width: 530px;
  margin: 0 auto;
 padding: 16px 0;
}
.sylForumShow .post-new-message-label
{
  font-weight: bold;
  text-align: left;
  display: block;
}

.sylForumShow textarea#post-new-message
{
  width: 100%;
}

.sylForumGroup .forum-title h1
{
  font-size: medium;
  text-transform: uppercase;
  color: #868789;
  padding: 3px;
}

div.sylForumGroupLegend
{
  background-color: #73e03d;
  padding: 3px;
  color: white;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 12px;
  clear: both;
}

.sylForumGroupDiscussion
{
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 1px;
  padding-right: 4px;
  width: 450px;
  height: 12px;
  clear: both;
  color: #868789;
}

.sylForumGroupThreadTitle
{
  float: left;
  width: 60%;
  font-weight: bold;
  overflow: hidden;
  height: 12px;
}

.sylForumGroupThreadTitle a.green-link
{
  text-decoration: none;
}

.sylForumGroupThreadMessages
{
  float: left;
  width: 15%;
  text-align: center;
}

.sylForumGroupThreadLastMessage
{
  float: left;
  width: 24%;
  text-align: right;
}

div.sylForumPresentation
{
  border: 1px solid #D3D3D3;
  width: 436px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  margin-bottom: 7px;
}

