﻿@import url("/x/css/style.css");
@import url("/x/css/clearbox.css");
/*----- CHART ----- */
div#my_trend
{
	position:absolute;
	top: 90px;
	right: 30px;
	width: 199px;
	*margin-right:-2px;
}
div#my_trend #my_chart {
    float: left;
}
div#my_trend #trend_title
{
	height:20px;
	width: 194px;
	*margin-right:4px;
	background:url(/x/img/trend/trend_title.jpg)  ;
}
div#my_trend #trend_side
{
	float: left;
	background: #f8f8d8 url(/x/img/trend/trend_y_title.jpg) no-repeat center;
	width: 13px;
	height: 87px;
}
div#my_trend #trend_footer
{
	clear: both;
	*margin-right:4px;
	background: #f8f8d8 url(/x/img/trend/trend_x_title.jpg) no-repeat center;
	height: 13px;
	width: 194px;
}
/*----- LIST ----- */
ul.num_list {
    margin-left: 10px;
    padding-left: 15px;
    text-align: left;
    list-style-type: decimal !important;
    list-style-position: outside;
}
ul.num_list li {
    margin-bottom: 5px;
    list-style-type: decimal !important;
    line-height: 1.8;
    letter-spacing: 1px;
}

ul.cube_list {
    margin-left: 25px;
    border: 1px solid transparent;
    _border: none;
    text-align: left;
    list-style-image: url(img/theme/icon_sub_menu.gif);
}
ul.cube_list li {
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
}

ul.num_list li.hilite,
ul.cube_list li.hilite {
    color: #c00;
}
ul.num_list li em,
ul.cube_list li em {
    padding: 0 3px;
    font-weight: bold;
}

ul.list_block {
    margin-left: 65px;
}

/*----- FORM ----- */
h1.form_title {
    margin: 0 0 0 20px !important;
    color: #555 !important;
    font-size: 15px;
    text-align: left !important;
}
h1.form_title span.key_serial {
    color: #555;
    font-size: 9px;
    font-weight: bold;
}
h1.form_title span.key_date {
    font-size: 11px;
    color: #8d5023;
}

/*----- BUTTON ----- */
input.cmdbutton {
    margin: 0 10px 1px 10px;
    *margin-top: 1px;
    *padding-top: 3px;
    background: url(img/button/btn_3txt_00.gif) no-repeat left top;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    width: 70px;
    height: 20px;
    letter-spacing: 2px;
}
input.cmdbutton:hover {
    background: url(img/button/btn_3txt_01.gif) no-repeat left top;
    color: #0156d5;
}
input.disable:hover {
    background: url(img/button/btn_3txt_00.gif) no-repeat left top;
    color: #6b6b6b;
}
input.bigbutton {
    margin: 0 10px 1px 10px;
    *margin-top: 1px;
    *padding-top: 3px;
    background: url(img/button/btn_5txt_00.gif) no-repeat left top;
    border: none;
    color: #6b6b6b;
    font-size: 100%;
    width: 100px;
    height: 20px;
    letter-spacing: 2px;
}
input.bigbutton:hover {
    background: url(img/button/btn_5txt_01.gif) no-repeat left top;
    color: #0156d5;
}

/*----- INPUT ----- */
select.txt,
select.large,
input.txt,
input.large,
textarea.txt,
textarea.large {
    background: #fff;
    border: 1px solid #c0c0c0;
}
select.txt:hover,
select.large:hover,
input.txt:hover,
input.large:hover,
textarea.txt:hover,
textarea.large:hover {
    background: #ffffcc;
}

span.txt label {
    margin-left: 5px;
    margin-right: 10px;
}

/*----- LINE ----- */
.separate_line {
    display: block;
    margin: 3px auto 1px auto;
    background: url(img/theme/form_horizon.gif) repeat-x left bottom;
    height: 1px;
}

/*----- FILE ----- */
ul.file_list {
    margin: 20px 10px 0 10px;
}
ul.file_list li {
    display: block;
    margin-left: 20px;
    padding-left: 30px;
    background: url(img/arrow/icon_go_01.gif) no-repeat 0 6px;
    font-size: 130%;
    text-align: left;
    line-height: 2.5;
}
ul.file_list li:hover {
    background: url(img/arrow/icon_go_02.gif) no-repeat 0 6px;
}

ul.list_2 li,
ul li.list_2 {
    float: left;
    width: 45%;
}

/*----- TITLE ----- */
h1 {
    color: #ff6c00;
}
h1.left {
    margin-left: 10px !important;
    text-align: left !important;
}
h1 a,
h1 a:visited {
    color: #ff6c00;
}

h2 {
    margin-left: 35px;
    margin-bottom: 10px;
    font-size: 130%;
    text-align: left;
}

h3 {
    margin-left: 50px;
    font-size: 110%;
    text-align: left;
}

/*----- SPECIAL ----- */
.ignore {
    color: #999;
}

span.raquo {
	display: inline;
	margin: 0 3px;
	font-family: Verdana;
}

span.title_txt {
    color: #2ea700;
}
span.desc_txt {
    color: #0173BC;
}
span.desc_txt em {
    font-weight: bold;
}

span.desc_info {
    color: #555;
}
span.desc_info .hilite {
    color: #c00;
}

span.blog_id {
    margin-bottom: 5px;
    color: #fe6b03;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 180%;
    letter-spacing: 2px;
}
em.blog_link {
    color: #888;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 110%;
}

span.cube {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    border-bottom: 1px solid #555;
	border-right: 1px solid #555;
    width: 10px;
    height: 10px;
}

span.check {
    display: block;
    background: url(/x/img/yes.gif) no-repeat left top;
    width: 16px;
    height: 16px;
    text-indent: 16px;
    overflow: hidden;
}

div.score {
    margin-right: 10px;
    line-height: 1;
    text-align: right;
}
div.score span {
    margin-left: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #f00;
    line-height: 1;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.none {
    display: none;
}

/*----- CAPTCHA ----- */
div.CAPTCHA {
    margin-top: 5px;
    width: 250px;
    cursor: pointer;
}
span.CAPTCHA {
    float: right;
    margin-top: -20px;
    margin-right: 75px;
    width: 250px;
    cursor: pointer;
}
.CAPTCHA img {
    border: 1px solid #555;
    vertical-align: bottom;
}

/*----- ERROR ----- */
span.err_msg div {
    margin-top: 5px;
    padding: 6px 0 3px 35px;
    background: #fff url(img/icon/info_s.gif) no-repeat -2px -1px;
    font-size: 90%;
    *font-size: 100%;
    color: #fa7000;
    width: 230px;
    border: 2px dashed #fa7000;
    text-align: left;
}
span.info_msg div {
    margin-top: 5px;
    padding: 6px 0 3px 35px;
    background: #fff url(img/icon/info_g.gif) no-repeat -2px -1px;
    font-size: 90%;
    *font-size: 100%;
    color: #6ca732;
    width: 230px;
    border: 2px dashed #6ca732;
    text-align: left;
}

span.err_center div {
    margin: 5px auto 0 auto;
}

/*----- 修正: 不符合的樣式 ----- */
.main_theme_sub {
    clear: both;
    margin: 15px 0 10px 0;
    background: url(img/theme/sub_frame_02.gif) repeat-x left top;
	height: 35px;
}
.main_theme_sub main_theme_sub_left,
.main_theme_sub main_theme_sub_right {
    display: none;
}

.main_theme_sub h1,
.main_theme_sub h2 {
    margin-left: 10px;
    padding-top: 12px;
    font-size: 11px;
}

div.content {
    margin-top: 15px;
    padding: 20px 50px;
    font-size: 110%;
    *font-size: 100%;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    overflow: auto;
}

ul.horizontal li
{
	display: inline;
	margin: 0 10px 0 10px;
}

div.main_theme_center
{
	text-align: left;
}

div.download_title
{
	margin-top: 15px;
}

ul.download_list
{
	margin-left: 15px;
}

a.top
{
	float: right;
	margin: 5px;
}
/* 圓角 */
.roundedPanel
{
	background-color: #c9c9c9;
	color: white;
}
/* 可調整大小擴充項 *//* 顯示相片 */
.cssFrameImage
{
	width: 670px;
	height: 500px;
	overflow: hidden;
	padding: 5px;
	text-align: center;
}
/* 手指圖示 */
.cssHandleImage
{
	width: 46px;
	height: 40px;
	background-image: url(img/goodies/Hand_icon.gif);
	overflow: hidden;
	cursor: se-resize;
}
/* 可調整大小所用的樣式 */
.cssResizingImage
{
	padding: 0px;
	border: 3px solid #B4D35D;
}
/*----- POPUP ----- */
.mainPopup div.border
{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaf0f8;
	border: 1px solid #7eacb1;
	text-align: center;
	width: 99%;
}
.mainPopup div.Command
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
.mainPopup .input-txt
{
	margin-bottom: 2px;
	width: auto;
}
.mainPopup input.input-txt
{
	background-color: #eaf0f8;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
}
.mainPopup .input-small
{
	margin-right: 3px;
	width: 70px;
}
.mainPopup div.command
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
.mainPopup table
{
	margin: 10px 20px;
	border: none;
	font-size: 12px;
	text-align: left;
	width: 95%;
}
.mainPopup table th
{
	text-align: right;
}
.mainPopup table td
{
	white-space: nowrap;
}

.mainPopup table.iconBox
{
	font-size: 12px;
}
.mainPopup table.iconBox th
{
	border-bottom: 2px solid #000;
	width: 100%;
}
.mainPopup table.iconBox td
{
	padding-top: 5px;
	width: 60px;
	text-align: center;
	vertical-align: top;
}

.mainPopup table.iconBox a.icon
{
	display: block;
	padding: 2px;
	border: 2px solid #eaf0f8;
	width: 50px;
	height: 50px;
}
.mainPopup table.iconBox a.icon:hover
{
	border: 2px solid #f00;
}

.mainTitle
{
	margin: 0 auto 2px auto;
	padding: 5px;
	color: #000;
	text-align: left;
	cursor: move;
}
/*=======================================================End=======================================================*/