
BODY {
	MARGIN:4px;
    BORDER:0px;
    PADDING:0px;
    OVERFLOW: hidden;
    BACKGROUND-COLOR:#FFFFFF;
}
#topFrame {
	WIDTH:100%; 
	HEIGHT:26px;
	LEFT:4px;
}
#tocArea{
	POSITION:absolute;
	TOP:30px;						/*(30 the height of topframe + 4 of the body margin)*/
	LEFT:4px;
	WIDTH:151px;
	height:0px;
	BORDER-LEFT:1px solid #416D94; 
	BORDER-BOTTOM:1px solid #416D94;
}
#workArea {
	POSITION:absolute;
	LEFT:154px;						/*(150 tocs width + the body margins 4 )*/
	TOP:30px;						/*(30 the height of topframe + the body margins 4)*/
	height:0px;
	BORDER-LEFT:1px solid #416D94;
	BORDER-BOTTOM:1px solid #416D94;
	BORDER-RIGHT:1px solid #416D94;
}

.feedBackFrame{
	POSITION: absolute;
	DISPLAY:none;
	WIDTH:350px;
	HEIGHT:200px;
	OVERFLOW:hidden;
}

.modalWin{
	border-top : 2px groove #999999;
    border-left : 2px solid #999999;
    border-right : 2px solid #666666;
	border-bottom : 2px solid #666666;
	background-image:url(../../gradient.jsp?height=15&width=1&colors=3263C2;537BCA&type=v);
	background-repeat:repeat-x;
	background-color:#EFEFEF;
}
.closeButton{
	background-image:url(../images/modalCloseBtn.png);
}
