.classesBox
{
	margin-top:35px;
	width:170px; 
	padding-bottom:20px;
	margin-bottom:20px;
}

.classesBoxHeader
{
	 
	height:25px; 
	background-color:#EDF2F2;
	
}
.classesBoxHeaderText
{
	color:#006666; 
	font-weight:bold; 
	padding: 3px 0px 2px 6px;
}
.hr
{
	height:1px; 
	background-color:#6765CF;
}
.hr2
{
	height:1px; 
	background-color:#ADADFF;
}
.classesBoxClassNameBox
{
	height:20px; 
	font-size: 9pt; 
	color: #27158B;
}
.classesBoxClassNameBoxHover
{

	height:20px; 
	font-size: 9pt; 
	background-image: url(../images/classHover.gif); 
	background-repeat:repeat-y;  
	color: #27158B;
}
.classesBoxClassNameText
{
	width:85%;
	height:14px;
	overflow:hidden;
	float:left; 
	padding:3px 0px 4px 7px;
	cursor:hand;cursor:pointer;
	
}
.classesBoxTypeNameBox
{
	display:block;
	color:#669933;
	height:17px;
	margin:15px 2px 6px 7px;
	text-decoration:none;
}
.classesBoxTypeNameBox:hover
{
	display:block;
	color:#3287C7;
	height:17px;
	margin:15px 2px 6px 7px;
	text-decoration:none;
}
.classesBoxTypeNameText
{
	width:85%;
	height:14px;
	font-size:12pt;
	cursor:hand;cursor:pointer;
	font-weight:bold;
	font-family:Georgia;
	
}


.classesBoxTrickName
{	
	margin-left:10px; 
	display:block;
	color:#31363E;
	padding-left:20px;
	font-size:10pt;
	text-decoration:none;
	line-height:3ex;
	background-image: url(../images/star.gif);
	background-repeat:no-repeat;
	background-position: 4px 5px;
	
}

.classesBoxTrickName:hover  
{
	color:#666B75;
	text-decoration:underline;
	background-image: url(../images/star2.gif);
}