
span.asciiatt {
	font-weight:bold;
}


div.effecttable {
	width:520px;
	height:450px;
	overflow:auto;
	font-size: 10pt;
	background-color : #f0f0f0;
	color : #000000;
}

div.sampleimage {
	width:200px;
	float:left;
}


div.effecttableheader {
	background-color : #ddffdd;
}

span.effectnameheader {
	width:350px;
	float:left;
	padding-left:5px;
}

div.effecttablerow {
	background-color : white;
	border-top : 1px solid black;
	height:35px;
}

span.effectname {
	cursor : pointer;
	width:350px;
	float:left;
	height:30px;
	padding-left:5px;
	padding-top:5px;
}

span.effectname:hover {
	background-color:#eeeeee;
}

span.effectdesc {
	width:180px;
}

span.effectsupport {
	width:150px;
}


