/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	background-color:#daecf8; /* add by shweng@2014.08.14 */
	font-size: 11pt;
}

a
{
	color: #39668D;
	text-decoration: none;
}

a:hover
{
    color: #AF0A0A;
	text-decoration: none;
}

/* TopMap */

#topmap {
    font-size: 0.9em;
    text-decoration: none;
	float: left;
	position: relative;
	margin: 0em 0em 0em 1.5em;
}

#topmap a {
	color: #6a6a6a;
    text-decoration: none;
}

#topmap a:hover {
	color: #AF0A0A;
}

/* TopMenu */

#topmenu {
	/*height: 25px;*/
	height:20px;
	
	position: relative;
	
	/*margin: 0 3.0em 0 3.0em;*/
	margin: 0 0.5em 0 0.5em;
	
	border-right: 1px #EDEBD5;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	
	/*float: left;*/
	float:right;
	
	/*width: 100px;*/
	width:60px;
	
	padding: 5px 0 0 0;
	
	/*border-left: 1px solid #EDEBD5;
	text-decoration: none;*/
	text-decoration:underline;
	
	text-align: center;
	
	/*font-size: 1em;*/
	font-size:10pt;
	
	color: #6a6a6a;
	
	/*font-weight: bold;*/
}

#topmenu a:hover {
	color: #AF0A0A;
}
/*
#topmenu .active a {
	color: #FFFFFF;
	background-color: #AF0A0A;
}
*/

/* Outer */

#outer
{
	/*margin: 0 3.0em 1.5em 3.0em;*/
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	/*width: 15em;*/
	width: 20em;
	width:40em; /*add by shweng@2014.08.15*/
	float: left;
	position: relative;
	/*background: #AF0A0A url('../images/a1.gif') top right no-repeat;*/
	/*background: url('../images/a1.gif') top left no-repeat;*/
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	color: #EFE0E0;
	
	/*
	bottom: 2.7em;	
	font-size: 0.8em;
	*/
	bottom: 0em;	
	font-size: 2.5em;
	font-weight:bold;
}

#header h2 a
{
	color: #EFE0E0;
	text-decoration: none;
}

/* Menu */

#menu
{
	height: 8em;
	/*background: #fafafa url('../images/a2.gif') top left repeat-x;*/
	/*margin-left: 18em;*/
	margin-left: 20em;
	margin-left: 40em; /*add by shweng@2014.08.15*/
	position: relative;

	background-color:#daecf8; /* add by shweng@2014.08.14 */
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 87px;
	margin-left: 1.5em;
	left: 4px;
}

#menu li
{
	display: inline;
	border-left: 1px #848484;
	padding-left: 0.8em;
	font-size: 1.1em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
/*	font-size: 0.9em;*/
}

#menu li a:hover
{
	color: #AF0A0A;
}

/* Content */

#content
{
	/*background: #fff url('../images/a3.gif') top left repeat-x;*/
	margin-top: 1px;
	padding-top: 1.5em;
	background-color:#daecf8; /* add by shweng@2014.08.14 */
}

#content p
{
	margin-bottom: 0.2em;
	line-height: 1.6em;
	/*font-size: 0.9em;*/
	font-size:10pt;
font-size:large;
	padding: 0em 0em 0em 1.5em;
	
	text-indent:1.8em;

color:#333333;
}

#content ul
{
	margin-bottom: 0.2em;
	line-height: 1.6em;
	/*font-size: 0.9em;*/
	font-size:10pt;
font-size:medium;
	padding: 0em 0em 0em 1.5em;
	
	text-indent:1.8em;
	list-style:none;
	font-weight:bold;
color:#333333;
}

#content h2
{
	font-size: 1.3em;
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
	border-bottom: dotted 1px #cacaca;
}

#content h3
{
	font-size: 1.1em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: dotted 1px #cacaca;
}

#content h4,h5,h6
{
	font-size: 1.5em;
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}
/*
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}
*/

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
	width: 100%;
	
	font-size:10pt;
}

#content table th
{
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	color: white;
	background-color: #8DB6CD;
}

#content table th.t1
{
    width: 8%;
}

#content table th.t2
{
    /*width: 70%;*/   /*標題4個時使用*/
    width: 12%;
}

#content table th.t3
{
    /*width: 78%;*/   /*標題3個時使用*/
    width: 16%;
}

#content table td
{
	padding: 0.5em;
}

#content table td a
{
    text-decoration: none;
	color: #848484;
}

#content table td a:hover
{
	color: #AF0A0A;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#content .planheader
{
	font-size:14pt;
	padding: 0;
	margin:0;
	font-weight:bold;
	color:#0000AA;
}

#content .titleheader
{
	font-size:12pt;
font-size:larger;
	padding: 0;
	margin:0.5em 0em 0em 0em;
	font-weight:bold;
	color:#0000AA;
}

#content .subtitleheader
{
	font-size:10pt;
font-size:large;
	font-weight:bold;
	padding: 0;	
	margin:0.3em 0em 0em 0em;
}

#content .thirdtitleheader
{
	font-size:10pt;
font-size:large;
	padding: 0;	
	margin:0;	
}

#content .planul 
{
	font-weight:normal;
}

#content table ul
{
	list-style:disc;
	font-weight:normal;
	text-indent:0em;
font-size:medium;
}

/* Primary Content Container */

#primaryContentContainer
{
	float: left;
	/*
	margin-left: -9em;
	margin-right: -11em;
	*/
	margin: 0 -11em 0 -9em;
	width: 100%;
}

/* Primary Map */

#primaryMap {
    font-size: 0.9em;
    text-decoration: none;
	float: left;
	position: relative;
	margin: 2.0em 0em 0em 20.5em;
}

#primaryMap a {
	color: #6a6a6a;
    text-decoration: none;
}

#primaryMap a:hover {
	color: #AF0A0A;
}

/* Primary Content */

#primaryContent
{
	position: relative;
	margin: 0em 1em 0em 10em;
	padding: 0.5em;
	border-left: dotted 1px #cacaca;
	border-right: dotted 1px #cacaca;
}

/* Left Content */

#leftContent
{
	float: left;
	width: 9em;
	padding: 0.5em;
}

#leftContent h3 a
{
    text-decoration: none;
	/*color: #6a6a6a;*/
	color:#333333;
}

#leftContent h3 a:hover
{
	color: #AF0A0A;
}

#leftContent p
{
	/*position: relative;*/
	left:0em;
	text-indent:-1em;
}

#leftContent p a
{
    text-decoration: none;
	color: #848484;
}

#leftContent p a:hover
{
	color: #AF0A0A;
}

#leftContent .hardfont
{
	font-weight:bold;
	color: #AF0A0A;
	font-size:9pt;
}

#leftContent .nohardfont
{
	font-size:9pt;
}

/* leftMap */

#leftMap
{
    font-size: 0.9em;
    text-decoration: none;
	float: left;
	position: relative;
}

#leftMap a {
	color: #6a6a6a;
    text-decoration: none;
}

#leftMap a:hover {
	color: #AF0A0A;
}

/* leftMenu */

#leftMenu
{
	position: relative;
	margin: 0 0 0 0.5em;
	
	font-size:10pt;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}


/* tp_footer */
.pf_table
{
	width:100%;
	height:100%;
	padding:3px;
}

.pf_span1
{
	font-size:12px;
	font-weight: bold;
	color:#666666;
}

.pf_span2
{
	font-size: 12px;
	color: #999999;
	line-height:1.5em;
}

.pf_span3
{
	color:#FF6600;
	font-weight:bold;
}

.pf_table a
{
	font-size: 12px;
	font-weight:bold;
	color:#3399FF;
	text-decoration:none;	
}

.pf_table a:hover
{
	color:#3333FF;
}

/* 報名頁面 css */
.spanclick
{
	cursor:pointer;
	border:1px #111111 solid;
	padding:2px;
	color:#111111;
	font-size:inherit;	
}

.signuptable td
{
	padding:0px;
	border:solid 1px #FFFFFF;
}

.signuptable th
{
	padding:0px;
	border:solid 1px #FFFFFF;
}