
/* BEGIN TEMPLATE css.tpl */

/* overall style */

body {
    margin: 10px;
    padding: 0px;
    background-color: black;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color: white;
/*
    background-image: url("templates/warcraft/images/");
*/
}

#phorum {
    margin: auto;
    width: 100%;        /* works in Firefox but not IE - that's why the background color is on the body and not this */
}

.fieldset {
    margin-bottom: 6px;
}

.fieldset, .fieldset td, .fieldset p, .fieldset li {
    font-size: 11px;
}

.wrapper {
    height: 100%;
    border: 3px solid #745831;
    width: 807px;
}

.headerwrap {
    background-color: #7FB4CD;
    height: 140px;
/*
    background-image: url("templates/warcraft/images/");
    background-repeat: no-repeat;
*/
}

.content-container {
     padding: 0px 15px;
}

.fullwidth {
    width: 771px;
}

.maintitlewrap {
    background-color: #596256;
    height: 28px;
}

.navwrap {
    background-color: black;
    height: 30px;
}

.cwrap {
    background-color: #282828;
}

#headerstyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    height: 28px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#headerstyle a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #C9B884;
    text-decoration: none;
    font-weight: bold;
}
#headerstyle a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFCC;
    text-decoration: underline;
    font-weight: bold;
}

#navstyle {
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px;
    margin: 5px;
}

#navstyle a,
#navstyle a:visited {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#navstyle a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFF99;
    text-decoration: underline;
    font-weight: bold;
}

a:link, body_alink {
    color: #545C59;
}

a:visited, body_avisited {
    color: #545C59;
}

a:hover, a:active, body_ahover {
    color: #5E7545;
}

.page {
    background: transparent;
    color: #5E7545;
}

td, th, p, li {
    font: 10pt Verdana, sans-serif;
}

.xborder {
    background-color: black;
}

.tborder {
    background-color: white;
/*
    border: 1px solid white;
    background-color: white;
*/
}

.tcat {
    background: #C3D9BD;
    color: #839790;
    font: bold 10pt Verdana, sans-serif;
}

.tcat a:link, .tcat_alink {
    color: #596256;
    text-decoration: none;
}

.tcat a:visited, .tcat_avisited {
    color: #596256;
    text-decoration: none;
}

.tcat a:hover, .tcat a:active, .tcat_ahover {
    color: #5E7545;
    text-decoration: underline;
}

.thead {
    background: #B8CCA3;
    color: #FFFFFF;
    font: bold 11px tahoma, Verdana, sans-serif;
}

.thead a:link, .thead_alink
{
    color: #FFFFFF;
}

.thead a:visited, .thead_avisited
{
    color: #FFFFFF;
}

.thead a:hover, .thead a:active, .thead_ahover
{
    color: #5E7545;
}

.tfoot {
    background: #B8CCA3;
    color: #778469;
}

.tfoot a:link, .tfoot_alink {
    color: #778469;
}

.tfoot a:visited, .tfoot_avisited {
    color: #778469;
}

.tfoot a:hover, .tfoot a:active, .tfoot_ahover {
    color: #666666;
}

.alt1, .alt1Active {
    background: #282828;
    color: white;
}

.alt2, .alt2Active {
    background: #745831;
    color: white;
}

.inlinemod {
    background: #FFFFCC;
    color: #000000;
}

.wysiwyg {
    background: #F5F5FF;
    color: #000000;
    font: 10pt Verdana, sans-serif;
    margin: 5px 10px 10px 10px;
    padding: 0px;
}

.wysiwyg a:link, .wysiwyg_alink {
    color: #22229C;
}

.wysiwyg a:visited, .wysiwyg_avisited {
    color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
    color: #FF4400;
}
textarea, .bginput
{
    font: 10pt Verdana, sans-serif;
}
.bginput option, .bginput optgroup
{
    font-size: 10pt;
    font-family: Verdana, sans-serif;
}
.button
{
    font: 11px Verdana, sans-serif;
}
select
{
    font: 11px Verdana, sans-serif;
}
option, optgroup
{
    font-size: 11px;
    font-family: Verdana, sans-serif;
}
.smallfont
{
    font: 11px Verdana, sans-serif;
}
.time
{
    color: #006699;
}
.navbar
{
    font: 11px Verdana, sans-serif;
}
.highlight
{
    color: #FF0000;
    font-weight: bold;
}
.fjsel
{
    background: #DDEFD9;
    color: #333333;
}
.fjdpth0
{
    background: #DDEFD9;
    color: #666666;
}
.panel
{
    background: #eaeaea;
    color: #000000;
    padding: 10px;
    border: 2px outset;
}
.panelsurround
{
    background: #C3D9BD;
    color: #333333;
}
legend
{
    color: #666666;
    font: 11px tahoma, Verdana, sans-serif;
}
.vbmenu_control
{
    background-color: #282828;
    font: bold 11px tahoma, Verdana, sans-serif;
    padding: 3px 6px 3px 6px;
    white-space: nowrap;
/*
    color: #666666;
*/
}
.vbmenu_control a:link, .vbmenu_control_alink
{
    color: #666666;
    text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
    color: #666666;
    text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
    color: #333333;
    text-decoration: underline;
}
.vbmenu_popup
{
    background: #D2EDFA;
    color: #000000;
    border: 1px solid #7B8479;
}
.vbmenu_option
{
    background: #C3D9BD;
    color: #333333;
    font: 11px Verdana, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
    color: #596256;
    text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
    color: #596256;
    text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
    color: #333333;
    text-decoration: none;
}
.vbmenu_hilite
{
    background: #DDEFD9;
    color: #333333;
    font: 11px Verdana, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
    color: #596256;
    text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
    color: #596256;
    text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
    color: #333333;
    text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }


/* HTML level styles */

img {
    vertical-align: top;
    border: none;
}

#phorum div.generic table th {
    text-align: left;
}

#phorum table.list {
/*
    border: 1px solid white;
    background-color: white;
    margin-bottom: 4px;
    margin-top: 4px;
    border-bottom: 0;
*/
}

#phorum table.list th  {
    color: white;
    background-color: black;
    font-size: 8pt;
    padding: 5px;
/*
    background-image: url('templates/warcraft/images/');
    background-repeat: repeat-x;
*/
}

#phorum table.list th a,
#phorum table.list th a:visited {
    color: white;
}

#phorum table.list th a:hover {
    color: #E6D6CC;
}

#phorum table.list td {
    font-size: 8pt;
    margin: 0px 1px 0px 0px;
    border-bottom-style: none;
    border-top-style: none;
    padding: 5px;
/*
    background-color: #282828;
    border-bottom: 1px solid white;
    padding: 8px;
    font-size: 8pt;               
    padding: 0px 3px 3px 6px;
*/
}

#phorum table.list td.alt {
    background-color: #745831;
}

#phorum table.list td.not_alt {
    background-color: #282828;
}

#phorum table.list td.first {
  border-top: 1px solid white;
    padding-top: 6px;
}

/*
#phorum table.list td.not_first {
}
*/

#phorum table.list td.spacer {
    margin: 0px;
    padding: 0px;
    height: 5px;
    font-size: 4px;
}

#phorum table.list th.treeview {
    border-left: 1px solid white;
    border-top: 1px solid white;
}

#phorum table.list td.treeview {
    border-left: 1px solid white;  
}

#phorum table.treeview {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

#phorum table.list td.current {
    background-color: #707070;
}

#phorum table.list td p {
    margin: 4px 8px 16px 4px;
}

#phorum table.list td .h3 {
    margin: 0;
}

#phorum table.list td .h4 {
    font-size: 9pt;
    margin: 0;
    font-weight: normal;
}

#phorum table.list td span.new-indicator {
    color: red;
  font-size: 8pt;
    font-weight: normal;
}

#phorum a,
#phorum a:link,
#phorum a:visited {
    color: white;
}

#phorum a:hover {
    color: #ff4040;
}

#phorum a.icon {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-weight: normal;
    white-space: nowrap;
}

/*
#phorum .heading {
  font-weight: bold;
  color: #404040;
}
*/

#phorum .h1 {
    margin: 5px 0px 0px 0px;
    font-size: 12pt;
/*
    font-face: "Times New Roman", serif;
    color: #445044;
*/
}

#phorum .h2 {
    margin: 0;
    font-size: 11pt;
    font-weight: normal;
}

#phorum .h4 {
    margin: 0 0 5px 0;
}

#phorum hr {
    height: 1px;
    border: 0;
    border-top: 1px solid white;
}

/* global styles */

/*
#phorum div.generic table {
}
*/

#phorum div.generic {
    padding: 8px;
    background-color: #745831;
    border: 1px solid white;
}

#phorum div.generic-lower {
    padding: 8px;
    margin-bottom: 8px;
}

#phorum div.paging {
    float: right;
    margin: 5px 0px;
}

/*
#phorum div.paging a {
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding: 0 0 1px 0;
}

#phorum div.paging img{
    vertical-align: bottom;
}

#phorum div.paging strong.current-page {
    margin: 0 4px 0 4px;
}
*/

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

.paging a { text-decoration: none; }
.paging td { padding: 2px 4px 2px 4px; }


#phorum div.nav {
    font-size: 8pt;
    margin: 0 0 5px 0;
    line-height: 20px;
}

#phorum div.nav-right {
    float: right;
}

#phorum div.information {
    padding: 8px;
    border: 1px solid #a7a762;
    background-color: #ffffe6;
    color: black;
    margin-bottom: 8px;
}

#phorum div.information a {
    color: black;
}

#phorum div.notice {
    padding: 8px;
    background-color: #745831;
    border: 1px solid white;
    margin-bottom: 8px;
}

#phorum div.warning {
    border: 1px solid #A76262;
    background-color: #FFD1D1;
    padding: 8px;
    margin-bottom: 8px;
}

#phorum div.attachments {
    background-color: #282828;
    margin-top: 8px;
    padding: 16px;
    border: 1px solid white;
}

#phorum span.new-flag {
    color: red;
}

#phorum a.message-new {
    font-weight: bold;
}

#phorum table.menu td {
    vertical-align: top;
}

#phorum table.menu td.menu {
    font-size: 8pt;
    padding: 0 8px 0 0;
}

#phorum table.menu td.menu ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px 8px;
}

#phorum table.menu td.menu ul li {
    margin: 0 0 4px 0;
}

#phorum table.menu td.menu ul li a {
    text-decoration: none;
}

#phorum table.menu td.menu ul li a.current {
    font-weight: bold;
}

#phorum table.menu td.menu span.new {
    color: red;
}

#phorum table.menu td.content {
    width: 100%;
    padding: 0;
}

#phorum table.menu td.content .h2 {
    margin: 0 0 8px 0;
    background-repeat: repeat-x;
    background-image: url('templates/warcraft/images/');
    color: white;
  background-color: black;
    padding: 4px;
}

#phorum table.menu td.content div.generic {
    margin: 0 0 8px 0;
}

#phorum table.menu td.content dl {
    margin: 0;
    padding: 0;
}

#phorum table.menu td.content dt {
    font-weight: bold;
}

#phorum table.menu td.content dd {
    padding: 4px;
    margin: 0 0 8px 0;
}

#phorum fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#phorum textarea.body {
    font-family: Verdana, sans-serif;
    width: 100%;
    border: 0;
}

/*
#phorum table.form-table {
    width: 100%;
}
*/


/* header styles */


#phorum #logo {
    background-color: black;
/*
    vertical-align: bottom;
    height: 46px;
    background-image: url('templates/warcraft/images/top_background.png');
*/
}

#phorum #logo img {
    margin: 0px;
}

#phorum #page-info {
    padding: 8px 8px 8px 0;
    margin: 0 16px 16px 0;
}

#phorum #page-info .description {
    margin: 8px 8px 0 0;
    padding-right: 32px;
    font-size: 8pt;
}

td.breadcrumbstart {
    width: 20px;
    background-image: url('templates/warcraft/images/folder.png');
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

#phorum #breadcrumb {
    border-top: 0;
    padding: 5px;
    font-size: 8pt;
/*
    border-bottom: 1px solid #b6b6b6;
*/
}

/*
#phorum #user-info {
    font-size: 8pt;
    margin: 0 0 4px 0;
    text-align: right;
}
*/

#phorum .welcome,
#phorum #user-info a {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 22px;

    font-family:Tahoma,Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;

    padding-top: 4px;
    padding-bottom: 2px;

    line-height: 30px;
/*
    font-family: Verdana, sans-serif;
*/
}
#phorum #user-info a {
    padding-right: 0px;
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

#phorum #user-info img {
    border-width : 0;
    margin: 4px 3px 0 0;
}

#phorum #user-info small a{
    margin: 0;
    padding: 0;
    display: inline;
}

#phorum div.attention {
    /* does not use template values on purpose */
    padding: 24px 8px 24px 64px;
    border: 1px solid #A76262;
    background-image: url('templates/warcraft/images/dialog-warning.png');
    background-color: #FFD1D1;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    color: Black;
    margin: 8px 0 8px 0;
}

#phorum div.attention a {
    /* does not use template values on purpose */
    color: #68312C;
    padding: 2px 2px 2px 21px;
    display: block;
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

#phorum #right-nav {
    float: right;
}

#phorum #search-area {
    float: right;
    text-align: right;
    padding: 8px 8px 8px 32px;
    background-repeat: no-repeat;
    background-position: 8px 12px;
/*
    margin: 0 16px 0 0;
*/
}

#phorum #header-search-form {
    display: inline;
}

#phorum #header-search-form a {
    font-size: 7pt;
}



/* Read styles */

#phorum div.message div.generic {
    border-bottom: 0;
}

#phorum td.message-user-info {
    font-size: 8pt;
    white-space: nowrap;
}

#phorum div.message-author {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

#phorum div.message-author small {
    font-size: 7pt;
    font-weight: normal;
    margin: 0 0 0 16px;
}

#phorum div.message-subject {
    font-weight: bold;
    font-size: 8pt;
}

#phorum div.message-body {
    padding: 16px;
    margin: 0 0 16px 0;
    border: 1px solid white;
    border-top: 0;
    background-color: #505050;
    color: white;
    overflow: hidden; /* makes the div extend around floated elements */
/*
    background-image: url('templates/warcraft/images/');
    background-repeat: repeat-x;
*/
}

#phorum div.message-body br {
    clear: both;
}

#phorum div.message-date {
    font-size: 8pt;
}

#phorum div.message-moderation {
    margin-top: 8px;
    font-size: 8pt;
    border-top: 0;
    padding: 6px;
    background-color: #745831;
    border: 1px solid white;
    line-height: 20px;
}

#phorum div.message-options {
    margin-top: 10px;
    text-align: right;
    font-size: 8pt;
    clear: both;
}

/*
#phorum div.message-options a {
    color: #180000;
}
*/

#phorum #thread-options {
    margin: 8px 0 32px 0;
    background-color: #745831;
    border: 1px solid white;
    padding: 8px;
    text-align: center;
}

/* Changes styles */

#phorum span.addition {
    background-color: #FFFFCB;
    color: #000000;
}

#phorum span.removal {
    background-color: #FFCBCB;
    color: #000000;
}

/* Posting styles */

#phorum #post {
    clear: both;
}

#phorum #post ul {
    margin: 2px;
}

#phorum #post ul li {
    font-size: 8pt;
}

#phorum #post-body {
    border: 1px solid white;
    background-color: #282828;
    padding: 8px;
}

#phorum #post-moderation {
    font-size: 8pt;
    float: right;
    border: 1px solid white;
    background-color: #fffdf6;
    color: black;
    padding: 8px;
}

#phorum #post-buttons {
    text-align: center;
    margin-top: 8px;
}

#phorum div.attach-link {
    background-image: url('templates/warcraft/images/attach.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-size: 8pt;
    font-weight: normal;
}

#phorum #attachment-list td {
    font-size: 8pt;
    padding: 6px;
}

#phorum #attachment-list input {
    font-size: 7pt;
}


/* PM styles */

#phorum input.rcpt-delete-img {
    vertical-align: bottom;
}

#phorum div.pm {
    padding: 8px;
    background-color: #745831;
    border: 1px solid white;
    border-bottom: 0;
}

#phorum div.pm div.message-author {
    font-size: 8pt;
}

#phorum .phorum-gaugetable {
    margin-top: 10px;
    border-collapse: collapse;
}

#phorum .phorum-gauge {
    border: 1px solid white;
    background-color: #282828;
}

#phorum .phorum-gaugeprefix {
    border: none;
    background-color: #282828;
    padding-right: 10px;
}


/* Profile styles */

#phorum #profile div.icon-user {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

#phorum #profile div.icon-user small {
    font-size: 7pt;
    font-weight: normal;
    margin: 0 0 0 16px;
}

#phorum #profile dt {
    font-weight: bold;
}

#phorum #profile dd {
    padding: 4px;
    margin: 0 0 8px 0;
}


/* Search Styles */

#phorum #search-form {
    margin-bottom: 35px;
}

#phorum #search-form form {
    font-size: 8pt;
}

#phorum div.search {
    background-color: #282828;
}

#phorum div.search-result {
  font-size: 8pt;
  margin: 10px 0px;
  padding: 5px;
  border: 1px solid white;
  background-color: #745831;
}

/*
#phorum div.search-result .h4 {
    font-size: 11pt;
    margin: 0;
}

#phorum div.search-result .h4 small {
    font-size: 7pt;
}
*/

#phorum div.search-result blockquote {
    margin: 3px 0 3px 0;
    padding: 0;
}

/* Footer styles */

#phorum #footer-plug {
    margin-top: 26px;
    margin-bottom: 5px;
    font-size: 7pt;
    text-align: center;
}

/* Icon Styles */

.icon-accept {
    background-image: url('templates/warcraft/images/accept.png');
}

.icon-bell {
    background-image: url('templates/warcraft/images/bell.png');
}

.icon-bullet-black {
    background-image: url('templates/warcraft/images/bullet_black.png');
}

.icon-bullet-go {
    background-image: url('templates/warcraft/images/bullet_go.png');
}

.icon-cancel {
    background-image: url('templates/warcraft/images/cancel.png');
}

.icon-close {
    background-image: url('templates/warcraft/images/lock.png');
}

.icon-comment {
    background-image: url('templates/warcraft/images/comment.png');
}

.icon-comment-add {
    background-image: url('templates/warcraft/images/comment_add.png');
}

.icon-comment-edit {
    background-image: url('templates/warcraft/images/comment_edit.png');
}

.icon-comment-delete {
    background-image: url('templates/warcraft/images/comment_delete.png');
}

.icon-delete {
    background-image: url('templates/warcraft/images/delete.png');
}

.icon-exclamation {
    background-image: url('templates/warcraft/images/exclamation.png');
}

.icon-feed {
    background-image: url('templates/warcraft/images/feed.png');
}

.icon-flag-red {
    background-image: url('templates/warcraft/images/flag_red.png');
}

.icon-folder {
    background-image: url('templates/warcraft/images/folder.png');
}

.icon-group-add {
    background-image: url('templates/warcraft/images/group_add.png');
}

.icon-key-go {
    background-image: url('templates/warcraft/images/key_go.png');
}

.icon-key-delete {
    background-image: url('templates/warcraft/images/key_delete.gif');
}

.icon-list {
    background-image: url('templates/warcraft/images/text_align_justify.png');
}

.icon-merge {
    background-image: url('templates/warcraft/images/arrow_join.png');
}

.icon-move {
    background-image: url('templates/warcraft/images/page_go.png');
}

.icon-next {
    background-image: url('templates/warcraft/images/control_next.png');
}

.icon-note-add {
    background-image: url('templates/warcraft/images/note_add.png');
}

.icon-open {
    background-image: url('templates/warcraft/images/lock_open.png');
}

.icon-page-go {
    background-image: url('templates/warcraft/images/page_go.png');
}

.icon-prev {
    background-image: url('templates/warcraft/images/control_prev.png');
}

.icon-printer {
    background-image: url('templates/warcraft/images/printer.png');
}

.icon-split {
    background-image: url('templates/warcraft/images/arrow_divide.png');
}

.icon-table-add {
    background-image: url('templates/warcraft/images/table_add.png');
}

.icon-tag-green {
    background-image: url('templates/warcraft/images/tag_green.png');
}

.icon-user {
    background-image: url('templates/warcraft/images/user.png');
}

.icon-user-add {
    background-image: url('templates/warcraft/images/user_add.png');
}

.icon-user-comment {
    background-image: url('templates/warcraft/images/user_comment.png');
}

.icon-user-edit {
    background-image: url('templates/warcraft/images/user_edit.png');
}

.icon-zoom {
    background-image: url('templates/warcraft/images/zoom.png');
}

.icon-information {
    background-image: url('templates/warcraft/images/information.png');
}

.icon1616 {
    width: 16px;
    height: 16px;
    border: 0;
}

/*   BBCode styles  */

#phorum blockquote.bbcode {
    font-size: 8pt;
    margin: 0 0 0 10px;
}

#phorum blockquote.bbcode>div {
    margin: 0;
    padding: 5px;
    border: 1px solid #808080;
    overflow: hidden;
}

#phorum blockquote.bbcode strong {
    font-style: italic;
    margin: 0 0 3px 0;
}

#phorum pre.bbcode {
    border: 1px solid #C4C6A2;
    background-color: #FEFFEC;
    padding: 8px;
    overflow: auto;
}

/* END TEMPLATE css.tpl */




/* Added by module "editor_tools", file "mods/editor_tools/editor_tools.css" */
#editor-tools {
    padding: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

/* padding is arranged in editor_tools.js, so do not define it here. */
#editor-tools .editor-tools-button {
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #eee;
    border: 1px solid #ddd;
    vertical-align: bottom;
}

#editor-tools .editor-tools-button:hover {
    border: 1px solid #777;
}

.editor-tools-popup {
    text-align: left;
    position:absolute;
    padding: 5px 10px;
    background-color:#eee;
    border:1px solid #777;
    font-family: arial, helvetica, sans-serif;
    z-index: 1000;
}

.editor-tools-popup a,
.editor-tools-popup a:active,
.editor-tools-popup a:visited {
    text-decoration: none;
    color: black;
}

.editor-tools-popup a:hover {
    text-decoration: underline;
}

#editor-tools-smiley-picker img,
#editor-tools-subjectsmiley-picker img {
    border: none;
    margin: 3px;
}

#editor-tools-a-help {
    float: right;
}

/* Override fixes for color picker within XHTML transitional */

* html .colorPickerTab_inactive span,
* html .colorPickerTab_active span{
    position:/**/relative;
}

* html .colorPickerTab_inactive img,
* html .colorPickerTab_active img{
    position:relative;
    left:-3px;
}

* html #dhtmlgoodies_colorPicker .colorPicker_topRow{
    height:20px;
}



/* Added by module "smileys", file "mods/smileys/smileys.css" */
.mod_smileys_img {
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    border: none;
}


/* Added by module "bbcode", file "mods/bbcode/colorpicker/js_color_picker_v2.css" */
	#dhtmlgoodies_colorPicker{
		position:absolute;
		width:250px;
		padding-bottom:1px;
		background-color:#FFF;
		border:1px solid #777;
		
		width: 252px;	/* IE 5.x */
		width/* */:/**/250px;	/* Other browsers */
		width: /**/250px;	
				
        z-index: 1000;
	}
	
	#dhtmlgoodies_colorPicker .colorPicker_topRow{
		padding-bottom:1px;
		border-bottom:3px double #777;
		background-color:#E2EBED;
		padding-left:2px;
		
		width: 250px;	/* IE 5.x */
		width/* */:/**/248px;	/* Other browsers */
		width: /**/248px;	
		
		height: 20px;	/* IE 5.x */
		height/* */:/**/16px;	/* Other browsers */
		height: /**/16px;	
				
	}
	
	#dhtmlgoodies_colorPicker .colorPicker_statusBar{
		height:13px;
		padding-bottom:2px;
		width:248px;
		border-top:3px double #777;	
		background-color:#E2EBED;
		padding-left:2px;
		clear:both;
		
		width: 250px;	/* IE 5.x */
		width/* */:/**/248px;	/* Other browsers */
		width: /**/248px;	
		
		height: 18px;	/* IE 5.x */
		height/* */:/**/13px;	/* Other browsers */
		height: /**/13px;	
						
	}
	
	#dhtmlgoodies_colorPicker .colorSquare{
		margin-left:1px;
		margin-bottom:1px;
		float:left;
		border:1px solid #000;
		cursor:pointer;
		
		width: 12px;	/* IE 5.x */
		width/* */:/**/10px;	/* Other browsers */
		width: /**/10px;	
		
		height: 12px;	/* IE 5.x */
		height/* */:/**/10px;	/* Other browsers */
		height: /**/10px;	
				
	}
	
	.colorPickerTab_inactive,.colorPickerTab_active{
	
		height:17px;
		padding-left:4px;
		cursor:pointer;	
		
		
	}
/* path fixed for Phorum */
	.colorPickerTab_inactive span{
		background-image:url(mods/bbcode/colorpicker/images/tab_left_inactive.gif);
	}
	
/* path fixed for Phorum */
	.colorPickerTab_active span{
		background-image:url(mods/bbcode/colorpicker/images/tab_left_active.gif);

	}
	.colorPickerTab_inactive span, .colorPickerTab_active span{
		line-height:16px;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
		padding-top:1px;
		vertical-align:middle;
		background-position:top left;
		background-repeat: no-repeat;	
		float:left;
		padding-left:6px;
		-moz-user-select:none;
	}	
	.colorPickerTab_inactive img,.colorPickerTab_active img{
		float:left;
	}
	.colorPickerCloseButton{
		width:11px;
		height:11px;
		text-align:center;
		line-height:10px;
		border:1px solid #777;
		position:absolute;
		right:1px;
		font-size:12px;
		font-weight:bold;
		top:1px;
		padding:1px;
		cursor:pointer;	
		
		width: 15px;	/* IE 5.x */
		width/* */:/**/11px;	/* Other browsers */
		width: /**/11px;
		
		height: 15px;	/* IE 5.x */
		height/* */:/**/11px;	/* Other browsers */
		height: /**/11px;

			
	}
	#colorPicker_statusBarTxt{
		font-size:11px;
		font-family:arial;
		vertical-align:top;
		line-height:13px;

	}

    /* disabled for Phorum
	form{
		padding-left:5px;
	}
    */
	
	.form_widget_amount_slider{
		border-top:1px solid #9d9c99;
		border-left:1px solid #9d9c99;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
		background-color:#f0ede0;
		position:absolute;
		bottom:0px;
		
		width: 5px;	/* IE 5.x */
		width/* */:/**/3px;	/* Other browsers */
		width: /**/3px;
		
		height: 5px;	/* IE 5.x */
		height/* */:/**/3px;	/* Other browsers */
		height: /**/3px;
				
	}
	.colorSliderLabel{
		width:15px;
		height:20px;
		float:left;
		font-size:11px;
		font-weight:bold;
	}
	.colorSlider{
		width:175px;
		height:20px;
		float:left;
	}
	.colorInput{
		width:45px;
		height:20px;
		float:left;
	}	
	.colorPreviewDiv{
		width:186px;
		margin-right:2px;
		margin-top:1px;
		border:1px solid #CCC;
		height:20px;
		float:left;
		cursor:pointer;
		
		width: 188px;	/* IE 5.x */
		width/* */:/**/186px;	/* Other browsers */
		width: /**/186px;
		
		height: 22px;	/* IE 5.x */
		height/* */:/**/20px;	/* Other browsers */
		height: /**/20px;
				

	}
	.colorCodeDiv{
		width:50px;
		height:20px;
		float:left;
	}
