.dataList {
	clear: both;
}

.dataList tr {
	vertical-align: top;
}

.dataList tr.r1 {
	background-color: #fff;
}

.dataList tr.r2 {
	background-color: #FDF8F6;
}

.dataList tr.statGreen {
	background-color: #cfc;
}

.dataList tr.statRed {
	background-color: #fcc;
}

.dataList tr.statGreen img, .dataList tr.statRed img {
	border: 3px solid #fff;
	margin: 3px 0;
}

.dataList th {
	padding: 2px 4px 3px 4px;
}

.dataList td {
	padding: 2px 4px; vertical-align:top;
}

.dataList th {
	color: #fff;
	font-weight: normal;
	/*background-color: #999;*/ background:#222020 url(/images/bgMenu2.gif) repeat-x top;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 1px 0;
	text-align: left;
}

.dataList th.first, .dataList th.num {
	border-width: 1px;
}

.dataList th.num {
	/*background-image: none;*/
	width: 15px;
	text-align: center;
}

.dataList th a {
	/*color: #fff;*/ color: #fff;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-decoration: none;
}

.dataList th .down, .dataList th .up {
	float: right;
	width: 7px;
	margin: 0 2px 0 0;
	background-image: url(/images/order.gif);
	background-repeat: no-repeat;
}

.dataList th .up {
	background-position: 0 -18px;
}

/*.dataList th.action {
	color: #777;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	background-image: none;
	background-color: #555;
	width: 40px;
}*/

.dataList td.first, .dataList td.num {
	border-left: 1px solid #ccc;
}

.dataList td.num {
	text-align: right;
}

.dataList th.blank {
	background-color: #fff;
	border-right: 0;
}

.dataList td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.dataList td.action {
	padding: 0;
	text-align: center;
	color: #039;
}

.dataList td.action a {
	display: block;
	width: auto;
	line-height: 21px;
	padding: 1px 4px;
	cursor: pointer;
}

.dataList td.action a:link, .dataList td.action a:visited {
	color: #333;
	/*background-color: #ddd;*/
	text-decoration: none;
}

.dataList td.action a:hover {
	/*color: #fff;*/
	/*background-color: #a00;*/
	text-decoration: none;
	/*border-color: #a00;*/
}

.dataList ul {
	margin: 0;
	padding: 0;
}

.dataList ul li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style-position: outside;
}

/* --- filter --- */

.elementHeader h3 {
	margin-bottom: 0;
}

.listAction {
	height: 19px;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.listAction a {
	display: block;
	float: right;
	margin: 0 0 0 5px;
	width: auto;
	min-width: 11px;
	height: 19px;
	padding: 1px 5px;
	/*background-color: #a00;*/
	color: #a00;
	text-decoration: none;
}

.listAction a.filter, .listAction a.filterOn {
	float: right;
	margin: 0 0 0 5px;
	background-image: url(/images/filter.gif);
	background-position: bottom;
}

.listAction a.filterOn {
	background-position: top;
}

.listAction .leftArc, .listAction a.colapse {
	display: none;
}

.elementFilter {
	clear: both;
	float: left;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	margin: 10px 0;
	/*padding: 5px 0;*/
}

.elementFilter label, .elementFilter input, .elementFilter select, .elementFilter textarea, .elementFilter div.buttHolder {
	float: left;
	margin: 0 20px 10px 0;
}

.elementFilter div.buttHolder {
	margin-right: 0;
}

.elementFilter label, .elementFilter div.buttHolder input {
	margin: 0 5px 10px 0;
}

.elementContent {
	clear: both;
}




/*Test Style*/
.dataList2 {clear:both;}
	.dataList2 tr {vertical-align:top;}
		.dataList2 th {border-bottom:1px solid #ccc; padding:5px;}
		.dataList2 td {border-bottom:1px solid #ccc; padding:5px; vertical-align:top;}
