
/* generic styles, defaults and such */
body { font-family: sans-serif; font-size: 12px; }

td { font-family: sans-serif; font-size: 12px; vertical-align: middle; border-collapse: collapse; }

a { color: #324125; /* dark blue */ }

/* table.plain is used to override inheritance */
table,
table.plain { border-collapse: collapse; border: 0; empty-cells: show; }

table.pmheaders { border-collapse: collapse; border: 0; empty-cells: show; }

table.pmheaders td { margin: 0; padding: 3px; border: 1px solid #cccccc; }

table td,
table.plain td { margin: 0; padding: 0; border: 0; }

table.profile { border-collapse: collapse; border: 2px solid #e0e0e0; empty-cells: show; }

table.profile td { margin: 0; padding: 3px; border: 2px solid #e0e0e0; }

/* this is the main table used on most pages */
.tableDisplay { width: 100%; }

.tableDisplay td { padding: 6px; border-top: none; border-right: none; border-bottom: none; border-left: none; }

tr.tableHeader td { font-weight: bold; background: #93b17a url(../../../../images/build/BG_green-gradient.png) repeat-x; }

tr.tableSubheader td,
tr.tableSubheader td a { background-color: #acc659; /* light green */ font-weight: bold; color: #000000; }

tr.tableRow0 td { color: #93b17a;  /* dark green */ }

tr.tableRow1 td { background-color: #eff4f6; /* practically white! */ color: #235577;  /* dark blue */ }

td.postAuthorInfo { background-color: #acc659; /* light green */ }

td.postContent { }

.signature { border-top: 1px dashed #999999; }

.edit_notice { font-style: italic; }

div.signature p { margin: 0; }

span.title { font-family: serif; font-size: 24px; font-weight: normal; font-variant: small-caps; }

div.title { border-bottom: 1px solid #93b17a; }

textarea#body { width: 450px; height: 250px; }

.formBox,
.formDropDown { width: 250px; margin:5px 0 5px 8px; padding: 5px; font: 11px Verdana; color: #333333; }

div.code { font-size: 11px; border: solid thin #0000CC; background-color: #FFFFCC; white-space: nowrap; overflow:auto; display:block; width:500px; }

div.quotedText { background-color: #e0e0e0; padding: 5px; margin-left: 10px; }

table#forumList div.forumName { }

table#forumList div.forumDesc { margin-left: 15px; font-style: italic; }

p.error { background-color: ffcccc; color: black; font-weight: bold; border: 1px solid black; padding: 5px; margin-left: 20px; width: 460px; }

p.success { font-weight: bold; border: 1px solid black; padding: 5px; margin-left: 20px; width: 460px; }

.footer { font-family: Verdana; font-size: 10px; color: #000000; margin-top: 20px; }

.postLinks,
.postLinks a { font-size: 0.9em; }

.topMenu,
.topMenu a { color: #324125; padding-bottom:8px;  /* dark blue */ }

.button { -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 11px; /* in case there is no background image or it doesn't load */ color: white; font-weight: bold; vertical-align: middle; margin-top:5px; margin-bottom:10px; background: #51047B url(../../../../images/build/BG_purple-gradient.png) repeat-x; border-top: none; border-right: none; border-bottom: none; border-left: none; cursor: pointer; }

A.button { text-decoration: none; padding-left: 10px; padding-right: 10px; text-decoration: none; line-height: 14px; }

