﻿/** 

【应用样式库】

CSS技巧：
	- width=100%时，不能设置padding，否则撑破父容器
	- 拒绝hacks
	- lightblue=#add8e6
	- 客户CSS全部小写

压缩CSS工具:	http://developer.yahoo.com/yui/compressor/

**/




/****************************************************************
 *
 *	悄悄话
 *
 ***************************************************************/
.divMod {
    width: 100%;
    margin-top: 10px;
}

.triangle {
    display: block;
    overflow: hidden;
    border-bottom: 6px solid #ebeeef;
    border-top: 6px solid #ebeeef;
    border-left: none;
    border-right: 8px solid #fff;
}


.lefter {
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 7px;
}

.righter {
    font-family: "Microsoft YaHei";
    font-size: 1rem;
    text-align: left;
    height: auto;
    background-color: #fff;
    padding: 7px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.middle {
    float: left;
    width: 8px;
    margin-left: 6px;
    /*position: relative;*/
    margin-top: 15px;
}

.Rrighter {
    font-family: "Microsoft YaHei";
    font-size: 1rem;
    text-align: left;
    height: auto;
    width: auto;
    background-color: #9eea6a;
    padding: 7px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.Rlefter {
    height: 40px;
    width: 40px;
    float: right;
    margin-right: 7px;
}

.Rmiddle {
    float: right;
    width: 8px;
    margin-right: 6px;
    /*position: relative;*/
    margin-top: 15px;
}

.Rtriangle {
    display: block;
    overflow: hidden;
    border-bottom: 6px solid #ebeeef;
    border-top: 6px solid #ebeeef;
    border-right: none;
    border-left: 8px solid #9eea6a;
}

.DivDateTime {
    font-family: "Microsoft YaHei";
    font-size: 0.7rem;
    margin: 0px auto;
    margin-bottom: 5px;
    color: #FFF;
    background-color: #d3d3d3;
    width: 100px;
    text-align: center;
    border-radius: 3px;
}

.DivDateTimeR {
    font-family: "Microsoft YaHei";
    font-size: 0.7rem;
    margin: 0px auto;
    margin-bottom: 5px;
    color: #FFF;
    background-color: #d3d3d3;
    width: auto;
    height: 42px;
    text-align: center;
    border-radius: 3px;
}

.DivBackgColor {
    width: 100%;
    height: 100%;
    background-color: #ebeeef;
}

.SystemDivContent {
    font-family: "Microsoft YaHei";
    font-size: 1rem;
}


.RDivRighterParent {
    height: auto;
    width: auto;
    margin-right: 54px;
    margin-left: 10px;
    padding: 5px;
    text-align: right;
}

.LDivRighterParent {
    height: auto;
    margin-right: 10px;
    margin-left: 54px;
    padding: 5px;
    text-align: left;
}

/**qfd 2016年8月17日11:39:00 系统消息对话框样式*/
.SystemDivContent {
    margin: 0px auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 15px;
}

.SystemDivTileTop {
}

.SystemDivContentText {
    text-align: left;
    background-color: #fff;
    padding-top: 1px;
    border-radius: 5px;
}

.SystemDivBottom {
}

.SystemDiv {
    padding-left: 10px;
    padding-right: 10px;
}

.SystemDivContentTxtSpan {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 1rem;
    color: darkgray;
}

.imgCorner {
    display: block;
    background: #f00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 68px;
    /*right:0px;*/
    position: absolute;
}

.imgCornerWeb {
    display: block;
    background: #f00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /*top:15px;*/
    left: 34px;
    /*right:0px;*/
    position: relative;
    z-index: 3;
}



/*消息 WEB 样式*/
.Web_weui-panel__hd {
    width: 360px;
    height: 800px;
    overflow-x: hidden;
    cursor: pointer;
    overflow-y: auto;
    background-color: #eaeaea;
    vertical-align: top;
}

.Web_Weui_panel_R {
    cursor: pointer;
    border-left: solid 1px #b0b0b0;
    background-color: #f5f5f5;
    vertical-align: top;
    height: 800px;
}

.Web_weui-media-box {
    width: auto;
    height: 70px;
    white-space: nowrap;
    padding: 5px;
    overflow-x: hidden;
}

.Web_weui_img_left {
    float: left;
    text-align: left;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.Web_weui_Title_Text {
    float: left;
    text-align: left;
    width: 180px;
    padding-left: 15px;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Web_weui_Time {
    float: right;
    width: 120px;
    display: inline-block;
    font-size: 0.7rem;
    color: gray;
}

.Web_weui-media-box__title {
    padding-bottom: 3px;
}

.Web_weui-media-box__desc {
    color: gray;
    font-size: 1rem;
    padding-top: 3px;
}



.Web_Small_Userlist {
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}

.Web_Small_DivText {
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

.Mobile_Small_DivText {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

.Web_Userlist_Div {
    float: left;
    width: 100%;
}

.Mobile_Userlist_Div {
    float: left;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
    background-color: #fff;
}

.WebUserlist_Div {
    float: left;
    width: 100%;
    background-color: #eaeaea;
}

.Webtriangle {
    display: block;
    overflow: hidden;
    border-bottom: 6px solid #f5f5f5;
    border-top: 6px solid #f5f5f5;
    border-left: none;
    border-right: 8px solid #fff;
}

.Web_Contacts_List {
    width: auto;
    margin-top: 5px;
    padding: 5px 5px 5px 15px;
    text-align: left;
    color: #818181;
    background-color: #e0e0e0;
}

.Mobile_Contacts_List {
    background-color: #e0e0e0;
    height: 21px;
    float: left;
    width: 100%;
    color: #818181;
    padding-left: 15px;
    padding-top: 3px;
}

.Web_SmallTalk_Message {
    cursor: pointer;
    background-image: url(/iKidsIcons/selected_message.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.Web_SmallTalk_Contacts {
    cursor: pointer;
    background-image: url(/iKidsIcons/contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center center;
}
/**********************************************************/

/****************************************************************
 *
 *	游戏化绩效
 *
 ***************************************************************/
.gameLife50{
	height:25px;padding-left:30px;line-height:25px;text-align:left;
	background-image:url(/iKidsIcons/gameLife50.png);background-position:-10px center;background-repeat:no-repeat;}

.gameExp50{
	height:25px;padding-left:30px;line-height:25px;text-align:left;
	background-image:url(/iKidsIcons/gameExperience50.png);background-position:-10px center;background-repeat:no-repeat;}

.gameMagic50{
	height:25px;padding-left:30px;line-height:25px;text-align:left;
	background-image:url(/iKidsIcons/gameMagic50.png);background-position:-10px center;background-repeat:no-repeat;}


/****************************************************************
 *
 *	School & ClassRoom: 机构、部门班组设置
 *
 ***************************************************************/
.schoolFuncTitle{text-align:center;color:white;background-color:#bbccbb;padding:2px;}
.ADKeyWordFilter{width:18.5%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;float:left;margin:1px;padding:1px;background-color:#eeeeff;border:solid #ddcccc 1px;}

.examCourse{display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;cursor:pointer;color:#0000ff;margin-left:2px;white-space:nowrap;border-left:solid #f0f0f0 1px;border-top:solid #f0f0f0 1px;border-right:solid gray 1px;border-bottom:solid gray 1px;background:#fafafa;padding:2px 2px 2px 13px;text-align:left;float:left;background-image:url(/iKidsIcons/Tips.gif);background-position:left center;background-repeat:no-repeat;}

/* ClassRoom */
.TableClassDialog{width:auto;background-color:#fafafa;border-left:solid #add8e6 1px;border-right:solid #add8e6 1px;border-top:solid #add8e6 3px;border-bottom:solid #add8e6 3px;color:#333333;padding-bottom:5px;}

/* UpdatePersonalPhotos */
.selPhoto{width:auto;height:300px;overflow-y:scroll; overflow-x:hidden; text-align:center;}


/****************************************************************
 *
 *	ForgetPassword: 忘记密码
 *
 ***************************************************************/
.divEmail,.divMobile{width:auto;height:100px;padding:20px 2px 2px 110px;text-align:left;margin-top:20px;background-image:url(/iKidsIcons/bgForget.gif);background-repeat:no-repeat;}
.divEmail{background-position:0px 0px}
.divMobile{background-position:0px -200px}


/****************************************************************
 *
 *	iKidsBirthDay: 生日之星
 *
 ***************************************************************/
.birthDayStar{
	overflow:hidden;
	height:145px;
	padding-top:5px;
	text-align:center;}




/****************************************************************
 *
 *	WordLoad Analysis: 工作量分析
 *
 ***************************************************************/
.todayReport,.memberAna,.monthlyAna{width:auto;padding:2px;color:#000080;}
.todayReport{font-size:1.1rem;border-bottom:solid #add8e6 1px;}
.memberAna{background-color:#ffffaa;}
.monthlyAna{font-size:1.1rem;font-weight:bold;border-bottom:solid gray 1px;}

.memberAnaTitle,.memberAnaClass{width:200px;text-align:right;color:#333333;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;}
.memberAnaClass{cursor:pointer;}




/****************************************************************
 *
 *	SMSPlatform: 短信，群发信息
 *
 ***************************************************************/
.countT{color:#333333;width:150px;text-align:right;}/* Reports */
.countV{color:#ff6633;}


/****************************************************************
 *
 *	SmallTalk: 消息
 *
 ***************************************************************/
.stView{width:auto;overflow:auto;padding:2px;text-align:center;background-color:#f0f0f0;}
.stBody{width:auto;overflow-x:visible;height:auto;overflow-y:hidden;padding:2px;text-align:left;}



/****************************************************************
 *
 *	iKidsWish: 愿望盒子
 *
 ***************************************************************/
.divWishTitle{width:auto;height:60px;padding:2px 2px 2px 80px;color:#333333;text-align:left;background-image:url(/iKidsIcons/iconWishBoxClose.png);background-position:left center;background-repeat:no-repeat;}
.diviKidsWishBox,.diviKidsWishBoxNon,.diviKidsWishBoxOK{
	width:100px;min-height:150px;overflow-x:hidden;overflow-y:visible;padding:2px;
	cursor:pointer;float:left;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;
	background-position:center top;background-repeat:no-repeat;}
.diviKidsWishBox{background-image:url(/iKidsIcons/iconWish.png);}
.diviKidsWishBoxNon{background-image:url(/iKidsIcons/iconWishNon.png);}
.diviKidsWishBoxOK{background-image:url(/iKidsIcons/iconWishOK.png);}



/****************************************************************
 *
 *	ForumDisplay: 多层次论坛
 *
 ***************************************************************/
/* ForumDisplay */
.divForumDisplayTitle,.divForumDisplaySubject,.divForumDisplayFunction{width:100%;margin-top:5px;margin-bottom:5px}
.divForumDisplaySubject{border:#AEDAE5 1px solid;background-color:#E5F5F9;font-size:1.1rem;font-weight:bold;color:#FF9900;padding:2px;}
.divForumDisplayFunction{border-bottom:#AEDAE5 1px solid;}

.tableForumDisplayBody{color:black;padding:2px;border:#AEDAE5 1px solid}




/****************************************************************
 *
 *	SchooliKids: 教职员工
 *
 ***************************************************************/
.divSchooliKidsTitle{width:auto;color:#009999;font-size:1.2rem;font-weight:bold; color:#ff6633;padding:2px;border-bottom:solid #add8e6 5px;}
.halfFunc{width:48%;padding:2px;color:#0000ff;text-align:left;background-color:#F0F0F0;}
.divFullFunc{width:auto;float:left;padding:2px;margin-top:3px;border:solid #add8e6 1px;text-align:left;}
.tableSchooliKidsAdd{background-color:#eeeeee;}


.tableMemberList{text-align:center;}
.anchorAddNew{border-right:gray 1px solid;border-top:white 1px solid;width:100px;padding-top:2px;border-bottom:gray 1px solid;HEIGHT:22px;background-color:#cccccc;border-left:1px solid white}
.divPanelMemberDialog{width:auto;background-color:#eeeeee;border:solid #add8e6 1px;border-right:solid gray 1px;border-bottom:solid gray 1px;padding-bottom:5px;}
.divMemberTitle{width:auto;background-color:#add8e6;padding:5px;text-align:center;font-size:1rem;font-weight:bold;}



/****************************************************************
 *
 *	Schedule: 日程管理
 *
 ***************************************************************/
/* Schedule */
.scheduleHead{width:auto; height:20px; font-size:1.1rem;font-weight:bold; padding:5px 0px 0px 25px;background-color:#add8e6; text-align:left;background-image:url(/iKidsIcons/iconSchedule.gif);background-position:left center;background-repeat:no-repeat;}
.schedule{font-size:1rem;color:#000080;width:100%;text-align:center;margin-bottom:30px;border-bottom:dashed gray 1px;}
.timeLine{width:1500px;}
.timeBoard{width:auto;padding:2px;border:solid #A2BBDD 1px; background-color:#E8EEF7;overflow-x:scroll; overflow-y:auto;}

.timeSlotAM,.timeSlotPM{
	float:left;color:#A2BBDD;text-align:right;font-size:0.8rem;
	width:59px;height:24px;border-right:solid #A2BBDD 1px;border-bottom:solid #A2BBDD 1px;}
.timeSlotAM{background-color:#F9FFF8;}
.timeSlotPM{background-color:#D7DDE6;}

.secondzero{float:right;font-size:1.2rem;font-weight:bold;}
.hournumber{float:left;font-size:1rem;}

.alterWidthLeft,.alterWidthRight{
	width:20px;background-color:#add8e6;cursor:e-resize;background-image:url(/iKidsIcons/bgIconsH.png);background-repeat:no-repeat;}
.alterWidthLeft{background-position:0px center;}
.alterWidthRight{background-position:-20px center;}

.ScheMark0,.ScheMark1,.ScheMark2,.ScheMark3{
	cursor:pointer;
	height:60px;
	float:left;
	padding-top:10px;
	font-size:0.8rem;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	background-image:url(/iKidsIcons/bgMark.gif);
	background-repeat:repeat-x;}
.ScheMark0{background-position:0px 0px;border:solid gray 1px;background-color:#f0f0f0;}
.ScheMark1{background-position:0px -100px;border:solid #FF6600 1px;background-color:#FFAA99;}
.ScheMark2{background-position:0px -200px;border:solid blue 1px;background-color:#add8e6;}
.ScheMark3{background-position:0px -300px;border:solid #CC0099 1px;background-color:#FF99DD;}

.tipWeekly,.tipDaily,.tipClock,.tipAllDay,.tipInvite{
	background-color:#DDFFFF;
	margin-bottom:5px;
	height:40px;
	padding:8px 2px 2px 35px;
	white-space:nowrap;
	color:#32A0FF;font-size:1.2rem;font-weight:bold;text-align:left;
	background-position:2px center;background-repeat:no-repeat;}
.tipWeekly{background-image:url(/iKidsIcons/iconBookTip.png);}
.tipDaily{background-image:url(/iKidsIcons/iconCheck.png);}
.tipClock{background-image:url(/iKidsIcons/iconTimeEvent.png);}
.tipAllDay{background-image:url(/iKidsIcons/iconAllDayEvent.png);}
.tipInvite{background-image:url(/iKidsIcons/iconInvitation.png);}



/****************************************************************
 *
 *	WorkFlow & WorkFlowJob: 流程及任务管理
 *
 ***************************************************************/
/* WorkFlowManager */
.WFModuleList{width:100%;font-size:1rem;text-align:left;}

.WFMBlocks, .WFMBlock0, .WFMBlock1, .WFMBlock2, .WFMBlock3, .WFMBlock4, .WFMBlock5, .WFMBlock6, .WFMBlock7, .WFMBlock8 {
    min-height: 60px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: solid #10961B 1px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-radius: 4px;
}
.WFMBlocks{background-image:url(/iKidsIcons/wait.gif);background-color:#ff6633;}
.WFMBlock0 {
    background-image: url(/iKidsIcons/iconWorkFlowMine.gif);
    background-color: #CBF4A5;
}
.WFMBlock1 {
    background-image: url(/iKidsIcons/iconSendSMS.gif);
    background-color: #80FFFF;
}
.WFMBlock2 {
    background-image: url(/iKidsIcons/iconSurveyWrite.gif);
    background-color: #FFA060;
}
.WFMBlock3 {
    background-image: url(/iKidsIcons/iconWorkflowModule.gif);
    background-color: #FFA0F0;
}
.WFMBlock4 {
    background-image: url(/iKidsIcons/iconToDoList.gif);
    background-color: #F0F0C0;
}
.WFMBlock5 {
    background-image: url(/iKidsIcons/iconActivity.gif);
    background-color: #A0A0FF;
}
.WFMBlock6 {
    background-image: url(/iKidsIcons/iconWorkFlowMine.gif);
    background-color: #FFA000;
}
.WFMBlock7 {
    background-image: url(/iKidsIcons/iconWorkFlowPartner.gif);
    background-color: #A0A000;
}
.WFMBlock8 {
    background-image: url(/iKidsIcons/iconContractM.gif);
    background-color: #FF99FF;
}

/* WorkFlowJob Folder */
.jobfolder {position:relative;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;width:138px;height:148px;text-align:center;cursor:pointer;padding-top:20px;margin-right:10px;border-radius:10px;}
.jobfoldername, .jobfoldername0, .jobfoldernamef, .jobcount {padding:5px;text-align:center;filter:alpha(opacity=60);opacity:0.6;position:absolute;border-radius:10px;}
.jobfoldername, .jobfoldername0, .jobfoldernamef{color:white;width:118px;left:10px;top:118px;font-size:1rem;}
.jobfoldername{background-color:#3B5998;}
.jobfoldername0{background-color:purple;}
.jobfoldernamef{background-color:#ff3333;}
.jobcount {background-color:white;color:black;width:40px;left:49px;top:62px;font-size:1rem;font-weight:bold;}

.jobfolder0,.jobfolder1,.jobfolder2,.jobfolder3,.jobfolder4,.jobfolder5,.jobfolder6,.jobfolder7,.jobfolder8,.jobfolder9,.jobfolder10 {
    display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;width:128px;height:128px;
    background-image:url(/iKidsIcons/documentfolders.png);background-repeat:no-repeat;}
.jobfolder0 {background-position:0px 0px;}
.jobfolder1 {background-position:0px -128px;}
.jobfolder2 {background-position:0px -256px;}
.jobfolder3 {background-position:0px -384px;}
.jobfolder4 {background-position:0px -512px;}
.jobfolder5 {background-position:0px -640px;}
.jobfolder6 {background-position:0px -768px;}
.jobfolder7 {background-position:0px -896px;}
.jobfolder8 {background-position:0px -1024px;}
.jobfolder9 {background-position:0px -1152px;}
.jobfolder10 {background-position:0px -1280px;}

/* workflowjob */
.bglocked, .bgarchived, .bgsubmitted {
    background-position: center text-end;
    background-repeat: no-repeat;
    min-height:80px;
}
.bglocked {background-image:url(/iKidsIcons/bgLocked.png);}
.bgarchived {background-image:url(/iKidsIcons/bgArchived.png);}
.bgsubmitted {background-image:url(/iKidsIcons/bgSubmitted.png);}





/****************************************************************
 *
 *	Tips: 便笺
 *
 ***************************************************************/
.TipsY, .TipsB, .TipsG, .TipsP, .TipsW, .TipsYT, .TipsBT, .TipsGT, .TipsPT, .TipsWT {
    cursor: pointer;
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline;
    zoom: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    width: 80px;
    height: 60px;
    margin-right: 5px;
    padding-top: 30px;
    background-image: url(/iKidsIcons/bgIconsT.png);
    background-repeat: no-repeat;
}
.TipsB{background-position:center 0px;}
.TipsBT{background-position:center -100px;}
.TipsG{background-position:center -200px;}
.TipsGT{background-position:center -300px;}
.TipsP{background-position:center -400px;}
.TipsPT{background-position:center -500px;}
.TipsW{background-position:center -600px;}
.TipsWT{background-position:center -700px;}
.TipsY{background-position:center -800px;}
.TipsYT{background-position:center -900px;}

.TipsMine,.TipsShare,.TipsTransfer{
	font-size:1rem;height:20px;padding-left:22px;
	background-image:url(/iKidsIcons/bgIconsT.png);background-repeat:no-repeat;}
.TipsMine{background-position:center -1000px;}
.TipsShare{background-position:center -1100px;}
.TipsTransfer{background-position:center -1200px;}

.TipsHead,.viewBox,.JobBox{
	width:auto;height:auto;overflow:hidden;
	background-image:url(/iKidsIcons/bgIconsT.png);background-repeat:no-repeat;}
.TipsHead{padding-left:18px; text-align:left;
		  background-position:0px -1300px;}
.viewBox{padding-left:10px;margin-top:5px; margin-bottom:5px;border-bottom:solid gray 1px;
		 background-position:0px -1400px;}
.JobBox{height:20px;padding:5px 0px 0px 28px;font-size:1.1rem;font-weight:bold;color:Navy;background-color:#add8e6;
		background-position:0px -1500px;}









/****************************************************************
 *
 *	iKidsFolder: 文件柜功能
 *
 ***************************************************************/
.fileList,.iKidsAlbumO,.iKidsAlbumC,.folderInfo{
	background-image:url(/iKidsIcons/bgIconsFolder.png);background-repeat:no-repeat;
    border-radius:10px;position:relative;}
.fileList{
	width:auto;padding-left:25px;margin-bottom:20px;
	background-position:top left;background-repeat:no-repeat;}
.fileList{
	min-height:150px;border:solid #CCCCCC 1px;background-color:#FFFFFF;
	background-position:0px -800px;overflow-x:hidden;overflow-y:auto;}

.iKidsAlbumO,.iKidsAlbumC{
    display:inline-block;width:200px;line-height:20px;border-radius: 10px;
	text-align:center;cursor:pointer;white-space:nowrap;
    -o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;}
.iKidsAlbumO{background-position:center 0px;}
.iKidsAlbumC{background-position:center -100px;}

.folderInfo{
	width:auto;margin-bottom:5px;padding:2px 2px 2px 20px;overflow:auto;border:solid #FFEE66 1px;background-color:#FFFACE;
	background-position:0 -1350px;}


/****************************************************************
 *
 *	SalesAccount: 客户管理
 *
 ***************************************************************/
/* SalesAccount */
.salesList0,.salesList1,.salesList2,.salesList3,.salesList4,.salesList5,.salesList9,.salesStatus{
	width:auto; height:auto;overflow:auto;padding:6px 2px 2px 20px;text-align:left; 
	font-size:1.1rem;background-position:left center;background-repeat:no-repeat;}
.salesList0{background-image:url(/iKidsIcons/iconSalesAccount.gif);}
.salesList1{background-image:url(/iKidsIcons/iconHand16.png);}
.salesList2{background-image:url(/iKidsIcons/iconPaper16.png);}
.salesList3{background-image:url(/iKidsIcons/iconAlert16.png);}
.salesList4{background-image:url(/iKidsIcons/iconDollar16.gif);}
.salesList5{background-image:url(/iKidsIcons/iconSmallWishBox.png);}
.salesList9{background-image:url(/iKidsIcons/iconBadGray16.png);}
.salesStatus{padding-left:30px; background-image:url(/iKidsIcons/iconStatus.gif);}

.salesinput,.salesup,.salesdown,.salesnochange,.salesback,.saleslost{color:White;padding:1px;text-align:center;border-radius:10px;}
.salesup{background-color:green;}
.salesdown{background-color:red;}
.salesnochange{background-color:purple;}
.salesback{background-color:red;}
.saleslost{background-color:#333333;}
.salesinput{background-color:blue;}

.salesaccountname{font-size:1rem;}





/****************************************************************
 *
 *	SalesMember: 潜在用户管理
 *
 ***************************************************************/
/* SalesMember */
.salesMember0,.salesMember1,.salesMember2,.salesMember3,.salesMember4,.salesMember5,.salesMember9,.salesMemberFrom0,.salesMemberFrom1,.salesMemberFrom2,.salesMemberFrom3,.salesMemberFrom4,.salesMemberFrom5,.salesMemberFrom6,.salesMemberFrom7,.salesMemberFrom8,.salesMemberFromz{
	width:auto;padding:6px 2px 2px 20px;border-bottom:dashed gray 1px; text-align:left; font-size:1.1rem;
	background-image:url(/iKidsIcons/bgIconsSalesMember.png);background-repeat:no-repeat;background-position:left center;}
.salesMember0{background-position:0px 0px;}
.salesMember1{background-position:0px -100px;}
.salesMember2{background-position:0px -200px;}
.salesMember3{background-position:0px -300px;}
.salesMember4{background-position:0px -400px;}
.salesMember5{background-position:0px -500px;}
.salesMember9{background-position:0px -600px;}

.salesMemberFrom0{background-position:0px -700px;}
.salesMemberFrom1{background-position:0px -800px;}
.salesMemberFrom2{background-position:0px -900px;}
.salesMemberFrom3{background-position:0px -1000px;}
.salesMemberFrom4{background-position:0px -1100px;}
.salesMemberFrom5{background-position:0px -1200px;}
.salesMemberFrom6{background-position:0px -1300px;}
.salesMemberFrom7{background-position:0px -1400px;}
.salesMemberFrom8{background-position:0px -1500px;}
.salesMemberFromz{background-position:0px -1600px;}





/****************************************************************
 *
 *	Sales Call: 电话销售
 *
 ***************************************************************/
.ownershipp,.ownershipg,.telerror,.telbusy,.telanswer,.telkey,.teldelay,.teldelay,.telother{
	display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;
	min-height:18px;padding-left:22px;
	background-image:url(/iKidsIcons/bgTel.gif);background-repeat:no-repeat;}
.teldelay{background-position:-0px 0px;}
.teldelay{background-position:-0px -100px;}
.telkey{background-position:-0px -200px;}
.telbusy{background-position:-0px -300px;}
.telanswer{background-position:-0px -400px;}
.telerror{background-position:-0px -500px;}
.telother{background-position:-0px -600px;}
.ownershipg{background-position:-1000px -0px;}
.ownershipp{background-position:-1000px -100px;}







/****************************************************************
 *
 *	Report & Monitor: 成长档案与健康档案
 *
 ***************************************************************/
.star-left {
    margin-left: -10px;
    margin-top: 5px;
}

.star-center {
    margin-top: -5px;
}

.star-right {
    margin-right: -10px;
    margin-top: 5px;
}

/* Monitor */
.monitor{cursor:pointer;width:296px;height:296px;border:1px solid gray;margin:1px;}
.newrecord{width:auto;text-align:center;margin:1px;border:solid gray 1px;padding:1px}



/****************************************************************
 *
 *	Application: 申请，入学申请表、求职表
 *
 ***************************************************************/
.applicationTitle{width:auto;font-size:1.8rem;font-weight:bold;text-align:center;color:#666666;padding:5px;margin:20px 0px 20px 0px;}
.fontletter {letter-spacing: 5px;}


/****************************************************************
 *
 *	KindergartenCAE: 课程管理
 *
 ***************************************************************/
/* 原文背景 */
.originaltext {
    background: url(https://webcommon.oss-cn-hangzhou.aliyuncs.com/bgpics/bgOriginalText.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.newtext {
    background: url(https://webcommon.oss-cn-hangzhou.aliyuncs.com/bgpics/bgNewText.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.changetext {
    background: url(https://webcommon.oss-cn-hangzhou.aliyuncs.com/bgpics/bgChangeText.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.changelib {
    background: url(https://webcommon.oss-cn-hangzhou.aliyuncs.com/bgpics/bgChangeLib.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* CAE */
.CAEOK,.CAEWait,.CAEEmpty{border-radius:3px;text-align:center;padding:2px;border-top:solid gray 1px;float:left;margin-right:1px;margin-bottom:1px;}
.CAEOK{background-color:green;border:solid green 1px;color:white;}
.CAEWait{background-color:#ff6633;border:solid #ff6633 1px;color:white;}
.CAEEmpty{background-color:white;border:solid gray 1px;color:#333333;}

.spanCount{height:20px;background-color:#6666ff;border-right:solid gray 1px;border-bottom:solid gray 1px;color:white;text-align:center;}

.divCAEFunction{width:auto;background-color:#add8e6;padding:2px;border-bottom:solid #000080 1px;border-right:solid #000080 1px;margin-bottom:10px;}
.ActTitle{height:24px;font-size:1.2rem;font-weight:bold;color:#0000ff;padding-left:30px;background-image:url(/iKidsIcons/iconClassRoom.gif); background-position:left center; background-repeat:no-repeat;}
.spanActInfo{text-decoration:underline;}
.spanGroupName{font-size:1.1rem;color:#0000ff;}
.spanWeekEnd{color:#ff6633}
.divCAEGroup{color:black;background-color:#eeeeee;width:auto;padding:2px;text-decoration:underline;}
.spanTeachGroup{font-size:1.1rem;color:#000080;}

/* KindergartenCAEMonthlyPlanEdit */
.subCAE{text-align:center; font-weight:bold;}
.smallType{padding-left:20px;color:#000080;background-color:#eeeeff;font-size:1rem;background-image:url(/iKidsIcons/iconSmallType.gif);background-position:left center;background-repeat:no-repeat;}

.ActivityPlanView{cursor:pointer; width:144px; height:48px; float:left;background-image:url(/iKidsIcons/bgChangeView.gif);background-position:center center;background-repeat:no-repeat;}

/* LibEdit */
.searchTitle{background-color:#333333; color:White; font-weight:bold;}

/* KindergartenCAEActivityPlanAnalysis */
.Bar0,.Bar1,.Bar2,.Bar3,.Bar4,.Bar5{display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;height:16px;color:#000080;}
.Bar0{background-color:#ff3333}
.Bar1{background-color:#33ff33}
.Bar2{background-color:#3333ff}
.Bar3{background-color:#ff3399}
.Bar4{background-color:#33ff99}
.Bar5{background-color:#99ff33}

/* KindergartenCAEWeeklyPlanActivityPlanListEdit */
.week,.weekend{white-space:nowrap;text-align:center;overflow:hidden;}
.weekend{color:#ff6633;background-color:#FFBBBB;}

.tdWeekTitle{width:40px;white-space:nowrap;text-align:center;}
.tdActList{font-size:1rem;vertical-align:top;}

.caeComments{margin-bottom:5px;width:auto;padding:1px 1px 1px 20px;text-align:left;text-decoration:underline;color:blue;background-image:url(/iKidsIcons/iconChat.gif);background-position:left top; background-repeat:no-repeat;}
.caeECom{color:#0000ff;width:auto;text-align:left;border:solid 1px #add8e6;padding:2px;margin-bottom:5px;}

/* KindergartenCAEMonthly */
.divMonthWeek{
	width:auto;
	text-decoration:underline;
	font-size:1.1rem;font-weight:bold;
	color:#000080;
	background-image:url(/iKidsIcons/iconCalendarMonth.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 2px 2px 20px;}

.divAttach{
	width:auto;
	text-decoration:underline;
	font-size:1.1rem;font-weight:bold;
	color:#000080;
	background-image:url(/iKidsIcons/iconAttach.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 2px 2px 20px;}






/****************************************************************
 *
 *	iKidsSurvey: 评测与调查
 *
 ***************************************************************/
/* iKidsSurveyTemplateAutoResultAreaRefresh */
.divAreaResult{width:auto;overflow-x:hidden;overflow-y:visible; border-top:dashed #d0d0d0 1px; padding:2px; text-align:left;}

/* iKidssurvey Analysis */
.pause, .stop, .play{
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    background-color: #f0f0f0;
    background-image: url(/iKidsIcons/bgIconsSurvey.png);
    background-repeat: no-repeat;
}
.pause{background-position:left -300px;}
.stop{background-position:left -350px;}
.play{background-position:left -500px;}

.pausestatus,.stopstatus,.playstatus{
	text-align:left;padding-left:20px;
	background-image:url(/iKidsIcons/bgIconsSurvey.png);background-repeat:no-repeat;}
.pausestatus{background-position:left -300px;}
.stopstatus{background-position:left -350px;}
.playstatus{background-position:left -500px;}

/* SurveyEnter */
.surveyEnterSelected{color:blue;font-weight:bold;background-color:lightblue;}

.surveySub,.surveyRefreshSub{width:auto;height:auto;overflow-x:hidden;overflow-y:visible;padding:2px;margin-bottom:5px;text-align:center;color:#000080;}
.surveySub{font-weight:bold;font-size:1.2rem;border-bottom:dashed gray 1px;}
.surveyRefreshSub{font-size:1rem;border-bottom:solid gray 1px;}

.tipsResult{width:auto;text-align:left;margin-bottom:5px;}

.surveySel{width:auto;text-decoration:underline;font-weight:bold; font-size:1rem;padding:2px;color:#333333;}
.memberResultComments{width:auto;text-align:left;padding:2px;color:#333333;}

.enterArea{margin-top:10px;color:#333333;font-size:1.2rem;width:auto;height:auto;overflow-y:hidden;background-color:#f0f0f0;padding:5px;cursor:pointer;white-space:nowrap;overflow-x:auto;}
.itemCount{color:#333333;font-size:1rem;font-weight:normal;margin:0px 10px 0px 10px;}
.itemName{font-size:1.2rem;width:auto;padding-left:5px;border-left:solid #f0f0f0 5px;line-height:25px;text-align:left;}

.istyle0,.istyle3,.istyle4,.istyle5,.istyle6{cursor:pointer;}
.istyle0{width:auto;}
.istyle3{width:auto;}
.istyle4{width:auto;}
.istyle5{width:auto;}
.istyle6{width:auto;}

/* iKidsSurveyBachWork */
.surveybatchinfo{width:auto;height:100px;overflow-y:scroll;overflow-x:hidden;border:solid gray 1px;margin-bottom:5px;text-align:left;}

/* iKidsSurveyBatchWork */
div.uploadSComments{margin-bottom:2px;width:auto;padding:2px;color:#333333;line-height:20px;}
div.downloadReport{margin-bottom:2px;width:auto;padding:2px;color:#333333;line-height:20px;}


/* iKidsSurveyTemplate */
.spanSurveyTemplateTitle{float:left;padding:2px;background-color:#add8e6;color:white;font-size:0.8rem;}

.divAreaInfoTitleOpen,.divAreaInfoTitleClose{
	width:auto;overflow-x:hidden;overflow-y:visible;padding:2px 2px 2px 20px;text-align:left;cursor:pointer;
	background-image:url(/iKidsIcons/Arrows.gif);background-repeat:no-repeat;
}
.divAreaInfoTitleClose{background-position:0px 5px;}
.divAreaInfoTitleOpen{background-position:0px -45px;}

.spanAreaName{color:#ff6633;font-size:1.1rem;text-decoration:underline;cursor:pointer;float:left;}
.spanAreaNameNoFound{color:#333333;font-size:1.1rem;text-decoration:underline;cursor:pointer;float:left;}

.areaItemList{width:auto;overflow-x:hidden;overflow-y:visible;border-top:dashed #d0d0d0 1px;padding:5px;text-align:left;margin-top:5px;}





/****************************************************************
 *
 *	OnLineVoting: 海选投票
 *
 ***************************************************************/
/* OnLineVoting */
.votingNo{width:120px;font-size:2.3rem; font-weight:bold; color:Blue; text-align:center; vertical-align:top; border:solid text-primary 1px; background-color:#add8e6;}

.divNoticeAlert4Vote{
    width:auto;padding:2px 2px 2px 64px;background-repeat:no-repeat; background-position:left top;
    border:solid gray 1px; background-color:#efefef;background-image:url(/iKidsIcons/iconVoting.gif);
    }




/****************************************************************
 *
 *	Finance: 财务管理
 *
 ***************************************************************/
.financeBank,.financeCash,.financialAll,.financialAllOpen,.bankOther,.bankICBC,.bankABC,.bankBOC,.bankCCB,.bankCMB,.bankBright,.bankCOMM,.bankOtherOpen,.bankICBCOpen,.bankABCOpen,.bankBOCOpen,.bankCCBOpen,.bankCMBOpen,.bankBrightOpen,.bankCOMMOpen,.financialAll,.financialAllOpen,.financialCash,.financialCashOpen{
	display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;background-image:url(/iKidsIcons/bgFinance.png);background-repeat:no-repeat;}

.bankCOMM,.bankCOMMOpen,.financialCash,.financialCashOpen,.financialAll,.financialAllOpen,.bankOther,.bankICBC,.bankABC,.bankBOC,.bankCCB,.bankCMB,.bankBright,.bankOtherOpen,.bankICBCOpen,.bankABCOpen,.bankBOCOpen,.bankCCBOpen,.bankCMBOpen,.bankBrightOpen{
	width:120px;overflow:hidden;white-space:nowrap;height:40px;padding-top:54px;cursor:pointer;float:left;text-align:center;}
.bankCOMMOpen,.financialCashOpen,.financialAllOpen,.bankOtherOpen,.bankICBCOpen,.bankABCOpen,.bankBOCOpen,.bankCCBOpen,.bankCMBOpen,.bankBrightOpen{background-color:lightblue;}

.bankOther{background-position:center -900px;}
.bankICBC{background-position:center -1000px;}
.bankABC{background-position:center -1100px;}
.bankBOC{background-position:center -1200px;}
.bankCCB{background-position:center -1300px;}
.bankCMB{background-position:center -1400px;}
.bankBright{background-position:center -1500px;}
.bankCOMM{background-position:center -1800px;}

.bankOtherOpen{background-position:center -200px;}
.bankICBCOpen{background-position:center -300px;}
.bankABCOpen{background-position:center -400px;}
.bankBOCOpen{background-position:center -500px;}
.bankCCBOpen{background-position:center -600px;}
.bankCMBOpen{background-position:center -700px;}
.bankBrightOpen{background-position:center -800px;}
.bankCOMMOpen{background-position:center -1900px;}

.financialAll{background-position:center -1600px;}
.financialAllOpen{background-position:center -1700px;}

.financialCash{background-position:center -100px;}
.financialCashOpen{background-position:center -100px;}

.financeBank,.financeCash{width:16px;height:16px;}
.financeBank{background-position:0px 0px;}
.financeCash{background-position:0px -30px;}




/****************************************************************
 *
 *	ClassMates: 我爱我班
 *
 ***************************************************************/
.matesmore{width:auto;cursor:pointer;margin-top:2px;margin-bottom:2px;padding:2px;background-color:#F0F0F0;}

.classmate,.classmatemobile{
	margin: 1px;
	float: left;
	position: relative;
	display: inline;
	zoom: 1;
	overflow-x: hidden;
	white-space: nowrap;
	padding: 3px 0px;
	text-align: center;
    border-radius: 10px;
    cursor:pointer;
}
.classmate{height:175px;width:140px;}
.classmatemobile{height:125px;width:100px;}

.classlist{width:auto;height:auto;overflow-x:hidden;overflow-y:visible;padding:2px;border:1px solid gray;background-color:#99FFFF;}

.toclass,.tocmanager{display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;float:left;cursor:pointer;white-space:nowrap;margin:2px;color:#0000ff;border:1px solid #0000ff;padding:2px;background-color:#eeeeee;}
.toclass{background-color:#eeeeee;}
.tocmanager{background-color:#FFEE99}


/****************************************************************
 *
 *	MemberAttendance: 出勤宝
 *
 ***************************************************************/
.schoolbus,.weixin,.weixindisable{width:20px;height:16px;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;background-repeat:no-repeat;background-position:center center;}
.schoolbus{background-image:url(/iKidsIcons/iconSchoolBus.png);}
.weixin{background-image:url(/iKidsIcons/WeiXin20.png);}
.weixindisable{background-image:url(/iKidsIcons/WeiXin20dim.png);}



/****************************************************************
 *
 *	DashBoard: KPI看板
 *
 ***************************************************************/
/* 导航栏 */
.divNavigator{white-space:nowrap;width:auto;padding:2px;border:1px solid gray;background-color:#F0F0F0}

.dashboardtitle{width:auto;height:40px;line-height:30px;text-align:left;font-size:1.5rem;font-weight:bold;color:white;padding:5px;}

.dashboardbg,.dashboardbg0,
.dashboardbg5,.dashboardbg10,.dashboardbg15,.dashboardbg20,.dashboardbg25,.dashboardbg30,.dashboardbg35,.dashboardbg40,.dashboardbg45,.dashboardbg50,
.dashboardbg55,.dashboardbg60,.dashboardbg65,.dashboardbg70,.dashboardbg75,.dashboardbg80,.dashboardbg85,.dashboardbg90,.dashboardbg95,.dashboardbg100
{width:240px;height:120px;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;background-image:url(/iKidsIcons/bgDashBoard.png);background-repeat:no-repeat;}
.dashboardbg{background-position:0px 0px;}
.dashboardbg0{background-position:0px -120px;}
.dashboardbg5{background-position:0px -240px;}
.dashboardbg10{background-position:0px -360px;}
.dashboardbg15{background-position:0px -480px;}
.dashboardbg20{background-position:0px -600px;}
.dashboardbg25{background-position:0px -720px;}
.dashboardbg30{background-position:0px -840px;}
.dashboardbg35{background-position:0px -960px;}
.dashboardbg40{background-position:0px -1080px;}
.dashboardbg45{background-position:0px -1200px;}
.dashboardbg50{background-position:0px -1320px;}
.dashboardbg55{background-position:0px -1440px;}
.dashboardbg60{background-position:0px -1560px;}
.dashboardbg65{background-position:0px -1680px;}
.dashboardbg70{background-position:0px -1800px;}
.dashboardbg75{background-position:0px -1920px;}
.dashboardbg80{background-position:0px -2040px;}
.dashboardbg85{background-position:0px -2160px;}
.dashboardbg90{background-position:0px -2280px;}
.dashboardbg95{background-position:0px -2400px;}
.dashboardbg100{background-position:0px -2520px;}

.dashboardoveralltitle{width:auto;height:60px;color:white;font-size:1.1rem;line-height:23px;border-bottom:solid white 1px;}





/****************************************************************
 *
 *	iKidsAD: 广告服务
 *
 ***************************************************************/
.ADBox{margin-top:2px;overflow:hidden;text-align:center;}
.goAllAD{width:auto;height:20px;cursor:pointer;color:#333333;font-size:0.8rem; text-align:center; text-decoration:underline;padding:2px;}

.adInfo,.adSub,.adBody{width:auto;padding:2px;}
.adInfo{margin-bottom:5px;}
.adSub{height:20px;text-align:center;color:#000080;border-bottom:solid #add8e6 1px;font-size:1.2rem;font-weight:bold;}
.adBody{text-align:left;}




/****************************************************************
 *
 *	IC: 电子商务
 *
 ***************************************************************/
/* PayPage */
.divPayLog{width:auto;min-height:80px;background-image:url(https://img.alipay.com/pics/sys/index/logo.gif);background-position:top left;background-repeat:no-repeat;padding:10px 0px 0px 280px;}

.divStoreSelection{margin-left:10px;margin-bottom:30px;padding:2px;text-align:left;width:auto;}
.divKeyWord{width:100%;margin-top:5px;text-align:left;font-size:0.8rem;color:#333333;border-top:dashed #add8e6 1px;}
.spanKeyWord{color:#add8e6;text-align:right;}
.spanPVisited{color:#2989FF;font-size:1.2rem;font-weight:bold;}
.spanBuy{
	/* For Firefox  */
	width: auto;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FF701E;
	color: white;
	cursor: pointer;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FF701E),color-stop(1, #FFFFFF));/* For Safari and Chrome */
	}

.imgProduct{width:auto;border:none;cursor:pointer;border:solid gray 1px;margin-bottom:5px;}

.tdProductTitle,.tdProductLogInfo,.tdProductFunction{border-bottom:solid gray 1px;}
.tdProductTitle{width:200px;}
.tdProductLogInfo{color:#333333;text-align:left;width:480px;}
.tdProductFunction{text-align:right;width:120px;}

.divBrand,.divProductName,.divProductComments{width:auto;text-align:left;padding:5px;}
.divBrand{color:#333333;}
.divProductName{color:#333333;border-bottom:dashed gray 1px;font-size:1.2rem;font-weight:bold}

.spanDateStatus{color:#333333;float:left;padding-top:2px;}
.spanProductWelcome{margin-right:3px;color:#333333;float:left;padding-top:2px;}

/* After Buy */
.divAfterBuy{width:780px;min-height:335px;font-size:1.2rem;color:#ff3333;padding:80px 2px 2px 570px;background-color:white;text-align:left;background-image:url(/iKidsIcons/bgServiceCenter.png);background-position:top left;background-repeat:no-repeat;vertical-align:middle;}

/* IC Common Class */
.divProductPosition{width:auto;color:#333333;padding:2px;text-align:left;}

/* ICiKidsProductList */
.divProductColumn{width:100%;border-bottom:dashed gray 1px;}
.aPCol{margin-right:3px;}
.divFuncTitle{width:auto;padding:2px 2px 2px 20px;font-size:1.1rem;text-align:left;color:#000080;text-decoration:underline;background-image:url(/iKidsIcons/iconSearch.gif);background-position:left center;background-repeat:no-repeat;}

/* DBiKidsProduct */
.divProductImage{margin:2px;padding:2px;background-color:#FFFFFF;width:120px;height:auto;text-align:center;overflow:hidden;color:#333333;}
.divProductLabel{font-size:0.8rem;width:100%;text-align:center;overflow:hidden;}
.spanPrice{color:#333333;}

/* ICFirstPage */
.divICContent{float:left;width:69%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;}
.divICAD{float:right;width:30%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;background-color:#f0f0f0;vertical-align:top;}
.AllNoticeListBoxStyle{width:auto;overflow:hidden;border:solid #e0e0e0 1px;padding:2px;}
.AllNoticeListTitleStyle{width:auto;color:white;padding:5px;background-color:#e0e0e0;text-align:center;font-size:1.1rem;}
.AllNoticeListContentStyle{width:auto;padding:5px;white-space:nowrap;overflow-x:hidden;}

/* ICFunctionStorePage */
.divPList{width:auto;padding:2px;}

.divPBox{width:auto;margin-top:20px;padding:2px;padding-bottom:40px;text-align:left;background-image:url(/iKidsIcons/bgGrass.gif);background-position:bottom center;background-repeat:no-repeat;}
.divPImage{width:35%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;padding:2px;text-align:center;float:left;}
.divPDraft{width:64%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;padding:2px;text-align:left;float:right;}

.divSalonMallDraft{width:auto;padding:2px;text-align:left;}

.divStoreImage{width:90%;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;border-top:solid #eeeeee 1px;border-left:solid #eeeeee 1px;border-bottom:solid gray 1px;border-right:solid gray 1px;cursor:pointer;}
.aA2Favor{width:80px;height:20px;margin:2px;padding:2px;color:white;background-image:url(/iKidsIcons/iconA2Favorite.gif);cursor:pointer;}
.aA2ShoppingCart{width:80px;height:20px;margin:2px;padding:2px;color:white;background-image:url(/iKidsIcons/iconA2ShoppingCart.png);cursor:pointer;}

.spanSLTitle{font-weight:bold;color:#000080;text-decoration:underline;}
.aMClass{margin-left:5px;}

.aPName{font-size:1.2rem;font-weight:bold}

.divProductMaker{width:100%;text-align:left;padding-top:5px;color:#333333;}

.divPPrice{width:100%;margin-top:5px;padding-top:5px;color:#0000ff;text-align:left;font-size:1.1rem;border-top:dashed gray 1px;}

.spanCostDown,.spanListPrice,.spanMemberPrice,.spanPromotionPrice,.spanProductPeriod{color:#333333;font-size:1.1rem;}
.spanMemberPrice,.spanPromotionPrice,.spanProductPeriod{margin-left:5px;}

/* ProductPage & StorePage */
.divProductInsideTitle{font-weight:bold;font-size:1.1rem;text-align:left;padding:2px;color:#D3ED9D;text-decoration:underline;}
.divOutBox{padding:2px;margin:2px;width:100px;text-align:center;color:#333333;font-size:0.8rem;border:solid #D3ED9D 1px;overflow:hidden;}
.spanOutBox{color:#2989FF;font-size:1.2rem;font-weight:bold;}
.divBox{
	/* For Firefox  */
	width: auto;
	padding: 2px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #add8e6),color-stop(1, #FFFFFF));/* For Safari and Chrome */
	}

.tableProductInfo{width:100%;margin-bottom:5px;padding:2px;}

.divPCBBS,.divPCBestSell,.divPCRelateSell{width:auto;min-height:120px;border:solid #D3ED9D 1px;background-color:white;overflow-y:auto;overflow-x:hidden;margin-top:5px;padding:5px 5px 5px 30px;text-align:left;color:#333333;background-position:left top;background-repeat:no-repeat;}
.divPCBBS{background-image:url(/iKidsIcons/bgPCBBS.gif);}
.divPCBestSell{background-image:url(/iKidsIcons/bgPCBestSell.gif);}
.divPCRelateSell{background-image:url(/iKidsIcons/bgPCRelateSell.gif);}

.divProDraft,.divPComments,.divPHonor{width:auto;border:solid #D3ED9D 1px;background-color:white;overflow-y:visible;overflow-x:hidden;margin-top:5px;padding:5px;padding-left:30px;text-align:left;background-position:left top;background-repeat:no-repeat;}
.divProDraft{color:#333333;background-image:url(/iKidsIcons/bgDraft.gif);}
.divPComments{color:#333333;background-image:url(/iKidsIcons/bgComments.gif);}
.divPHonor{color:#ff6633;background-image:url(/iKidsIcons/iconHonor.gif);}

.tableProductPrice{color:#333333;}
.tableProductMail{width:100%;padding:2px;border:solid #D3ED9D 1px;color:#333333;background-image:url(/iKidsIcons/bgProductBuy.gif);background-position:left top;background-repeat:no-repeat;}

.tdMailType,.tdPromotePrice,.tdMemberPrice,.tdDownPrice{color:#0000ff;font-size:1.2rem;}
.tdListPrice{text-decoration:line-through;font-size:1.2rem;}

/* ICiKidsProductEdit */
.spanID{color:#333333;padding:2px 2px 2px 20px;background-color:#ff6633;color:white;}
.divPInfo{width:100%;text-align:left;color:#333333;}
.tableProductList{padding:2px;border:solid #6666aa 1px;}
.divProductList{width:100%;height:285px;overflow-x:hidden;overflow-y:auto;}

/* ProductEdit */
.tablePEdit{width:100%;color:#333333;}

/* iKidsAD */
.divAD4Rent{width:auto;text-align:center;font-size:1.1rem;color:#333333;}

/* iKidsSeller */
.tableSellerInfo{color:#333333;}



/* ICiKidsADPage */
.anchorCallBack{margin-left:5px;}

/* MyOrderStatus */
.oderList,.orderTitle{width:auto;padding:2px;}
.orderList{border:solid #add8e6 1px;margin-bottom:5px;text-align:left;}
.orderTitle{background-color:#add8e6;color:white;font-size:1.1rem;}




/****************************************************************
 *
 *	iKidsMySalon: 圈子
 *
 ***************************************************************/
/* iKidsMySalon */
.divFriendSetting{width:auto;padding:2px;background-color:#f0f0f0;text-align:left;}

.divSalonFamilyFuncBox,.divSalonFriendsFuncBox,.divSalonClassMatesFuncBox,.divSalonForumFuncBox,.divSalonMallFuncBox{width:auto;margin-top:3px;margin-bottom:30px;padding:1px 3px 1px 25px;border-bottom:solid #f0f0f0 1px;background-position:left top;background-repeat:no-repeat;}
.divSalonFamilyFuncBox{background-image:url(/iKidsIcons/iconFamilyGroup.gif);}
.divSalonFriendsFuncBox{background-image:url(/iKidsIcons/iconiKidsSalonFriends.gif);}
.divSalonClassMatesFuncBox{background-image:url(/iKidsIcons/iconOnCourse.gif);}
.divSalonForumFuncBox{background-image:url(/iKidsIcons/iconiKidsSalonTalk.gif);}
.divSalonMallFuncBox{background-image:url(/iKidsIcons/iconResume.gif);}

.divFriendNoticeAllTitle{width:auto;margin-top:3px;margin-bottom:3px;padding:0px 3px 3px 25px;border-bottom:solid #66C0C3 1px;background-image:url(/iKidsIcons/iconiKidsSalon.gif);background-position:left top;background-repeat:no-repeat;}

/* iKidsMySalon_Forum */
.spanSalonForumTitle{font-size:1.1rem;font-weight:bold;color:#333333;}
.divSalonForumContentBox{width:100%;overflow:hidden;text-align:left;}
.spanForumSetTop{font-size:1.1rem;font-weight:bold;color:#1A9990;text-decoration:underline;}
.tableForumItem{padding-top:5px;border:solid #ACD8D9 1px;margin-top:2px;margin-bottom:2px;color:#AD0303;}
.divPageBox{margin-bottom:3px;margin-top:3px;padding:2px;width:auto;border:solid #add8e6 1px;}
.spanForumDisplayTitle{font-size:1.1rem;font-weight:bold;width:100%;color:#1A9990;text-decoration:underline;}

/* iKidsMySalon_Forum_Submit */
.divForumSubmitStatus{font-size:1.1rem;width:auto;padding:5px;background-color:#BDE9EA;}
.divForumDetail{border:#ACD8D9 1px solid;color:#333333;padding:5px;width:auto;background-color:#F4FEFF;overflow:hidden;}
.divForumSubject{width:100%;text-align:left;color:#333333;}
.Icon20px{cursor:pointer;width:20px;height:20px;}
.divForumEmotion{width:auto;border:solid gray 1px;background-color:#FAFAFA;padding:2px;margin-top:2px;margin-bottom:2px;}
.divForumType{width:auto;border:solid gray 1px;background-color:#FAFAFA;padding:2px;margin-top:2px;margin-bottom:2px;}
.spanHandLeft{margin-right:3px;float:left;cursor:pointer;}
.divForumBodyTitle{width:auto;padding:2px;border-top:dashed 1px gray;text-align:left;}

.tableForumList{color:black;padding:2px;border:#AEDAE5 1px solid}
.divForumListSubject{margin-top:5px;margin-bottom:5px;border:#AEDAE5 1px solid;width:auto;background-color:#E5F5F9;font-size:1.1rem;font-weight:bold;color:#FF9900;padding:2px;}
.divForumListFunction{margin-top:5px;margin-bottom:5px;border-bottom:#AEDAE5 1px solid;width:100%;}





/****************************************************************
 *
 *	VideoOnLine: 宝宝在线视频直播
 *
 ***************************************************************/
.videoon,.videoclose,.videonopower{
	cursor:pointer;width:100px;height:100px;display:inline-block;
	background-image:url(/iKidsIcons/bgIconsV.png);background-repeat:no-repeat;}
.videoon{background-position:-0px 0px;}
.videoclose{background-position:-0px -600px;}
.videonopower{background-position:-0px -1200px;}

.volcamon,.volcampro,.volcamoff,.volcamupon,.volcamuppro,.volcamupoff,.volcamserveron,.volcamserverpro,.volcamserveroff{
	padding-left:24px;height:30px;min-height:30px; vertical-align:middle;background-image:url(/iKidsIcons/bgVCam.gif);background-repeat:no-repeat;
}
.volcamon{background-position:0px 0px;color:blue;}
.volcampro{background-position:0px -100px;color:green;}
.volcamoff{background-position:0px -200px;color:gray;}
.volcamupon{background-position:0px -300px;color:blue;}
.volcamuppro{background-position:0px -400px;color:green;}
.volcamupoff{background-position:0px -500px;color:gray;}
.volcamserveron{background-position:0px -600px;color:blue;}
.volcamserverpro{background-position:0px -700px;color:green;}
.volcamserveroff{background-position:0px -800px;color:gray;}







/****************************************************************
 *
 *	SchoolClassWebSite: 班级互动
 *
 ***************************************************************/
.classBG{
	float:left;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;position:relative;
	overflow: hidden;
	padding: 1px;margin: 0px 3px 3px 0px;
	white-space: nowrap;text-align: center;	height:180px;}

.classNoBG{float:left;display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;position:relative;
		   overflow:hidden;padding:1px;margin:0px 3px 3px 0px;
		   white-space:nowrap;text-align:center;height:160px;}

.framediv{position:relative;width:auto;clear:both;overflow-x:hidden;text-align:center;}

.classLog{border:none;width:95%;height:120px;border-radius: 10px;}

/* 班级互动页面的提示 */
.tipsbox{width:auto;overflow-x:hidden;overflow-y:auto;border:solid #FF3366 1px;margin-bottom:30px;}
.tipstitle{text-align:left;
	padding:2px;width: auto;height: auto;
	overflow-x: hidden;overflow-y: visible;
	color: white;text-align: left;
	font-weight: bold;font-size:1.2rem;
	background-color:#FF3366;}
.tipscontent{text-align:left;line-height:20px;
	padding:2px;width: auto;height: auto;
	overflow-x: hidden;overflow-y: visible;
	background-color:white;}






/****************************************************************
 *
 *	HeadLine And Picture Notice List: 头版头条
 *
 ***************************************************************/
.headline{position:relative;width:auto;height:auto;line-height:20px;text-align:left;overflow:hidden;}

.transimg{width:auto;text-align:center;white-space:nowrap;}
.focustext{width:100%;text-align:center;font-size:1rem;color:#333333;margin-top:3px;margin-bottom:3px;}




/****************************************************************
 *
 *	BBS: 留言簿
 *
 ***************************************************************/
/* BBS Pop  */
.tdbbspeaker{width:46px;vertical-align:bottom;}
.tdbbsdate{width:100px;vertical-align:bottom;padding:0px 2px 0px 2px;}

.bbscontent{background-color:White;}
.bbscontentreply{background-color:#CCFFFF;}

/*s*/
.bbslt,.bbsrt,.bbslb,.bbsrb{background-image:url(/iKidsIcons/popbbsup.gif);background-repeat:no-repeat;}
.bbslt{background-position:0px 0px;width:15px;height:10px;}
.bbsrt{background-position:-15px 0px;width:10px;}
.bbslb{background-position:0px -10px;height:10px;}
.bbsrb{background-position:-15px -10px;}

.bbslborder,.bbsrborder{background-image:url(/iKidsIcons/popbbsborderh.gif);background-repeat:repeat-y;}
.bbslborder{background-position:0px 0px;}
.bbsrborder{background-position:-15px 0px;}

.bbstborder,.bbsbborder{background-image:url(/iKidsIcons/popbbsborderv.gif);background-repeat:repeat-x;}
.bbstborder{background-position:0px 0px;}
.bbsbborder{background-position:0px -10px;}

/*r*/
.bbsltreply,.bbsrtreply,.bbslbreply,.bbsrbreply{background-image:url(/iKidsIcons/popbbsreplyup.gif);background-repeat:no-repeat;}
.bbsltreply{background-position:0px 0px;width:10px;height:10px;}
.bbsrtreply{background-position:-10px 0px;width:15px;}
.bbsrbreply{background-position:-10px -10px;height:10px;}
.bbslbreply{background-position:0px -10px;}

.bbslborderreply,.bbsrborderreply{background-image:url(/iKidsIcons/popbbsborderhreply.gif);background-repeat:repeat-y;}
.bbslborderreply{background-position:0px 0px;}
.bbsrborderreply{background-position:-10px 0px;}

.bbstborderreply,.bbsbborderreply{background-image:url(/iKidsIcons/popbbsbordervreply.gif);background-repeat:repeat-x;}
.bbstborderreply{background-position:0px 0px;}
.bbsbborderreply{background-position:0px -10px;}



/****************************************************************
 *
 *	iKidsCook & iKidsCookPlan: 日程、食谱安排
 *
 ***************************************************************/
/* iKidsCook */
.ikidsCook{float:right;padding:2px;cursor:pointer;font-size:0.8rem;color:#000080;width:150px;background-color:#f0f0f0;text-align:center;}

/* iKidsCookRefresh */
div.cookBook{width:auto;padding:60px 5px 5px 5px;background-image:url(https://ikidsmedia.oss-cn-hangzhou.aliyuncs.com/BGPics/BG000.jpg);background-repeat:no-repeat;background-position:left top;}

/*	当前所在日程 */
.ikidscookplanview{width:auto;cursor:pointer;line-height:56px;padding:2px 2px 2px 70px;cursor:pointer;text-align:left;font-size:1.8rem;
				   background-image:url(/iKidsIcons/bgBar.png);background-repeat:no-repeat;background-position:-295px -400px;}





/****************************************************************
 *
 *	ScoreManager: 成绩管理
 *
 ***************************************************************/
.tableScoreUpload{width:100%;color:#333333;text-align:left;}

.divActivityAnalysisDetail,.divActivityAnalysisTitle{width:auto;padding:2px 2px 2px 24px;text-align:left;}
.divActivityAnalysisTitle{color:#000080;font-size:1.2rem;font-weight:bold; background-image:url(/iKidsIcons/iconAnalysis.gif);background-position:left center;background-repeat:no-repeat;}
.divActivityAnalysisDetail{color:#333333;text-align:left;}

/* iKidsTrainCourseExcute */
.coursetitle{
	background-color:#add8e6;
	color:#333333;
	font-size:1.1rem;
	text-align:center;
	background-image:url(/iKidsIcons/iconFiles.gif);background-position:left center;background-repeat:no-repeat;}

.examitem,.courseitem{width:auto;padding:5px;text-align:left;font-size:1.1rem;}
.examitem{color:#0000ff;margin:2px 0px 0px 3px;}
.courseitem{white-space:nowrap;padding-left:18px;
                background-image:url(/iKidsIcons/iconGraduate.gif);
                background-position:left center;background-repeat:no-repeat;}





/****************************************************************
 *
 *	TeacherBlog: 教师博客
 *
 ***************************************************************/
.divTeacherList{width:auto;overflow-x:hidden;overflow-y:visible;padding:2px;}
.divBlogList{width:auto;overflow-x:hidden;overflow-y:visible;border:1px solid #FF99FF;margin-top:5px;}
.divBlogListContent{width:auto;overflow-x:hidden;overflow-y:visible;background-color:#FF99FF;text-align:center;padding:2px;font-size:1.1rem;font-weight:bold;text-decoration:underline;color:white;}
.divNoticeList{width:auto;overflow-x:hidden;overflow-y:visible;padding:2px;}
.teacherBlog{display:inline-block;display:-moz-inline-stack;*display:inline;zoom:1;width:24%; height:170px;overflow:hidden;padding:2px; float:left;}


.iconworkmenu {
    background: url(/iKidsIcons/workmenu.png) no-repeat left center;
}

.iconout {
    background: url(/iKidsIcons/out.png) no-repeat left center;
}
