﻿
/*サンプル*/
.SelectedRowStyle {
    background-color: Yellow;
}
/*ボタン基本ずれ対策*/

input {
    border: none;
}
/*バリデーション*/
span.requiredStar {
    color: #d02020;
}

.validationSummary ul li {
    color: #d02020;
}

.err {
    background-color: #ffc0c0;
}
/*メッセージボックス*/
.dialog-content {
    font-size: 12pt;
}

.ui-dialog-title {
    font-size: 12pt;
}

.ui-button-text {
    font-size: 12pt;
}

/*GridView用あふれ部分削除,th,*/
td, th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*行ハイライトテスト
table.listTable tr.even:hover {
    background-color:rgba(161, 241, 255, 0.33)
}

table.listTable tr:hover {
    background-color:rgba(161, 241, 255, 0.33)
}
    */
table {
    table-layout: fixed;
}

.pageControl .pageBack:hover,
.pageControl .pageBack:focus {
    text-decoration: underline;
}

.pageControl .pageTop a:visited, input:visited {
    color: #444444;
}

.pageControl .pageTop a, input {
    color: #444444;
}

.newsFrame {
    width: 840px;
    border-style: none;
}


/*アイテム選択で狭い表示になる。*/
#placeHolder_menu a.menu01.static {
    padding-left: 3.5em;
    padding-right: 3.5em;
}

/*ファイル保存ボタン*/
input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

th.collapsed,
td.collapsed {
    width: 0px;
    /*IE8で表示がおかしくなる問題への対応 display: none;*/
    visibility: hidden;
}

th a,
td a {
    text-overflow: ellipsis;
    overflow: hidden;
}

table.listTable tr.even {
    background-color: #f4f4f4;
}

textarea[readonly="readonly"],
textarea[readonly],
input[readonly="readonly"],
input[readonly] {
    background-color: #f4f4f4;
}
/*メッセージボックス右上クローズボタン*/
a.ui-dialog-titlebar-close {
    display: none;
    visibility: collapse;
    pointer-events: none;
    cursor: default;
}
/*しばらくお町*/
div.fadeMe {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba( 255, 255, 255, .8 );
}


