﻿@charset "utf-8";
/*
@ Jiga's Stylesheet
@ Author: Linmic
@ linmicya@gmail.com
 */

body {
	color: #333;
	background-color: #fff;
	font-size: 13px;
	text-align: center;
	font-family: "Droid Sans", Arial, sans-serif;
}
img { border: none; }
h1, h2, h3 { margin-bottom: 5px; font-weight: bold; }
strong { font-weight: bold; }
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=button], input[type=submit] {
	cursor: pointer;
}
blockquote, p.blockquote {
	padding: 5px 15px;
	margin: 5px;
	border-left: solid 8px #444;
}

/* style for index-style */
h1.index {
	font-size: 16px;
	padding-left: 10px;
	line-height: 34px;
	height: 34px;
	background: #fff url('images/bg-title.png') repeat-x left top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h2.index {
	font-size: 15px;
	line-height: 26px;
	border-bottom: 1px solid #ccc;
}
h3.index {
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
}
ul.indexList { list-style: none; }
p.note { margin-left: 20px; }
ul.indexList li {
	width: 787px;
	padding: 7px 3px 7px 7px;
	margin: 0 0 3px 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table.tbIndex {
	width: 800px;
	margin: 0 0 10px 10px;
}
table.tbIndex th { background: #ccc; }
table.tbIndex th, table.tbIndex td {
	padding: 5px;
	text-align: left;
	border: solid 1px #ccc;
}
ul.index li { line-height: 22px; list-style: square; margin-left: 30px; }
ul.index li.desc { color: #999999; list-style: none; margin-left: 40px; }
ul.index li ol li { list-style: decimal inside; margin-left: 0; }
h4 a:link, h4 a:visited {
	color: #773;
}

/* main */
.motherbox {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 103px;
}

/* sidebar */
.sidebar {
	float: left;
	font-size: 13px;
	width: 160px;
	margin: 0 0 0 17px;
	padding: 10px 0 10px 10px;
	background: #f9faf9;
	overflow: hidden;
    box-shadow: 3px 3px 3px #999;
    border: 1px solid #ccc;
}
.sidebar h3 {	margin-bottom: 10px; font: bold 16px/24px Georgia; }
#loginForm { display: block; margin-bottom: 10px; }
#loginForm * { display: block; }
#loginForm input[type=password], #loginForm input[type=text] {
	width: 150x;
	margin-bottom: 3px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#btnLogin { padding: 4px 8px; }
.sidebar ul {}
.sidebar p#date_box { margin-bottom: 10px; color: #666; font-size: 12px; }
.header-wrapper { background: #334438 url('../images/header-bg.png') repeat-x bottom left; }
/*.wrapper-ie { width: auto; }*/
/* new header */
.header { width: 1000px; margin: 0 auto; position: relative; }
a.logo {
	position: absolute;
	left: 0;
	bottom: 5px;
	display: block;
	width: 359px;
	height: 69px;
	background: url('images/jiga-logo.png') no-repeat top left;
}
.header ul.links { padding-left: 500px; }
.header ul.links li {
	float: left;
}
.header ul.links li a {
	float: left;
	position: relative;
	display: block;
	height: 49px;
	font: bold 24px/70px Georgia;
	padding: 0 0 20px;
	width: 160px;
	color: #fff;
	text-decoration: none;
}
.header ul.links li a:hover {
	text-decoration: none;
	background: #383E32 url('images/bg-strip.png') repeat;
}
.header ul.links li a span {
	font: bold 13px/20px normal;
	position: absolute;
	right: 5px;
	bottom: 0;
	text-align: right;
}

/* new navbar */
.mainmenu {
	position: relative;
	padding-top: 8px;
	background: #383e32 url('images/bg-strip.png') repeat;
	margin-bottom: 5px;
}
ul.navbar {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
}
ul.navbar li {
	float: left;
	margin: 0 3px 0 0;
	background: #ccc;
	position: relative;
}
ul.navbar li a {
	display: block;
	color: #333;
	border-top: solid 5px #4264b3;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	text-decoration: none;
}
ul.navbar li a:hover {
	text-decoration: none;
	background-color: #fff;
}
ul.navbar li.active {
	margin-top: 0;
	background-color: #fff;
}
ul.navbar li.inactive {
	display: none;
}
ul.navbar li.active a {
	border-top: solid 5px #3BB9FF;
	font-weight: bold;
}
#sub_tab_wrapper {
	margin-bottom: 5px;
}
#sub_tab {
	background-color: #fff;
	text-align: left;
	width: 996px;
	margin: 0 auto;
}
/* end of new header */

.main-content {
	float: left;
	width: 810px;
}

/* content styles */
.content1 {
	float: left;
	margin: 8px;
	border: solid 1px #999999;
	padding: 10px !important;
}
.content1 p {
	font-size: 120%;
}
.myGallery {
	text-align: left;
	margin: 0 auto 20px;
	font-size: 0.6em;
	overflow: hidden;
}
.actions span.option {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0 !important;
	display: block;
	_margin-bottom: 2px;
}
.actions img {
	margin-right: 10px;
	float: left;
}
a.actions, a.actions:link {
	display: block;
	float: right;
	width: 150px;
	margin: 0;
	padding: 10px 0 11px 10px;
	*padding: 24px 0 11px 10px;
	color: #fff;
	text-decoration: none;
}
a.actions:hover, .header-main .active a:link {
	background: url('../images/header-link-hover.png') repeat-x bottom left;
	text-decoration: none;
}
.sidebar ul, .features ul {
	list-style:  none;
	margin-left: 0 !important;
}
.sidebar ul li, .features ul li {
	margin-bottom: 6px;
	margin-left: 0 !important;
}
.sidebar ul li a {
    display: block;
    line-height: 22px;
}
.sidebar li a:hover {
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    box-shadow: 1px 1px 1px #999;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}
.sidebar img {
	margin-bottom: -3px;
}
.main-content .blogged img {
	margin: 0 5px;
}
.main-content .feature {
	border-bottom:  1px solid #ddd;
	padding-bottom:  30px;
	margin-bottom: 25px;
}
.main-content h4 {
	padding-left: 1%;
}
.block { width: 810px; }
.block img {}
.features .block {
	padding: 0 5px;
}
.title {
	border-bottom: 1px solid #eee;
	margin-right: 15px;
	margin-top: 15px;
}
.title h1 {
	margin-top: 15px;
}
.title h2, .title h1 {
	padding: 0px 15px 10px 0px;
	margin: 0;
}
.title h2.tagline { /*  color: #92534e;*/
	color: #b82e00;
}
.title h3.category {
	font-size: 90% !important;
	display: block;
	padding-top: 22px;
	margin: 0px 0px 10px;
}
.title h1.splash-title {
	padding-bottom: 0px;
	color: #777;
	font-size: 300%;
}
.title h4 {
	font-size: 90%;
	padding-top: 10px;
}
.title img {
	/*border: 1px solid #666;*/
	padding: 0 !important;
	margin-right: 15px;
}
.title #blurb {
	font-size: 60%;
	margin-bottom: 15px;
}
.title1 {
	font-size: 140%;
	color: #006633;
}
.features .page {
	padding-right: 2% !important;
}
.international ul {
	padding: 10px;
	list-style: none;
	margin: 0;
	width: 90%;
}
.hero {
	background-color: #f4f4f4;
	/*border: 1px solid #ddd !important;*/
	border: none !important;
	margin-top: 0 !important;
	padding-top: 5px;
	padding-bottom: 17px;
	padding-right: 0 !important;
}
ul.archives {
	list-style: none;
	margin: 0 15px 15px 8px;
}
ul.archives li {
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0 3px 5px;
	position: relative;
}
ul.archives li .blocked {
	position: absolute;
	top: 6px;
	right: 6px;
}
.ifloat {
	text-align: center;
	float: left;
	width: 74px;
	height: 80px;
	padding: 10px;
}
.ifloat .flag, .flag {
	border: 1px solid #333;
}
.ifloat p {
	text-align: center;
}
.icontainer {
	margin:14px;
	text-align: center;
}
.ispacer {
	clear: both;
}
.licensebox {
	background: url("../images/bodybg.gif") repeat;
	border:1px solid #ccc;
	padding:6px;
}

.page .foo img {
	float: left;
	margin-right: 10px;
	width: 240px;
}
#footer_wrapper {
	background-color: #f2f4f2;
	color: #555;
	position: fixed;
	width: 100%;
	bottom: 0;
	line-height: 18px;
}
#footer_wrapper .license {
	clear: both;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 15px 0;
}
#footer_wrapper .footerBox {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

/* form */
.formSetting {
	float: left;
	width: 94%;
	height: auto;
	margin: 7.5px 15px 7.5px 15px;
	font-size: 1.2em;
	text-align: center;
}
.formSetting input[type=button], .formSetting input[type=submit] {
	width: 80px;
	height: 28px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	background-color: #336633;
	padding: 0 0 4px 1px;
	margin-left: 10px;
}
.formSetting input[type=button]:hover, .formSetting input[type=submit]:hover {
	cursor: pointer;
}

/* Table Style 3 List */
.tb3 { width: 100%; }
.tb3 tr:hover {
	background-color: #FFFFCC;
}
.tb3 caption {
	font-size: 16px;
	background: url('img/villa.png') no-repeat left top;
	line-height: 50px;
}
.tb3 span {
	font-style: normal;
}
.tb3 tr th {
	text-align: center;
	background: #666;
	color: #fff;
	padding: 5px;
	border: solid 1px #ccc;
	font-weight: bold;
}
.tb3 tr td {
	border: solid 1px #ccc;
	color: #413839;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
.loading {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 999;
}
#loading { display: none; }
.status {
	width: 981px;
	border: solid 2px #003399;
	padding-left: 15px;
	background: #fff8c6;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	display: none;
}
.notice-status {
	background: transparent url(../images/accept.png) no-repeat 98% 50%;
}
.form-status {
	color: #666666;
	font-size: 90%;
}
.guide-prBlock {
	background: url(../images/block-up-bg.png) repeat-x 0 0;
	border: solid 1px #ccc;
}
.report-form {
	background-color: #FF3366;
	color: #fff;
	padding: 20px 20px 20px 70px !important;
	width: 80% !important;
	border-left: solid 7px #ccc;
	border-right: solid 7px #ccc;
	border-bottom: solid 7px #999;
	border-top: solid 7px #999;
}
.table-title {
	width: 100px;
}
/* Table Style 1 */
.tb1 caption em, .tb2 caption em {
	display: block;
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	padding: 10px 20px;
	border: solid 1px #ccc;
}
.tb1 tr:hover, .tb2 tr:hover {
	background: #FFF380;
}
.tb1 tr th, .tb2 tr th {
	background: #2B65EC;
	color: #fff;
	text-align: center;
	font-size: 120%;
	padding: 5px 15px;
	border: solid 1px #ccc;
}
.tb1 tr td {
	border: solid 1px #ccc;
	color: #413839;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 8px 15px;
}
/* Table Style (Fat) */
.tb2 tr th {
	background: #2B65EC;
	color: #fff;
	font-size: 120%;
	padding: 10px 60px;
	border: solid 1px #ccc;
}
.tb2 tr td {
	border: solid 1px #ccc;
	color: #413839;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	padding: 20px 60px;
}

/* 新聞列表 */
ul.newsList {
	float: left;
	width: 800px;
	padding: 10px 0 10px 10px;
}
ul.newsList p, ul.newsList div.brief {
	margin-left: 25px;
	font-size: 13px;
	line-height: 17px;
}
ul.newsList div.brief p { margin: 0; }
ul.newsList li { padding-bottom: 10px; }
ul.newsList li div.brief { color: #444; }
ul.newsList li div.brief .imgBox {
	margin-right: 5px;
	float: left;
	width: 88px;
}
ul.newsList li div.brief .imgBox img { padding: 3px; border: solid 1px #ccc; display: block; }
ul.newsList li p.more { margin-top: 5px; display: block; position: relative; float: none; }
ul.newsList li p.info { color: #993333; line-height: 25px; text-align: right; }
h1.newsTitle {
	font: bold 20px/27px Georgia;
	background: #fff url('images/icon-newsTitle.png') no-repeat 2px center;
	padding-left: 25px;
	border-bottom: solid 1px #ccc;
}
h1.newsTitle a:link, .newsTitle a:visited {
	color: #000066;
}
h1.newsTitle img {
	border: none;
}
h1.newsTitle a:hover {
	color: #fff;
	background-color: #009933;
	text-decoration: none;
}
.newsList .uploadbox {
	float: left;
	width: 255px;
	margin: 3px 0 3px 0;
	height: 100%;
}
.newsList .upload {
	float: left;
	margin: 3px 0 3px 0;
}
.newsList .upload-img-container {
	float: left;
	width: 522px;
}
.newsList .upload-img-box {
	float: left;
	width: 520px;
	margin: 3px 0 3px 10px;
	height: 94px;
	border: solid 1px #ccc;
}
.newsList .upload-img-box img {
	padding: 3px;
	border: solid 1px #ccc;
	margin: 3px 5px 0 3px;
	background-color: #fff;
}
.newsList .upload-img-box .detail {
	margin: 3px 0 3px 2px;
	width: 400px;
	height: auto;
	float: left;
	overflow: hidden;
	max-height: 88px;
}
.newsList .upload-img-box .detail h3 {
	margin-bottom: 10px;
	margin-top: 8px;
}
.newsList .img-list {
	float: left;
	width: 650px;
}
.newsList input[type=text] {
	width: 210px;
}
.newsList input[type=file] {
	width: 210px;
}
.newsList .time, .newsList .more {
	float: right;
	font-size: 13px;
	min-width: 50px;
}
ol#page { padding: 0 0 0 25px; }
ol#page li { float: left; }
ol#page li a {
	display: block;
	line-height: 20px;
	width: 20px;
	border: solid 1px #ccc;
	text-align: center;
	margin-right: 3px;
}
ol#page li a.active, ol#page li a:hover {
	color: #fff;
	background: #2B65EC;
	text-decoration: none;
}

/* 圖片上傳 */
#add_pic_form {
	width: 350px;
	float: left;
}
.upload-img-container {
	float: left;
	width: 443px;
	margin-left: 5px;
}
.upload-img-container #np {
	border: solid 1px #ccc;
}
.upload-img-box {
	float: left;
	display: block;
	width: 420px;
	overflow: hidden;
	position: relative;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}
.upload-img-box .imgBox {
	float: left;
	display: block;
	width: 80px;
	height: 60px;
}
.upload-img-box .detail {
	float: left;
	display: block;
	width: 333px;
	margin-left: 7px;
	text-align: left;
}

/* button */
.right input[type=submit], .right input[type=button] {
	padding: 5px;
}

