/* This CSS is used by the tools review pages only */
.softReview {
	margin: 10px 0 15px 0px;
	background-color: #FFFFCC;
	border: 4px ridge #000099;
	width: 98%;
}
.softHead{
	width: 100%;
	float: none;
}
.softTitle{
	height: 35px;
	text-align: center;
	float: none;
	padding: 10px 5px 0 5px;
	font: normal small-caps bold 1.8em/normal Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	letter-spacing: 5px;
	color: Navy;
}
div.softTitle label{
	Float: left;
}
form{
	margin: 0px;
	padding: 0px;
}
.editorRating{
	background: #0000CC;
	text-align: left;
	padding: 2px 5px 2px 5px;
	color: White;
	font: normal normal lighter 10pt/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 2px groove black;
}
.userRating{
	background: #0000CC;
	text-align: left;
	padding: 2px 5px 2px 5px;
	color: White;
	font: normal normal lighter 10pt/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px groove black;
}
.review{
	margin: 0 10px 15px 10px;
	font: italic normal normal 1em/normal "Trebuchet Ms", Tahoma, verdana, "Century Gothic", Arial, sans-serif;
	text-align: justify;
}
.userRating a,.userRating a:hover{
	color: Yellow;
	font-style: italic;
	font-size: 10pt;
}
.userComments{
	display: none;
	margin: 10px;
	border: 1px dashed #000099;
	background-color: White;
	color: #000099;
	padding: 2px 0 2px 5px;
}
.userComments textarea
{
    width: 98%;
}
.softInfo{
	font: normal normal normal 11pt;
	text-align: center;
	border-top: 2px dotted #000099;
}
.softInfo a,.softInfo a:hover,.softInfo a:visited{
	color: #000099;
}