.clsPart {
	Example: // onMouseOver="toolTip('tool tip text here')"; onMouseOut: "toolTip()"; or-: "toolTip('more good stuff', '#FFFF00', 'orange')"; var: ""; all: ; offsetX: 0; offsetY: 20; function: document.toolTipLayer; else: "visible"; if: ; toolTipSTYLE: "none"
}
UNKNOWN {
	else: "none"; if: "hidden"
}
UNKNOWN {
	var: '<table border="0" cellspacing="0" cellpadding="1" bgcolor="' + fg + '"><td>' +
    '<table border="0" cellspacing="0" cellpadding="1" bgcolor="' + bg + 
    '"><td align="center"><font face="sans-serif" color="' + fg +
    '" size="-2">&nbsp;' + msg +
    '&nbsp;</font></td></table></td></table>'; if: ; toolTipSTYLE: "visible"
}
UNKNOWN {
	toolTipSTYLE: 'block'; document: content
}
UNKNOWN {
	toolTipSTYLE: 'block'; document: content
}
UNKNOWN {
	if: e.pageX; y: e.pageY
}
else {
	y: event.y + document.body.scrollTop; x: event.x + document.body.scrollLeft
}
UNKNOWN {
	var: ; if: null)
  {
    if (document.layers)  //NS
    {
      document.onMouseMove = getMouseLoc;
      obj = document.layers[theLayer];
      obj.left = mLoc.x +offsetH;
      obj.top  = mLoc.y +offsetV;
    }
    else if (document.all)//IE
    {
      getMouseLoc();
      obj = document.all[theLayer].style;
      obj.pixelLeft = mLoc.x +offsetH;
      obj.pixelTop  = mLoc.y +offsetV;
    }
    showHideLayers(theLayer,'','show');
  }
}
UNKNOWN {
	this: y
}
UNKNOWN {
	if: e.pageX; mLoc: e.pageY
}
UNKNOWN {
	mLoc: event.y + document.body.scrollTop
}
UNKNOWN {
	document: getMouseLoc
}
UNKNOWN {
	var: ; if: document.getElementById(theObj); for: 0; foundObj: ; i: findObj(theObj,theDoc.layers[i].document); return: 
}
.clsPartContainer {
	MARGIN-TOP: 6px; BEHAVIOR: url(../css/default/webparts.htc); WIDTH: 150px; POSITION: relative
}
.clsPartContainer2 {
	MARGIN-TOP: 6px; BEHAVIOR: url(../../css/default/webparts2.htc); WIDTH: 150px; POSITION: relative
}
.clsPartConent {
	BORDER-RIGHT: #6699cc 1px solid; BORDER-LEFT: #6699cc 1px solid; BORDER-BOTTOM: #6699cc 1px solid; BACKGROUND-COLOR: #cccccc
}
.clsPartBottom {
	BORDER-BOTTOM: #6699cc 1px solid; BACKGROUND-COLOR: #ffffff
}
.clsPartHead {
	FONT-SIZE: 82%; CURSOR: move; COLOR: #ffffff; FONT-FAMILY: verdana, arial, helvetica; BACKGROUND-COLOR: #6699cc
}
.clsDragWindow {
	BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; DISPLAY: none; FILTER: alpha( opacity=20 ); BORDER-LEFT: #000000 2px solid; BORDER-BOTTOM: #000000 2px solid; POSITION: absolute; BACKGROUND-COLOR: #666666
}
.clsPartRight {
	BACKGROUND-POSITION: right top; FONT-SIZE: 82%; BACKGROUND-IMAGE: url(../../images/default/chevronUp.gif); CURSOR: hand; COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: verdana, arial, helvetica; BACKGROUND-COLOR: #6699cc
}
.clsPartRightHidden {
	BACKGROUND-POSITION: right top; FONT-SIZE: 82%; BACKGROUND-IMAGE: url(../../images/default/chevronDown.gif); CURSOR: hand; COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: verdana, arial, helvetica; BACKGROUND-COLOR: #cccccc
}
IMG.clsMinimize {
	VISIBILITY: hidden
}
.clsPartLeft {
	FONT-SIZE: 82%; COLOR: #ffffff; FONT-FAMILY: verdana, arial, helvetica; BACKGROUND-COLOR: #6699cc
}
.text {
	FONT-SIZE: 80%; COLOR: #000000; TEXT-INDENT: 8px; FONT-FAMILY: arial, helvetica
}
.link {
	FONT-WEIGHT: bold; FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica; TEXT-DECORATION: none
}
.linktext {
	FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica; TEXT-DECORATION: none
}
:hover {
	TEXT-DECORATION: underline
}
.storeUserData {
	BEHAVIOR: url(#default#userData)
}
.clsPart LI {
	FONT-SIZE: 95%; COLOR: #cccccc; MARGIN-RIGHT: 7px; LIST-STYLE-TYPE: disc
}
.clsPart UL {
	MARGIN-LEFT: 20px; COLOR: #cccccc
}
.clsPart A {
	MARGIN-LEFT: -4px; TEXT-INDENT: 4px
}
