﻿.board .boardCrumb {
    display: none;
}
div.board img {
    float: left;
}
div.board table {
    margin-top: 5px;
}
div.boardCrumb {
    background: none repeat scroll 0 0 #eeeeee;
    margin-bottom: 10px;
    padding: 2px 5px;
    width: 570px;
}
div.boardActions {
}
div.boardContent {
}
div.boardFooter h4 {
    display: none;
}
.postAttachmentRequirements ul {
    clear: both;
}
.boardForumLastpost {
    line-height: 14px;
}
div.board table th {
    background: url("/common_images/skins/DefaultSkins1.5/bg-title.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    color: #393939;
    font-weight: normal;
    padding: 2px 5px;
    white-space: nowrap;
}
td.board_topic_flag {
    height: 22px;
    width: 22px;
}
td.board_topic_flag div {
    height: 22px;
    width: 22px;
}
div.board_topic_normal {
    background: url("/common_images/board/folder.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.board_topic_sticky {
    background: url("/common_images/board/folder_sticky.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.board_topic_announcement {
    background: url("/common_images/board/folder_announce.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
td.board_topic_topic {
    width: 40%;
}
td.board_topic_replies, td.board_topic_author, td.board_topic_views, td.board_topic_lastpost {
    text-align: center;
}
.board {
    position: relative;
}
.flag {
    font-weight: bold;
}
td.boardCategory h3 {
    color: #fa9215;
    font-size: 1.4em;
    margin: 5px;
}
td.boardForumFlag {
    padding: 4px;
    width: 46px;
}
td.boardForumFlag div {
    height: 25px;
    width: 46px;
}
div.boardForumOpen {
    background: url("/common_images/board/folder_big.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
div.boardForumClosed {
    background: url("/common_images/board/folder_locked_big.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
td.boardForumForum {
    line-height: 140%;
    padding: 0 5px;
}
td.boardForumForum h4 a {
    color: #393939;
    font-size: 14px;
}
td.boardForumTopics, td.boardForumPosts, td.boardForumLastpost {
    text-align: center;
}
td.boardForumLastpost a {
    color: #fa9215;
}
td.boardForumLastpost a:hover {
    color: #393939;
}
td.boardCategory {
    background: none repeat scroll 0 0 #393939;
    border: 1px solid #393939;
}
div.board_forum_open {
    background: url("/images/client/icone-forum.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
}
div.board_forum_closed {
    background: url("/images/client/icone-forum-close.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
}
td.boardTopicFlag {
    height: 22px;
    width: 22px;
}
td.boardTopicFlag div {
    height: 22px;
    width: 22px;
}
div.boardTopicNormal {
    background: url("/common_images/board/folder.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.boardTopicSticky {
    background: url("/common_images/board/folder_sticky.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.boardTopicAnnouncement {
    background: url("/common_images/board/folder_announce.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
td.boardTopicTopic {
    width: 40%;
}
td.boardTopicTopic a {
    color: #393939;
    font-weight: bold;
}
td.boardTopicReplies, td.boardTopicAuthor, td.boardTopicViews, td.boardTopicLastpost {
    text-align: center;
}
.board .row1 {
    background: none repeat scroll 0 0 #eeeeee;
}
#posts {
    border: 2px solid #cccccc;
    margin: 5px 0;
    padding: 2px;
}
div.boardPost {
    background: none repeat scroll 0 0 #cccccc;
    border-top: 3px solid #666666;
}
div.boardPostUser {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 100px;
}
div.boardPostUser .avatar {
    height: 80px;
    line-height: 80px;
    margin: auto;
    overflow: hidden;
    vertical-align: middle;
    width: 80px;
}
div.boardPostUser .avatar img {
    float: none;
    max-height: 80px;
    max-width: 80px;
    text-align: center;
    vertical-align: middle;
}
span.boardPostCount {
}
div.boardPostMessageHeader {
    background-color: #666666;
    color: #ffffff;
    font-size: 0.9em;
    padding: 3px;
}
div.boardPostMessageHeader a {
    color: #ffffff;
    text-decoration: none;
}
div.boardPostMessageTools {
    background: none repeat scroll 0 0 #cccccc;
    padding: 3px;
    text-align: right;
}
.boardPostMessage a {
    color: #393939;
}
span.boardPostMessageSubject {
    color: #666666;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0 15px;
}
div.boardPostMessage {
    margin: 0 0 0 110px;
}
div.boardPostBody {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px;
}
div.postContent {
    clear: both;
}
#contents .postform form .row select {
    width: 100px;
}
#contents .postform form .row .style {
    margin: 10px auto 5px;
}
#contents .postform form .row label {
    font-weight: bold;
    width: auto;
}
#contents .postform form .row input {
    width: 100%;
}
#contents .postform form .row .style input {
    background: none repeat scroll 0 0 #cccccc;
    border: 1px outset #000000;
    margin: 0 5px;
    width: auto;
}
#contents .postform form .row label.style {
    display: none;
}
#contents .postform form .row textarea {
    height: 200px;
    margin: 5px 0;
    width: 100%;
}
#contents .postform a {
    color: #000000;
    font-size: 1.1em;
    text-decoration: none;
}
#contents .postform a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: underline;
}
div.boardPostPreviewContent {
    border: 1px solid #cccccc;
}
.logIn, .profile, .search, div.boardFooter div {
    background: -moz-linear-gradient(center top , rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 23%, rgba(217, 217, 217, 1) 70%, rgba(217, 217, 217, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: block;
    float: right;
    line-height: 25px;
    margin: 0 auto 5px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);
    width: 100px;
    z-index: 500;
}
.logIn a, .profile a, .search a, div.boardFooter div a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
}
.logIn a:hover, .profile a:hover, .search a:hover, div.boardFooter div a:hover {
    text-decoration: underline;
}
div.boardFooter div {
    margin-top: 10px;
}
div.boardFooter div a {
    background: url("/common_images/skin001/syndication.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    list-style: none outside none;
    padding: 2px 0 2px 18px;
}
a.newtopicLink, a.boardTopicReply {
    background: none repeat scroll 0 0 #393939;
    color: #fa9215;
    display: block;
    float: left;
    margin: auto;
    padding: 5px 10px;
    text-decoration: none;
}
a.newtopicLink:hover, a.boardTopicReply:hover {
    color: #fff;
    text-decoration: underline;
}
.reply, #newtopic {
    clear: both;
    height: 26px;
    overflow: auto;
    position: relative;
}
a.newtopicLink {
    right: auto;
}
.newtopic .subject label {
    float: left;
    margin-right: 5px;
    width: auto;
}
.newtopic .subject input {
    width: 90% !important;
}
.newpost fieldset {
    margin: 0;
    padding: 0;
}
.newpost .name, .newpost .email {
    display: inline;
    margin: 5px 0;
}
.newpost .name label, .newpost .email label {
    float: none;
    margin-right: 5px;
    width: auto;
}
.newpost .name input, .newpost .email input {
    width: 200px !important;
}
.boardTopicQuote, .boardTopicEdit, .boardTopicMove, .boardTopicClose, .boardTopicDelete {
    background-image: url("/common_images/skins/DefaultSkins1.5/forum.png");
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-left: 16px;
}
.boardTopicQuote {
    background-position: 0 0;
}
.boardTopicMove {
    background-position: 0 -32px;
}
.boardTopicEdit {
    background-position: 0 -16px;
}
.boardTopicClose {
    background-position: 0 -48px;
}
.boardTopicDelete {
    background-position: 0 -64px;
}
.boardDelete {
    border: 1px dashed #fa9215;
    margin: 10px 0;
    padding: 10px 20px;
    text-align: center;
}
.widgetBoard a {
    display: block;
    font-size: 1.2em;
    margin: 5px 0;
}