html{ filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font-size: 12px;
	font-family: "宋体";
	color:#333333;
	Scrollbar-Face-Color:#FFFDFF;
	Scrollbar-Highlight-Color:#CECBCE;
	Scrollbar-Shadow-Color:#CECBCE;
	Scrollbar-3Dlight-Color:#DFEBFD;
	Scrollbar-Darkshadow-Color:#DFEBFD;
	Scrollbar-Arrow-Color:#CECBCE;
	Scrollbar-Track-Color:#ffffff;
	margin:0px;
	overflow:auto; 
	margin-left:3px;
	margin-right:3px;
 } 
form{
    margin:0px;
}

a:link {
  color: #333333;
  font-size:12px;
  text-decoration:none;
}
a:visited {
color: #333333;
font-size:12px;
text-decoration:none;
}
a:hover {
color: #ff0000;
font-size:12px;
text-decoration:underline;
} 
a.ahref:link {
  color: red;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
a.ahref:visited {
 color: #333333;
 font-size:12px;
 text-decoration:none;
} 
.ahref_visited{
  color: #333333;
  font-size:12px;
  text-decoration:none;
} 
a.gray:link,a.gray:visited{
   color:gray;
   font-size:12px;
   font-weight:soid;
   text-decoration:none;
}

a.gray:hover {
color: gray;
font-size:12px;
font-weight:soid;
text-decoration:underline;
}

a.blue:link,a.blue:visited {
color:#000099;
text-decoration:none;
}

a.blue:hover {
color:#000099;
text-decoration:underline;
}

a.red:link,a.red:visited {
color:red;
text-decoration:none;
}

a.red:hover {
color:red;
text-decoration:underline;
}

a.green:link,a.green:visited {
color:green;
text-decoration:none;
}

a.green:hover {
color:green;
text-decoration:underline;
}

img{ 
border:0px;
}
.red {
color:#FF0000;
} 
.position {
height:37px;
background:url(/webschool/T/1/images/position_bg.jpg) repeat-x bottom;
}
.position_header {
color:#6086b1;
font-size:14px;
font-weight:bold;
padding-left:5px;
} 
.list_top {
height:29px;
background:url(/webschool/T/1/images/list_top.gif) repeat-x;
border-left:1px solid #6e91b8;
border-right:1px solid #6e91b8;
}
.list_top_header {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.list_top_more {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
height:20px;
font-weight:bold;
}
.issue {
background: url(/webschool/T/1/images/issue_ico.jpg) no-repeat;
padding-left:20px;
}
.stats {
background: url(/webschool/T/1/images/stat.gif) no-repeat;
padding-left:20px;
}
.delUser {
background: url(/webschool/T/1/images/del_user.gif) no-repeat;
padding-left:20px;
}
.delInfo {
background: url(/webschool/T/1/images/delete.gif) no-repeat;
padding-left:20px;
}
.table_table {
border:1px solid #6e91b8;
background:#f8f9fb;
}
.online {
font-size:14px;
font-weight:bold;
}
.table_tx {
border:1px solid #6e91b8;
}
.table_tx_header {
	color: #6086b1;
	height:32px;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	background:url(/webschool/T/1/images/list_bg.jpg) repeat-x;
	border-bottom:1px solid #6e91b8;
}
.table_tx_more {
padding:0 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.table_list_dataTable{
	border:0px solid #524C02;
	background-color:#6e91b8;
    padding:2px;
}

.table_list_dataTable td{
    padding-left:5px;
}

.table_td{
    background-color:#D6E8DF;
}
.table_td2{
    background-color:#ECF1EF;
}

.table_tdx{
    background-color:#DFD6E8;
}
.table_tdx2{
    background-color:#EFECF1;
}

.table_tdn{
    background-color:#E8D6E0;
}
.table_tdn2{
    background-color:#F1ECEE;
}

.tr_list_header {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 14px;
	letter-spacing:2px;	
	font-weight: bold;
	background:url(/webschool/T/1/images/list_bg.jpg) repeat-x;
}
/*课表*/
.tr_list_header_class_table {
  	color: #333333;
    height:40px;
	padding-top:2px;
	font-size: 20px;
	letter-spacing:2px;
	font-weight: bold;

	background:url(/webschool/T/1/images/list_bg_class_table.jpg) repeat-x;
}

.tr_list_header2 {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 12px;
	letter-spacing:2px;	
	background:url(/webschool/T/1/images/list_bg.jpg) repeat-x;
}
.tr_list_body_style{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle; 
}

.tr_list_body{	
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_1{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
/*课表*/
.tr_list_body_class_table{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_class_table2{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:#F8C9C4;
}
.tr_list_body1{
	height: 25px;
	padding-top:2px;
	vertical-align:middle;
	color: #000000;
	
	
	}
.objText{
height:19px;
padding:4px 3px 0 3px;
background-color: #ffffff;
border:1px #A6A5AA solid;
}
.objText_readonly{
height:19px;
color: #666666;
padding:4px 3px 0 3px;
background-color:#F3F3F3;
border:1px #A6A5AA solid;
}
.objTextarea{
Overflow:auto;
padding:4px 3px 0 3px;
margin:6px 0;
background-color: #ffffff;
border: 1px #A6A5AA solid;
word-break:break-all;
}
.objBut{
height:20px;
color:#586878;
cursor:hand;
font-weight:bold;
padding:1px 5px 0 5px;
border:1px solid #A6A5AA;
background:url(/webschool/T/1/image/objBut_bg.jpg) repeat-x;
}
.f_1 {
	font-size: 12px;
}
.tb_7 {
	border-right-width: 1pt;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4B2BD;
	border-bottom-color: #A4B2BD;
	border-left-color: #A4B2BD;
}

td{
    font:normal 12px verdana; 
}
.f_2 {
	font-color: #FF0000;
}

.f_red{
       color:red;
}

.f_blue{
       color:blue;
}

.f_green{
       color:green;
}

.td_over {
	height: 25px;
	background-color: #FCF9BD;
	font-size: 12px;
}html{ filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font-size: 12px;
	font-family: "宋体";
	color:#333333;
	Scrollbar-Face-Color:#FFFDFF;
	Scrollbar-Highlight-Color:#CECBCE;
	Scrollbar-Shadow-Color:#CECBCE;
	Scrollbar-3Dlight-Color:#DFEBFD;
	Scrollbar-Darkshadow-Color:#DFEBFD;
	Scrollbar-Arrow-Color:#CECBCE;
	Scrollbar-Track-Color:#ffffff;
	margin:0px;
	overflow:auto; 
	margin-left:3px;
	margin-right:3px;
 } 
form{
    margin:0px;
}

a:link {
  color: #333333;
  font-size:12px;
  text-decoration:none;
}
a:visited {
color: #333333;
font-size:12px;
text-decoration:none;
}
a:hover {
color: #ff0000;
font-size:12px;
text-decoration:underline;
} 
a.ahref:link {
  color: red;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
a.ahref:visited {
 color: #333333;
 font-size:12px;
 text-decoration:none;
} 
.ahref_visited{
  color: #333333;
  font-size:12px;
  text-decoration:none;
} 
a.gray:link,a.gray:visited{
   color:gray;
   font-size:12px;
   font-weight:soid;
   text-decoration:none;
}

a.gray:hover {
color: gray;
font-size:12px;
font-weight:soid;
text-decoration:underline;
}

a.blue:link,a.blue:visited {
color:#000099;
text-decoration:none;
}

a.blue:hover {
color:#000099;
text-decoration:underline;
}

a.red:link,a.red:visited {
color:red;
text-decoration:none;
}

a.red:hover {
color:red;
text-decoration:underline;
}

a.green:link,a.green:visited {
color:green;
text-decoration:none;
}

a.green:hover {
color:green;
text-decoration:underline;
}

img{ 
border:0px;
}
.red {
color:#FF0000;
} 
.position {
height:37px;
background:url(/lf/T/1/images/position_bg.jpg) repeat-x bottom;
}
.position_header {
color:#6086b1;
font-size:14px;
font-weight:bold;
padding-left:5px;
} 
.list_top {
height:29px;
background:url(/lf/T/1/images/list_top.gif) repeat-x;
border-left:1px solid #6e91b8;
border-right:1px solid #6e91b8;
}
.list_top_header {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.list_top_more {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
height:20px;
font-weight:bold;
}
.issue {
background: url(/lf/T/1/images/issue_ico.jpg) no-repeat;
padding-left:20px;
}
.stats {
background: url(/lf/T/1/images/stat.gif) no-repeat;
padding-left:20px;
}
.delUser {
background: url(/lf/T/1/images/del_user.gif) no-repeat;
padding-left:20px;
}
.delInfo {
background: url(/lf/T/1/images/delete.gif) no-repeat;
padding-left:20px;
}
.table_table {
border:1px solid #6e91b8;
background:#f8f9fb;
}
.online {
font-size:14px;
font-weight:bold;
}
.table_tx {
border:1px solid #6e91b8;
}
.table_tx_header {
	color: #6086b1;
	height:32px;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
	border-bottom:1px solid #6e91b8;
}
.table_tx_more {
padding:0 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.table_list_dataTable{
	border:0px solid #524C02;
	background-color:#6e91b8;
    padding:2px;
}

.table_list_dataTable td{
    padding-left:5px;
}

.table_td{
    background-color:#D6E8DF;
}
.table_td2{
    background-color:#ECF1EF;
}

.table_tdx{
    background-color:#DFD6E8;
}
.table_tdx2{
    background-color:#EFECF1;
}

.table_tdn{
    background-color:#E8D6E0;
}
.table_tdn2{
    background-color:#F1ECEE;
}

.tr_list_header {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 14px;
	letter-spacing:2px;	
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
/*课表*/
.tr_list_header_class_table {
  	color: #333333;
    height:40px;
	padding-top:2px;
	font-size: 20px;
	letter-spacing:2px;
	font-weight: bold;

	background:url(/lf/T/1/images/list_bg_class_table.jpg) repeat-x;
}

.tr_list_header2 {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 12px;
	letter-spacing:2px;	
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
.tr_list_body_style{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle; 
}

.tr_list_body{	
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_1{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
/*课表*/
.tr_list_body_class_table{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_class_table2{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:#F8C9C4;
}
.tr_list_body1{
	height: 25px;
	padding-top:2px;
	vertical-align:middle;
	color: #000000;
	
	
	}
.objText{
height:19px;
padding:4px 3px 0 3px;
background-color: #ffffff;
border:1px #A6A5AA solid;
}
.objText_readonly{
height:19px;
color: #666666;
padding:4px 3px 0 3px;
background-color:#F3F3F3;
border:1px #A6A5AA solid;
}
.objTextarea{
Overflow:auto;
padding:4px 3px 0 3px;
margin:6px 0;
background-color: #ffffff;
border: 1px #A6A5AA solid;
word-break:break-all;
}
.objBut{
height:20px;
color:#586878;
cursor:hand;
font-weight:bold;
padding:1px 5px 0 5px;
border:1px solid #A6A5AA;
background:url(/lf/T/1/image/objBut_bg.jpg) repeat-x;
}
.f_1 {
	font-size: 12px;
}
.tb_7 {
	border-right-width: 1pt;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4B2BD;
	border-bottom-color: #A4B2BD;
	border-left-color: #A4B2BD;
}

td{
    font:normal 12px verdana; 
}
.f_2 {
	font-color: #FF0000;
}

.f_red{
       color:red;
}

.f_blue{
       color:blue;
}

.f_green{
       color:green;
}

.td_over {
	height: 25px;
	background-color: #FCF9BD;
	font-size: 12px;
}
html{ filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font-size: 12px;
	font-family: "宋体";
	color:#333333;
	Scrollbar-Face-Color:#FFFDFF;
	Scrollbar-Highlight-Color:#CECBCE;
	Scrollbar-Shadow-Color:#CECBCE;
	Scrollbar-3Dlight-Color:#DFEBFD;
	Scrollbar-Darkshadow-Color:#DFEBFD;
	Scrollbar-Arrow-Color:#CECBCE;
	Scrollbar-Track-Color:#ffffff;
	margin:0px;
	overflow:auto; 
	margin-left:3px;
	margin-right:3px;
 } 
form{
    margin:0px;
}

a:link {
  color: #333333;
  font-size:12px;
  text-decoration:none;
}
a:visited {
color: #333333;
font-size:12px;
text-decoration:none;
}
a:hover {
color: #ff0000;
font-size:12px;
text-decoration:underline;
} 
a.ahref:link {
  color: red;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
a.ahref:visited {
 color: #333333;
 font-size:12px;
 text-decoration:none;
} 
.ahref_visited{
  color: #333333;
  font-size:12px;
  text-decoration:none;
} 
a.gray:link,a.gray:visited{
   color:gray;
   font-size:12px;
   font-weight:soid;
   text-decoration:none;
}

a.gray:hover {
color: gray;
font-size:12px;
font-weight:soid;
text-decoration:underline;
}

a.blue:link,a.blue:visited {
color:#000099;
text-decoration:none;
}

a.blue:hover {
color:#000099;
text-decoration:underline;
}

a.red:link,a.red:visited {
color:red;
text-decoration:none;
}

a.red:hover {
color:red;
text-decoration:underline;
}

a.green:link,a.green:visited {
color:green;
text-decoration:none;
}

a.green:hover {
color:green;
text-decoration:underline;
}

img{ 
border:0px;
}
.red {
color:#FF0000;
} 
.position {
height:37px;
background:url(/lf/T/1/images/position_bg.jpg) repeat-x bottom;
}
.position_header {
color:#6086b1;
font-size:14px;
font-weight:bold;
padding-left:5px;
} 
.list_top {
height:29px;
background:url(/lf/T/1/images/list_top.gif) repeat-x;
border-left:1px solid #6e91b8;
border-right:1px solid #6e91b8;
}
.list_top_header {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.list_top_more {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
height:20px;
font-weight:bold;
}
.issue {
background: url(/lf/T/1/images/issue_ico.jpg) no-repeat;
padding-left:20px;
}
.stats {
background: url(/lf/T/1/images/stat.gif) no-repeat;
padding-left:20px;
}
.delUser {
background: url(/lf/T/1/images/del_user.gif) no-repeat;
padding-left:20px;
}
.delInfo {
background: url(/lf/T/1/images/delete.gif) no-repeat;
padding-left:20px;
}
.table_table {
border:1px solid #6e91b8;
background:#f8f9fb;
}
.online {
font-size:14px;
font-weight:bold;
}
.table_tx {
border:1px solid #6e91b8;
}
.table_tx_header {
	color: #6086b1;
	height:32px;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
	border-bottom:1px solid #6e91b8;
}
.table_tx_more {
padding:0 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.table_list_dataTable{
	border:0px solid #524C02;
	background-color:#6e91b8;
    padding:2px;
}

.table_list_dataTable td{
    padding-left:5px;
}

.table_td{
    background-color:#D6E8DF;
}
.table_td2{
    background-color:#ECF1EF;
}

.table_tdx{
    background-color:#DFD6E8;
}
.table_tdx2{
    background-color:#EFECF1;
}

.table_tdn{
    background-color:#E8D6E0;
}
.table_tdn2{
    background-color:#F1ECEE;
}

.tr_list_header {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 14px;
	letter-spacing:2px;	
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
/*课表*/
.tr_list_header_class_table {
  	color: #333333;
    height:40px;
	padding-top:2px;
	font-size: 20px;
	letter-spacing:2px;
	font-weight: bold;

	background:url(/lf/T/1/images/list_bg_class_table.jpg) repeat-x;
}

.tr_list_header2 {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 12px;
	letter-spacing:2px;	
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
.tr_list_body_style{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle; 
}

.tr_list_body{	
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_1{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
/*课表*/
.tr_list_body_class_table{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_class_table2{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:#F8C9C4;
}
.tr_list_body1{
	height: 25px;
	padding-top:2px;
	vertical-align:middle;
	color: #000000;
	
	
	}
.objText{
height:19px;
padding:4px 3px 0 3px;
background-color: #ffffff;
border:1px #A6A5AA solid;
}
.objText_readonly{
height:19px;
color: #666666;
padding:4px 3px 0 3px;
background-color:#F3F3F3;
border:1px #A6A5AA solid;
}
.objTextarea{
Overflow:auto;
padding:4px 3px 0 3px;
margin:6px 0;
background-color: #ffffff;
border: 1px #A6A5AA solid;
word-break:break-all;
}
.objBut{
height:20px;
color:#586878;
cursor:hand;
font-weight:bold;
padding:1px 5px 0 5px;
border:1px solid #A6A5AA;
background:url(/lf/T/1/image/objBut_bg.jpg) repeat-x;
}
.f_1 {
	font-size: 12px;
}
.tb_7 {
	border-right-width: 1pt;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4B2BD;
	border-bottom-color: #A4B2BD;
	border-left-color: #A4B2BD;
}

td{
    font:normal 12px verdana; 
}
.f_2 {
	font-color: #FF0000;
}

.f_red{
       color:red;
}

.f_blue{
       color:blue;
}

.f_green{
       color:green;
}

.td_over {
	height: 25px;
	background-color: #FCF9BD;
	font-size: 12px;
}html{ filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font-size: 12px;
	font-family: "宋体";
	color:#333333;
	Scrollbar-Face-Color:#FFFDFF;
	Scrollbar-Highlight-Color:#CECBCE;
	Scrollbar-Shadow-Color:#CECBCE;
	Scrollbar-3Dlight-Color:#DFEBFD;
	Scrollbar-Darkshadow-Color:#DFEBFD;
	Scrollbar-Arrow-Color:#CECBCE;
	Scrollbar-Track-Color:#ffffff;
	margin:0px;
	overflow:auto; 
	margin-left:3px;
	margin-right:3px;
 } 
form{
    margin:0px;
}

a:link {
  color: #333333;
  font-size:12px;
  text-decoration:none;
}
a:visited {
color: #333333;
font-size:12px;
text-decoration:none;
}
a:hover {
color: #ff0000;
font-size:12px;
text-decoration:underline;
} 
a.ahref:link {
  color: red;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
a.ahref:visited {
 color: #333333;
 font-size:12px;
 text-decoration:none;
} 
.ahref_visited{
  color: #333333;
  font-size:12px;
  text-decoration:none;
} 
a.gray:link,a.gray:visited{
   color:gray;
   font-size:12px;
   font-weight:soid;
   text-decoration:none;
}

a.gray:hover {
color: gray;
font-size:12px;
font-weight:soid;
text-decoration:underline;
}

a.blue:link,a.blue:visited {
color:#000099;
text-decoration:none;
}

a.blue:hover {
color:#000099;
text-decoration:underline;
}

a.red:link,a.red:visited {
color:red;
text-decoration:none;
}

a.red:hover {
color:red;
text-decoration:underline;
}

a.green:link,a.green:visited {
color:green;
text-decoration:none;
}

a.green:hover {
color:green;
text-decoration:underline;
}

img{ 
border:0px;
}
.red {
color:#FF0000;
} 
.position {
height:37px;
background:url(/lf/T/1/images/position_bg.jpg) repeat-x bottom;
}
.position_header {
color:#6086b1;
font-size:14px;
font-weight:bold;
padding-left:5px;
} 
.list_top {
height:29px;
background:url(/lf/T/1/images/list_top.gif) repeat-x;
border-left:1px solid #6e91b8;
border-right:1px solid #6e91b8;
}
.list_top_header {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.list_top_more {
padding:5px 0 0 10px;
font-size:14px;
color:#6086b1;
height:20px;
font-weight:bold;
}
.issue {
background: url(/lf/T/1/images/issue_ico.jpg) no-repeat;
padding-left:20px;
}
.stats {
background: url(/lf/T/1/images/stat.gif) no-repeat;
padding-left:20px;
}
.delUser {
background: url(/lf/T/1/images/del_user.gif) no-repeat;
padding-left:20px;
}
.delInfo {
background: url(/lf/T/1/images/delete.gif) no-repeat;
padding-left:20px;
}
.table_table {
border:1px solid #6e91b8;
background:#f8f9fb;
}
.online {
font-size:14px;
font-weight:bold;
}
.table_tx {
border:1px solid #6e91b8;
}
.table_tx_header {
	color: #6086b1;
	height:32px;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
	border-bottom:1px solid #6e91b8;
}
.table_tx_more {
padding:0 0 0 10px;
font-size:14px;
color:#6086b1;
font-weight:bold;
}
.table_list_dataTable{
	border:0px solid #524C02;
	background-color:#6e91b8;
    padding:2px;
}

.table_list_dataTable td{
    padding-left:5px;
}

.table_td{
    background-color:#D6E8DF;
}
.table_td2{
    background-color:#ECF1EF;
}

.table_tdx{
    background-color:#DFD6E8;
}
.table_tdx2{
    background-color:#EFECF1;
}

.table_tdn{
    background-color:#E8D6E0;
}
.table_tdn2{
    background-color:#F1ECEE;
}

.tr_list_header {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 14px;
	letter-spacing:2px;	
	font-weight: bold;
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
/*课表*/
.tr_list_header_class_table {
  	color: #333333;
    height:40px;
	padding-top:2px;
	font-size: 20px;
	letter-spacing:2px;
	font-weight: bold;

	background:url(/lf/T/1/images/list_bg_class_table.jpg) repeat-x;
}

.tr_list_header2 {
	color: #333333;
	height:30px;
	padding-top:2px;
	font-size: 12px;
	letter-spacing:2px;	
	background:url(/lf/T/1/images/list_bg.jpg) repeat-x;
}
.tr_list_body_style{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle; 
}

.tr_list_body{	
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_1{
	height: 25px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
/*课表*/
.tr_list_body_class_table{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:expression((this.sectionRowIndex%2==0)?"#F7F7F7":"#FFFFFF");
	star : expression(onmouseover=function() {this.style.backgroundColor="#F4F7FF"},onmouseout=function(){if(this.sectionRowIndex%2==0){this.style.backgroundColor="#F7F7F7";}else{this.style.backgroundColor="#ffffff";}});
}
.tr_list_body_class_table2{
	height: 35px;
	color: #000000;
	padding-top:2px;
	vertical-align:middle;
	background-color:#F8C9C4;
}
.tr_list_body1{
	height: 25px;
	padding-top:2px;
	vertical-align:middle;
	color: #000000;
	
	
	}
.objText{
height:19px;
padding:4px 3px 0 3px;
background-color: #ffffff;
border:1px #A6A5AA solid;
}
.objText_readonly{
height:19px;
color: #666666;
padding:4px 3px 0 3px;
background-color:#F3F3F3;
border:1px #A6A5AA solid;
}
.objTextarea{
Overflow:auto;
padding:4px 3px 0 3px;
margin:6px 0;
background-color: #ffffff;
border: 1px #A6A5AA solid;
word-break:break-all;
}
.objBut{
height:20px;
color:#586878;
cursor:hand;
font-weight:bold;
padding:1px 5px 0 5px;
border:1px solid #A6A5AA;
background:url(/lf/T/1/image/objBut_bg.jpg) repeat-x;
}
.f_1 {
	font-size: 12px;
}
.tb_7 {
	border-right-width: 1pt;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A4B2BD;
	border-bottom-color: #A4B2BD;
	border-left-color: #A4B2BD;
}

td{
    font:normal 12px verdana; 
}
.f_2 {
	font-color: #FF0000;
}

.f_red{
       color:red;
}

.f_blue{
       color:blue;
}

.f_green{
       color:green;
}

.td_over {
	height: 25px;
	background-color: #FCF9BD;
	font-size: 12px;
}

