/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
}
.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}
.dataTables_length {
	width: 40%;
	float: left;
}
.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}
.dataTables_info {
	width: 60%;
	float: left;
	font-size:11px;
	color:#666;
	padding-top:10px;
}
.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	padding:5px 1px 0 0;
}
/* 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;
}
table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #fff;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	font-size:11px;
	white-space:nowrap;
}
table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid #666;
	font-weight: bold;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
	padding: 6px 10px 5px;
	border-right:1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 11px;
}
table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	background: url('images/sort_asc.jpg') no-repeat center right;
}
.sorting_desc {
	background: url('images/sort_desc.jpg') no-repeat center right;
}
.sorting {
	background: url('images/sort_both.jpg') no-repeat center right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes（IE6用に書き換え、単色のみ）
 */
table.display tr.odd {
	background-color: #f5f5f5;
}
table.display tr.even {
	background-color: #fff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.top .dataTables_info {
	float: none;
}
.clear {
	clear: both;
}
tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}
tfoot input.search_init {
	color: #999;
}
.example_alt_pagination div.dataTables_info {
	width: 40%;
}
.example_alt_pagination .dataTables_paginate {
	width: 400px;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button,  .example_alt_pagination div.dataTables_paginate 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;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}
.example_alt_pagination div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}
/*table.display tr.row_selected.odd td {
	background-color: #B0BED9;
}
table.display tr.row_selected.even td {
	background-color: #9FAFD1;
}*/
/* For the Conditional-CSS grading rows（IE6用に書き換え、単色のみ）
*/
tr.odd td.sorting_1 {
	background-color: #eff5fa;
}
tr.odd td.sorting_2 {
	background-color: #eff5fa;
}
tr.even td.sorting_1 {
	background-color: #f7fafc;
}
tr.even td.sorting_2 {
	background-color: #f7fafc;
}


