/* 										��ʼ��ҳ�� */
html, body, iframe, div, table, tr, td, ul, li, input, select, textarea
	{
	margin: 0px;
	padding: 0px;
}

html, body, iframe, div, table, tr, td, ul, li {
	border: 0px;
}

html, body, iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.td-span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.tr {
	clear: both;
}

.td {
	float: left;
}

body {
	font-size: 12px;
	background-color: white;
	display: none;
}

.sm_line {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sm_center {
	text-align: center;
}

.sm_number {
	text-align: right;
}

.sm_inputText, select {
	width: 210px;
}

.sm_copy {
	width: 50px;
}

.addBtn {
	width: 51px;
	height: 21px;
	background-image: url("../image/add.gif");
}

.deleteBtn {
	width: 51px;
	height: 21px;
	background-image: url("../image/del.gif");
}

.A {
	color: gray;
}

.B {
	color: blue;
}

.C {
	color: gray;
}

.D {
	color: red;
}

.E {
	color: gray;
}

.Y {
	color: red;
}

.T {
	color: green;
}

.F {
	color: red;
}