/*
  TitlePane

  description:
    Customizations for convergence TitlePane.
*/
.dijitTitlePaneTitle {
	border: 1px solid;
	padding: 3px 4px;
}

.dijitTitlePaneTitle * {
	vertical-align: middle;
}

.dijitTabContent { 
	color: #000; /*One of the few black items in the spec */
}

.dijitTitlePane .dijitArrowNode {
	cursor: pointer;
}

.dijitTitlePaneFocused .dijitTitlePaneTextNode {
	
}

.dijitTitlePane .dijitArrowNodeInner {
	display: none;
}

.dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
	display: inline !important;
	cursor: pointer;
	padding-bottom: .2em;
}

.dijit_a11y .dijitTitlePane .dijitArrowNode {
	display: none;
}

.dijitTitlePaneContentOuter {
	background: #FFF;
	border: 1px solid;
	border-top: 1px solid #CCC;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}
.dijitTitlePaneContentInner {
	padding:10px;
}
/* force hasLayout to ensure borders etc, show up */
.dj_ie6 .dijitTitlePaneContentOuter,
.dj_ie6 .dijitTitlePane .dijitTitlePaneTitle {
	zoom: 1;
}

.dijitTitlePaneTextNode {
	margin-left: 4px;
	margin-right: 4px;
}