body {
	margin: 0px;
	overflow: auto;
	background-color: #FFFFFF;
}

tr {
	font-size: 12px
}

td {
	font-size: 12px
}

/*标签*/
.tab_bar {
	font-size: 12px;
	background-image: url(../images/tab_top_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width:790px;
	height: 22px;
}

.tab_bar_f {
	background: url(../images/tab_bar_focus.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 22px;
	text-align: center;
}

.tab_bar_l {
	background: url(../images/tab_bar_l.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	width: 70px;
	height: 22px;
	text-align: center;
}

.tab_text {
	width: 100%;
	height: 100%;
	color: black;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 7px;
}

/*关键字*/
.sel_keyword {
	width: 135px;
	font-size: 12px;
	height: 19px;
	border: 1px solid #7f9db9;
}

/*主功能区*/
.main {
	float: left;
	width:790px;
}

/*查询*/
.search {
	width:790px;
	height: 70px;
	padding-top: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	margin-bottom: 15px;
}

/*内容标题*/
.content-title {
	width:790px;
	height: 25px;
	color: black;
	text-indent: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	background-color: #eefbdd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6dc74;
	border-right-color: #c6dc74;
	border-bottom-color: #c6dc74;
	border-left-color: #c6dc74;
}

/*内容标题*/
.content-title-nobgcolor {  
	width: 605px;
	height: 305px;
	color: black;
	text-indent: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	/*background-color: #eefbdd;*/ 
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6dc74;
	border-right-color: #c6dc74;
	border-bottom-color: #c6dc74;
	border-left-color: #c6dc74;
}

.content-title-nobgcolor-nowidth{  
	color: black;
	text-indent: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	/*background-color: #eefbdd;*/ 
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6dc74;
	border-right-color: #c6dc74;
	border-bottom-color: #c6dc74;
	border-left-color: #c6dc74;
}
/*内容*/
.content {
	float: left;
	width:790px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f4fced;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7ec94;
	border-right-color: #b7ec94;
	border-bottom-color: #b7ec94;
	border-left-color: #b7ec94;
}


/*辅助功能区*/
.main-right {
	float: left;
	width: 206px;
	padding-top: 2px;
	padding-left: 7px;
}

/*辅助功能区右上*/
.right-top {
	width: 196px;
	height: 255px;
	background-color: #e6f3d8;
	margin-bottom: 15px;
}

.right-table {
	width: 180px;
}

.right-table td {
	height: 22px;
}

.right-top-title {
	font-weight: bold;
	color: #FFFFFF;
	width: 196px;
	height: 36px;
	background: url(../images/title_top.gif) no-repeat;
}

/*辅助功能区右下*/
.right-bottom {
	width: 196px;
	height: 295px;
	background-color: #eff7fa;
}

.right-bottom-title {
	font-weight: bold;
	color: #FFFFFF;
	width: 196px;
	height: 36px;
	background: url(../images/title_bottom.gif) no-repeat;
}

/*图背景*/
.tu_bg {
	width: 79px;
	height: 75px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	background-image: url(../images/tu_bg.gif);
	background-repeat: no-repeat;
}

/*图背景*/
.tu_bg2 {
	width: 93px;
	height: 75px;
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	border: 1px solid #E4E4E4;
}

/*数据表格CSS*/
.DataTable {
	border-collapse: collapse;
	border: 1px solid #9BD7EB;
	background-color: #FFFFFF;
}

.DataTable td {
	border: 1px solid #9BD7EB;
	height: 22px;
	font-size: 12px;
	line-height: 1.5;
}

.DataTable td .InnerTable {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	padding: 0px;
}

.DataTable td .InnerTable td {
	border: 1px solid #9BD7EB;
	padding: 3px;
	line-height: 1.5;
}

.DataTable td .InnerNoBorderTable td {
	border-collapse: collapse;
	border: none;
	padding: 3px;
	line-height: 1.5;
}

.DataTable td .NoneBorderTable {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	padding: 3px;
}

.DataTable td .NoneBorderTable td {
	border: 0px;
}

.DataTableTitle {
	background-image: url(../images/icon16_add.gif);
	background-color: #9BD7EB;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height: 25px;
	font-weight: bold;
	color: #1D7792;
	text-indent: 36px;
}

.DataTableTrBg {
	background-color: #E9F8FD;
	height: 22px;
	color: #1D7792;
	font-size: 12px;
}

.DataTableTdBg {
	background-color: #E9F8FD;
	height: 22px;
	color: #1D7792;
	font-size: 12px;
}

/*按钮CSS*/
.Button {
	font-size: 12px;
	width: 80px;
	height: 22px;
	padding-top: 2px;
	border: #A1BBCB 1px solid;
	background-color: #FFFFFF;
	color: #333333;
	cursor: pointer;
}

/*数据表格分页条CSS*/
.DataTableSplitToolBar {
	background-color: #E9F8FD;
	height: 22px;
	color: #1D7792;
	text-align: right;
}

/*订单查询css*/
.GrayTable {
	border-collapse:collapse;
	border-color:#dbdbdb;
}
.GrayTable td {
	border-color:#dbdbdb;
	border-style:solid;
	border-width:1px;
	height:27px;
}
.GrayTable td.img {
	vertical-align:middle;
}
.GrayTable .Title {
	background-color:#9bd7eb;
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:#dbdbdb;
	font-size: 12px;
	font-weight: bold;
	color: #1D7792;
}
/*查看订单内容*/
.GrayTableTitleStyle {
	background-image: url(../images/icon16_add.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	color: #1D7792;
	height:27px;
	background-color:#9bd7eb;
	text-indent:30px;
	font-size: 12px;
	font-weight: bold;
	
}
/* 强制换行 */
.breakLine {
	word-wrap : break-word ;
	word-break:break-all;
	width:100%;
	overflow:auto;
}
