@charset "UTF-8";

.TOP_SUB_MENU:after{
  content:"";
  display: block;
  clear: both;
}
.TOP_BG{background: url(../images/top_bg.jpg) repeat-x;}
.TOP_SUB_BG{background-color: #78158c;background-color: #9232a6;border-top: 1px solid #4d1259;}
.TOP,.TOP_SUB{width: 900px;margin: auto;}
.TOP_SUB_MENU{
  padding: 0;
  width: 100%;
  text-align: center;
  background-color: #9232a6;
  font-size: 15px;
  line-height: 1.5;
}
.TOP_SUB_MENU a{display: block;padding: 6px;color: #ffffff;}
.TOP_SUB_MENU a:hover,
.TOP_SUB_MENU a.selected{color: #fff799;background-color: #78158c;}

.MAIN{
  width: 880px;
  margin: auto;
  padding: 10px; 
  background-color: #ffffff;
}

.TITLE{  
  margin: 5px auto;
  border-bottom: 2px solid #ce93d8; 
  color: #78158c;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
}
.TITLE img{margin-bottom: 5px;}

#footer{
  width: 900px;
  margin: auto;
  padding: 10px 0 20px;
  background-color: #eeeeee;
  border-top:1px solid #e0e0e0;
  color: #777777;
  font-size: 12px;
  text-align: center;  
}


/* 會員登入 */
.login{
  background-color: #cccccc;
  margin: 15px auto;
}
.login_l{
  width: 250px;
  background-color: #ffffff;
  padding: 20px;
}
.login_l td{padding-bottom:8px; }
.login_r{
  color: #555555;
  width: 200px ;
  background-color: #EEEEEE;
  padding: 20px;
  padding-bottom: 30px;
}
.login input{width: 238px;}

/* 加入會員 */
.register{
  width: 100%;
  margin: 10px auto;
}
.register thead td{
  font-size: 12px;
  padding: 0px 0 4px 4px;
}
.register tbody th{
  line-height: 1.5em;  
  text-align: left;
}
.register tfoot td{line-height: 3;}

table.register tbody td{
  border-top:1px solid #ce93d8;
  padding: 10px 0 5px 4px;
}
table.register tbody.r_1{background-color: #fcebff;}
table.register tbody.r_1 th{
  background-color: #7b1fa2;
  color: #ffffff;
}
table .register tfoot td{
  padding: 10px 0 30px 0;
}
table.register p{margin-top: -1em;}
table.register input{line-height: 1em;}

.sub_title{
  font-size: 14px;
  color: #7b1fa2;
}
.ps{
  font-size: 12px;
  color: #7b1fa2;
  padding-top: 0px; /*!important*/
}


/* 加盟優勢 */
.REWARD_LIST{}
.REWARD_LIST td{
  border-top: 8px solid #ffffff;
  border-bottom: 1px dashed #b3b3b3;
  background-repeat:no-repeat;
  text-align: left;
  background-position:top right;
  padding: 10px 10px 5px 10px;
}
.REWARD_LIST td h4{
  color: #671c8c;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.REWARD_LIST td h4 .number{
  font-size: 30px;
  font-weight: 300;
  color: #ce93d8;
  font-family: "Georgia", Georgia, Times New Roman, Times, serif ;
}
.REWARD_LIST td p{width: 70%;margin:  5px 0;font-size: 12px;line-height: 1.5em;}

.REWARD_LIST td ul{
  margin: 0px 0 5px -1.5em;
  width: 63%;
}

 /* 獎金制度 */
.bonus{  text-align: center;}
.bonus_e{
  vertical-align:top;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #ce93d8;
  border-radius: 4px;
  text-align: left;
  font-size: 12px;
}

table.bonus_e{ width: 100%;}
.bonus_e h5{
  text-align: left;
  margin-bottom: 5px;
  color: #7b1fa2;
  font-weight: bold;
}
.bonus_e ul{  margin: 0;}
.bonus_e li{  text-align: left;  margin: 0px 0 0px -1.5em;}
.bonus_e table{
  background-color: #9232a6;
  width: 100%;
  line-height: 1.5em; 
  font-size: 12px;
}
.bonus_e table tr td{background-color: #ffffff; padding: 5px}
.bonus_e table tr th{  color: #ffffff;}

/* 業績試算表 + 後台廣告清單表格 */
.bonus_count {
  background-color:  #9232a6;
  line-height: 1.5em; 
  font-size: 12px;
  text-align: center;
}
.bonus_count tr.alt{
  background-color: #fcebff;
  color:  #ff0000;
}
.bonus_count tr.alt td:first-line {
  color: #000000;
}
.bonus_count tr{
  background-color: #fff;
}
.bonus_count tr th{
  background-color: #9232a6;
  color: #fff;
  font-size: 14px;
}
.bonus_count td:first-child{
  background-color: #facd81;
}


.system{ /* 系統公告 */  
  margin: 10px auto;
  padding: 7px;
  border: 1px solid #f23030;
  background-color: #ffeaea;
  text-align: center;
}

.date_choose{
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  vertical-align: middle;
}

/* 報表外框架 含上標題與說明 */
table.report{
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #9232a6;
}
table.report thead th:first-child{ /* 報表標題 */
  background-color:#9232a6;
  color: #ffffff;
  font-size: 14px;
  line-height: 2em;
}
table.report thead td{ /* 報表文字說明 */
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px;
  color: #4a4a4a;
  font-size: 12px;
  background-color: #f0f0f0;
  line-height: 1.5em
}
table.report tbody td{
  /*border: 1px solid #9232a6;*/
  border-top: none;
}

/* 報表 */
table.report_data {
  width: 100%;
  line-height: 1.7em;
}
table.report_data tfoot th,
table.report_data tbody td,
table.report_data tbody th{
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}

table.report_data tbody th{
  border-top: 1px solid #bfbfbf;
  background-color: #e0e0e0;
  font-weight: bold;
  
}
table.report_data tbody td{
  font-weight: 100;
  font-size: 12px;
}


table.report_data tbody tr:hover td{
  background-color: #fcebff;
}
table.report_data tfoot th{ /* 報表合計 */
  background-color: #e0e0e0;
  font-weight: 100;
}
table.report_data tfoot td{
  padding: 5px;
  background-color: #fcebff;
  font-size: 14px;
  line-height:1.6em;
}

.sample{
  background: #ffffff;
  margin: 5px;
  padding: 10px;
  border: 3px double #7b1fa2;
}

/* 基本設定 */

body{
  background-color:#e4dfe5;
  margin:0 ;
  font-size: 13px;
  line-height: 20px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;  
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9232a6;
  text-decoration: none;
  cursor:pointer;
}

h1,h2,h3,h4,h5,h6{
  margin:5px 0;
  font-family: inherit;
  line-height: 1em;
  color: inherit;
  font-weight: inherit;
}
h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 24px;}
h3,.h3 {font-size: 20px;}
h4,.h4 {font-size: 16px;}
h5,.h5 {font-size: 13px;}
h6,.h6 {font-size: 11px;}

.gray{color: #777777;}
.dark{color: #7B1FA2;}
.blue{color: #006ecc;}
.red{color: #cc0000}

ol,ul,p{margin: 0;list-style: none;}
p{margin: 0;padding: 0;}
img{border: 0;vertical-align: middle;margin: 0;padding: 0}

hr{
  margin: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}

table{font-size: 14px}

select,
textarea,
input,
.input{
  line-height: 20px;
  border: 1px solid #BBBBBB;
  background: #fff;
  border-radius: 3px;
}
select,
textarea,
input[type="text"],
input[type="password"]{
  display: inline-block;
  padding: 4px 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
  border-color: #ce93d8;
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 0px 1px #7B1FA2;
}



.btn{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #e5e5e5));
  background:-moz-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
  background:-webkit-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
  background:-o-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
  background:-ms-linear-gradient(top, #e5e5e5 0%, #cccccc 100%);
  background:linear-gradient(to bottom, #e5e5e5 0%, #cccccc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#cccccc',GradientType=0);
  background-color:#e5e5e5;
  border:1px solid #b3b3b3;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  *zoom: 1; 
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
}
.btn:hover,
.btn:focus{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #e5e5e5));
  background:-moz-linear-gradient(top, #cccccc 0%, #e5e5e5 100%);
  background:-webkit-linear-gradient(top, #cccccc 0%, #e5e5e5 100%);
  background:-o-linear-gradient(top, #cccccc 0%, #e5e5e5 100%);
  background:-ms-linear-gradient(top, #cccccc 0%, #e5e5e5 100%);
  background:linear-gradient(to bottom, #cccccc 0%, #e5e5e5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e5e5e5',GradientType=0);
  background-color:#cccccc;
}

.btn:hover,
.btn:focus {
  /*color: #333333;*/
  text-decoration: none;
  background-position: 0 0px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.large{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 6px 14px;
}

.btn-primary{
  background:-webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff5500), color-stop(1, #ff8400));
  background:-moz-linear-gradient(bottom, #ff5500 0%, #ff8400 100%);
  background:-webkit-linear-gradient(bottom, #ff5500 0%, #ff8400 100%);
  background:-o-linear-gradient(bottom, #ff5500 0%, #ff8400 100%);
  background:-ms-linear-gradient(bottom, #ff5500 0%, #ff8400 100%);
  background:linear-gradient(to top, #ff5500 0%, #ff8400 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ff5500',GradientType=0);
  background-color:#ff5500;
  border:1px solid #bf550a;
  color:#ffffff;
  text-decoration:none;
  text-shadow: 0px 0px 1px #555555;
}
.btn-primary:focus,
.btn-primary:hover{
  color:#ffffff;  
  background:-webkit-gradient(linear, left bottom, left top, color-stop(0.05, #ff8400), color-stop(1, #ff5500));
  background:-moz-linear-gradient(top, #ff5500 0%, #ff8400 100%);
  background:-webkit-linear-gradient(top, #ff5500 0%, #ff8400 100%);
  background:-o-linear-gradient(top, #ff5500 0%, #ff8400 100%);
  background:-ms-linear-gradient(top, #ff5500 0%, #ff8400 100%);
  background:linear-gradient(to bottom, #ff5500 0%, #ff8400 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5500', endColorstr='#ff8400',GradientType=0);
  background-color:#ff5500;
}

.btn-red{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
}
.btn-red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.btn-blue{
  color: #ffffff;
  text-shadow: 0px 0px 1px #555555;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(to bottom, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
}

.btn-blue:hover,
.btn-blue:focus{
  background-image: -moz-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0055cc), to(#0088cc));
  background-image: -webkit-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: -o-linear-gradient(bottom, #0088cc, #0055cc);
  background-image: linear-gradient(to top, #0088cc, #0055cc);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0055cc', endColorstr='#0088cc',GradientType=0);  
  color: #ffffff;
  background-color: #0055cc;
}
