@charset "utf-8";
.mains_up_bg {
	background-image: url(images/main_up_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.mains_left_bg {
	background-image: url(images/main_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.mains_right_bg {
	background-image: url(images/main_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.mains_down_bg {
	background-image: url(images/main_down_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.main_2_up_bg {
	background-image: url(images/main_2_up_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.main_2_down_bg {
	background-image: url(images/main_2_down_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.main_2_left_bg {
	background-image: url(images/main_2_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.main_2_right_bg {
	background-image: url(images/main_2_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.main_2_main_bg {
	background-image: url(images/main_2_main_bg.jpg);
	background-repeat: repeat-x;
}
.main_2_main_title {
	font-size: 22px;
	color: #446D0F;
	font-weight: bold;
	font-family: "文鼎中黑", "王漢宗中黑體", "微軟正黑體", "華康中黑體", "標楷體";
}
/* IMPORTANT, PLEASE RESPECT THIS SEMANTIC ORDER !!! :
	- position box,
	- width,
	- heigth,
	- margin,
	- background-color,
	- background-image,
	- padding,
	- content (color, style font, ...),
	- border,
	 ... */

/* General definitions */
html, body {background-color : transparent; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

img { border: 0;}

hr { height: 3px; width: 95%; text-align:center; border: 3px #E18A00 solid;}

/* lists */
ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li {
	margin-left: 2px;
	color: #000;
	list-style: square inside;
	font-size: 12px;
}

/* titles */
h1, h2, h3, h4 {	padding: 0.5em 0 .5em .5em;}
h1 { font-size: 12px;}
h2 { font-size: 12px;}
h3 { font-size: 12px;}
h4 { font-size: 12px; font-weight: bold;}

/* ===== hypertext links ===== */

a:link {
	background-color: transparent;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	background-color: transparent;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	background-color: transparent;
	color: #ff9966;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}


/* ===== Code and Quote Definition ===== */
.xoopsCode { background-color: #FAFAFA; color: #006600; font-size: .9em; border: #c2cdd6 1px dashed;}
.xoopsQuote { background-color: #FAFAFA; color: #444; font-size: .9em; line-height: 1.2em; text-align: justify; border: #c2cdd6 1px dashed;}

/* ===== Links for Quotes ===== */
.xoopsQuote a:link, div.xoopsQuote a:visited { background-color: transparent; color: #444; font-weight: bold;}
.xoopsQuote a:hover, div.xoopsQuote a:active { background-color: transparent; color: #1778cb;}

/* ===== Redirect messages ===== */
.errorMsg,.confirmMsg, .resultMsg  { padding: .8em; text-align:center; margin-bottom: 1em; border: 2px solid #ddd;}
.errorMsg      { background-color: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.confirmMsg     { background-color: #FFF6BF; color: #817134; border-color: #FFD324; }
.resultMsg    { background-color: #E6EFC2; color: #529214; border-color: #C6D880; }
.errorMsg a    { background-color: transparent; color: #D12F19; }
.confirmMsg a   { background-color: transparent; color: #817134; }
.successMsg a  { background-color: transparent; color: #529214; }
/*.errorMsg { background-color: #FF3737; padding: 10px; color:#fff; font-size:1em; font-weight: bold; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;}
.confirmMsg { background-color : #DDFFDF; color: #136C99; font-size:1em; text-align:center; font-weight : bold; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;}*/

/* ===== General small ===== */
.fontSmall { font-size : .7em;}
a.fontSmall { background-color: transparent; color: #006699;}
a.fontSmall:hover { background-color: transparent; color: #C23030; text-decoration: underline;}

/* ===== forms elements ===== */
input {background-color: #fff; color:inherit; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; border-left: #000 1px solid;color: #000; border-bottom: #000 1px solid; border-right: #000 1px solid; border-top: #000 1px solid;}
textarea { width: 430px; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; border: #000 1px solid;}
input.formTextBox { background: #fff; color:inherit; font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;border: #000 1px solid; }
select { font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; border: #000 1px solid;}

/* ===== content module ===== */
.content { text-align: justify; padding: 0 15px 0px 15px;}

.xoopsCenter { text-align:center;}

.bg1 { background-color: #E6E6E6; color:inherit;}
.bg2 { background-color: #2F5376; color:inherit;}
.bg3 { background-color: #2F5376; color: #fff;}
.bg4 { background-color: #ECECEC; color:inherit;}
.bg5 { background-color: #ECECEC; color:inherit;}

/* ===== tables ===== */
caption {font-weight: bold;}
th, thead {background-color: #2F5376; padding : 2px; color: #fff; vertical-align : middle;}
.outer {border: 1px solid #c0c0c0;}
.head {background-color: #c2cdd6; padding: 5px; color:inherit; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px; color:inherit;}
.odd {background-color: #E6E6E6; padding: 5px; color:inherit;}
.foot, tfoot {background-color: #c2cdd6; padding: 5px; color:inherit; font-weight: bold;}
tr.head td {background-color: #c2cdd6; padding: 5px; color:inherit; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px; color:inherit;}
tr.odd td {background-color: #E6E6E6; padding: 5px; color:inherit;}
tr.foot td {background-color: #c2cdd6; padding: 5px; color:inherit; font-weight: bold;}

/* ===== admin menu popup ===== */
.admin_layer {width: 200px; margin: 5px; background-color: #c0c0c0; padding: 1px; color:#666; border: 1px solid #c0c0c0;}
.admin_layer_img { border: 0; padding :5px;}
/* ===== debug messages ===== */
#xo-logger-output {font-size: .8em;}
