@CHARSET "UTF-8";

.signup					{background-image:url(icons/01.png);}
.02						{background-image:url(icons/02.png);}
.course					{background-image:url(icons/03.png);}
.diray					{background-image:url(icons/04.png);}
.05		 				{background-image:url(icons/05.png);}
.06	 					{background-image:url(icons/06.png);}
.07						{background-image:url(icons/07.png);}
.tuition				{background-image:url(icons/08.png);}
.import					{background-image:url(icons/09.png);}
.10						{background-image:url(icons/10.png);}
.student				{background-image:url(icons/11.png);}
.system					{background-image:url(icons/12.png);}
.dataTotal				{background-image:url(icons/13.png);}
.operLog				{background-image:url(icons/14.png);}

.edit_owner 			{background-image:url(icons/edit_owner.png);}
.find 					{background-image:url(icons/find.png);}
.help 					{background-image:url(icons/help.png);}
.lock_open	 			{background-image:url(icons/lock_open.png);}
.lock	 				{background-image:url(icons/lock.png);}
.logIcon	 			{background-image:url(icons/logIcon.png);}
.password 				{background-image:url(icons/password.png);}
.signout 				{background-image:url(icons/signout.png);}
.user_add 				{background-image:url(icons/user_add.gif);}
.user_edit 				{background-image:url(icons/user_edit.png);}

.panelBodyColorCls1{
	background-color: #73cff1;
}
.panelBodyColorCls2{
	background-color: #31a1cf;
}
.panelBodyColorCls3{
	background-color: #3d4153;
}
.panelBodyColorCls4{
	background-color: #ffffff;
}

.panelBodyCls1{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.panelBodyCls2{
	-moz-border-radius: 25px 25px 0px 0px;      /* Gecko browsers */
    -webkit-border-radius: 25px 25px 0px 0px;   /* Webkit browsers */
    border-radius:25px 25px 0px 0px;            /* W3C syntax */
}
.panelBodyCls3{
	-moz-border-radius: 15px 0px 0px 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px 0px 0px 15px;   /* Webkit browsers */
    border-radius:15px 0px 0px 15px;            /* W3C syntax */
}

.fontColorCls1{
	color:#ff0000
}
.labelAlignCls{
	text-align:center;
}
.labelFontCls1{
	font-size: 15px;
	font-family: "微软雅黑";
}
.labelFontCls2{
	font-size: 18px;
	font-family: "微软雅黑";
}
.labelFontCls3{
	font-size: 20px;
	font-family: "微软雅黑";
}
.labelFontCls4{
	font-size: 14px;
	font-style:italic;
	font-family: "微软雅黑";
}

.buttonWHCls1{
	width:233px;
	height:42px;
	padding:0px;
	margin:0px;
}
.buttonWHCls2{
	width:80px;
	height:32px;
}
.buttonWHCls3{
	width:80px;
	height:22px;
}
.buttonColorCls1{
	/*background-color: #f7b756;*/
	background-color: #3d4153;
}
.buttonColorCls2{
	background-color: #c9f1ff;
}
.buttonColorCls3{
	background-color: #0acbfb;
}
.buttonCls1{
	border: 0px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.buttonCls2{
	border: 0px;
	font-family: "微软雅黑";
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.buttonCls3{
	border: 0px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	-moz-border-radius: 55px 0px 0px 55px;      /* Gecko browsers */
    -webkit-border-radius: 55px 0px 0px 55px;   /* Webkit browsers */
    border-radius: 55px 0px 0px 55px;           /* W3C syntax */
}
.buttonCls4{
	border: 0px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	-moz-border-radius: 0px 55px 55px 0px;      /* Gecko browsers */
    -webkit-border-radius: 0px 55px 55px 0px;   /* Webkit browsers */
    border-radius: 0px 55px 55px 0px;           /* W3C syntax */
}


