.listTitle {
	color: #1C94C4;
	font-size: 16px;
	font-weight:bold;
	height:22px;
}

.listSearch {
	font-size: 12px;
}

.listSearch label {
	color:#1C94C4;
}

.listSearch li {
	display:inline-block;
	white-space:nowrap;
	padding-right:6px;
	line-height:28px;
	margin-top:2px;
}

.listSearch input[type="text"] {
	padding:5px 5px 5px 5px;
	margin:0px;
	font-size:12px;
	border:1px groove #C0C0C0;
}

.listSearch select {
	height:27px;
	font-size:12px;
	border:1px groove #C0C0C0;
}

.listSearch input[type="button"] {
	margin-bottom:4px;
	height:28px;
	vertical-align:middle;
	font-size:12px;
}

.listTable {
	width: 100%;
	border: 1px solid #0033FF;
	border-collapse: collapse;
	font-size: 12px;
	color: black;
}

.listTable tr {
	min-height: 24px;
	line-height: 24px;
}

.listTable th {
	border: 1px solid #0033FF;
	text-align: center;
	background-color: #0099FF;
	color:white;
}

.listTable th:first-child {
	display:none;
}

.listTable td {
	border: 1px solid #0033FF;
	text-align: center;
}

.listTable td:first-child {
	display:none;
}

.listTable .normal {
	color:green;
}

.listTable .prompt {
	font-weight:bold;
}

.listTable .warning {
	color:red;
}

.listTable .ingored {
	color:gray;
}

.listTable .singleRow {
	background-color: white;
}

.listTable .doubleRow {
	background-color: #CCFFFF;
}

.listTable .hoverRow {
	background-color: #66CC99;
	color:white;
}

.listTable .selectedRow {
	background-color: #006699;
	color:white;
}

.listTable .specRow {
	color:#0080C0;
	font-weight:bold;
}

.toolbar {
	float:left;
}

.toolbar input {
	margin-top: 4px;
}

.pager {
	float:right;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:14px;
}

.pager .totalCount {
	color:red;
}

.pager .currentPage {
	color:red;
}

.pager .totalPage {
	color:blue;
}

.pager a.disabled {
	color:gray;
}

.inlineLi {
	margin:0;
	display:inline;
	line-height:24px;
	height:auto;
	word-break:break-all;
	word-wrap:break-word;
	white-space:nowrap;
}

.ui-accordion .ui-accordion-content {
	padding:0px;
}