/** BASIC */

html, body {
	height: 100%;
}
* {
	margin:0;
	padding:0;
}

html {
	scrollbar-face-color: #aaaeb3;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color:  #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
}


body {
	font-family: "LiHei Pro", Helvetica, "新細明體", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-align: justify;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	letter-spacing: 1px;
	background-image: url(../images/edm_bg.jpg);
}

p, ol, ul {
	margin-top: 0px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	color: #FF6600;
	font-size: 1.2em;
}

span {
	color: #00CCCC;
}



a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/** WRAPPER */

#wrapper {
	width: 720px;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** HEADER */

#header {
	height: 60px;
}



html>body #wrapper {
	height: auto;
}
#bg {

}


/** CONTENT */
#content

 {


}
#location {
	margin-bottom: 20px;
	color: #999999;
}


#left {

}
#left ul {
	padding-left: 25px;
	padding-top: 15px;
}
#left img {
	border: 0px solid #666666;
	margin: 10px;
	padding: 5px;
}

#left li {
	font-size: 15px;
	color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: circle;
}
#left p {
	text-indent: 26px;
	padding-top: 10px;
}
#left .text {
	float: left;
	width: 530px;
}

#left a {
	font-family: Arial, Helvetica, sans-serif;
}
#left .hr {
	clear: both;
	padding-top: 5px;
}
div  .PageTittle {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 25px;
	background-image: url(../images/PageTittle_Icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFF00;
	padding-bottom: 5px;
	letter-spacing: 3px;
	/*text-shadow: 0px -1px 0px #374683;*/
}
div.PageTittle span {
	color: #00CCFF;
}


#right {
	float: right;
	width: 200px;
	padding-left: 10px;
	display: table-column-group;
	padding-right: 20px;
}
#right .epaper {
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
	margin-right: 5px;
	vertical-align: middle;
	letter-spacing: 0px;
}

#right .DACimg {
	background-image: url(../images/index_DACimg.jpg);
	width: 315px;
	height: 120px;
}
#right .word {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding-left: 8px;
}
#right .btn_left {
	background-image: url(../images/btn_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#right .btn_right {
	background-image: url(../images/btn_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	width: 150px;
	text-indent: 20px;
	margin-bottom: 5px;
}
#right hr {
	clear: both;
}
#download {
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: auto;
	width: 160px;
	text-indent: 25px;
	margin-top: 10px;
}

/** FOOTER */

#footer {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	padding-top: 80px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	padding-left: 20px;
}

#footer p {
	text-align: center;
	font-size: 9px;
}
#footer a {
	padding-right: 5px;
	padding-left: 5px;
}


/*********************************************  TOPSTART  ***************************************************/
div.gototop1 {
	width:99%;
	height:0px;
	z-index:1;
	position: relative;
}
div.gototop2 {
	width:32px;
	height:31px;
	z-index:1;
	right: 0px;
	position: absolute;
	background-image: url(../images/edm_gototop.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#left .intro {
	font-size: 0.8em;
	margin-top: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
#tablestyle {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin-bottom: 20px;
}
#tablestyle th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: center;
	padding: 2px;
	background-color: #F5F5F5;
}
#tablestyle td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
#tablestyle .a {
	width: 15%;
}
#tablestyle .b {
	width: 35%;
}
#tablestyle .c {
	width: 35%;
}
#tablestyle .m  {
	text-align: center;
	background-color: #F7F9F9;
}
