/**
 * PostMaNetPortal医師側スタイルシート
 * @author  MahkComputing Co.,Ltd.
 * @version 1.0
 */

/* フォントサイズ */
body,tr,td,th,p,font { font-size:9pt }

/* Body句 */
body { 
        background-color:#fbffff;
        color:#000000;
}

/* テーブル行 */
.line
{
    font-family: "MS Gothic";
}
.oddLine
{
    font-family: "ＭＳ ゴシック";
}
.evenLine
{
    font-family: "ＭＳ ゴシック";
    background-color: #e1f2ff;
}
.modifyLine
{
	font-family: "ＭＳ ゴシック";
	background-color: #ff99cc;
}

/* テーブルセル */
td.graph 
{ 
	text-align:center;vertical-align:middle 
}

/* テーブルヘッダ */
th { background-color:#99ccff }

/* 枠線 */
hr 
{ 
	border-style: solid;
	border-color: #ccccff;
	border-width: 1px; 
}

/* リンク色1（標準） */
a:link    { color:#4433ff } 
a:visited { color:#7766ff } 
a:active  { color:#ff0000 } 
a:hover   { color:#ff2233 } 

/* リンク色1（標準 下線なし） */
a.inline:link    { text-decoration:none } 
a.inline:visited { text-decoration:none } 
a.inline:active  { text-decoration:underline } 
a.inline:hover   { text-decoration:underline } 

/* リンク色２（黒基調） */
a.black:link    { text-decoration:none;color:#111111 } 
a.black:visited { text-decoration:none;color:#353535 } 
a.black:active  { text-decoration:underline;color:#2222aa } 
a.black:hover   { text-decoration:underline;color:#1234ee } 

/* リンク色２（赤基調） */
a.red:link    { text-decoration:none;color:#ff2222 } 
a.red:visited { text-decoration:none;font-color:#ee5566 } 
a.red:active  { text-decoration:underline;color:#4444ff } 
a.red:hover   { text-decoration:underline;color:#2255ee } 

/* ラベルの修飾用 */
.title          { font-size:120%; font-weight:600 }
.alert          { color:#ee3344; font-weight:bold }
.caption        { font-size:115% }
.captionSmall   { font-size:105% }
.captionBold
{
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    line-height: 125%;
    margin-left: 5px;
}
.caption2
{
	color: Red;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    line-height: 125%;
    margin-left: 5px;
}

.message 
{
    font-size: 115%;
    font-weight: bold;
    color: #0000ff;
    text-align: left;
    line-height: 125%;
    margin-left: 5px;
}

.announceTitle
{
    font-size: 130%;
}

.announceMessage
{
    font-size: 120%;
    margin-left: 20px;
}

.announceAddInfo
{
    font-family: "ＭＳ ゴシック";
    font-size: 110%;
    line-height: 1.5em;
    margin-left: 20px;
}

.red { color:#ff3344}

.komidashi { text-align:left;font-weight:600 }

/* 各ペイン位置 */
.header {
	width: 99%; /* NN,Firefoxでの横スクロールバー出現防止 */ 
    position: absolute;
    top: 3px;
    left: 4px;
}

.locationArea { 
    position: relative;
    top: 0px;
    left: 2px;
    padding: 4px;
    font-size: 9pt;
}

.copyright {
    position: relative;
    text-align: right;
    font-weight: normal;
    font-style: italic;
    font-size: 9pt;
}

/* エラー行 */
.error { 
	background-color: #ffadcd
}
.strutsError {
    position: relative;
    left: 5px;
    font-size: 14px;
    color: #ff0000;
    line-height: 25px;
}

/* 一覧の強調表現 */
.counter { color:#ff0000;font-size:110%;font-weight:bold }

/* プロファイル変更 */
th.pchange { background-color:#aacfff;text-align:left;white-space:nowrap; }

/* テキストフィールド（コード） */
input.txt_code {
	font-family:        "MS Gothic";
    font-size:          9pt;
    background-color:   #FFFFFF;
}

/* テキストフィールド（コード） */
select.txt_code {
	font-family:        "MS Gothic";
    font-size:          9pt;
    background-color:   #FFFFFF;
}

/* ボタン */
input.button {
	font-family:"ＭＳ ゴシック";
	font-size:12px; 
    border-style:outset;
}

/* ボタン */
input.button2
{
    font-size: 14px;
    color: #696969;
    background-color: #66cc66;
    border-style: solid solid solid solid;
    border-width: 1px;
    padding: 5px 3px;
}

/* ログイン情報 */
.loginInfoTitle
{
	position: relative;
	top: 3px;
	height: 13px;
	border-top-style: solid;
	border-top-color: #6a99ff;
	border-bottom: #6a99ff thin solid;
	border-left-color: #6a99ff;
	border-left-style: solid;
	border-right-color: #6a99ff;
	border-right-style: solid;
	background-color: #6a99ff;
	color: White;
}
.loginInfoValue
{
    position: relative;
    top: 3px;
    height: 13px;
	color: #4433ff;
	border-bottom: #6a99ff thin inset;
	text-indent: 3pt;
	padding-right: 3pt;
}
