/* CSS Document */ .data_table{ position:relative; width:100%; height:auto; border-spacing:0px; padding:10px; table-layout:fixed; *width:95%; *margin:10px; } .data_table td{ width:100%; height:32px; line-height:32px; letter-spacing: 0.1em; text-indent: 0.25em; cursor:pointer; overflow: hidden; text-overflow: ellipsis; /* for IE */ -moz-text-overflow: ellipsis; /* for Firefox,mozilla */ white-space: nowrap; *padding:0px; *padding-left:5px; *width:95%; } .data_table td a:hover{ text-decoration: underline; } .data_table .line_row:first-child td{ border-top: 1px dashed #ccc; } .line_row td{ letter-spacing: 0.1em; text-indent: 0.25em; height:35px; line-height:35px; border-bottom: 1px dashed #ccc; } .line_row_02 td{ text-indent:0em; text-align:center; color:#fff; } .line_row_03 td{ width:auto; text-indent:0em; text-align:center; } .line_row_04 td{ width:auto; height:25px; line-height:25px; text-align:left; text-indent:1em; overflow: hidden; text-overflow: ellipsis; /* for IE */ -moz-text-overflow: ellipsis; /* for Firefox,mozilla */ white-space: nowrap; } .big_line_row td{ letter-spacing: 0.1em; text-indent: 0.25em; width:auto; height:40px; line-height:40px; } .big_line_row.even{ background-color:#f2f2f2; } .block_row td{ width: 50%; height: 40px; font-size:16px; line-height: 40px; text-align: center; text-indent:0em; padding:5px; background-image: url("/yqdqzztsldcom/styles/blue/images/block_row_bg.png"); background-position: center center; background-repeat: no-repeat; } .block_row.span_row td{ background-image: url("/yqdqzztsldcom/styles/blue/images/block_row_span_bg.png"); } td.banner_td{ padding:0px 12px; } .img_row:first-child td{ border-top: 1px dashed #E4E4E4; } .img_row td{ width:45%; height:85px; text-indent:1em; line-height:85px; padding:8px 20px; vertical-align:middle; border-bottom: 1px dashed #E4E4E4; } .img_row td div,.img_row td span{ float:left; max-width:195px; overflow:hidden; text-decoration: none; white-space: nowrap; } .img_row td span:hover{ text-decoration: underline; } .img_row td.even{ background-color:#F4F4F4; } .album_row td{ position:relative; width:50%; text-indent:0; letter-spacing:0; vertical-align:top; text-align:center; } .panel_row>td{ position:relative; width:122px; padding: 0px; vertical-align:top; text-indent: 0; letter-spacing: 0; margin:0px; } .flag_row>td{ position: relative; width: 170px; height: 260px; padding: 0px; text-indent: 0; letter-spacing: 0; padding:20px 0px; background-image: url("/yqdqzztsldcom/styles/blue/images/flag_shade_bg.png"); background-repeat: no-repeat; background-position: right 20px; } .flag_row>td:hover{ text-decoration:none; } .flag_row>td:first-chid{ margin-left:0px; } tr.active td{ background-color:#3380D4; } tr.active td a{ color:#fff; }