/*
 flexcombobox css
*/
/*
div,h1{
	font-family:'trebuchet ms', verdana, arial;
	margin:0;
	padding:0;
	}
*/
h1 {
	font-size:large;
	font-weight:400;
	margin:0;
	}

.ddbackground {
	background: #fff;
 	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
	z-index: 4999;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	display: none;
}

.ddwrapper {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 5000;
	overflow: none;
	border-left: 1px solid #a7a7a7;
	display: none;
}

.ddwrapper1 {
	position: absolute;
	overflow: none;
}

.ddwrapper2 {
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: auto;
	display: inline;
	background-color: #fff;
}

.ddwrapper table {
	font-size: 0.8em;
	border-spacing: 0;
}

.ddwrapper thead tr {
	position: relative;
/*	bottom: 100%; */
	border-left: 1px solid #a7a7a7;
	margin-left: -1px;
	color: #000;
	background-color: #d8d8c9;
	}


.ddwrapper thead th {
	margin: 0;
/*	padding: 3px 10px;*/
	border-top: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	word-break: break-all;
    text-align: center;
}


.ddwrapper tbody td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
/*	padding: 3px 10px;*/
	word-break: break-all;
	text-align: left;
}

.ddtable_selected {
	background-color: #ccc;
	}

/* IE8 蟇ｾ遲� */
html>/**/body .tablesort thead th {
	position /*\**/: static\9;
	float: left\9;
}
