/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	/*padding: 5px 0;**sakihara del 20120130*/
}


.dataTables_info {
	/*padding-top: 3px;**sakihara del 20120130*/
	padding-top: 5px;/**sakihara add 20120130*/
}


table.display thead th.link-txt {
	text-decoration:underline;
}
table.display thead th.link-txt:hover {
	text-decoration:none;
}
table.display td {
	border:1px solid #D7D7D7;
	border-collapse:collapse;
	text-align:left;
}

/* table custom */
table.displaycustom thead th.link-txt {
	text-decoration:underline;
}
table.displaycustom thead th.link-txt:hover {
	text-decoration:none;
}
table.displaycustom td {
	border:1px solid #D7D7D7;
	border-collapse:collapse;
	text-align:left;
}
/* table.displayreview */
table.displayreview td {
	border:1px solid #D7D7D7;
	border-collapse:collapse;
	text-align:left;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position:relative;
	padding-right: 10px;
}

table.display thead th div.DataTables_sort_wrapper span {
	background-image:url(../img/ui-icons_d8e7f3_256x240.png);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/* table custom */
table.displaycustom thead th div.DataTables_sort_wrapper {
	position:relative;
	padding-right: 10px;
}

table.displaycustom thead th div.DataTables_sort_wrapper span {
	background-image:url(../img/ui-icons_d8e7f3_256x240.png);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_length {
	margin-bottom: 5px;/**sakihara add 20120131*/
	/*width: 14%;**sakihara del 20120131*/
	width: 20%;
	float: left;
	text-align: left;
}

.dataTables_filter {
	margin-bottom: 5px;/**sakihara add 20120131*/
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	text-align: left;
}

.dataTables_paginate {
	padding-top: 5px;/**sakihara add 20120130*/
	text-align: left;
	float:left;
}


/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
	overflow:hidden;/***DataTabelsの列?更カスタマイズ mine_ins 2012.01.31*/
    white-space:nowrap;/***DataTabelsの列?更カスタマイズ mine_ins 2012.01.31*//***inline要?白類文字?自動改行回避のため変更 2012.03.26*/
	text-overflow: ellipsis;-webkit-text-overflow: ellipsis;
}

table.display td.center {
	text-align: center;
}
table.display td.right {
	text-align: right;
}
table.display td.nowrap {
	white-space: nowrap;
}

table.display tr.table_row_error:hover td{
	background-color:#d3e2eb;
}

/* table custom */
table.displaycustom {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.displaycustom tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.displaycustom tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.displaycustom td {
	padding: 3px 10px;
	overflow:hidden;
    white-space:nowrap;
	text-overflow: ellipsis;-webkit-text-overflow: ellipsis;
}

table.displaycustom td.center {
	text-align: center;
}
table.displaycustom td.right {
	text-align: right;
}
table.displaycustom td.nowrap {
	white-space: nowrap;
}

table.displaycustom tr.table_row_error:hover td{
	background-color:#d3e2eb;
}

/* table.displayreview */
table.displayreview {
	margin: 0 auto;
/*	width: 100%;*/
	clear: both;
	border-collapse: collapse;
	background-color:#FFFFFF;
}

table.displayreview tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

table.displayreview tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.displayreview td {
/*	padding: 3px 10px;*/
	mergin:0;
	padding:0;
	overflow:hidden;
    white-space:normal;
	text-overflow: ellipsis;-webkit-text-overflow: ellipsis;
}

table.displayreview td.center {
	text-align: center;
}

table.displayreview td.right {
	text-align: right;
}

table.displayreview td.nowrap {
	white-space: nowrap;
}

table.displayreview tr.table_row_error:hover td{
	background-color:#d3e2eb;
}

table.displayreview dl.head {
	font-weight: bold;
	background-color: #6691CC;
	color: #FFFFFF;
	display:inline-block;
}

table.displayreview dt.head {
	width: 700px;
	float: left;
	border-collapse: collapse;
	margin:0px;
	padding: 5px 0px 3px 10px;
	clear: left;
	border-right:1px solid #D7D7D7;
}

table.displayreview dd.head {
	width:160px;
	float:left;
	border-collapse: collapse;
	margin-left:-1px;
	padding: 3px 0px 3px 10px;
	border-left:1px solid #D7D7D7;
}

table.displayreview dt.body {
	width:850px;
	padding: 3px 0px 3px 10px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes 1.10.21-paging_full_numbers 
 */

 .paging_custom_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

 .paging_custom_full_numbers {
	width: 370px !important;
}

.paging_custom_full_numbers span.paginate_button,
.paging_custom_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}
 
 .paging_custom_full_numbers span.paginate_button {
	background-color: #ddd;
}
 
 .paging_custom_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}
 
 .paging_custom_full_numbers span.paginate_active {
	background-color: #99B3FF;
}
