@charset "utf-8";

/*==============================================================================
  タイトル: 掲示板スタイル(プラグイン)
  著者    : Geeklog & Geeklog Japanese
  説明    : 掲示板のスタイルです。
  適用先  : forum/
==============================================================================*/



.plugin {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  color: #000000;
  font-weight: normal;
}

.plugin th {
  padding: 5px;
  background-color: #B7C1DC;
  color: #000000;
  text-align: left;
}

.plugin tr {
  vertical-align: top;
}

.plugin td {
  padding: 2px 5px 2px 5px;
}

.pluginBG {
  background-color: #7398BA;
  color: #FEFEFE;
}

.pluginAltBG {
  background-color: #7398BA;
}

.pluginAltBG td {
  color: #FFFFFF
}

.pluginCellTitle {
  padding: 5px;
  background-color: #7398BA;
  color: #FFFFFF;
  font-weight: bold;
}

.pluginCellFill {
  background-color: #F8FAFD;
}

.pluginCellText {
  color: #636363;
  font-weight: normal;
}

.pluginHeader {
  padding-top: 3px;
  padding-bottom: 3px;
  color:#204275;
  font-weight: bolder;
}

.pluginFooter,
.pluginFooter td {
  background-color: #507AA1;
  color: #FFFFFF;
}

.pluginAlert {
  padding: 5px 15px 5px 15px;
  background-color: #FEF1B4;
  color: #D8010E;
  font-weight: bold;
}

.pluginInfo {
  padding: 5px 15px 5px 15px;
  background-color: #FEF1B4;
  color: #707070;
  font-weight: normal;
}

.pluginSubTable {
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
  color: #000000;
  font-weight: normal;
}

.pluginSubTable th {
  padding: 5px;
  background-color: #C9D1E4;
  color: #000000;
  text-align: left;
}

.pluginSubTable tr {
  vertical-align: top;
}

.pluginSolidOutline {
  background-color: #CCCCCC;
  text-align: left;
}

.pluginSolidOutline td.pluginRow1 div {
  overflow: auto;
  padding: 1px 0;
}

.pluginSolidOutline td.pluginRow1 div div {
  overflow: visible;
  padding: 0;
}

.pluginSolidOutline td.pluginCol {
  padding: 2px;
}

.pluginSolidFill {
  background-color: #1A3955;
}

.pluginTitle {
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #507AA1;
  color: #F5F9FF;
}

.pluginCellSubTitle {
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #F7F7F7;
  color: #000000;
}

.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 {
  background-color: #F7F7F7;
  color: #000000;
  line-height: 120%;
}

.pluginRow2,
.pluginRow2 td {
  background-color: #E7E7E7;
  color: #000000;
  line-height: 120%;
}

.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background-color: #FFFFFF;
  color: #000000;
  line-height: 120%;
}

.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background-color: #F7F7F7;
  color: #000000;
  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  :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;
}

/* Forum Plugin specific CSS */
.codeblock {
  overflow: auto;
  width: 550px;
  height: 160px;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
  background-color: #ECE9D8; 
  color:#000;
}

.quotemain {
  margin: 5px auto 8px auto;
  padding: 4px;
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  background: #FAFCFE url('../../forum/image_set/img_quote.gif') no-repeat top right;
  color:#465584;
}

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

div .html {
  overflow: auto;
  width: auto;
  height: 300px;
  min-height: 100px;
}

div .css {
  overflow: auto;
  width: auto;
  height: 300px;
  min-height: 100px;
}

/* END of Forum Plugin CSS */
