a {
	text-decoration: none;
	selector-dummy: expression(this . hideFocus = true);
}

form {
	display: inline;
}

.limited_text_length {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.ibtn {
	cursor: pointer;
	cursor: hand;
}

.nobr {
	text-overflow: ellipsis;;
	overflow: hidden;;
	white-space: nowrap;
	vertical-align: middle;
}

.doShowDiv {
	display: ;
}

.doNotShowDiv {
	display: none;
}

.popList td {
	border-bottom: 1px dotted #CFCFCF;
	padding: 3px 0px;
	height: 18px;
	font-size: 10pt;
}

.linkInList a {
	text-decoration: none;
}

#quickLink { /*_position: fixed;
	position: absolute;
	left: 922px;
	top: 131px;*/
	width: 76px;
	height: 300px;
}

.primitive * {
	font: normal;
	font-size: 10pt
}

table.popList2 {
	border-collapse: collapse;
	/*border-top: 3px solid #089FD2;*/
	border-bottom: 2px solid #AEAEAE;
	margin-top: 7px;
}

.popList2 th {
	background-image: url(../images/pop/pop_list_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CFCFCF;
	padding: 7px 0px;
	color: #296680;
}

.popList2 td {
	border-bottom: 1px dotted #CFCFCF;
	padding: 3px 0px;
}
