@import url("css/menu.css");
/* CSS Document */
#Body {
	background: repeat-x top left;
	height:100%;
	margin:0;
	padding:0;
	/*--2013/10/01 Cathy 新增background-image & background-repeat 屬性
		2013/10/02 Tommy 決定先不加背景了
	background-image: url(images/frontpage/naipbgimg.gif);
	background-repeat: repeat;--*/ 
}
/* ControlPanel style */
.ControlPanel {
	background:transparent url(images/cpanel_center.png) repeat-x bottom left;
	border:none;
	padding-bottom:10px;
}
.cpanel_left {
	background: url(images/cpanel_left.png) no-repeat bottom left;
	padding-left:21px;
}
.cpanel_right {
	background: url(images/cpanel_right.png) no-repeat bottom right;
	padding-right:33px;
}
/*-------- Default Style --------*/
body, th, td, div, p, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton {
	color:#2E3D47;
	font-family:"Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover {
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	color:#375162;
}
h1, h3, h5, h1 input {
	font-weight:bold;
}
h2, h4, h6 {
	font-weight:normal;
}
h1, h2, h1 input, h3 {
	font-size:14px;
	margin:10px 0;
}
h4 {
	font-size:12px;
	margin:8px 0;
}
h5, h6 {
	font-size:10px;
	margin:6px 0;
}
a, a:link, a:visited, a:active {
	color:#3E81B5;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#D00;
	text-decoration:underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {}
.Head {
	color:#2E3D47;
	font-weight:bold;
}
.SubHead {
	color:#4C6171;
}
.SubSubHead {
	color:#6E8AA0;
}
.NormalRed {
	color:#F00;
}
/*Datagrids */
.DataGrid_Container {
	margin-top:15px;
}
.DataGrid_Header {
	font-weight:bold;
}
.DataGrid_Header td, .NormalBold td {
	font-weight:bold;
}
/*-------- design style --------*/

#s_wrap_main {
	width:1000px;
	margin:0 auto;
}
#s_wrap_sub {
	display: table-row;
}
.template_style {
	display: table-cell;
}
.top_space {
	height:0px;
}
.lang_pad {
	padding:0;
	float:left;
}
.logo_top_bg {
	padding:0;
	margin:0;
	background:url(images/frontpage/logo_top_bg.gif) no-repeat left top;
	height:10px;
}
.logo_pad {
	background:url(images/frontpage/logo_pad_bg.gif) repeat-x top;
	padding:0 0 5px 10px;
	height:72px;
}
.menu_bg {
	padding:0;
	margin: 0;
	background:url(images/frontpage/menu_bg.gif) top left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: relative;
	z-index: 100;
}
.menu_left {
	padding:0;
	margin:0;
	background:url(images/frontpage/menu_left.gif) no-repeat top left;
	height:25px;
}
.menu_right {
	margin:0;
	background:url(images/frontpage/menu_right.gif) repeat-y top right;
	height:25px;
}
.search_style {
	float:right;
	height:25px;
}
.search_bg {
	padding:8px 2px 0 0;
}
.bread_bg {
	padding:0;
	margin: 0;
	background:url(images/frontpage/logo_pad_bg.gif) center left;
	height:34px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height:25px
}
#login_style {
	float:right;
	line-height:25px;
	padding-right:18px;
}
#bread_style {
	float:left;
	line-height:18px;/*20140731 由25改為18 by Ely*/
	padding-left:18px;
	color:#000000;
}
.center_bg {
	padding:0;
	margin:0;
	clear:both;
}
.left_bg {
}
.right_bg {
}
.content_pad {
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	clear:both;
	width: 998px;
	overflow: hidden;
}
.content_width {
	padding:0px;
}
.bot_pad {
	margin-bottom:20px;
	padding:15px;
	height:36px;
	top:-26px;
	clear:both;
	text-align:center;
	background-image: url(images/frontpage/copyright_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#terms_style {
	float:left;
}
#copy_style {
	float:right;
}
.clear_float {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
/* ------- FileManager -------*/
div.FileManager {
	height:auto;
	border:none;
}
table.FileManager {
	width:99%;
}
a.CommandButton:link, a.CommandButton:visited {
	color:#CB2027;
	font-weight:bold;
	text-decoration:none;
}
a.CommandButton:hover {
	color:#3E81B5;
	text-decoration:underline;
}
/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited {
	color:#3E81B5;
}
.ControlPanel a.CommandButton:hover {
	color:#CB2027;
	text-decoration:underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead {
	font-size:11px;
}
/*--------- pane style ----------*/
.ContentPane {
	padding:0 10px 20px 15px;
	margin:0;
}
.TopPane {
	padding:0;
	margin:0;
	clear:both;
}
.LeftPane {
	padding:0;
	width:20%;
	margin:0;
	border-right:#0055CC 2px solid;
	background: url(images/frontpage/LeftPane_bg.gif);
	width:200px;
	clear:both;
}
.LeftPane a {
	display: none;
}
.RightPane {
	padding:0;
	width:20%;
	margin:0;
	clear:both;
}
.BottomPane {
	display:none;
}
/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited {
	/*--color:#3E81B5; 2013/10/01 Cathy 變更color屬性為#777777----*/
	color:#777777;
}
a.Breadcrumb:hover {
	color:#C00;
}
/*-------------- Link Style --------------*/
.linkscontainer {
	display:none;
}
.links, a.links:link, a.links:active, a.links:visited {
	font-weight:bold;
	color:#3E81B5;
	text-transform:uppercase;
}
a.links:hover {
	color:#C00;
}
/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited {
	color:#3E81B5;
}
a.user:hover {
	color:#C00;
}
/*-------------- Footer Style --------------*/
.footer, a.footer:link, a.footer:active, a.footer:visited {
	/*---color:#3E81B5; 2013/10/01 Cathy 變更color屬性為#ffffff----*/
	color:#ffffff;
}
a.footer:hover {
	color:#C00;
}
/*-------------- Empty panes Style --------------*/
.DNNEmptyPane {
	width:0;
	padding:0;
	margin:0;
	height: 0;
}
/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer {
	position:relative;
	white-space: nowrap;
}
div.SearchBorder {
	width: 180px;
	height: 20px;
	border: solid 1px #e0e0e0;
	float:left;
	background-color: White;
	white-space: nowrap;
	margin-top: 2px;
}
div.SearchContainer a {
	padding: 0;
	display: block;
	float:left;
}
div.SearchContainer a img {
	padding-left:5px;
}
div.SearchIcon {
	float: left;
	width: 31px;
	height: 20px;
	cursor: pointer;
	z-index: 11;
	background: no-repeat 2px 2px;
	text-align:right;
}
div.SearchIcon img {
	margin-top: 3px;
}
input.SearchTextBox {
	float: left;
	z-index: 10;
	border: 0;
	width:130px;
	height:18px;
	margin-left:3px;
	color: #43494D;
}
#SearchChoices {
	clear: both;
	display: none;
	border: solid 1px #C3D4DF;
	z-index: 2000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align:left;
	background-color: #F3F7FA;
	position:absolute;
	top: 22px;
	left: 0;
}
#SearchChoices li {
	cursor: pointer;
	margin: 0;
	padding: 2px 2px 0 2px;
	padding-left: 25px;
	height: 18px;
	text-align:left;
	background-color: #F3F7FA;
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style: none;
	list-style-image: none;
	border: none;
	display:block;
}
#SearchChoices li.searchHilite {
	background-color: #003399;
	color:#ffffff;
	border: none;
}
#SearchChoices li.searchDefault {
	background-color: #F8FAFF;
	border: none;
}
/*addtional */
.DNN_HTMLContent table {
	margin-left:30px;
}
.DNN_HTMLContent h1 {
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#000;
	clear: both;
	margin:0 10px 10px 30px;
	padding:10px 0 5px 0;
	background:url(images/frontpage/mainContent_h1_bg.gif) repeat-x bottom;
}
.DNN_HTMLContent h2 {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#1373d7;
	clear: both;
	margin:20px 0 0 30px;
}
.DNN_HTMLContent h3 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	clear: both;
	margin:10px 0 0 30px;
}
.DNN_HTMLContent h4 {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#1373d7;
	clear: both;
	margin:5px 0 0 0px;
}
.DNN_HTMLContent h5 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	clear: both;
	margin:5px 0 0 0px;
}
.DNN_HTMLContent p {
	font-size: 12px;
	text-align:left;
	padding:5px;
	line-height:20px;
	margin:0 10px 0 25px;
}
c_content {
	width:200px;
}
