html,body {
	height:100%;
	margin:0;
	padding:0;
	font-family: sans-serif;
	background-color: #f6f6f6;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}

ul {
    list-style-type: square;
    margin: .3em 0 0 1.6em;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0645ad;
    background: none;
}

a:hover {
    text-decoration: underline;	
}

p {
    margin: .4em 0 .5em 0;
}


#mw-page-base{
	display: block;
    	height: 5em;
    	background-position: bottom left;
    	background-repeat: repeat-x;
/*    	background-image: url(https://zh.wikipedia.org/static/1.26wmf22/skins/Vector/images/page-fade.png?7c7b7); */
    	background-color: #f6f6f6;
    	background-image: -moz-linear-gradient(top,#fff 50%,#f6f6f6 100%);
    	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(100%,#f6f6f6));
    	background-image: -webkit-linear-gradient(top,#fff 50%,#f6f6f6 100%);
    	background-image: linear-gradient(#fff 50%,#f6f6f6 100%);
    	background-color: #fff;
}

#mw-head-base {
    margin-top: -5em;
    margin-left: 10em;
    height: 5em;
}



@media screen and (min-width : 982px) {
#mw-head-base {
    margin-left: 11em;
}}

#mw-head {
	position: absolute;
    	top: 0;
    	right: 0;
    	width: 100%;
}

@media screen {
div#mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}}

div#mw-head h3 {
    margin: 0;
    padding: 0;
}

/*	下拉式選單		*/

div.vectorMenu {
    direction: ltr;
    float: left;
    cursor: pointer;
    position: relative;
}

div.vectorMenu.menuForceShow h3 a {
    background-position: 100% 100%;
}

div.vectorMenu h3 span {
    display: block;
    font-size: 0.8em;
    padding-left: 0.7em;
    padding-right: 0.7em;    
    padding-top: 1.375em;
    font-weight: normal;
    color: #0645ad;
}

div#mw-head div.vectorMenu h3 {
    float: left;
    background-image: url('../images/tab-back.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 1em;
    height: 2.5em;
    padding-right:1px;
    margin-right: -1px;
}

div.vectorMenu h3 a {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5em;
    background-position: 100% 70%;
    background-repeat: no-repeat;
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    -o-transition: background-position 250ms;
    transition: background-position 250ms;
}

div.vectorMenu div.menu {
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    left: 0px;
    background-color: white;
    border: solid 1px silver;
    border-top-width: 0;
    clear: both;
    text-align: left;
    display: none;
    z-index: 1;
}

div.vectorMenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

div.vectorMenu li {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1em;
}

div.vectorMenu li a {
    display: inline-block;
    padding: 0.5em;
    white-space: nowrap;
    color: #0645ad;
    cursor: pointer;
    font-size: 0.8em;
}

div.vectorMenu li > a {
    display: block;
}

div.vectorMenu:hover div.menu, div.vectorMenu.menuForceShow div.menu {
    display: block;
}

div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited {
    color: #333;
    text-decoration: none;
}


/* 右上方 建立帳號 and 登入        */
#p-personal {
    	position: absolute;
    	top: 0.33em;
    	right: 0.75em;
    	z-index: 100;	
}

@media screen and (min-width: 982px) {
#p-personal {
    right: 1em;
}}

#p-personal ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding-left: 10em;
}

#p-personal li {
    line-height: 1.125em;
    float: left;
    margin-left: 0.75em;
    margin-top: 0.5em;
    font-size: 0.75em;
    white-space: nowrap;
}

/* 左上方 條目 and 字體語言  */
#left-navigation {
    float: left;
    margin-left: 11em;
    margin-top: 2.5em;
    margin-bottom: -2.5em;
    display: inline;
}



div.vectorTabs {
    float: left;
    height: 2.5em;
    background-image: url('../images/tab-back.png');   
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-left: 1px;
}

div.vectorTabs ul {
    float: left;
    height: 100%;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #333;
}


div.vectorTabs span > a {
    float: left;
    display: block;
}

div.vectorTabs span {
    display: inline-block;
    background-image: url('../images/tab-back.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.vectorTabs span a {
    display: inline-block;
    padding-top: 1.25em;
}

div.vectorTabs li a {
    display: inline-block;
    height: 1.9em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #0645ad;
    cursor: pointer;
    font-size: 0.8em;
}

div.vectorTabs li.selected {
    background-image: url('../images/tab-front.png');
}

div.vectorTabs ul li {
    float: left;
    line-height: 1.125em;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
/*   background-color: #f3f3f3;
    background-image: url('../images/tab-normal-fade.png'); 
    background-position: bottom left;
    background-repeat: repeat-x; 		左上方 Jobs維基 社群 論壇 有藍色漸層  */
	background: none;		/*  使左上方及右上方功能列 背景一致 */
	
    white-space: nowrap;
}

div.vectorTabs ul > li {
    display: block;
}


/* 右上方 閱讀 and 搜尋  */
#right-navigation {
    float: right;
    margin-top: 2.5em;
}

#p-search {
    float: left;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

@media screen and (min-width: 982px) {
#p-search {
    margin-right: 1em;
}}

form {
    border: none;
    margin: 0;
}

#p-search form, #p-search input {
    margin: 0;
    margin-top: 0.4em;
}

div#simpleSearch {
    display: block;
    width: 12.6em;
    padding-right: 1.4em;
    height: 1.4em;
    margin-top: 0.65em;
    position: relative;
    min-height: 1px;
    border: solid 1px #aaa;
    color: black;
    background-color: white;
    background-image: url('../images/search-fade.png');
    background-position: top left;
    background-repeat: repeat-x;
}

div#simpleSearch input {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: black;
}

div#simpleSearch #searchInput {
    width: 100%;
    padding: 0.2em 0 0.2em 0.2em;
    font-size: 13px;
    direction: ltr;
    -webkit-appearance: textfield;
}

div#simpleSearch #searchButton, div#simpleSearch #mw-searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.65em;
    height: 100%;
    cursor: pointer;
    text-indent: -99999px;
    line-height: 1;
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/search-ltr.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

/*   網頁左側導覽行  */
#mw-panel {
    padding-left: 0.5em;
}

div#mw-panel {
    font-size: inherit;
    position: absolute;
    top: 160px;
    padding-top: 1em;
    width: 10em;
    left: 0;
	position: fixed;
}

#p-logo {
    position: absolute;
    top: -150px;
    left: 0.5em;	
    width: 150px;
    height: 150px;
    padding: 4px;
    border: 1px solid #dadada;	
}


div#mw-panel div.portal {
    margin: 0 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../images/portal-break.png');
}

div#mw-panel #p-logo + div.portal {
    background-image: none;
    margin-top: 0;
}

div#mw-panel div.portal div.body {
    margin: 0 0 0 1.25em;
    padding-top: 0;
}

div#mw-panel #p-logo + div.portal div.body {
    margin-left: 0.5em;
}

div#mw-panel div.portal div.body ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

div#mw-panel div.portal div.body ul li {
    line-height: 1.125em;
    margin: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    word-wrap: break-word;
}

div#mw-panel div.portal h3 {
    font-size: 0.75em;
    color: #4d4d4d;
    font-weight: normal;
    margin: 0;
    padding: 0.25em 0 0.25em 0.25em;
    cursor: default;
    border: none;
}

/* 	網頁主要內容		*/
#content {
	background-color: white;
}

.mw-body {
	margin-left: 11em;
    	padding: 1.25em 1.5em 1.5em 1.5em;
    	border: 1px solid #a7d7f9;
    	border-right-width: 0;
    	margin-top: -1px;
    	background-color: #fff;
    	color: #252525;
    	direction: ltr;
}

.mw-body h1, .mw-body h2 {
    font-family: "Linux Libertine",Georgia,Times,serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
    padding: 0;
}

.mw-body h1 {
    font-size: 1.8em;
}

.mw-body .firstHeading {
    overflow: visible;
}

.mw-body-content {
    position: relative;
    line-height: 1.6;
    font-size: 95%;
    z-index: 0;
    display: flow-root;	
}

.mw-content-ltr {
    direction: ltr;
}

.mw-body p {
    line-height: inherit;
    margin: 0.5em 0;
}

.mw-body #toc h2, .mw-body .toc h2 {
    font-size: 100%;
    font-family: sans-serif;
}

.mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
    line-height: 1.6;
    margin-top: 0.3em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mw-body h3 {
    font-size: 1.2em;
}

.mw-body h3, .mw-body h4 {
    font-weight: bold;
}

.mw-body h2 {
    font-size: 1.5em;
    margin-top: 1em;
}

#contentSub, #contentSub2 {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #545454;
    width: auto;
}

.mw-editsection, .mw-editsection-like {
    font-size: small;
    font-weight: normal;
    margin-left: 1em;
    vertical-align: baseline;
    line-height: 1em;
    display: inline-block;
}

.mw-editsection {
    white-space: nowrap;
    unicode-bidi: -moz-isolate;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: isolate;
}

.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {
    margin-left: 1em;
}

.mw-body .mw-editsection, .mw-body .mw-editsection-like {
    font-family: sans-serif;
}

/*
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 1.6em;
    padding: 0;
}
*/

/*  內容左側連結圖框		*/
#toc, .toc, .mw-warning, .toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 88%;
}

#toc, .toc {
    display: inline-block;
    display: table;
    zoom: 1;
    padding: 7px;
}

toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    direction: ltr;
}

#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
    text-align: center;
}

toc h2, .toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

toc ul, .toc ul {
    margin: .3em 0;
}

#toc ul, .toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding: 0;
    text-align: left;
}

@media screen {
.mw-content-ltr .toc ul, .mw-content-ltr #toc ul, .mw-content-rtl .mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr #toc ul {
    text-align: left;
}}

.mw-content-ltr .toc ul ul, .mw-content-ltr #toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr #toc ul ul {
    margin: 0 0 0 2em;
}

/*	登入錯誤訊息		*/
.mw-ui-vform .error, .mw-ui-vform .errorbox, .mw-ui-vform .warningbox, .mw-ui-vform .successbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    word-wrap: break-word;
}

@media screen	{
.errorbox, .warningbox, .successbox {
    border: 1px solid;
    padding: .5em 1em;
    margin-bottom: 1em;	 
    display: inline-block;
    zoom: 1;
}}

@media screen {
.errorbox {
    color: #cc0000;
    border-color: #fac5c5;
    background-color: #fae3e3;
}}


/*   內容右側說明框             */
.infobox {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}

element.style {
    border-spacing: 3px;
    width: 22em;
    text-align: left;
    font-size: small;
    line-height: 1.5em;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.infobox td, .infobox th {
    vertical-align: top;
}


/*	內容右側圖框		*/
div.tright, div.floatright, table.floatright {
    clear: right;
    float: right;
}

div.thumb {
    margin-bottom: .5em;
    width: auto;
    background-color: transparent;
}

div.tright {
    margin: .5em 0 1.3em 1.4em;
}

div.thumbinner {
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

.mw-content-ltr .thumbcaption {
    text-align: left;
}

.mw-content-ltr .magnify {
    float: right;
    margin-left: 3px;
    margin-right: 0;
}

div.bar-bottom {
    bottom: 40px;
    left: 9px;
    overflow: hidden;
    width: 124px;
    height: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
    top: auto;
    background-color: #ccc;
    color: #f6f6f6;
    line-height: 30px;
    opacity: 0.85;
}

div#barButton1:hover div#bar-bottom1 {
    background-color: #aaa;
    opacity: 1;
}

div#barButton2:hover div#bar-bottom2 {
    background-color: #aaa;
    opacity: 1;
}

div#barButton1 a {
    text-decoration: none;
    color: #fff;
    background: none;
    text-shadow: black 0.1em 0.1em 0.2em;
}

div#barButton2 a {
    text-decoration: none;
    color: #fff;
    background: none;
    text-shadow: black 0.1em 0.1em 0.2em;
}

/*	下方連結		*/
#catlinks {
    text-align: left;
}

#catlinks {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

.catlinks ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    vertical-align: middle !ie;
}

.catlinks li {
    display: inline-block;
    line-height: 1.25em;
    border-left: 1px solid #AAA;
    margin: 0.125em 0;
    padding: 0 0.5em;
    zoom: 1;
    display: inline !ie;
}

.catlinks li:first-child {
    padding-left: 0.25em;
    border-left: none;
}




/*   網頁底部		*/
#footer{
	direction: ltr;
	display: block;
	font-family: zh-TW;
	font-size: 16px;
	margin-left: 160px;
	margin-top: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	unicode-bidi: embed;
}

#footer-info{
	direction: ltr;
	display: block;
	font-family: zh-TW;
	font-size: 16px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

div#footer {
    margin-left: 10em;
    margin-top: 0;
    padding: 0.75em;
    direction: ltr;
}

@media screen and (min-width: 982px) {
div#footer {
    margin-left: 11em;
    padding: 1.25em;
}}


div#footer ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

div#footer ul li {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #333;
    font-size: 0.7em;
}

div#footer ul li {
    font-size: small;
}

div#footer #footer-info li {
    line-height: 1.4em;
}

body.ltr div#footer #footer-places {
    float: left;
}

div#footer #footer-places li {
    float: left;
    margin-right: 1em;
    line-height: 2em;
}


/*   建立帳號頁面	*/
.mw-ui-container #userloginForm, .mw-ui-container #userlogin {
    border: 0;
    margin: 0;
    padding: 0;
}

.mw-ui-container #userloginForm {
    float: left;
    margin-right: 100px;
}

.mw-ui-vform {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
}

.mw-ui-vform-field {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.mw-ui-input {
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .3em .3em .3em .6em;
    display: block;
    vertical-align: middle;
    border-radius: 2px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: border 0.2s cubic-bezier(0.39,0.575,0.565,1),box-shadow 0.2s cubic-bezier(0.39,0.575,0.565,1);
    -moz-transition: border 0.2s cubic-bezier(0.39,0.575,0.565,1),box-shadow 0.2s cubic-bezier(0.39,0.575,0.565,1);
    -o-transition: border 0.2s cubic-bezier(0.39,0.575,0.565,1),box-shadow 0.2s cubic-bezier(0.39,0.575,0.565,1);
    transition: border 0.2s cubic-bezier(0.39,0.575,0.565,1),box-shadow 0.2s cubic-bezier(0.39,0.575,0.565,1);
}

.MsgDefBorder{
	border:1px #CACECE solid;
}

.MsgErrBorder{
	border:1px #FF287E solid;
}


/*   LOGO 相關 */
div.p-logo:hover div.logo-change {
    background-color: #aaa;
}

div.logo-change {
    bottom: 4px; left: 4px;
    overflow: hidden;
    width: 150px;
    position: absolute;
    z-index: 5;
    text-align: center;
    top: auto;
    background-color: #ccc;  
    color:#f6f6f6;
}

div.logo-change a {
    text-decoration: none;
    color: #fff;
    background: none;
}


/*  right-side photo    */
.photoShow:hover img.right-photo {
    box-shadow:3px 3px 12px lightgray;
}

img.right-photo {
    box-shadow:3px 3px 12px gray;
    padding:3px;  
}




