/*
 dmi tool database
*/

div.toolgrid {
  padding: 0.75em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  height: 7.75em;
}

a.tools,
a.tools:active,
a.tools:hover,
a.tools:visited
{
	color: white !important;
	text-decoration: none;
}

span.toolname {
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0.5em;
}

div.toolClearance {
	clear: left;
	height: 1px;
}

div.toolListFooter {
	border-top: 1px solid #cccccc;
}

div.toolDescription {
	padding: 3px 0 0 15px;
	max-width: 52%;
}
.toolgrid div.toolDescription {
	background-color: #fff;
	height: 80px;
	left: 498px;
	padding-left: 15px;
	position: absolute;
}

div.toolDescriptionText {
	padding-top: 5px;
}

.launchTool a, 
.launchTool a:hover,
.launchTool a:visited, 
.launchTool a:active {
	background: #505c59 !important;
}

.launchTool {
	background: #505c59;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
}

.aboutTool a,
.aboutTool a:hover,
.aboutTool a:visited,
.aboutTool a:active {
	background: #c975d1 !important;
}

.aboutTool {
	background: #c975d1;
	padding: 5px;
	font-weight: bold;
}

.toolnav {
	color: #505c59;
}

.toolnav .maincat {
	font-weight: bold;
}

.toolnav a,
.toolnav a:hover,
.toolnav a:visited,
.toolnav a:active
{
	color: #505c59 !important;
	text-decoration: none;
}

