/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:hide;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*global*/
.hide{display:none;}
form>br{
	display:none;
}
.cf:before, .cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
iframe {
	display:block;
}
table th{
	white-space: nowrap;
}
html{_background: url(about:blank) fixed;}
body {
	font:12px/1.428571429 "Helvetica Neue", Helvetica, Arial, simsun ,sans-serif;
	background-color:#fff;
	color:#333;
	margin:0;
}

/* 修正ie8下，在XPages帧结构与一般页面切换时，跳动的问题 */
.dj_ie8 body{
	font:12px/1.428571429 Arial, simsun;
}
.IE6 {
	display:none;
}

input, input[type="password"], input[type="text"], select, textarea, .tundra .dijitTextBox, .tundra .dijitTextareaWrap {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	background: #FFF;
	/*border-radius: 2px;*/
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input, input[type="password"], input[type="text"], select, .tundra .dijitTextBox {
	/*width: 200px;*/
	height: 24px;
	line-height: 1.428571429;
	padding: 2px 2px 2px 5px;
}
select{
	height:auto;
}
select[multiple]{
	/*padding:0;*/
	/*width:200px;*/
	height:auto;
}
input[type="button"] {
	border: 1px solid #D0D0D0;
	background: #EEE;
	padding: 1px 6px;
	margin: 2px;
	box-shadow: none;
	vertical-align: middle;
	box-sizing: border-box;
	height: auto;
	line-height: 18px;
	cursor: pointer;
}
#_login_username, #_login_password{
	width:100px;
}
input[type="button"]:hover {
	background: #E9E9E9;
	box-shadow: none;
}
.DateTimeTextBox .dijitDateTextBox{
	width:120px;
}
.DateTimeTextBox .dijitTimeTextBox{
	width:72px;
}
label input, input[type="checkbox"], input[type="radio"] {
	margin: 0;
	padding: 0;
	width:auto;
	height:auto;
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 2px;
	border:none;
	box-shadow:none !important;
}
.tundra .dijitTextBox{
	padding:0;
	padding-left: 5px;
}
.tundra .dijitTextBox .dijitInputInner{
	padding: 0;
	height: 22px;
	line-height: 22px;
}
textarea, .tundra .dijitTextareaWrap .dijitTextArea{
	width: 100%;
	padding: 0 5px;
	line-height: 1.428571429;
	vertical-align: top;
}
.tundra .dijitTextareaWrap{
	min-height:78px;
}
.tundra .dijitTextareaWrap .dijitTextArea,
.tundra .dijitTextareaWrap .dijitTextArea:hover,
.tundra .dijitTextareaWrap .dijitTextArea:focus,
.tundra .dijitTextBox input{
	border:none !important;
	background-color: transparent !important;
	line-height: inherit !important;
	box-shadow: none !important;
}
.dj_webkit .dijitTextBoxDisabled INPUT{
	color:gray!important;
}

input:hover, select:hover, textarea:hover, .tundra .dijitTextBoxHover, .tundra .dijitTextareaWrapHover {
/*	border-color: #E1E1E1;*/
}
input:focus, select:focus, textarea:focus, .tundra .dijitTextBoxFocused, .tundra .dijitTextareaWrapFocused {
	outline:none;
	border-color: #C4C4C4;
	border-color: #406B9B;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 3px 0 rgba(64, 107, 155, 0.6);
}
input,select,textarea, .tundra .dijitTextBox, .tundra .dijitTextareaWrap{
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[readOnly],select[readOnly],textarea[readOnly]{
	/*border-color: transparent;*/
	background-color: #EBEBE4;
}
select[multiple]{
	padding:0;
	width: 178px;
}
a{ color:#333;text-decoration:none;}
a:link{color:#333;text-decoration:none;}
a:visited{color:#666;text-decoration:none;}
a:hover{color:#2458c3; text-decoration:underline; cursor:pointer;}
a:active{color:#2458c3; text-decoration:underline; cursor:pointer;}
*:focus {outline: none;}
.nobodyBg{background: none}
.noborder{ border:0}
html, body {padding:0;margin:0;}
.workspace, .workspace body{
	height:100%;
	overflow:hidden;
}
pre{
	white-space: pre-wrap;
}

/* search */

.sidebar .user-search input{ box-shadow:none !important;border:0; width:50px; margin-left:35px; background:#f7f8f8;height:14px; font-size:12px; line-height:14px; padding:0; overflow:hidden; margin-top:20px; }
.sidebar .user-search span{ margin:15px 15px 0 5px; float:right; position:absolute}
.sidebar .user-search span a{ margin-right:-8px;}

/* sub_nav */
#sidebar {border-right:10px solid transparent;}
#sidebar.manager #nav_sub {position: absolute;top: 0;right: 0;left: 0;bottom: 0;overflow-y: auto;overflow-x: hidden;}
#sidebar.manager #sidebar_menu {position: relative;top: 1px;}
.nav_sub_list.hover .h1_subnav {visibility:visible; z-index:10;position:absolute; cursor: default;height:auto;overflow:visible;}
.nav_sub li h1{ font-size:12px; font-weight:normal;  height:30px; line-height:32px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 20px;}
.nav_sub .nav_sub_title{cursor:default;}
.sidebar .nav_sub .nav_sub_list.hover h1 {padding-right:0;}
.h1_subnav {visibility:hidden;position:absolute;left:176px;top:0;height:0;overflow:hidden;}
.h1_subnav_border {width:400px;}
.h1_subnav_border dt{ float:left; width:6em;text-overflow: ellipsis;}
.h1_subnav_border dd{ display:table-cell; line-height:1; padding-left:6px;}
.nav_sub_icon{ width:17px; height:16px; display:block; float:left; margin:8px 0 0 15px; background:no-repeat;}
.nav_sub_icon1{ background:url(../indishare/oaresource.nsf/images/icon_01.png) no-repeat;}
.nav_sub_icon2{ background:url(/indishare/oaresource.nsf/images/icon_02.png) no-repeat;}
.nav_sub_icon3{ background:url(/indishare/oaresource.nsf/images/icon_03.png) no-repeat;}
.nav_sub_icon4{ background:url(/indishare/oaresource.nsf/images/icon_04.png) no-repeat;}
.nav_sub_icon5{ background:url(/indishare/oaresource.nsf/images/icon_05.png) no-repeat;}
.h1_subnav_border a{ border-left:1px solid #BCCBD8; display:inline-block; line-height: 1.2; margin: 4px 0; padding: 0 10px;}

.modulenav-title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 21px;}

/* main_iframe */

.main{ position:absolute;right:0; top:57px;left:220px; bottom:0; >height:100%}
.main2{ width:100%; height:100%}

.wrapper .content{ background:#fff; border:1px #cccccc solid; display:block} 
.wrapper .content h2 strong{ float:left; font-size:12px; font-weight:800;}
.wrapper .content h2 div{float:right; padding-right:13px;}
.wrapper .content h2 span{ float:left; margin-left:10px;}
.wrapper .content h2 .enterIcon{ background:url(/indishare/oaresource.nsf/images/icon09.png) 0 7px  no-repeat; text-indent:20px;}


.wrapper{ position:relative; margin:0 12px;}
.FragTopH{ height:335px; overflow:hidden}
.FragFootH{ height:290px; overflow:hidden}
.content_L{ margin-bottom:5px;margin-left:0px;margin-right:227px;>margin-right:230px; }
.content_R{ width:220px; position: absolute;top: 0px;right:0;}
#newlistNav span{ display:block; margin:0; float:left; padding:0 12px 0 12px; cursor: pointer; white-space:nowrap; height:27px; line-height:29px; overflow:hidden; border-right:1px #e7e7e8 solid}
#newlistNav span.hover{background: #fff; border-left:1px #ddd solid; border-right:1px #ddd solid;color:#f60; }
#newlistNav span.hover font{ color:#F00; font-weight:800; font-size:11px; font-family:Verdana, Geneva, sans-serif;}
#newlistNav span font{font-weight: normal; font-size:11px; font-family:Verdana, Geneva, sans-serif;}
#newlistCon li{ display:none; margin:0; padding:0;border-bottom:1px #eee solid;}

.content_tab1 table{height:auto; overflow:hidden;white-space:nowrap; table-layout:fixed; margin:0 10px; padding:0;border-collapse:collapse; border:0}
.content_tab1 table font{ margin-right:10px; font-size:12px;}
.content_tab1 td{ height:21px; line-height:20px; margin:0; padding:0;overflow:hidden; white-space:nowrap; }
.content_tab1 .Tipsicon1{ width:30px; text-align:left; vertical-align:top; padding-right:3px; padding-top:2px;}
.content_tab1 .Tipsicon2{ color:#fb7501; background:url(/indishare/oaresource.nsf/images/icon18.png) 0 3px no-repeat; text-indent:16px;}
.content_tab2 .Tipsicon3{ text-align: center; padding:0; margin:0;}
.content_tab1 table img{ margin:0; padding:0;}
.content_tab1 .newlistCon_Time{ width:120px; padding-right:10px; color:#6A6A6A; text-align:right}

#content-body .content p{border-bottom:1px #e0e3e6 solid; padding:10px 30px; line-height:16px; font-size:12px;}
#content-body .content p span{ display:block}
.p_due_date,.p_stat,.p_type{padding-right:4px;}
.content_tab2{height:auto; border-bottom:1px #e1e2e2 solid; overflow:hidden; color:#6a6a6a;}
.content_tab2 table{ text-align:left;text-indent:5px; background:#fff;white-space:nowrap; overflow:hidden; table-layout:fixed}
.content_tab2 td{ text-overflow:ellipsis; overflow:hidden; height:32px; background:none;line-height:33px; }

.content_tab2 .tdTime{ padding-left:10px; width:125px;}
.content_tab2 table a{line-height:33px;}
.pathLeftMore{position:absolute; top:6px; right:230px; height:20px; width:100px;background:url(/indishare/oaresource.nsf/images/icon09.png) 0 3px  no-repeat; text-indent:20px;}
.todoRefresh{
		position:absolute;
		top:4px;
		right:325px; 
		height:20px; 
		width:100px;
		text-indent:25px;
		vertical-align:center;
}
.todoIcon{
	display:inline-block;
		width:14px;
		height:15px;
		margin-right:5px;
		text-align:center;
		background:url(/indishare/oaresource.nsf/images/commonIcon.gif); 
		background-repeat:no-repeat;
		background-position:-70px 2px;
}


/* calendar */
.calendar {background:#fff; position:relative;background:#FFFFFF; font-size:12px; font-family:Microsoft YaHei,simsun; color:#5b5b5b; line-height:30px; margin:8px 5px; border-right:1px #CCC solid}
.calendar tbody td { border-collapse:collapse;margin:0; padding:0; cursor:default; height:30px; width:30px; background:url(/indishare/oaresource.nsf/images/calendarBG1.png) no-repeat; border:1px #CCC solid}
.calendar tbody{border-collapse:collapse;margin:0; padding:0;}
.calendar table{border-collapse:collapse;margin:0; padding:0; width:210px;border:1px #CCC solid}
.calendar thead{ height:18px; margin:0; padding:0; line-height:16px;}
.calendar thead td { height:18px; padding:0; font-size:10px; overflow:hidden; margin:0; line-height:16px}
.calendar caption { border:1px #CCC solid;width:210px; color:#3e3e3e;height:38px; padding:0; text-align:center;background:url(/indishare/oaresource.nsf/images/calendarTopbg.png) repeat-x; line-height:38px; overflow:hidden; font-size:14px; font-weight:800}
.calendar caption .zMonth {font-size:14px; color:#3e3e3e;}
.calendar caption .upmonth { height:20px; padding:0; margin:0;width:30px; position:absolute; left:5px; top:0}
.calendar caption .upmonth img{ margin-top:15px;}
.calendar caption .downmonth { height:20px; padding:0; margin:0;width:30px; position:absolute; left:180px; top:0}
.calendar caption .downmonth img{ margin-top:15px;}
.calendar caption .upmonth a{font-family: Webdings;color:#3e3e3e; text-decoration:none}
.calendar caption .downmonth a{font-family: Webdings;color:#3e3e3e;text-decoration:none}
.calendar td {text-align:center; vertical-align:middle; margin:0; padding:0;}
.calendar tbody #c_today { background:url(/indishare/oaresource.nsf/images/calendarBG3.png) no-repeat; width:30px; height:30px; display:block; color:#FFF}
.calendar tbody td a {display:block; color:#5b5b5b;}
.calendar tbody td div {height:100%; cursor:pointer; position:relative;}
.calendarTipsPanel p{  padding:5px 0 5px 0; color:#777; overflow:hidden; border-bottom:1px #b6d5f0 solid;}
.calendarTipsPanel a{color:#333; display:table-cell; margin:0 0 5px 0; padding:0 4px 5px 0;}
.calendar_time{	float:right; display:inline-block;}
.calendarTipsPanel{margin-right:-20px;}
.crumb, #crumb{
	width:auto;
	display:block;
	line-height:26px;
	margin: 2px 12px 6px 12px;
	text-indent:22px;
	border:1px #e9e9e9 solid;
	color:#666;
	position: relative;
	z-index: 99;
}
.hasCrumb {
	padding-top: 36px;
}
.hasCrumb .crumb, .hasCrumb #crumb{
	margin: 0;
	position:fixed;
	right:12px;
	left:12px;
	top:2px;
	z-index:99;
}
.crumb:before, #crumb:before{
	content: '';
	display: block;
	height: 2px;
	background-color: 
	white;
	position: absolute;
	top: -3px;
	left: -1px;
	right: -1px;
}
.crumb ul, #crumb ul{
	text-indent:0;
}
.crumb ul,.crumb li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.crumb .crumb-li-last:before{
	content:'>';
	margin:0 4px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-family:simsun;
}
#crumb ul,#crumb li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#crumb .crumb-li-last:before{
	content:'>';
	margin:0 4px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-family:simsun;
}
#btnContainer{
	white-space: nowrap;
	text-align: right;
	padding:0 12px;
}
#viewDisplay, .viewDisplay, .tundra .category{
	margin:6px 12px 0;
	padding:0 0 30px 0 !important;
	position: relative;
}
.viewcontent td{
	height:auto;
}
.viewcontent, #myviewtable, #myviewtable-header{
	width:100%;
}
#myviewtable, #myviewtable-header{
	table-layout:fixed;
}
#myviewtable th:first-child, 
#myviewtable .vwTitleName:first-child,
#myviewtable-header th:first-child, 
#myviewtable-header .vwTitleName:first-child{
	width:28px;
	padding:0;
	text-align: center;
}
#myviewtable td:first-child,
#myviewtable-header td:first-child
{
	padding:0;
	text-align: center;
}
#myviewtable .tdicon,
#myviewtable-header .tdicon{
	padding:0;
	text-align: center;
}
.myview-body #myviewtable-header td{
	height:0!important;
	line-height:0!important;
}
.myview-body #myviewtable-header td *{
	display:none;
}
.myview-body #myviewtable th{
	height:0!important;
	line-height:0!important;
}
.myview-body #myviewtable th *{
	display:none;
}
.myview-html, .myview-body{
	height: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.myview-body #viewDisplay{
	display: block;
	position: absolute!important;
	top: 24px;
	left: 0;
	right: 0;
	bottom: 30px;
}
.hasCrumb.myview-body #viewDisplay{
	top: 58px;
}
.viewcontent-fixed{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.myview-body .viewcontent-fixed{
	display:block;
}
.viewcontent-fixed:before {
	content: '';
	display: block;
	border-top: 1px solid #E1E2E2;
	left: 0;
	border-right: 1px solid #E1E2E2;
	position: absolute;
	z-index: -1;
	background: url("/indishare/oaresource.nsf/defaultTheme/themeImages/bannertopbg.png") repeat-x scroll 0 0 transparent;
	right: 0;
	top: 0;
	bottom: 0;
}
.myview-body .viewcontent{
	position: absolute;
	top: 27px;
	overflow: auto;
	bottom: 0;
}
.myview-body .outer-table, .myview-body .inner-table{
	width:100%;
}
.myview-body .outer-table{
	font-size:0;
}
.myview-body .inner-table{
	font-size:12px;
}
.myview-body .inner-table td:first-child{
	padding:0;
	text-align: center;
}
.vwBlankTable{
	display:none;
}
form>.vwStat{
	display:none;
}
#MenuBar{
    margin-right: 5px;
    margin-top: 33px;
}
.tool-bar{
	margin:0 12px;
}
.tool-bar>div{
	display: table-cell;
	vertical-align:middle;
	white-space:nowrap;
}
.tool-bar #wrap-tab{
	width:9999px;
}
.myview-bottombar{
	position:fixed;
	bottom:0;
	left:12px;
	right:12px;
	height:30px;
	border-top:1px solid #E1E2E3;
	background-color:#FFF;
	overflow:hidden;
}
.myview-bottombar>div:first-child{
	padding-left:5px;
	display:table-cell;
	width:9999px;
}
.myview-control{
	display:table-cell;
	white-space:nowrap;
	text-align:right;
}
.myview-control>span, .myview-control .pager{
	display:inline-block;
	vertical-align:middle;
	line-height:30px;
}
.myview-control .page-submit{
	line-height:1;
}
.page-info, .page-cur, .pager, .page-go{
	margin:0 6px;
}
#wrap-search{
	white-space:nowrap;
}
#wrap-search label{
	margin-left:4px;
	margin-right: 150px;
	vertical-align: bottom;
	display: block;
	line-height:24px;
}
.search input{
	border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 0;
    margin: 0;
    text-indent: 0.2em;
    border: 1px solid #BFBFBF;
    color: #333333;
    font-family: Tahoma,Arial,simsun;
    height: 22px;
    line-height: 22px;
}
.search input::-ms-clear {
    display: none;
}
.search{
	position: relative;
	display:inline-block;
}
.tool-bar .search{
	float: right;
}
.tool-bar .search input{
    width: 140px;
}
#wrap-search .gosearch, #gosearch{
    background: url("/indishare/oaresource.nsf/images/search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 2px;
    top: 50%;
    width: 22px;
    border: 0px solid transparent;
}
/* tabPane CSS */
.tundra .dijitTabInnerDiv {
	padding: 8px 12px;
}
.tundra .dijitTabPaneWrapper {
	border-left:none;
	border-right:none;
	border-color:#BFBFBF;
}
.tundra .dijitTab {
	background:none;
	border: 1px solid transparent;
	border-radius:4px 4px 0 0;
	color:#666;
}
.tundra .dijitTabContainerTop-tabs .dijitTabChecked {
	border: 1px solid #BFBFBF;
	border-bottom-color: #FFF;
	color:#444;
}
.tundra .dijitTabHover {
	background-color:#f5f5f5;
	border-bottom:none;
	color:#444;
}
.tundra .dijitTabContainerTop-tabs {
	padding-left:0;
}
.tundra .dijitTabContainerTop-dijitContentPane  {
	padding: 10px 5px 0;
}
.tundra .dijitTabCloseButton {
	margin-left: 2px;
}

/* dialog */
.tundra .dijitDialog{
	box-shadow:0 5px 10px #ADADAD;
}
/* tooltip */
.tundra .dijitTooltipContainer{
	border: 1px solid #AAA;
	background: #F5F5F5;
	color: #555;
	border-radius: 3px;
	box-shadow: 1px 2px 3px -2px #AAA;
	max-width:40em;
}

.tundra .dijitTooltipRight{
	padding-left:4px;
	margin-left:4px;
}
.tundra .dijitTooltipRight .dijitTooltipConnector{
	background: none;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: none;
	border-right-color: #888;
	left:0;
}
.tundra .dijitTooltipRight .dijitTooltipConnector:before{
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid transparent;
	display: block;
	border-left: none;
	border-right-color: #F5F5F5;
	position: absolute;
	top: -6px;
	left: 1px;
}

.tundra .dijitTooltipBelow{
	padding-top:4px;
	margin-top:4px;
}
.tundra .dijitTooltipDialogPopup .dijitTooltipBelow{
	margin-top:0;
}
.tundra .dijitTooltipDialog{
	position: relative;
}
.tundra .dijitTooltipBelow .dijitTooltipConnector{
	background: none;
	width: 0;
	height: 0;
	position: absolute;
	border: 4px solid transparent;
	border-top: none;
	border-bottom-color: #888;
	left:6px;
	top:0px;
}
.tundra .dijitTooltipBelow .dijitTooltipConnector:before{
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid transparent;
	display: block;
	border-top: none;
	border-bottom-color: #F5F5F5;
	position: absolute;
	top: 1px;
	left: -6px;
}
 
.tundra .dijitTooltipAbove{
	padding-bottom:4px;
	margin-bottom:4px;
}
.tundra .dijitTooltipAbove .dijitTooltipConnector{
	background: none;
	width: 0;
	height: 0;
	position: absolute;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #888;
	left:6px;
}
.tundra .dijitTooltipAbove .dijitTooltipConnector:before{
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid transparent;
	display: block;
	border-bottom: none;
	border-top-color: #F5F5F5;
	position: absolute;
	top: -7px;
	left: -6px;
}

.tundra .dijitTooltipLeft{
	padding-right:4px;
	margin-right:4px;
}
.tundra .dijitTooltipLeft .dijitTooltipConnector{
	background: none;
	width: 0;
	height: 0;
	position: absolute;
	border: 4px solid transparent;
	border-right: none;
	border-left-color: #888;
}
.tundra .dijitTooltipLeft .dijitTooltipConnector:before{
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	border: 6px solid transparent;
	display: block;
	border-right: none;
	border-left-color: #F5F5F5;
	position: absolute;
	top: -6px;
	left: -7px;
}
.tundra .smartdotTextBox{
	position: relative;
}
.tundra .smartdotInputEmptyButton{
	font-family: verdana,tahoma;
	margin: 0;
	padding: 0;
	line-height: 22px;
	float: right;
	border: 0px solid transparent;
	background: transparent;
	font-size: 16px;
	color: #dcdcdc;
	cursor: default;
	display: block;
	height: 22px;
	position: absolute;
	top:0;
	width: 16px;
	z-index: 1;
	right: 23px;
	font-weight:bold;
}
.tundra .smartdotInputEmptyButton:hover{
	color: #AAA;
}
.tundra .dijitContentPaneLoading {margin: 20px 30px;display:block;}
.tundra .dijitDialog {background-color:#fcfcfc}
.tundra form[name="_frmCreateDoc"]~.dijitDialog .dijitDialogPaneContent { padding:0; }
.tundra form[name="_frmMeetingAndMeetingroomStat"]~.dijitDialog .dijitDialogPaneContent { padding:0; }

/* 手写批示 */
#mypanit-btn {
	position: absolute; left: 10px; top: 4px;
}
#mypaint-btn-content {
	height: 24px; line-height: 24px; width: 80px; text-align: center;
}
#mypaint-wrap {
	width: 705px;
	height: 405px;
	position: absolute;
	z-index: -1;
	top: 0;
	overflow: hidden;
}
#mypaint {
	visibility: visible;
	width: 705px;
	height: 405px;
	vertical-align: top;
}
#mypanit-btn-larger {
	position: absolute; 
	left: 518px;
	top: 6px;
	border: 1px solid rgb(120, 115, 115);
	background: rgb(105,163,219);
}
#mypaint-btn-content-larger {
	height: 24px; line-height: 24px; width: 12px; text-align: center;
}

/*indidocx*/
#wfeditor {position:absolute;}
.indidocx-files{ height:auto; border:0px #ccc solid; padding:0;}
.indidocx-files .indidocx-files-table{}
.indidocx-files table{ margin:0; padding:0;table-layout:fixed; width:100%}  
.indidocx-files table td{height:32px;border-bottom:1px #e1e2e2 solid; vertical-align:middle;text-align:left; color:#999; font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indidocx-files .idx_qinggao,.idx_gaizhang ,.idx_taoda ,.idx_download ,.idx_delete ,.idx_filelog,.idx_print,.idx_locked,.idx_unlock,.idx_up,.idx_down,.idx_rename,.idx_reverttaoda{ display:inline-block;width:16px;height:16px;}  
.indidocx-files table td font{color:#333}
.indidocx-files .filetype_zw{ background:url(/indishare/oaresource.nsf/images/icon31.png) 10px 8px no-repeat}
.indidocx-files .filetype_fj{ background:url(/indishare/oaresource.nsf/images/icon29.png) 9px 8px no-repeat}
.indidocx-files .idx_qinggao{ background:url(/indishare/oaresource.nsf/images/qinggao.png)  no-repeat}
.indidocx-files .idx_taoda{ background:url(/indishare/oaresource.nsf/images/taoda.png)  no-repeat}
.indidocx-files .idx_gaizhang{ background:url(/indishare/oaresource.nsf/images/gaizhang.png)  no-repeat}
.indidocx-files .idx_download{ background:url(/indishare/oaresource.nsf/images/icon33.png) no-repeat}
.indidocx-files .idx_delete{ background:url(/indishare/oaresource.nsf/images/icon36.png)  no-repeat}
.indidocx-files .idx_filelog{ background:url(/indishare/oaresource.nsf/images/icon35.png) no-repeat}
.indidocx-files .idx_print{ background:url(/indishare/oaresource.nsf/images/icon34.png)  no-repeat}
.indidocx-files .idx_locked{ background:url(/indishare/oaresource.nsf/images/lock.png)  no-repeat;cursor:default;}
.indidocx-files .idx_unlock{ background:url(/indishare/oaresource.nsf/images/unlock.png)  no-repeat}
.indidocx-files .idx_up{ background:url(/indishare/oaresource.nsf/images/idx_up.png)  no-repeat}
.indidocx-files .idx_down{ background:url(/indishare/oaresource.nsf/images/idx_down.png)  no-repeat}
.indidocx-files .idx_rename{ background:url(/indishare/oaresource.nsf/images/idx_rename.png)  no-repeat}
.indidocx-files .idx_reverttaoda{ background:url(/indishare/oaresource.nsf/images/idx_revert.png)  no-repeat}
.indidocx-fileAddBar{padding-left:6px;}
.indidocx-fileAddBar  .btn-action-link{display:block;}
.indidocx-busy-wrap {position:absolute;left:0;top:2px;z-index:99;width:100%;height:100%;background-color:#F3F3F3}
.indidocx-busy-content {position:absolute;left:20px;top:40%;}
*[inditype="smartdot.form.attachment"] .panel-content{position:relative;}
.sl_needinstall{display:none;padding-top:18px;padding-left:20px;width:466px;height:25px;border:1px solid red;background:url(/indishare/oaresource.nsf/images/idx_error.png) 2px 18px no-repeat}
.sl_needinstall A{text-decoration:underline}

.btn_showhide{position:absolute; padding:10px; margin:0; width:180px; height:auto;background:#cde7fd;border:1px solid #6697c0;word-wrap:break-word;}
.dj_mobile .silverlight{
	display:none;
}
html:not(.dj_mobile) .for_mobile{
	display:none;
	visibility:hidden;
}
.dj_ie8 .for_mobile{
	display:none;
	visibility:hidden;
}
.dj_closed_gate body {
	overflow: hidden;
}
.dj_closed_gate body:after {
	content: "\7CFB\7EDF\4E0D\652F\6301\60A8\5F53\524D\4F7F\7528\7684\8BBE\5907\FF0C\8BF7\9009\7528\652F\6301\7684\8BBE\5907\8FDB\884C\8BBF\95EE\FF01";
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	border: 1px solid #9C9C9C;
	padding: 10px;
	width: 500px;
	margin-left: -250px;
	text-align: center;
}
.dj_closed_gate body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	background: rgba(255, 255, 255, 0.7);
}
/*访问日志*/
.log-item {
	margin: 8px 0;
	padding: 4px;
}
.log-item-content {
	padding: 4px;
	border-top: 1px dotted #dcdcdc;
	margin-top: 4px;
}
/*当滚动条出现时iframe显示存在问题*/
#ifrFTPDraft {
	width:480px;
}

/*类型选择表单*/
.dijitDialog.nopadding .dijitDialogPaneContent{
	padding:0;
}
.type-wrap{
	font-size:0;
    white-space: nowrap;
}
.type-list{
    display: inline-block;
    font-size:12px;
    vertical-align: top;
	border-right: 1px solid #E5E5E5;
	padding-top: 10px;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:278px;
	min-height:192px;
	width:12em;
}
.type-list label {
	border-left: 5px solid transparent;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: normal;
	cursor:pointer;
	display:block;
	padding-right:10px;
}
.type-list label input{
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	opacity:0;
}
.type-list br {
	display:none;
}
.type-list label:hover {
	background-color:#EEE;
}
.type-list label.select {
	font-weight:bold;
}
.type-info{
	display:inline-block;
    vertical-align: top;
	font-size:12px;
	width:240px;
	padding:10px;
	border-left:1px solid #E5E5E5;
	margin-left:-1px;
	line-height:27px;
}
.type-info h3{
	font-weight:bold;
}
.type-info p{
	background-color: whiteSmoke;
	line-height: 1.5;
	padding: 4px 10px;
	border: 1px dotted #E5E5E5;
	white-space: normal;
}
#flow-name {
	min-height:1.5em;
}
.flow-info p{
	height:90px;
	overflow:auto;
}
.type-control{
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px solid #E5E5E5;
}
.tundra .type-control .dijitButton {
	margin: 0 10px;
}
.tundra .type-control .dijitButton .dijitButtonNode {
	padding: 0 16px;
}

/*badge*/
.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	cursor: default;
}
.badge {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 2px;
}
.badge-warning {
	background-color: #F89406;
}
.badge-important {
	background-color: #B94A48;
}
.badge-success {
	background-color: #468847;
}
.badge-info {
	background-color: #3A87AD;
}

/* placeholder */
.placeholder-patch{
	position: absolute;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #A9A9A9;
}
.placeholder-patch.hidden{
	visibility: hidden;
}

/* 流程地图样式 */

.flowmap-menu{
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	right: 0;
	top: 24px;
	width: 480px;
	max-height: 400px;
	padding: 1px;
	overflow: auto;
	text-align: left;
	border-radius: 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.flowmap-dropdown{
	display: none;
	color: #666;
	position: absolute;
	top: -1px;
	right: 0;
	width: 100%;
	background: #FFF;
	z-index: 1;
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #FFF;
	border-radius: 2px 2px 0 0;
	cursor: default;
}
.flowmap-menu .cat-title{
	cursor: default;
}
.cat.level-1>.cat-title{
	display: block;
	background-color: #E4E4E4;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 0;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}
.cat.level-1>.cat-content{
	/*padding-left: 10px;*/
}
.cat-control{
	position: absolute;
	top:0;
	right:0;
}
.cat.level-1>.cat-title .cat-control button{
	margin: 0;
	padding: 0;
	background: none;
	border: 0px solid;
	color: #44769F;
	cursor: pointer;
	margin: 0 10px;
}
.cat.level-2{
	/*border-bottom: 1px dotted #DCDCDC;*/
}
.cat.level-2>.cat-title{
	display: block;
	white-space: nowrap;
	padding-top: 6px;
	text-align: left;
	color: #666;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: 1px dotted #A9A9A9;
}
.cat.level-2>.cat-title:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px;
	border-top-color: #666;
	vertical-align: middle;
	margin-left: 4px;
}
.cat.level-2>.cat-content{
	display: table-cell;
	/*border-left: 1px dotted #DCDCDC;*/
	vertical-align: top;
	width: 9999px;
}
.cat.level-2>.cat-content.toggled{
	display: none;
}
.cat.level-3{
	overflow: hidden;
	/*border-bottom: 1px dotted #DCDCDC;*/
	/*margin-top: 4px;*/
	/*margin-bottom: -1px;*/
}
.cat.level-3>.cat-title{
	display: block;
	margin: 2px 0;
	padding-left: 10px;
	float: left;
	width: 8em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 1px;
	font-weight: bold;
	color: #44769F;
}
.cat.level-3>.cat-content{
	overflow: hidden;
	padding-bottom: 4px;
	display: block;
	padding-left: 10px;
}
#nav_main .cat.level-3 > .cat-content .draft-link{
	color: #444;
	text-shadow: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	margin: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background: #ECF6FD;
}
#nav_main .cat.level-3 > .cat-content .draft-link:hover{
	color: #444;
	background: #F5F5F5;
}
.nav_main_item:hover .flowmap-menu,
.nav_main_item:hover .flowmap-dropdown{
	display:block;
}
.btn-myview .dijitButtonNode .dijitIcon{
	vertical-align: middle;
	margin-bottom: 2px;
}


/*人员名片*/
.tundra .userinfo-dialog .dijitTooltipContainer {
	border: 1px solid #ccc;
	background: #FFF;
	color: #555;
	border-radius: 0;
	box-shadow: 1px 2px 3px -2px #ccc;
	max-width: 40em;
	padding:0;
	margin-left: -30px;
}
.userinfo-dialog .dijitTooltipFocusNode{
	padding:0;
}
.tundra .userinfo-dialog.dijitTooltipBelow .dijitTooltipConnector,
.tundra .userinfo-dialog.dijitTooltipAbove .dijitTooltipConnector {
	border-bottom-color: #BBB;
	margin-left: -4px;
}
.tundra .userinfo-dialog.dijitTooltipBelow .dijitTooltipConnector:before{
	border-bottom-color: #FFF;
}
,
.tundra .userinfo-dialog.dijitTooltipAbove .dijitTooltipConnector:before {
	border-bottom-color: #f7f7f7;
}
.tundra .userinfo-dialog  .dijitContentPaneLoading{
	width: 154px;
}
.userinfo-wrap{
	width: 240px;
	height: 100px;
	vertical-align: top;
}
.userinfo{
	padding-top: 8px;
	padding-bottom: 16px;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-right: 10px;
}
.vcard-user{
	font-size: 16px;
	font-weight: bold;
}
.vcard-title{
	color: #999;
	margin-left: 4px;
}
.vcard-dep{
	color: #4B96C9;
}
.userinfo-ctrl{
	background: #f7f7f7;
	border-top: 1px solid #d3d6db;
	padding: 4px 6px;
	text-align: right;
	position: absolute;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
}
.userinfo-img a,
.userinfo-img button{
	background: #eee;
	border: 1px solid #aaa;
	border-bottom: 1px solid #999;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #555;
	width: 60px;
	display: block;
	text-align: center;
	margin-left: 8px;
	margin-top: 4px;
}
.userinfo-img a:hover{
	background: #efefef;
	color: #555;
	border: 1px solid #999;
	border-bottom: 1px solid #888;
	text-decoration: none;
}
.send-IM button{
	background: #eee;
	border: 1px solid #aaa;
	border-bottom: 1px solid #999;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0 4px;
	color: #555;
	display: block;
	text-align: center;
	cursor: pointer;
}
.send-IM button:hover{
	background: #efefef;
	color: #555;
	border: 1px solid #999;
	border-bottom: 1px solid #888;
	text-decoration: none;
}
.userinfo-img{
	float: left;
	margin-right: 8px;
}
.userinfo-phone{
	vertical-align:middle;
	margin-left:4px;
}
.userinfo-img img{
	width: 60px;
	display: block;	
	margin-left: 8px;
	border: 1px solid #d3d6db;
}
.userinfo-content{
	color: #666;
	font-size: 12px;
}
.userinfo-content th{
	vertical-align: top;
	padding-right: 2px;
	text-align: right;
	height: 4px;
}
.userinfo-content td{
	vertical-align: top;
}
.userinfo-content .other-info td{
	padding-top: 4px;
}
.userinfo-gocom-stat{
	display: inline-block;
}
.userinfo-gocom-stat img{
	vertical-align: top;
	margin-left: -4px;
}
.vcard-blank{
	width:240px;
	height:120px;
}