* html body{behavior:url(csshover.htc);}

#subcontainer {
	background-color:#fff;
	width:100%;
	padding:0;
	font-size:1.7em;
}

#subcontainer table {
	width:100%;
	text-align:left;
	font-size:10pt;
	border-collapse:collapse;
	margin-bottom:20px;
}

#subcontainer table th {
	font-variant:normal;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	padding-left:4px;
	cursor:default;
}

/*
#subcontainer table th a:hover {
	text-decoration:overline;
}

#subcontainer table th.selected,div#subcontainer table td.selected {
	background-color:#ddd;
}

#subcontainer table tr:hover td.selected {
	background-color:#eee;
}

#subcontainer table th.selected  a:hover{
	text-decoration:none;
	
#subcontainer table a:link {color:#00f;}
#subcontainer table a:visited {color:#00f;}
#subcontainer table a:hover {text-decoration:underline;}
#subcontainer table a:active {color:#000;}
}
*/
#subcontainer table a {
	cursor:pointer;
	color:#00f;
	font-variant:normal;
	text-decoration:none;
	font-size:10pt;
	border-style:none;
}

#subcontainer table td{
	padding: 2px 0 2px 4px;
	border-bottom:1px solid #ccc;
}

#subcontainer table tr:hover{
	background-color:#eee;
	cursor:pointer;
}

#subcontainer table tr#innerInfo:hover, #subcontainer table tr.nohighlight {
	background-color:#fff;
	cursor:auto;
}

#innerInfo p {
	font-size:9pt;
	color:#888;
}

#innerInfo p strong {
	color:#036;
	font-size:10pt;
}

#innerInfo div {
	margin-left:40px;
	padding-left:10px;
	border-left:1px solid #ccc;
}



















