/* 
  File name:  general.css
  Created on: 2002/02/04 at 15:15
  Author:     Administrator  

  Description:
    An empty stylesheet.
*/

BODY {
    background-color: #ffffff;
    color: #202020;
    font-size: 9pt;
    font-weight: normal;
}

TABLE {
}

TH {
    color: white;
    background-color: #8080C0;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}

TD {
    color: #202020;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
/* LINK */

A{ color: royalblue; text-decoration: none;}
A:VISITED{ color: royalblue; text-decoration: none;}
A:HOVER{ color: firebrick; text-decoration: underline;}
A:ACTIVE{ color: royalblue; text-decoration: none;}

.titleBarCell {
    background-color: orange;
    font-size: 9pt;
    color: white;
    font-weight: bold;
}
.smallGrayText {
    color: darkgray;
    font-size: 8pt;
    font-weight: normal;
}
.copyrights {
    color: darkgray;
    font-size: 9pt;
    font-weight: bold;
}
.smallWarningText {
    color: #cc6600;
    font-size:  8pt;
    font-weight: normal;
}

.black8pt {
    color: white;
    font-size: 8pt;
    font-wight: normal;
}

.oddcell {
    background-color: #eeeee0;
    color: black;
}

.evencell {
    background-color: white;
    color: black;
}

.infocell {
    background-color: #e1e1f0;
    color: black;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}
.warningText {
    color: firebrick;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}

.warningcell {
    background-color: PaleGoldenrod;
    color: firebrick;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}

.smallCommentText {
    color: #202020;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}
.noticeSymbol {
    color: orange;
    font-size:  9pt;
    font-weight: normal;
}

.copyrightText {
    color: grey;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
}

.jobActiveCell {
    background-color: pink;
}

.errortable {
    width: 100%;
}

.errortitle {
    background-color: firebrick;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}

.errText {
    color: firebrick;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
}

/* エラー表示用TD */
.errorcell {
    background-color: white;
    color: firebrick;
    font-size: 9pt;
    font-weight: normal;
}

.loginlabel{
   font-size: 9pt;
   color: black;
}

/* 選択された文字セレクタ */
.charlinkon {
    font-size: 10pt;
    font-weight: bold;
    background-color: firebrick;
    color: white;
    text-decoration: none;
}

/* 選択された文字セレクタ */
.charlinkon:VISITED {
    font-size: 10pt;
    font-weight: normal;
    background-color: firebrick;
    color: white;
    text-decoration: none;
}
/* 選択された文字セレクタ */
.charlinkon:HOVER {
    font-size: 10pt;
    font-weight: bold;
    background-color: orange;
    color: white;
    text-decoration: none;
}

.charlinkon:ACTIVE {
    font-size: 10pt;
    font-weight: bold;
    background-color: firebrick;
    color: white;
    text-decoration: none;
}
/* 選択された文字セレクタ */
.charlinkon:HOVER {
    font-size: 10pt;
    font-weight: normal;
    background-color: firebrick;
    color: white;
    text-decoration: underline;
}
/* 選択されていない文字セレクタ */
.chrlinkoff {
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    color: firebrick;
    text-decoration: none;
}
/* 選択されていない文字セレクタ */
.chrlinkoff:VISITED {
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    color: firebrick;
    text-decoration: none;
}
/* 選択されていない文字セレクタ */
.chrlinkoff:HOVER {
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    color: firebrick;
    text-decoration: underline;
}
/* 選択されていない文字セレクタ */
.chrlinkoff:ACTIVE {
    font-size: 10pt;
    font-weight: normal;
    background-color: white;
    color: firebrick;
    text-decoration: none;
}

.menuBarCell {
  text-align: center;
  vertical-align: middle;
  background-color: gray;
  color: white;
  font-size: 9pt;
}

.csvErrorCell {
   background-color: pink;
   color: black
   font-size: 9pt;
   font-weight: normal;
}

.csvWarningCell {
   background-color: yellow;
   color: black
   font-size: 9pt;
   font-weight: normal;
}
