/*

 */
html {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0
}

body {
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0
}

* html form {
	height: 100%
}

.resizableArea { /*
	background: transparent none repeat scroll 0 0;
	border: medium none;
	bottom: 0;
	display: block;
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
	*/
	display: block;
	background: none transparent scroll repeat 0% 0%;
	width: 100%;
	border-top-style: none;
	bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	top: 0px;
	height: auto;
	border-bottom-style: none
}

.contents {
	background: transparent none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 110px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.icePnlDvrFst {
	display: block;
	float: left;
	height: 100%;
	margin: 0 0px 0 0;
	border-right: 0px;
	overflow: auto;
	padding: 0px;
	position: relative;
	width: 100%;
	z-index: 1;
	border-top: 1px solid #073B96;
}

.icePnlDvrSnd { /*
	background: #FFFFFF none repeat scroll 0 0;
	border: 0 none;
	height: auto;
	width:auto;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	overflow-x:auto;
	padding: 0px;
	padding-left:0px;
	position: relative;
	z-index: 10; */
	border: 0 none;
	height: 100%;
	width:100%;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
}

.icePnlDvrSpt {
	z-index: 11;
}

.icePnlDvrCnt {
	display: block;
	background: none transparent scroll repeat 0% 0%;
	width: 100%;
	bottom: 0px;
	border-right-style: none;
	position: absolute;
	top: 0px;
	height: 100%;
	border-bottom-style: none;
	overflow: hidden;
    border-top: 1px solid #6593CF;
    border-left: 1px solid #6593CF;
    /* 1px solid #073b96 should be top border of inner div */
}

.navwrapSt {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	z-index: 1;
	background: #f9f9f9;
	float: left;
	padding-bottom: 0px;
	margin: 0px 4px 0px 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
	position: relative;
	height: 100%
}

.contentwrap { /*height: auto;
	overflow: auto; */
	position: relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-top: 1px solid #073B96;
}

/* Tab control*/


.TabView {
	width: 100%;
	height: auto;
}

/*
.TabView .Tabs {
	height: 37px;
	display: block;
    background: transparent url('./images/tab/tabs-panel-bg.gif') repeat-x scroll;
    padding-left: 23px;
}

.TabView .Tabs a {
	display: block;
	float: left;
	min-width: 65px;
	height: 37px;
	line-height: 37px;
	color: #333;
	text-align: center;
	text-decoration: none;

	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;

	margin: 0px 2px;
	vertical-align: bottom;
}


.TabView .Tabs a span {
	display: block;
	float: none;

}

.TabView .Tabs a.ActiveTab {
    background: transparent url('./images/tab/active-tab-bg.gif') repeat-x scroll;

	height: 37px;
	line-height: 37px;
	vertical-align: bottom;
	text-decoration: none;
}

.TabView .Tabs a.ActiveTab .lftab {

    background:  url('./images/tab/right-active-tab.gif') no-repeat top left scroll;

}

.TabView .Tabs a.ActiveTab .rftab {

    background:  url('./images/tab/left-active-tab.gif') no-repeat top right scroll;
    padding-top: 4px;

}




.TabView .Tabs a.InactiveTab {

    background: transparent url('./images/tab/inactive-tab-bg.gif') repeat-x scroll;
	color: #ffffff;

	height: 37px;
	line-height: 37px;
	vertical-align: bottom;
	text-decoration: none;
}

.TabView .Tabs a.InactiveTab .lftab {

    background:  url('./images/tab/left-inactive-tab.gif') no-repeat top left scroll;

}

.TabView .Tabs a.InactiveTab .rftab {

    background:  url('./images/tab/right-inactive-tab.gif') no-repeat top right scroll;
	padding-top: 4px;
}


.TabView .Tabs a .ttext
{
    padding-left:15px;
    padding-right:15px;
    cursor: pointer;
}
*/


#splitwrap .vsplitbar {
	width: 6px;
	background-color: #C3DAF9;
	border: 1px solid #073B96;
	cursor: w-resize;
	/*
	display:inline;
	float:left;
	height:100%;*/
	width: 3px;
	background: #C3DAF9 url(vgrabber.gif) no-repeat center;
}
#splitwrap .vsplitbar.active,#splitwrap .vsplitbar:hover {
	background: #C3DAF9 url(vgrabber.gif) no-repeat center;
}

/* */
.iceFrm {
	width: auto;
	height: auto;
	overflow: auto;
	/*padding: 4px;*/
}

.TabView .Pages .Page {
	padding: 8px;
	width:auto;
}




