/*= 普通超链，用于浅色背景时  /**/
a:link     { text-decoration:none; color:#1F4497 }
a:visited  { text-decoration:none; color:#990055 }
a:hover    { text-decoration:underline; color:#E5B218 }
a:active   { text-decoration:none; color:#E5B218 }

A.aLink:link     { text-decoration:none; color:#1F4497 }
A.aLink:visited  { text-decoration:none; color:#1F4497 }
A.aLink:hover    { text-decoration:underline; color:#E5B218}
A.aLink:active   { text-decoration:none; color:#E5B218 }

/*= 白色超链，用于深色背景时 /**/
A.aWhite:visited{ color: White; TEXT-DECORATION: none;}
A.aWhite:active{color: White; TEXT-DECORATION: none;}
A.aWhite:hover{ color: #ffff00; TEXT-DECORATION: none;text-decoration:underline;}
A.aWhite:link{ color: White; text-decoration: none;}



.explorer2 {
width:100%;
height:100%;
}



.explorer2 {
width:100%;
height:100%;
}

.AutoSizeDiv{
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
