.igspl_StyleSmallControl
{
	border:solid 1px #CCCCCC;
}


.igspl_StyleSmallPane
{
	background-color:White;
	background-repeat:repeat-x;
}


.igspl_StyleSmallVSplitBar
{
    background-color: transparent;
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(./images/igspl_splitVert.gif);
    font-size: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    cursor: e-resize;
}


.igspl_StyleSmallHSplitBar
{
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: center;
    background-image: url(./images/igspl_splitHoriz.gif);
    font-size: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    cursor: n-resize;
}


.igspl_StyleSmallVSplitBarHover
{
    background-image: url(./images/igspl_splitVertHover.gif);
}


.igspl_StyleSmallHSplitBarHover
{
    background-image: url(./images/igspl_splitHorizHover.gif);
}


.igspl_StyleSmallVSplitBarPressed
{
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(./images/igspl_splitVertPressed.gif);
}


.igspl_StyleSmallHSplitBarPressed
{
    background-repeat: repeat-x;
    background-position: center;
    background-image: url(./images/igspl_splitHorizPressed.gif);
}


.igspl_StyleSmallHSplitBarShadow
{
    background-repeat: repeat-x;
    background-position: center;
    background-image: url(./images/igspl_splitHorizHover.gif);
    border: dotted 1px Black;
    filter: alpha(opacity : 70);
    opacity: 0.7;
}


.igspl_StyleSmallVSplitBarShadow
{
    background-repeat: repeat-y;
    background-position: center;
    background-image: url(./images/igspl_splitVertHover.gif);
    border: dotted 1px Black;
    filter: alpha(opacity : 70);
    opacity: 0.7;
}


.igspl_StyleSmallVSplitBarShadowLimit
{
	background-color:Yellow;
	border-style:solid;
}


.igspl_StyleSmallHSplitBarShadowLimit
{
	background-color:Yellow;
	border-style:solid;
}


.igspl_StyleSmallCollapseSplitBarButton
{
	background-color:#E0E0E0;
	cursor:pointer;margin: 2px;
}


.igspl_StyleSmallHSplitBarHeight
{
	height: 6px;
}


.igspl_StyleSmallVSplitBarWidth
{
	width: 6px;
}


