@charset "utf-8";
/* 基础样式：windows calendar tree*/
/* window */
.win {
	border:1px #aaaaaa solid;
	height:300px;
	width:500px;
	position:absolute;
	left:169px;
	top:80px;
}
.winTitle {
	clear:both;
	position:relative;
	height:22px;
	padding:3px 5px 0 5px;
	background:url(../image/window/bg_head.gif);
}
.winTitle1 {
	float:left;
	font-size:14px;
	font-weight:bold;
}
.winTitle2 {
	float:right;
}
.winMain {
	clear:both;
	position:relative;
	padding:3px;
	background:#FFFFFF;
	border-bottom:1px #aaaaaa solid;
}
.winMsg {
	line-height:1.5;
	text-align:center;
	font-size:12px;
}
.winTitle2 a {
	text-decoration:none;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.winTitle2 a:hover {
	color:#999999;
}

/* calendar */
.calendar {
	position:absolute;width:140px!important;width:142px;height:184px!important;height:174px;background-color:#ffffff;border:1px solid #909eff;left:0px;top:0px;z-index:9999;
}
.cdrHeader {
	background-color:#909EFF;width:140px;height:22px;font-size:12px;color:#ffffff;
}
.cdrWatermark {
	position:absolute;left:0px;top:55px;width:140px;font-family: Arial Black;font-size:50px;color:#d4d4d4;z-index:1;text-align:center;
}
.cdrBodyBar {
	background-color:#f4f4f4;font-size:12px;color:#000000;width:140px;height:20px;
}
.cdrBody {
	width:140px;height:122px!important; height:110px;font-size:12px;cursor:pointer;color:#000000;
}
.dayOver {
	height:16px;padding:0px;border:1px solid black;background-color:#f4f4f4;
}
.dayOut {
	padding:1px;border:none;height:16px;
}
.menuOver {
	background-color:#909EFF;color:#ffffff;font-size:12px;
}
.headerOver {
	border:1px solid black;background-color:#f4f4f4;color:black;cursor:default;
}
.cdrMenu {
	font-size:12px;border:1px solid #000000;background-color:#ffffff;cursor:default;width:100%
}
html>body #Calendar {
	width:142px;174px;
}


/*tree*/
.treeBox {
	clear:both;
	background:#FFFFFF;
}
.tree {	
	white-space:nowrap;
	text-align:left;
}
.xtree {
	overflow-y: hidden;
	overflow: auto;
	width:100%;
}
.tree a:link, .tree a:visited {
	color:#000000;
	text-decoration:none;
}
.tree a:hover {
	color:#000000;
	text-decoration:underline;
}
.tree a.sel:link, .tree a.sel:hover, .tree a.sel:visited {
	color:#FFFFFF;
	background:#0A246A;
	text-decoration:none;
}


/*drag*/
.dragdiv {
	DISPLAY: inline-block;
	BORDER-RIGHT: #000000 1px dotted; BORDER-TOP: #000000 1px dotted; BORDER-LEFT: #000000 1px dotted; BORDER-BOTTOM: #000000 1px dotted
}
.dragdiv .header {
	CURSOR: move
}
.dragdel {
	CURSOR: pointer
}
.dragtext DIV {
	MARGIN: 10px; TEXT-ALIGN: center
}
.dragdiv .module {
	BORDER-RIGHT: #000000 1px dotted; BORDER-TOP: #000000 1px dotted; BORDER-LEFT: #000000 1px dotted; BORDER-BOTTOM: #000000 1px dotted
}
.tempDIV {
	Z-INDEX: 10; CURSOR: move; POSITION: absolute;
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.tempDIV .module {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}

/*操作板*/
#topCtrlPanel {
	BORDER-RIGHT: #a5b531 1px solid; BORDER-TOP: #a5b531 1px solid; BACKGROUND: #ffffdd; MARGIN: 0px auto; BORDER-LEFT: #a5b531 1px solid; BORDER-BOTTOM: #a5b531 1px solid; HEIGHT: 90px; TEXT-ALIGN: left
}
#topCtrlPanel .save a {
	font-size:14px;
	font-weight:bold;
	color: #a5b531;
}
