﻿@charset "utf-8";

.detail_info_panel {
	padding: 5px 5px 5px 5px;
}

.pageContainer {
	background: none repeat scroll 0 0 #BADAF1;
	clear: both;
}

.detail_info_btn {
	padding-left: 2px;
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
}

.dlv-filter {
	height: 24px;
	background: none repeat scroll 0 0 #BADAF1;
}

.dlv-filter td div {
	padding: 2px 2px 2px 2px;
}

.dlv-filter td div input, .dlv-filter td div select {
	padding: 0;
	margin: 0;
	border-style: none;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 11px;
	height: 16px;
}

.dlv table {
	font-size: 12px;
	word-wrap: break-word;
}

.dlv-row {
	/*	background: url("images/map_right_tdbg.png") repeat-x scroll center top	#FFFFFF; */	
}

.dlv-row-0 {
	
}

.dlv-row-1 {
	
}

.dlv-sort-desc .dlv-sort-icon {
	margin-left: 2px;
	padding: 2px 13px 3px 0px;
	background: url('images/datagrid_sort_desc.gif') no-repeat center center;
	padding: 2px 13px 3px 0px;
}

.dlv-sort-asc .dlv-sort-icon {
	margin-left: 2px;
	padding: 2px 13px 3px 0px;
	background: url('images/datagrid_sort_asc.gif') no-repeat center center;
}

.dlv-toolbar {
	height: 28px;
	background: #efefef;
	padding: 1px 2px;
	border-bottom: 1px solid #ccc;
}

.dlv-btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
}

.dlv-pager {
	position: relative;
}

.dlv-header {
	overflow: hidden;
	/*	background: url("images/map_tablebg.png") repeat-x scroll center top transparent; */
	cursor: default;
	height: 24px;
}

.dlv_loading {
	font-size: 12px;
	position: absolute;
	width: auto;
	height: 16px;
	padding: 12px 5px 10px 30px;
	background: #fff url('images/pagination_loading.gif') no-repeat scroll
		5px 10px;
	border: 2px solid #6593CF;
	color: #222;
	display: none;
}

.dlv-header td {
	font-size: 12px;
	font-weight: bold;
}

.dlv-header td.dlv-header-over {
	background: #FDECAE;
}

.dlv-header .dlv-cell {
	margin: 0;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: center;
}

.dlv-wrap {
	overflow-y: scroll;
	overflow-x: hidden
}

.dlv-body {
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}

.dlv-body td {
	font-size: 12px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.dlv-cell input {
	padding: 0;
	border: 0;
}

.dlv-row .dlv-cell {
	overflow: hidden;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dlv-row-alt {
	background: #EEEEFF;
}

.dlv-row-over {
	background: #D0E5F5;
	cursor: default;
}

.dlv-row-selected {
	background: #FBEC88;
}

.pagination {
	font-size: 12px;
	zoom: 1;
}

.pagination table {
	float: left;
	height: 30px;
}

.pagination-btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 3px 1px;
}

.pagination-num {
	border: 1px solid #ccc;
	margin: 0 2px;
	text-align: center;
}

.pagination-page-list {
	margin: 0px 6px;
}

.pagination-info {
	float: right;
	padding-right: 6px;
	padding-top: 8px;
	font-size: 12px;
}

.pagination span {
	font-size: 12px;
}

.pagination-first {
	width: 16px;
	height: 16px;
	background: url('images/pagination_first.gif') no-repeat;
}

.pagination-prev {
	background: url('images/pagination_prev.gif') no-repeat;
}

.pagination-next {
	background: url('images/pagination_next.gif') no-repeat;
}

.pagination-last {
	background: url('images/pagination_last.gif') no-repeat;
}

.pagination-load {
	background: url('images/pagination_load.png') no-repeat;
}

.pagination-loading {
	background: url('images/pagination_loading.gif') no-repeat;
}

a.l-btn {
	color: #444;
	background: url('images/button_a_bg.gif') no-repeat top right;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	height: 24px;
	padding-right: 18px;
	cursor: pointer;
	outline: none;
}

a.l-btn-plain {
	background: transparent;
	padding-right: 5px;
	border: 1px solid transparent;
	_border: 0px solid #efefef;
	_padding: 1px 6px 1px 1px;
}

a.l-btn-disabled {
	color: #ccc;
	opacity: 0.5;
	filter: alpha(opacity =                           50);
	cursor: default;
}

a.l-btn span.l-btn-left {
	display: inline-block;
	background: url('images/button_span_bg.gif') no-repeat top left;
	padding: 4px 0px 4px 18px;
	line-height: 16px;
	height: 16px;
}

a.l-btn-plain span.l-btn-left {
	background: transparent;
	padding-left: 5px;
}

a.l-btn span span.l-btn-text {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0px;
}

a.l-btn span span span.l-btn-empty {
	display: inline-block;
	padding: 0px;
	width: 16px;
}

a:hover.l-btn {
	background-position: bottom right;
	outline: none;
}

a:hover.l-btn span.l-btn-left {
	background-position: bottom left;
}

a:hover.l-btn-plain {
	border: 1px solid #7eabcd;
	background: url('images/button_plain_hover.png') repeat-x left bottom;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a:hover.l-btn-disabled {
	background-position: top right;
}

a:hover.l-btn-disabled span.l-btn-left {
	background-position: top left;
}

a.l-btn .l-btn-focus {
	outline: #0000FF dotted thin;
}

.waiting_wrap {
	border: 2px gray solid;
	padding: 4px;
	width: 200px;
	height: 50px;
	background-color: white;
	position: absolute;
}

.waiting {
	background-image: url('images/waiting.gif');
	width: 39px;
	height: 39px;
}

.dlv-row .dlv-cell {
	padding-left: 2px;
	padding-right: 2px;
}

.dlv-header .dlv-cell {
	padding-left: 2px;
	padding-right: 2px;
}

ul.dlv_body {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.dlv_body li {
	float: left;
	list-style: none outside none;
	margin: 5px 10px 5px 0;
	padding: 0;
}

div.thumb {
	border: 1px solid #CCCCCC;
	display: block;
	padding: 2px;
	width: 100px;
	height: 100px;
}