.clsPart
{
	width:150;
	border-top: 4px solid white;
}

.clsPartContainer
{
	width: 150px;
	position: relative;
}

.clsPartConent
{
	background-color: #BCD8C5;
	border-left:1px solid #009933;
	border-right:1px solid #009933;
	border-bottom:1px solid #009933;
}
.clsPartBottom
{
	background-color: #ffffff;
	border-bottom:1px solid #009933;
}

.clsPartHead
{
	font-size: 10px;
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	background-color: #009933;
}

.clsDragWindow
{
	border:solid 2px #000000;
	background-color:#666666;
	filter:alpha( opacity=20 );
	position:absolute;
	display:none;
}

.clsPartRight
{
	background-image: url(images/chevronUp.gif);
	background-color: #009933;
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 82%;
	font-family: verdana, arial, helvetica;
	color:#ffffff;
}

.clsPartRightHidden
{
	background-position: right top;
	font-size: 82%;
	background-image: url(images/chevronDown.gif);
	color: #ffffff;
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica;
	background-color:#BCD8C5;
}

IMG.clsMinimize
{
	visibility: hidden;
	margin: 0px ,0px,0px,0px;
}
IMG.clsPartHead
{margin: 0px ,0px,0px,0px;
	}
.clsPartLeft
{
	background-color: #009933;
	font-size: 82%;
	font-family: verdana, arial, helvetica;
	color:#ffffff;
}

.text
{
	text-indent: 8px;
	font-family: arial, helvetica;
	font-size: 80%;
	color:#000000;
}

.link
{
	font-family:verdana, arial, helvetica;
	font-size: 80%;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

.linktext
{
	font-family:verdana, arial, helvetica;
	font-size: 80%;
	color:#000000;
	text-decoration:none
}

:hover
{
	text-decoration: underline;
}

.storeUserData
{
	
}

.clsPart LI
{
	margin-right:7px;
	font-size:95%;
	list-style-type:disc;
	color:#BCD8C5;
}

.clsPart UL
{
	margin-left:20px;
	color:#BCD8C5;
}

.clsPart A
{
	margin-left:-4px;	
	text-indent:4px;
}

