@charset "UTF-8";
/* CSS Document */

#boxForumTop {margin:0 auto; padding:0; width:300px; height:10px; background-color:#002f2f;}
#boxForumBottom {margin:0 auto; padding:0; width:300px; height:10px; background-color:#046380;}

#boxForum {margin:0 auto; padding:0; width:300px; height:auto; background-color:#329296; text-align:center; background-image: url(img/forumBox_bg2.jpg); background-repeat: repeat-x;}
#boxForum p {margin:0 4px; padding:0; font-size:10px; line-height:1.25em; font-family: Verdana, Arial, Helvetica, sans-serif; color:#e6e2af;}
#boxForum p#title {padding-bottom:6px; text-align:center; font-size:15px;}
#boxForum p#title a:hover {color:#fff; text-decoration:underline;}
#boxForum p#title a {color:#efecca; text-decoration:none;}

#boxForum p#menu {padding-bottom:6px; text-align:center; border-bottom:2px ridge #329296;}
#boxForum p#menu a {color:#efecca; text-decoration:none;}
#boxForum p#menu a:hover {color:#fff; text-decoration:underline;}
#boxForum p#menu a:active, #boxForum p#menu a:focus {outline:none;}

#boxForum #forumPict {margin:6px 4px; padding:0; background-color:#fff; width: 142px; height:142px; text-align:center; overflow: hidden; float:left;}
#boxForum #forumPict img {margin:0 auto; padding:0; text-align:center; border:0;}

#boxForum p#messagesTitle {margin-top: 4px; padding:0 0 4px 0; text-align:left; font-size:12px; font-weight:bold; font-variant:small-caps; line-height:1.15em;}
#boxForum p.message {text-align:left; padding:0 0 4px 0; line-height:1.15em;}
#boxForum p.message a {color:#fff; text-decoration:none;}
#boxForum p.message a:hover {text-decoration:underline;}
#boxForum p.message a:active, #boxForum p.message a:focus {outline:none;}

#boxForum p#bottomLinks {padding:0; text-align:center; text-transform: uppercase; font-size:9px; font-family:Arial;}
#boxForum p#bottomLinks a {color:#efecca; text-decoration:none;}
#boxForum p#bottomLinks a:hover {color:#fff; text-decoration:underline;}
#boxForum p#bottomLinks a:active, #boxForum p#bottomLinks a:focus {outline:none;}

.clear {margin:0; padding:0; height:0; clear:both;}
