/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for -td-, -a - etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
  background:transparent;
  text-decoration:none;
}
a:link,
a:visited,
a:active {
  background:transparent;
  color:#000000;
  text-decoration: underline;
}
a:hover {
  background:transparent;
  color:#000000;
  text-decoration: none;
}
body {
  background:#EDEAE3;
  color:#000000;
  font:.8em calibri,sans-serif,verdana,tahoma,helvetica;
  padding:0px;
  margin: 0px 0px 10px 0px;
  text-align:left;
}
.container {
  background: #D6D0AC;
  border-left: 1px solid #8E8F7E;
  border-right: 1px solid #8E8F7E;
  padding: 0px 5px 0px 5px;
  margin: 0px 15px 0px 15px;
}
.container-top {
  background: #D6D0AC;
  width: 100%;
  border-collapse: collapse;
}
.container-top-left {
  background-image: url(images/top-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 50%;
  height: 11px;
}
.container-top-right {
  background-image: url(images/top-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  width: 50%;
  height: 11px;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
}
fieldset p {
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}

form div.notes li {
  margin-left:10px;
}
form fieldset div.notes {
  float:right;
  width:170px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
textarea {
  color:#000000;
  font-family:arial,sans-serif,verdana,tahoma,helvetica;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search{
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left {
  margin:10px;
}
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.block-bg-left,
.block-bg-right{
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:200px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background-image: url(images/divider.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 32px;
}
.block-divider-left {
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  color:#000000;
}
.block-featured-right {
  color:#000000;
}
.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
}
.block-outerborder-right {
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
.block-top-left {
  background: #D6D0AC;
  height: 16px;
  width: 9px;
}
.block-top-mid {
  background: url(images/postit-top-middle.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 16px;
}
.block-top-right {
  background: url(images/postit-top-right.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 16px;
  width: 9px;
}
.block-mid-left {
  background: #D6D0AC;
  width: 9px;
}
.block-mid-mid {
  background: #ECE884;
  padding: 0px 10px 0px 10px;
}
.block-mid-right {
  background: url(images/postit-middle-right.png);
  background-repeat: repeat-y;
  width: 9px;
}
.block-bottom-left {
  background-image: url(images/postit-bottom-left.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 18px;
  height: 39px;
}
.block-bottom-mid {
  background-image: url(images/postit-bottom-middle.png);
  background-repeat: repeat-x;
  height: 39px;
}
.block-bottom-right {
  background-image: url(images/postit-bottom-right.png);
  background-repeat: no-repeat;
  width: 92px;
  height: 39px;
}
.block-message-title {
  color: #254394;
  font:0.9em 'Lucida Handwriting',sans-serif,verdana,tahoma,helvetica;
  text-decoration: underline;
  text-align: center;
}
.block-message {
  color: #254394;
  font:0.9em 'Lucida Handwriting',sans-serif,verdana,tahoma,helvetica;
}
/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories {
  margin:0px;padding:0px;
}

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  text-align:center;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background: transparent;
  color:#000000;
  font-size:0.85em;
  padding: 10px 4px 0px 4px;
  vertical-align:bottom;
  text-align:left;
}
.footerblock a:link,
.footerblock a:visited,
.footerblock a:active {
  background:transparent;
  color:#000000;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#000000;
  text-decoration:underline;
}
.footer-divider-top {
  color:#000000;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}
.footer-divider {
  background-image: url(images/overview.png);
  background-repeat: no-repeat;
  height: 169px;
  margin-left: 20px;
  padding: 120px 20px 0px 40px;
}
.footer-padding-left {
  width: 13px;
}
.footer-left {
  background-image: url(images/footer-left.png);
  background-repeat: no-repeat;
  height: 169px;
  width: 111px;
}
.footer-middle {
  background-image: url(images/footer-middle.png);
  background-repeat: repeat-x;
  font-style: italic;
  height: 169px;
}
.footer-right {
  background-image: url(images/footer-right.png);
  background-repeat: no-repeat;
  height: 169px;
  width: 14px;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {
  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span {
  /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault {
  /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-top {
  margin: 0px 15px 0px 15px;
}
.header-logobg-left {
  padding-top:4px;
  text-align:left;
  vertical-align:middle;
  margin-top:11px;
  padding-left:15px;
  padding-right:15px;
  width:100%;
  height:78px;
}
.header-logobg-right {
  padding-top:4px;
  text-align:right;
  padding-right:15px;
  vertical-align:middle;
  height:78px;
}
.header-logo {
  font-size: 0.85em;
  text-align: right;
  font-style: italic;
}
.header-logo a:link,
.header-logo a:active,
.header-logo a:visited,
.header-logo a:hover {
  font-size: 3em;
  font-style: normal;
  font-weight: bold;
  color: #8E8F7E;
  text-decoration: none;
}
.header-logobg-container-inner {
}
.header-logobg-container-outer {
  padding-bottom:1px;
}
.header-navigation-container {
}
.header-navigation-line {
  color:#000000;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 100%;
  text-align: center;
}
.header-navigation-line-start {
  height: 30px;
  width: 27px;
  background-image: url(images/tab-left.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-curleft {
  height: 30px;
  width: 27px;
  background-image: url(images/tab-left-cur.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-end {
  height: 30px;
  width: 27px;
  background-image: url(images/tab-right.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-curright {
  height: 30px;
  width: 27px;
  background-image: url(images/tab-right-cur.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-spacer {
  height: 30px;
  width: 31px;
  background-image: url(images/tab-left-under.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-curitem-left {
  height: 29px;
  width: 31px;
  background-image: url(images/tab-left-over.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-curitem-middle {
  height: 30px;
  width: 1px;
  background-image: url(images/tab-middle-over.png);
  background-position: bottom;
  background-repeat: repeat-x;
  white-space: nowrap;
}
.header-navigation-line-curitem-right {
  height: 30px;
  width: 31px;
  background-image: url(images/tab-right-over.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.header-navigation-line-item {
  height: 30px;
  width: 1px;
  background-image: url(images/tab-middle.png);
  background-position: bottom;
  background-repeat: repeat-x;
  white-space: nowrap;
}
.header-navigation-line-border-right {
  height: 30px;
  background-image: url(images/tab-border.png);
  background-position: bottom;
  background-repeat: repeat-x;
  white-space: nowrap;
}
.header-navigation-line-edge {
  height: 30px;
  width: 13px;
  background: transparent;
}
.header-navigation-line a:link,
.header-navigation-line a:visited,
.header-navigation-line a:active,
.header-navigation-line a:hover {
  color:#000000;
  font-size:1.25em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.header-welcomeanddate-box {
  border-bottom:1px solid #CCCCCC;
  height:52px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  text-align:right;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1{
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print and mail icons in a storybox */
  float:right;
}

.story-container-pretop-left {
  background: #D6D0AC;
  height: 29px;
  width: 10px;
}
.story-container-pretop-mid {
  background-image: url(images/paperclip-top.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-left: 1px solid #D6D0AC;
  height: 29px;
}
.story-container-pretop-right {
  background: #D6D0AC;
  height: 29px;
  width: 10px;
}
.story-container-top-left {
  background: #D6D0AC;
  width: 10px;
}
.story-container-top-mid {
  background: #FFFFFF;
  background-image: url(images/paperclip-bottom.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0px 0px 30px 0px;
  padding: 35px 10px 0px 0px;
  text-align: right;
  color: #254394;
  font:0.9em 'Lucida Handwriting',sans-serif,verdana,tahoma,helvetica;
  border-left: 1px solid #8E8F7E;
  border-right: 1px solid #8E8F7E;
}
.story-container-top-right {
  background: #D6D0AC;
  width: 10px;
}
.story-container-mid-left {
  background-image: url(images/pages-left.png);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 275px;
  width: 10px;
}
.story-container-mid-mid {
  padding: 10px 10px 20px 20px;
  background: #FFFFFF;
  background-image: url(images/linebg.png);
  border-left: 1px solid #8E8F7E;
  border-right: 1px solid #8E8F7E;
  border-bottom: 1px solid #8E8F7E;
  height: 275px;
  vertical-align: top;
}
.story-container-mid-right {
  background-image: url(images/pages-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 275px;
  width: 10px;
}
.story-container-bottom-left {
  background: #D6D0AC;
  height: 13px;
  width: 10px;
}
.story-container-bottom-mid {
  background-image: url(images/pages-bottom.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 13px;
}
.story-container-bottom-right {
  background: #D6D0AC;
  height: 13px;
  width: 10px;
}

.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
/******************************************************************************/
#token-expirynotice {
  padding:1em;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}
#token-expirytime {
  font-weight:bold;
}
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}
/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#7398BA;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:transparent;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.gl-tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    text-decoration: none;
    position: relative;
}
a.gl-tooltip span {
    margin-left: -999em;
    position: absolute;
    text-align: left;
    width: 250px;
}
a.gl-tooltip:hover span {
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
    box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
    font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;
    margin-left: 0; width: 250px;
}
a.gl-tooltip:hover img.icon {
    border: 0; margin: -15px 0 0 -51px;
    float: left; position: absolute;
}
a.gl-tooltip img#gl-tooltip-icon { 
    border: 0;
}
a.gl-tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0.4em;
}
span.classic     { padding: 0.8em 1em; }
span.custom      { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover   { background: transparent; }
span.classic     { background: #EEEEEC; border: 2px solid #555753; }
span.critical    { background: #F5F0F0; border: 2px solid #A40000; }
span.help        { background: #EDF0F2; border: 2px solid #204A87; }
span.info        { background: #EDF0F2; border: 2px solid #204A87; }
span.warning     { background: #FCF7EF; border: 2px solid #CE5C00; font-weight: normal; color: black; }

span.critical em { color: #A40000; }
span.help     em { color: #204A87; }
span.info     em { color: #204A87; }
span.warning  em { color: #CE5C00; }

/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}
.poll-questions {
  padding:2px;
  background-color:transparent !important;
  margin:2px;
}
/* Other Definitions **********************************************************/
.border-collapse {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}


/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain
{
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;      
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */

/* Dokuwiki Table Of Contents */
.wiki_mainpagetable tr td p {
  margin:0px;
  padding:0px;
}

.wiki_mainpagetable tr td ul {
  list-style-type:none;
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

