/* general edit styling */
.ncEditSection, .ncEditSection td, .ncEditSection select, .ncEditSection input, .ncEditSection textarea, 
.ncEditDesignNotes, .ncEditDesignNotes td, .ncEditDesignNotes a, div.ncEditIFrameModalTitle{
	font-family: Sans-Serif, Verdana;
	font-size: 8pt;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}
.ncEditSection, .ncEditSection td, .ncEditDesignNotes, .ncEditDesignNotes td{
	color: #000;
}
.ncEditDialog{
	background-color: #e0ecff;
	margin: 0px;
}
.ncEditMain{
	background-color: #fff;
}
.ncEditViewOutputIFrame{
	height: 580px; 
	width: 575px;
} 

td.ncEditIndent1
{
	background-color: Red;
	padding-left: 11px;
}
/*
.ncEditSection a{
	color: #00f;
	text-decoration: none;
}
.ncEditSection a:hover{
	text-decoration: underline;
}
*/
.ncEdidStdText{
	color: #000;
}
.ncEditStdBg{
	background-color: #fff;
}
.ncEditDarkBg{
	background-color: #c3d9ff;
}
.ncEditLightBg{
	background-color: #e0ecff;
}

input.ncStdBtn, input.ncStdActionBtn{
	font-family: Sans-Serif, Verdana;
	font-size: 7pt;
}
input.ncStdActionBtn{
	width: 70px
}
.ncEditStdMargin{
	margin: 10px;
}	
.ncEditStdPadding{
	padding: 10px;
}	
.ncEditStandardBorder{
	border: #c3d9ff 2px solid;
}
.ncEditStandardBorderBLR{
	border-left: #c3d9ff 2px solid;
	border-right: #c3d9ff 2px solid;
	border-bottom: #c3d9ff 2px solid;
}
.ncEditThinBorder{
	border: #c3d9ff 1px solid;
}
div.ncEditTopTitle, div.ncEditIFrameTopTitle, div.ncEditIFrameModalTitle{
	background-color: #e0ecff;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}
div.ncEditTopTitle{
	border: #c3d9ff 2px solid;
}
div.ncEditIFrameModalTitle{
	border: none;
	border-bottom: #c3d9ff 2px solid;
	cursor: move;
}
div.ncEditIFrameTopTitle{
	vertical-align: middle;
	height: 16px;
	border-bottom: solid 2px #c3d9ff;
}
.ncEditIFrameBorder, .ncEditModalHolder{
	border: solid 2px #999;
}
div.ncEditTopTitle a{
	color: #00f;
	text-decoration: none;
}
div.ncEditTopTitle a:hover{
	text-decoration: underline;
}

div.ncWaitMsg{
	color: #000;
	background-color: #e0ecff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	border: #c3d9ff 2px solid;
	text-align: center;
}
input.ncWaitMsgLink{
	background-color: #e0ecff;
	border: none;
	padding: 0;
	margin: 0;
	color: blue;
	cursor: pointer;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
}
div.ncEditBrandingDiv{
	background-color: #e0ecff;
}
div.ncEditBtnsDiv, div.ncStdPageEditBtnsDiv{
	background-color: #c3d9ff;
	overflow: hidden;
	vertical-align: middle;
}
div.ncEditBtnsDiv{
	padding: 2px;
	text-align: center;
}	
div.ncStdPageEditBtnsDiv{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	margin-top: 10px;
}
div.ncEditContentPane{
	border: #c3d9ff 2px solid;
	margin-bottom: 10px;
	padding: 10px;
}
/* title text above content pane */
.ncEditContentPaneTitle{
	width:100%;
	line-height:14px;
	font-family: sans-serif;
	font-size: 8pt;
	margin: 0;
}
.ncEditContentPaneTitle ul {
	margin:0;
	padding:0;
	list-style: none;
}
.ncEditContentPaneTitle li {
	float:left;
	background: url('../images/ncEditTabLeft.gif') no-repeat left top;
	background-color: #c3d9ff;
	margin-left: 0;
	padding-left: 9px; 
	padding-right: 0; 
	padding-top: 0; 
	padding-bottom: 0;
	cursor: default;
}
.ncEditContentPaneTitle span{
	
	float: left;
	display: block;
	
	background: url('../images/ncEditTabRight.gif') no-repeat right top;
	
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-left: 6px; 
	padding-right: 15px; 
	padding-top: 0;
	padding-bottom: 0;
}
/* /title text above content pane */

.ncEditDisabled{
	background-color: #D4D0C8;
	color: #808080;
}
.ncEditBrandingDiv{
	height: 24px;
	padding: 0px;
	overflow: hidden;
	background-color: #e0ecff;
}
/* calendar styling */
div.ncCalendar{
	position: absolute;
	visibility: hidden;
	border: solid 1px #C3D9FF;
	background-color: #FFF;
}
table.ncCalendarHeaderTable, table.ncCalendarDayTable{
	border-collapse: collapse;
	cursor:default;
}
table.ncCalendarHeaderTable td{
	background-color: #E0ECFF;
}
table.ncCalendarHeaderTable td.ncDayTitleCell{
	background-color: #C3D9FF;
	font-weight: normal;
}
table.ncCalendarHeaderTable td, table.ncCalendarDayTable td{
	letter-spacing:normal;
	line-height:normal;
	font-family: Sans-Serif, Verdana;
	font-size: 8pt;
	color: #000;
	padding: 1px;
	text-align: center;
}
table.ncCalendarDayTable td.ncDayCellHover{
	background-color: #E0ECFF;
}
table.ncCalendarDayTable td.ncDayCellSelected{
	font-weight: bold;
	background-color: #E0ECFF;
}
/* /calendar */

/* list box */
.ncEditPane{
	border: solid 1px #ADCBFF;
	background-color: #FFF;
}

.ncEditBtn, .ncEditBtnOver, .ncEditBtnDis, .ncEditEllipsisBtn{
	font-family: sans-serif, verdana;
	font-size: 8pt;
	text-align: center;
}
.ncEditEllipsisBtn{
	padding: 0;
	height: 17px;
	width: 17px
}

.ncEditBtnDis{
	/*
	color: #67DBFF;
	*/	
	color: #D4D0C8;
	border: solid 1px #ADCBFF;
	background-color: #E0ECFF;
}
.ncEditBtn, .ncEditEllipsisBtn{
	color: #669EFF;
	border: solid 1px #ADCBFF;
	background-color: #C3D9FF;
}
.ncEditBtnOver{
	color: #1A6DFF;
	border: solid 1px #7AABFF;
	background-color: #B8D1FF;
}
.ncEditDefaultBtn{
	width: 75px;
	height: 23px;
}
.ncListBoxTable td
{
	padding: 2px;
}	
.ncListBoxImgBtn{
	width: 25px;
	height: 25px;
	
	/* default padding for webkit is not 0 */
	padding: 0px; 
}
.ncListBoxImgBtn img{
	width: 15px;
	height: 15px;
}
div.ncEditListBoxElements{
	text-align: left;
	line-height: 15px;
}
div.ncListBoxTitles{
	border-top: solid 1px #ADCBFF;
	border-left: solid 1px #ADCBFF;
	border-right: solid 1px #ADCBFF;
	background-color: #e0ecff;
	margin: 0;
}
div.ncEditListBoxElements table, div.ncListBoxTitles table{
	table-layout: fixed;
	border-collapse: collapse;
}
div.ncEditListBoxElements table td, div.ncListBoxTitles table td{
	cursor: default;
	padding: 1px;
	border: 0px;
	font-family: sans-serif, verdana;
	font-size: 8pt;
	color: #000;
	font-weight: normal;
}
div.ncEditListBoxElements table td.ncListBoxSelected{
	background-color: #C3D9FF;
	color: #000;
	/*
	color: #FFF;
	*/
	
}
div.ncEditListBoxElements table td.ncListBoxSelector{
	background-color: #e0ecff;
}
div.ncEditListBoxElements table td.ncListBoxDisabled{
	background-color: #FFF;
	color: lightgrey;
}
div.ncEditListBoxElements table td.ncListBoxDefault{
	font-weight: bold;
}
/* /listbox */

/* tabbars */
.ncEditTabBar{
	float: left;
	width: 100%;
	background: url('../images/ncEditBorder.gif') repeat-x bottom;
	background-color: #fff;
	line-height: 14px;
	font-family: sans-serif;
	font-size: 8pt;
	height: 24px;
	margin-top: 3px;
	margin-bottom: 0;
}
.ncEditTabBarVert{
	background: url('../images/ncEditBorder.gif') repeat-y right;
}	
.ncEditTabBar ul{
	padding:0 10px 0;
}
.ncEditTabBarVert ul{
	padding:10px 0 0;
}
.ncEditTabBar ul, .ncEditTabBarVert ul{
	margin:0;
	list-style: none;
}
.ncEditTabBar li{
	float:left;
	margin-left: -1px;
	background-image: url('../images/ncEditTabLeft.gif');
}
.ncEditTabBarVert li{
	background-image: url('../images/ncEditTabLeftVert.gif'); 
	margin-top: -1px;
	height: 24px;
}	
.ncEditTabBar li, .ncEditTabBarVert li{
	background-color: #e0ecff; 
	background-repeat:  no-repeat;
	background-position: left top;
	padding-left: 9px; 
	padding-right: 0; 
	padding-top: 0; 
	padding-bottom: 0;
	cursor: pointer;
}
.ncEditTabBar a{
	float: left;
	background: url('../images/ncEditTabRight.gif') no-repeat right top;
	outline: none;
}
.ncEditTabBarVert a{
	background: url('../images/ncEditBorder.gif') repeat-y right;
	height: 22px;
	vertical-align: middle;
	outline: none;
}
.ncEditTabBar a, .ncEditTabBarVert a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: darkgray;
	padding-left: 6px; 
	padding-right: 15px; 
	padding-top: 5px; 
	padding-bottom: 3px;
	font-style: normal;
}
/* hide from ie5 / mac using backslash \*/
.ncEditTabBar a {float:none;}
/* End IE5-Mac hack */
.ncEditTabBar a:hover, .ncEditTabBarVert a:hover{
	color: #000;
}
.ncEditTabBar .current, .ncEditTabBarVert .current{
	background-color: #fff;
}
.ncEditTabBar .current a, .ncEditTabBarVert .current a{
	color:#333;
}
.ncEditTabBar .current a{
	padding-bottom:5px;
}
.ncEditTabBarVert .current a{
	background-image: none;	
}
.ncEditTabBar .disabled, .ncEdiTabBarVert .disabled{
	background-color: #D4D0C8;
	color: #808080;
}	
.ncEditTabBar .disabled a, .ncEdiTabBarVert .disabled a{
	color: #808080;
	cursor: default;
}	

/* /tabbar */

/* ----- fields in query instance criteria editor etc -----*/
table.ncEditFieldTable{
	border: 0px; 
	border-collapse: collapse;
	table-layout: fixed;
}
table.ncEditFieldTable td{
	border: solid 1px #c3d9ff;
	width: 125px;
	height: 22px;
	overflow: hidden;
	vertical-align: middle;
	
}
table.ncEditFieldTable td div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.ncEditFieldTable td select{
	width: 125px;
	height: 20px;
}
table.ncEditFieldTable td input.TextBox{
	width: 123px;
}
table.ncEditFieldTable td.Selected{
	background-color: #e0ecff;
}
table.ncEditFieldTable td.Selector{
	height: 5px;
	background-color: #c3d9ff;
	padding: 0;
}
table.ncEditFieldPromptTable{
	border: 0px;
	border-collapse: collapse;	
}
table.ncEditFieldPromptTable td{
	text-align: right;
	padding-right: 2px;
	height: 22px;
	border: solid 1px #fff;
}
/* ----- /fields in query instance editor etc -----*/

/* ----- tree tooltips ----- */
/* n.b. tooltip must also be apply-able to body so we can use in text editor to reflect style */
.ncEditDesignNotes{
	border: solid 1px #999;
	background-color: #fff;
	cursor: default;
}
.ncEditDesignNotes a{
	color: #00f;
	text-decoration: none;
}
.ncEditDesignNotes a:hover{
	color: #00f;
	text-decoration: underline;
}
.ncEditDesignNotes div.ncEditTitle{
	font-weight: bold;
	background-color: #e0ecff;
	padding: 3px;
}	
.ncEditDesignNotes div.ncEditDesc{
	background-color: #e0ecff;
	padding: 0px 3px 3px 3px;
	line-height: 12px;
}
.ncEditDesignNotes div.ncEditDesc, .ncEditDesignNotes div.ncEditDesc td{
	font-style: italic;
	color: darkgray;
}	
.ncEditDesignNotes div.ncEditContent{
	padding: 3px;
	border-top: solid 1px #c3d9ff;
}	
.ncEditDesignNotes div.ncEditContent p, body.ncEditDesignNotes p{
	margin: 1px;
}
body.ncEditDesignNotes{
	padding: 3px;	
}
/* ----- /tree tooltips ----- */