
/*  Header Part   */
#headerStrip {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(34,154,254);
	height: 4px;
	width: 100%;
}

#headerDiv {
	background-image: url('../img/titlebar.png');
	height: 35px;
	width: 100%;
}

#headerTitle {
	display: inline-block;
	padding-left: 15px;
	/*padding-top: 10px;*/
	margin-top: -2px;
}

#headerVersion {
	position: fixed;
	right: 25px;
	top: 12px;
	color: #797D86;
	font-style: italic;
}

/*  Navigation Part   */
.vizDocNavigationBar {
	background-color: white;
	text-align: center;
	padding-top: 10px;
}

.vizDocNavigationBarItem {
	/*margin-right: 40px; */ 
	color: rgb(108,108,108);
}

/*  Tree Part   */
#leftVerticalLayout {
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	box-shadow: -3px 2px 5px #BBB inset;
	padding-bottom: 3000px;
}

#Strip {
	height: 10px;
	width: 250px;
	background-color: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(242,242,242);
}

#searchMatrixLayout {
	margin-left: 10px;
	margin-top: 10px;
}

.treeButton {
	vertical-align: middle;
}

.vizDocheadline {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.vizDocheadlineCount {
	border: 1px solid black;
	margin-left: 10px;
	padding: 0 4px;
	font-size: 10px;

}

.vizDocTree {
	/* margin-left: 20px  */
}

.shadowStrip {
	height: 10px;
	width: 100%;
	background-color: rgb(149,179,215);
}

#treeVerticalLayout {
	margin-left: 20px;
}

/*  right part  */
#rightPart {
	background-image: url('../img/bg.png');
	box-shadow: 3px 2px 5px #BBB inset;
}

.paneButton {
	margin-left: 7px;
}

.buttonStrip {
	width: 60%;
	background-color: transparent;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(242,242,242);
	margin-left: 13px; 
	margin-bottom: 10px;
}


/* splitBar */
.vizsplitBar {
	height: 100%;
	width: 10px;
	background-color: rgb(242,242,242);
	position: relative;
	margin-top: 5px;
}

#iFrame {
	overflow:hidden;
	border-width: 1px 0 0 0;
	border-color: rgb(222,222,222);
	border-style: solid;
	height: 100%;
	width: 100%;
	margin-top: 2px;
}

#innerHorizontalLayout {
	position: absolute;
}