
.td {
border: #999 1px dotted;
background-color: #FFF;
}

.alert { color: #990000; font-size: 11px; }

img.notselect { border:none; height: 80px; width: 80px; }

img.selected { border: 2px solid #FF9600; height: 80px; width: 80px; }

font.screentout { float: right; padding-right: 5px;}

span.tooltip em { display: none; }

span.tooltip:hover {
	border: 0px none;
	position: relative;
	z-index: 500;
	text-decoration: none;
}

span.tooltip:hover em {
	font-style: normal;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 40px;
	left: -10px;
	padding: 5px;
	color: #ff000;
	border: 1px solid #3D3D3D;
	background-image:url(../images/cat_row.png);
	/*background: #FFFFCC;*/
	width: 170px;
}

span.tooltip:hover em span {
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 12px;
	background: url(../images/span.gif);
	margin:0;
	padding: 0;
	border: 0px none;
}

span.tooltip1 em {
	display: none;
}

span.tooltip1:hover {
	border: 0px none;
	position: relative;
	z-index: 500;
	text-decoration: none;
}

span.tooltip1:hover em {
	font-style: normal;
	font-size: 12px;
	display: block;
	position: absolute;
	vertical-align: middle;
	top: 40px;
	left: -250px;
	padding: 5px;
	width: 610px;
	height: 70px;
}

span.tooltip1:hover em span {
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 12px;
	margin: 0;
	padding: 0;
	border: 0px none;
}

