/* フォーム制御用スタイル */
input.enabled {background-color: white;}
input.disabled {background-color: #cccccc;}
textarea.enabled {background-color: white;}
textarea.disabled {background-color: #cbcbcb;}
select.enabled {background-color: white;}
select.disabled {background-color: #cbcbcb;}

/* --- ソートヘッダー --- */
.sort_header { color: #009DC7; text-decoration: underline;}
.sort_header:visited { color: #009DC7; text-decoration: underline;}
.sort_header:hover { color: #FF6600; text-decoration: underline;}
.sort_header:active { color: #009DC7; text-decoration: underline;}

a.sort_header_white { color: #ffffff; text-decoration: underline; font-weight: bold;}
a.sort_header_white:visited { color: #ffffff; text-decoration: underline; font-weight: bold;}
a.sort_header_white:visited { color: #ffffff; text-decoration: underline; font-weight: bold;}
a.sort_header_white:hover { color: #ffffff; text-decoration: underline; font-weight: bold;}
a.sort_header_white:active { color: #ffffff; text-decoration: underline; font-weight: bold;}

/* --- 大分類選択テーブル --- */
.table_Kselect {border-bottom: 3px #00809f solid;}
.table_Kselect td {background-color: #d1e8ef;height: 20px;text-align: center;white-space: nowrap;}
.table_Kselect td.current {background-color: #00809f;height: 20px;color: #fff;font-weight: normal;white-space: nowrap;}
.table_Kselect td.current a {text-decoration: none;color: white;}
.table_Kselect td.current a:hover {text-decoration: none;color: white;background-color: #00809f;}
.table_Kselect a {display:block; height: 20px;padding-top: 10px;text-decoration: none;}
.table_Kselect a:hover {text-decoration: none;color: #009dc7; background-color: #99ccff;}

/* --- マスター参照結果表示テキストボックス --- */
input.master_reference {background-color: #ffe6e6;}

/* --- 部品管理の選択済部品一覧 --- */
td.current_parts {background-color: #def0ff; height: 24px; padding: 5px; text-align: left;}
td.noncurrent_parts {background-color: #ffffff; height: 24px; padding: 5px; text-align: left;}
td.current_parts a {color: black; font-weight: bold; text-decoration: none;}

.textlink {color: #009DC7; text-decoration: underline; cursor: pointer;}


