/* CSS Document */
.clearfix, .clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
div {}

.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
}
.silver { background:url(../images/v3/silver-bg.jpg);}


#holy-result { background-color:#fff; }
#holy-result ol { margin:0; padding:0;}
#holy-result ol li { list-style-type:none; padding:10px 0 0 0;}
#holy-result a {color:#2200CC; text-decoration:underline;}
#holy-result ol li h3 a { font-size:16px; font-weight:normal;}
#holy-result ol li em { font-weight:normal; color:#c03; font-style:normal;}
#holy-result ol li .details { max-width:42em; line-height:1.5em;}

#holy-result span.top a { color:green; text-decoration:underline;}

/* pages */

.pages { line-height:25px;font-size:12px; margin:2px 0; }
.pages .pageslink { font-family:sans-serif; margin:0 5px;}
.pageslink a.next,.pageslink a.prev { font-family:ËÎÌå; }
.pageslink a { padding:3px 5px; text-align:center; margin:1px; overflow:hidden; -moz-border-radius: 5px;	-webkit-border-radius: 5px;}
.pageslink a.next,.pageslink a.prev {margin:0; border:#B7DBFF solid 1px;}
.pageslink a:hover {margin:0; border:#FF9900 solid 1px; background-color:#FFFFCC; color:#FF6600;}
.pageslink a.active { font-weight:bold; color:#FF0000;}


/* loginset */
#global-login { float:inherit; margin:20px auto; padding:20px; width:800px; border:#ccc solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#global-login .left { float:left; width:450px;}
#global-login .right { float:left; width:250px; padding-left:20px; border-left:#ccc solid 1px; height:300px;}
#global-login .left span { font-size:14px; font-weight:bold;}
#global-login .left p { line-height:25px;}
#global-login label { float:left; position:relative; width:50px;}
#global-login select, #global-login .textInput { background:url(../images/v3/textinput-bg.gif) top repeat-x; background-color:#fff; border:solid #ccc 1px; line-height:20px; height:20px; -moz-border-radius: 5px;	-webkit-border-radius: 5px; padding:0 5px;}
#global-login .code { width:50px; text-align:center}
#global-login .right .a p { line-height:27px;}
#global-login .right .a p img { margin:0 4px -8px 4px; }
#global-login .right .b p img { margin:0 4px -20px 4px; }
#global-login .right .b { margin-top:150px;}
#global-login a:link, #global-login a:visited { color:#3366FF; text-decoration:underline; margin:0 2px;}
#global-login a:hover, #global-login a:active { color:#CC0000;}
#global-login .warning,#global-login .tips,#global-login .okay {background-color:#FFF; padding:25px 65px; margin:10px 20px 10px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#global-login .warning { background:url(../images/v3/warning-icon-orange-m.gif) 10px 10px no-repeat; border:#FF9900 solid 1px;}
#global-login .tips { border:#99CC00 solid 1px; padding:25px 10px; }
#global-login .okay { background:url(../images/v3/okay-icon-green-m.gif) 10px 10px no-repeat; border:#99CC00 solid 1px;}

#global-login  #gologin { background:url(../images/v3/loginbutton.jpg); width:64px; height:25px; border:none; padding:0; text-indent:-100px; overflow:hidden;}
#global-login  #gonext { background:url(../images/v3/nextbutton.jpg); width:64px; height:25px; border:none; padding:0; text-indent:-100px; overflow:hidden;}
#global-login .codeimg img { height:25px; width:75px; margin-bottom:-10px;}