@charset "UTF-8";
/* CSS Document */

/* Reset all attributes */   /* Refer to Apple.com */
/* >>>-------------------------------------------- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.hidden { visibility: hidden; display: none; z-index: -1000; overflow: hidden; }
.hide { display: none; }
.vertical { display: table; vertical-align: middle; }
.vertical div { display: table-cell; vertical-align: middle; }
.fleft { float: left; }
.fright { float: right; }
/* <<<-------------------------------------------- */

/* Hyperlink */
/* >>>-------------------------------------------- */
a:link { text-decoration: none; color: #027; }
a:hover { text-decoration: underline; color: #06C; }
a:active { text-decoration: underline; color: #FC0; }
a:visited { text-decoration: none; color: #014; }
/* >>>-------------------------------------------- */

/* Basic styles */
/* >>>-------------------------------------------- */
body {
	font-family: Arial, Calibri, Helvetica, "蘋果儷中黑", "微軟正黑體", sans-serif;
	font-size: .85em;
	color: #171717;
	background: #B7B7B7;  /* Change Background Style */
	line-height: 1.5em;
}

#board {
	width: 900px;
	margin: 0 auto;
	border: 8px #DDD solid;
	border-top: none;
	border-bottom: none;
	z-index: 1;
}

#top, #bar, #content, #bottom { padding: 0 12px 0 12px; }

#top{
	height: 75px;
	background: #FFF;
}

#bar {
	height: 40px;
	background: #100;
}

#content {
	padding: 25px 12px;
	background: #F3F3F7;
	/*min-height: 250px;*/
}

#bottom {
	background: #444;
	font-size: .75em;
	color: #777;
	height: 90px;
	line-height: 1.25em;
}
#bottom a { color: #67B; }
#info {
	height: 90px;
	width: 876px;
}
/* >>>-------------------------------------------- */

/* Top area */
/* >>>-------------------------------------------- */
#date_counter{
	height: 75px;
	text-align: right;
	font-size: .8em;
	color: #999;
	line-height: 1.1em;
}
/* >>>-------------------------------------------- */

/* Bar Area */
/* >>>-------------------------------------------- */
#search { width: 260px; }

#search_field {
	background: url(../images/bar/searchfield.png) scroll no-repeat center;
	height: 40px;
	width: 202px;
	padding: 0 3px;
	margin: 0 5px 0 0;
	line-height: 40px;
}

#search_field input {
	border: 0px none;
	background: #E6E6E6;
	width: 191px;
	height: 20px;
	font-size: 1.1em;
	color: #474747;
	padding: 0 2px;
	margin: 0 0 0 2px;
}

#search_button {
	height: 40px;
	cursor: pointer;
}

#type_search {
	z-index: 10000;
	position: absolute;
	top: 105px;
	left: 50%;
	margin: 0 0 0 175px;
	width: 210px;
}
#type_search_head { background: url(../images/content_block/type_search_head.png); width: 210px; height:10px; }
#type_search_foot { background: url(../images/content_block/type_search_foot.png); width: 210px; height:10px; }
#type_search_body { background: url(../images/content_block/type_search_body.png) repeat-y; width: 190px; padding: 0 10px; }
.ts_info { color: #EEE; font-size: .9em; }
.ts_more { color: #CCC; font-size: .8em; text-align: right; }
#type_search_acceptor, .ts_more a { color: #FFF; }
#ts_result li { padding: 5px 0 5px 12px; height: 25px; line-height: 25px; color: #FFF; cursor: pointer; }
#ts_result li.hover { background: #369; }

#marquee {
	width: 600px;
	height: 40px;
	background: url(../images/bar/marquee_ground.png) center no-repeat;
	color: #FFF;
	line-height: 40px;
}

#marquee_content { width: 500px; margin: 0 0 0 10px; }
#marquee_control { width: 80px; text-align: right; padding: 0 10px 0 0; }
#marquee_content  a { color: #FFF; }
/* >>>-------------------------------------------- */

/* Content Side Block Area */
/* >>>-------------------------------------------- */
#content_main, #content_right, #content_left { padding: 0; margin: 0 5px; }
.content_sb { margin: 0 0 10px 0; }

#content_right {
	width: 178px;
	float: right;
}

#content_left {
	width: 178px;
	float: left;
}

#content_main {
	float: left;
}

.c_sb_head, .c_sb_foot { width: 178px; height: 10px; }
.c_sb_head.right { background: url(../images/content_block/right_head.png) no-repeat; }
.c_sb_foot.right { background: url(../images/content_block/right_foot.png) no-repeat; }
#rank_and_hits .c_sb_foot.right { background: url(../images/content_block/right_foot_jqui_accordion.png); }
.c_sb_head.left { background: url(../images/content_block/left_head.png) no-repeat; }
.c_sb_foot.left { background: url(../images/content_block/left_foot.png) no-repeat; }
.c_sb_content.right { background: url(../images/content_block/right_body.png); }
.c_sb_content.left { background: url(../images/content_block/left_body.png); }
.c_sb_title.right{ background: url(../images/content_block/right_title.png); }
.c_sb_title.left{ background: url(../images/content_block/left_title.png); }
.c_sb_title {
	font-size: 1.05em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	width: 160px;
	padding: 0 9px;
	color: #FFF;
}
.c_sb_content {
	width: 160px; 
	padding: 4px 9px;
	background: repeat-y;
}
/* >>>-------------------------------------------- */

/* Content Main Block Area */
/* >>>-------------------------------------------- */
.content_block { margin: 0 0 10px 0; }
.c_b_content, .c_b_wcontent, .c_b_acontent { padding: 10px 15px; }
.c_b_content { background: url(../images/content_block/main_body.png) repeat-y; width: 460px; }
.c_b_wcontent { background: url(../images/content_block/main_wbody.png) repeat-y; width: 648px; }
.c_b_acontent { background: url(../images/content_block/main_abody.png) repeat-y; width: 836px; }

.c_b_head, .c_b_whead, .c_b_ahead { height: 10px; }
.c_b_head { background: url(../images/content_block/main_head.png); width: 490px; }
.c_b_whead { background: url(../images/content_block/main_whead.png); width: 678px; }
.c_b_ahead { background: url(../images/content_block/main_ahead.png); width: 866px; }

.c_b_foot, .c_b_wfoot, .c_b_afoot { height: 10px; }
.c_b_foot { background: url(../images/content_block/main_foot.png); width: 490px; }
.c_b_wfoot { background: url(../images/content_block/main_wfoot.png); width: 678px; }
.c_b_afoot { background: url(../images/content_block/main_afoot.png); width: 866px; }

.c_b_content .c_b_title_red { width: 490px; background:url(../images/content_block/main_title_red.png); }
.c_b_wcontent .c_b_title_red { width: 678px; background:url(../images/content_block/main_wtitle_red.png); }
.c_b_acontent .c_b_title_red { width: 866px; background:url(../images/content_block/main_atitle_red.png); }
.c_b_content .c_b_title_yellow { width: 490px; background:url(../images/content_block/main_title_yellow.png); }
.c_b_wcontent .c_b_title_yellow { width: 678px; background:url(../images/content_block/main_wtitle_yellow.png); }
.c_b_acontent .c_b_title_yellow { width: 866px; background:url(../images/content_block/main_atitle_yellow.png); }
.c_b_title_red, .c_b_title_yellow {
	height: 40px;
	line-height: 40px;
	background: no-repeat;
	margin: 0 -15px 15px -15px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.25em;
}
/* >>>-------------------------------------------- */

/* My Card Area */
/* >>>-------------------------------------------- */
#login_panel, #login_acceptor {
	color: #555;
	line-height: 2em;
	text-align: center;
	font-size: .9em;
	width: 160px;
}
#login_panel .c1 { line-height: 1em; }

#account, #password, .mycard_button {
	width: 110px;
	font-size: 1.1em;
}

.mycard_button {
	background: #EEE;
	border: 1px solid #666;
	background: #F7F7F7;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
}

#mycard_login{
	color: #222;
	line-height: 1.6em;
	padding: 3px;
}

#mycard_login li {
	line-height: 1.4em;
	font-size: .9em;
	height: auto;
}

#mycard_panel div {
	text-align: center;
	font-size: .9em;
}
/* >>>-------------------------------------------- */

/* Rank and Hits Area */
/* >>>-------------------------------------------- */
.rh_list {
	list-style: decimal outside;
	margin: 0 0 0 23px;
	padding: 5px 0;
}
.rh_list_line { border-top: thin solid #DDD; margin: 2px 0; }
.rh_list a { color: #000; text-decoration: none; }
.rh_list_content { font-size: .85em; color: #666; }
.rh_list_title { color: #000; padding: 0 0 5px 0; }
.rh_last { display: none; }
/* >>>-------------------------------------------- */

/* Text Style Area */
/* >>>-------------------------------------------- */
.h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
}

.h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.c1 {
	font-size: .85em;
	color: #555;
}

.suc3 {
	color: #060;
	font-size: .9em;
}

.err3 {
	color: #C00;
	font-size: .9em;
}

.normal_list {
	list-style: disc;
	padding: 0 0 0 20px;
}

.number_list {
	list-style: decimal;
	padding: 0 0 0 20px;
}
.number_list li { margin: 10px 0; }

.navi { font-size: .8em; }

.chapter {
	padding: 0 0 0 7px;
	height: 1.5em;
	line-height: 1.5em;
	border-bottom: 1px solid #999;
	border-left: 5px solid #F90;
	margin: 30px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.input_focus {
	border: #FF3 2px solid;
	background: #FFC;
	font-size: 1.5em;
	font-weight: bold;
}

.input_blur {
	border: 1px solid #666;
	background: #F7F7F7;
}

.sep_line {
	margin: 5px -5px;
	border-top: 1px solid #BBB;
}

#browser_list { vertical-align: middle; }
#browser_list tr { height: 40px; }
#alertControl { text-align: center; }
#alertControl button { background: #CF6; padding: 3px 10px; border: 1px solid #060; font-size: 1em; cursor: pointer; }

.linkspan, .linkspan a { color: #06C; cursor: pointer; padding: 2px 5px; }
.linkspan.hover, .linkspan.hover a { text-decoration: underline; background-color: #CCF; color: #039; }
.linkspan.upload { width: 100px; height: 30px; line-height: 30px; background-color: #FF0; text-align: center; margin: 0 5px; }
/* >>>-------------------------------------------- */