A{TEXT-DECORATION: none; cursor:pointer; }
A:link {COLOR: #666666; TEXT-DECORATION: none;}
A:visited {COLOR: #666666; TEXT-DECORATION: none; }
A:active { TEXT-DECORATION: none;  }

A:hover 
{
	BORDER-BOTTOM: 1px dotted; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #666666; 
	TEXT-DECORATION: none
}


body {
	background: #ffffff url('../~images/background.gif') 0 0 repeat;
	color: #666666;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	margin-top:0;
	text-align:center;
}

.active 
{
	font-weight:bold;
	color:#000;
}

.button 
{ 
	background: #c6c6c6 url('../~images/button.gif') 0px 0px no-repeat; 
	height:17px; 
	width:40px; 
	color:#000;
	font-family:"Comic Sans MS", cursive;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
	border:none;
	padding-top:0px;
	padding-bottom:3px;
	padding-right:0px;
	padding-left:0px;
	/*display:inline-block;*/
}

#search { background: #c6c6c6 url('../~images/icons/mu.png') 10px 7px no-repeat; height:116px; width:100%; text-align:center; }


table 
{ 
	BORDER-COLLAPSE: collapse; 
	FONT-FAMILY: "Courier New", Courier, mono; 
	FONT-SIZE: 9pt;
}

.lanyu 
{
	border:solid 1px #5589AA;
	color: #000000;
	font-size: 12px;
	width: 120px;
}

.rank
{ 
	a.rank:active{ font-weight:bold }	
}

.passStrenProgressBar
{
	 border: 1px solid gray; 
	 height: 5px; 
	 width: 95px; 
	 padding-right: 1px;
	 padding-left: 1px;
	 padding-bottom: 1px;
	 padding-top: 1px;
}
.passStrenProgressBar div
{
	 border: 0px solid white;
	 font-size: 3px; 
	 height: 5px; 
	 width: 0%;
}

pre
{
	margin:0px;
	padding:0px;
}


.message
{
	background-color: #FFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #000;
	padding: 10px;
	width:93%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}


.background-pictures
{
	background:url(/~images/background-picture.jpg) right top no-repeat;
	width:100%;
	height:100%;
}

.background-login
{
	background:url(/~images/background-login.jpg) right top no-repeat;
	width:100%;
	height:100%;
}

