﻿.bar{
	BACKGROUND-COLOR: E6E9F4;
	FONT-SIZE: 12px;
	font-family:宋体;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	width:100%	
}

.font-bold{
	font-weight: bold
}

.font-must{
	font-weight:bold;
    font-family:宋体;
	FONT-SIZE:12;
	color:red;
}
.font-alert{
    font-family:宋体;
	FONT-SIZE:12;
	color:#336609;
}
font{
	font-weight:bold;
    font-family:宋体;
	FONT-SIZE:12;
}

.selectbox{
	width:156px;
}

.table-color{
	BACKGROUND-COLOR: #B9C6EF;
	FONT-SIZE: 12px;
	font-family:宋体;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width:100%
}

.table-color1{
	BACKGROUND-COLOR: #B9C6EF;
	FONT-SIZE: 14px;
	font-family:宋体;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width:100%
}

caption{
	height:30px;
	font-size: 12px;
	font-family:宋体;
    color:FFFEF8;
	background-color:#7CA3FF;
	border:1px solid #FFFEF8;
}

.caption{
	height:30px;	
	font-size: 12px;
	font-family:宋体;
    color:FFFEF8;
	background-color:#7CA3FF;
	border:1px solid #FFFEF8;
}


.tr-color-head{
	font-size: 14px;
	font-family:"宋体";
    color:336699;
	background-color:#E3E9F7;
	border:1px solid #B9C6EF;
}
.tr-color-body{
	font-size: 14px;
	font-family:"宋体";
    color:black;
	background-color:#ffffff;
	border:1px solid #B9C6EF;
}

tr{
	font-size: 14px;
	font-family:"宋体";
    color:black;
	background-color:#ffffff;
	border:1px solid #B9C6EF;
}

th{
	text-align:left;
}
.tr-color-foot{
	font-size: 12px;
	font-family:宋体;
    color:black;
	background-color:#ffffff;
	border:1px solid #B9C6EF;
}

.textarea-big{
	width:500px;
	height:300px;
	font-size: 13px;
	font-family:宋体;	
}

.text-long{
	width:200px;
	font-size: 13px;
	font-family:宋体;	
}

.text-long-500{
	width:500px;
	font-size: 13px;
	font-family:宋体;	
}

.text{
	BORDER-LEFT: #bbbbbb 1px solid;
	BORDER-TOP: #bbbbbb 1px solid;
	BORDER-BOTTOM: #bbbbbb 1px solid;
	BORDER-RIGHT: #bbbbbb 1px solid;
	background-Color:#FFFFFF;
	width:100%;
	height:80px;
	overflow:auto;
	font-size: 13px;
	font-family:宋体;	
}
.textare{
	BORDER-LEFT: #bbbbbb 1px solid;
	BORDER-TOP: #bbbbbb 1px solid;
	BORDER-BOTTOM: #bbbbbb 1px solid;
	BORDER-RIGHT: #bbbbbb 1px solid;
	background-Color:#FFFFFF;
	width:100%;
	height:160px;
	overflow:auto;
	font-size: 13px;
	font-family:宋体;	
}

.select {
	width:150;
}
body{
	padding: 0;
	margin:0;
	margin-left:6px;
	margin-right:1px;
}

td{
	white-space:nowrap;
}

img{
	vertical-align:middle;

}

form{
	font-family:宋体;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	BORDER-BOTTOM: #ffffff 0px solid;
	BORDER-RIGHT: #ffffff 0px solid;
	padding: 0;
	margin:0
}

.button {
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #E0EEE0 1px solid;
	BORDER-TOP: #E0EEE0 1px solid;
	BORDER-BOTTOM: #5687B7 1px solid;
	BORDER-RIGHT: #5687B7 1px solid;
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;

}
.button-modify {
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #E0EEE0 1px solid;
	BORDER-TOP: #E0EEE0 1px solid;
	BORDER-BOTTOM: #5687B7 1px solid;
	BORDER-RIGHT: #5687B7 1px solid;
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;
	star : expression(

      (onclick=function(){
				var agree=confirm("提示：请您确认确实需要修改！");
				if (agree)
					return true ;
				else
					return false ;
 	            }
      )
   )
}
.btn{
	font-family : "Arial","Tahoma","????";
	font-size: 12px;
	background-color: white;
	border: 1px solid #053005;
}
.line{
	font-family : "Arial","Tahoma","????";
	font-size: 12px;
	background-color: white;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: #053005 1px solid; 
}
.delete {
	star : expression(
      (onclick=function(){
      			var msg="警告！您确认真的要删除么？";
				var agree=confirm(msg);
				if (agree)
					return true ;
				else
					return false ;
 	            }
      )
   )
}
.button-delete {
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #E0EEE0 1px solid;
	BORDER-TOP: #E0EEE0 1px solid;
	BORDER-BOTTOM: #5687B7 1px solid;
	BORDER-RIGHT: #5687B7 1px solid;
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;
	star : expression(

      (onclick=function(){
      			var msg="警告！您确认真的要删除么？";
				var agree=confirm(msg);
				if (agree)
					return true ;
				else
					return false ;
 	            }
      )
   )
}

.button-confirm {
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #E0EEE0 1px solid;
	BORDER-TOP: #E0EEE0 1px solid;
	BORDER-BOTTOM: #5687B7 1px solid;
	BORDER-RIGHT: #5687B7 1px solid;
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;
	star : expression(

      (onclick=function(){
				var agree=confirm("提示：您确认此操作么？");
				
				if (agree)
					return true ;
				else
					return false ;
 	            }
      )
   )
}

.button-mouse-over{
	CURSOR:HAND;
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #5687B7 1px solid;
	BORDER-TOP: #5687B7 1px solid;
	
	BORDER-BOTTOM: #E0EEE0 1px solid;
	BORDER-RIGHT: #E0EEE0 1px solid;
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;
}
.button-mouse-out{
	FONT-FAMILY: "宋体????";
	BORDER-LEFT: #E0EEE0 1px solid;
	BORDER-TOP: #E0EEE0 1px solid;
	
	BORDER-BOTTOM: #5687B7 1px solid;
	BORDER-RIGHT: #5687B7 1px solid;
	
	FONT-SIZE: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:2px	
	height:60px;
	width:60px;
	text-align:center;
	background-Color:#E9F2F8;
	white-space:nowrap;
}

hr{
	size:1;
	color:B9C6EF
}


A:link {  font-size: 14px; TEXT-DECORATION: none;color:#0C14B0;font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体????"}
A:visited {  font-size: 12px;TEXT-DECORATION: none;color:#0C14B0;font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体????"}
A:active {  font-size: 12px;TEXT-DECORATION: none;color:#0F17C5;font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体????"}
A:hover {  font-size: 12px; color:#0F17C5 ; font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "????宋体"}

A.class2:link {  font-size: 12px; TEXT-DECORATION: none;color:#234323}
A.class2:visited {  font-size: 12px;TEXT-DECORATION: none}
A.class2:active {  font-size: 12px;TEXT-DECORATION: none}
A.class2:hover {  font-size: 12px; color:#234323;  font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "宋体????"}

td-usergroup-logo{
	width:100px;
	height:100px;
	background-repeat: no-repeat;

}



/* 信息提示框 */
.msg-box {
	margin: 5px 2px;
	padding:5px;
	border: 1px solid #CCC;
	color: red
}

.only-chinese{
	star : expression(
	  (
	  onkeypress=function onlychinese() 
		{
		if ((window.event.keyCode >=32) && (window.event.keyCode <= 126)) 
		{
			window.event.keyCode = 0 ;
			alert("提示：只能输入汉字！");
		}
		} 
	  )
	)	
}



.only-number {
	star : expression(
	  (
	  onkeypress=function JHshNumberText()
			{			
			//45:-号			
			//46:.号			
			if ( !(((window.event.keyCode >= 48) && (window.event.keyCode <= 57)) 
				|| (window.event.keyCode == 13) || (window.event.keyCode == 46) 
				|| (window.event.keyCode == 45)))
				{
					window.event.keyCode = 0 ;
					alert("提示：只能输入数字");
					return false;
				}
			} 
  	  )
   )	
}

.only-money {
	star : expression(
	  (
	  onkeypress=function JHshNumberText()
			{			
			//45:-号

			//46:.号

			if ( !(((window.event.keyCode >= 48) && (window.event.keyCode <= 57)) 
				|| (window.event.keyCode == 13) || (window.event.keyCode == 46) 
				|| (window.event.keyCode == 45)))
				{
					window.event.keyCode = 0 ;
					alert("提示：只能输入数字和小数点");
					return false;
				}
			} 
  	  )
   )	
}

.only-email {

}


li {list-style: url(/newplat/images/arrow_orange.gif);}
.li-arrow-green {list-style: url(/newplat/images/arrow_green.gif);}

.unit-title-studyed{
	text-align:center;
	background-Color:#E9F2F8;
}
.unit-title-studying{
	text-align:center;
	background-Color:#F76F40;
}
.unit-title-studyno{
	text-align:center;
	background-Color:#FFFFFF;
}


	  (
	  onmouseover=function(){
                  this.className="button-mouse-over"
                  }
  	  ),
 	  (onmouseout=function(){
 	              this.className="button-mouse-out"
 	              }
      ),
