/*
-----------------------------------------------
Layout CSS
----------------------------------------------- */


body {
	font:81.3%/1.5 Arial, Helvetica, 微軟正黑體, sans-serif;
	background: url(../images/background.jpg) repeat-x;
	color: #333;
}
/* anchors
----------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	blr:expression(this.onFocus=this.blur());/*ie6取消連結虛線*/
}

a:focus {
/** 打開會有無帳礙定位點無法使用問題 **/
/*	outline-style: none; */
}/*取消連結虛線*/

a:visited {
}
a:hover {
	color:#333;
	outline:none;
	/*text-decoration: underline;*/
}
/* container background
----------------------------------------------- */
.container {
	/*background:#fff;*/
	min-width:980px;
}
/* page heading
----------------------------------------------- */
.page-header {
	position:relative;
	height:117px;
	font-weight:normal;
	background:url(../images/header_bg.png) no-repeat;
}
/* heading
----------------------------------------------- */
h1.heading a {
	margin:0;
	padding:0;
	float: left;
        display:inline;
	text-indent:-9999px;
	height:117px;
	width: 480px;
        /* ccw88u */
        position:absolute;
}
/* chengefontsize
----------------------------------------------- */
.fontsizebox {
	position:absolute;
	width:350px;
	bottom: 0;
	right: 0;
	padding: 10px 0;
}
.fontsizebox ul {
	float:right;
	display:inline;}
.fontsizebox li {
	line-height:25px;
	display:block;
	padding-right:5px;
	float:left;
}
.jfontsize-button {
    font: bold 12px arial;
    border: solid 1px #ccc;
	height:25px;
	display:block;
}
 
.jfontsize-button:hover,.jfontsize-button:focus {
    outline:none;
	text-decoration: none;
	background: #666;
	color: #fff;
	border: solid 1px #333;
}
 
.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}
/* user
----------------------------------------------- */
.user {
	margin-bottom: 10px;
	overflow: hidden;
}
.loginbun {
	background: url(../images/login_bun.png) no-repeat;
	height: 27px;
	width: 61px;
	float: right;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
/* index_main
----------------------------------------------- */

.maincontainer {
	width:98%;
	float: left;
	display: inline;
	overflow:hidden;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
	padding:15px 1%;
	background-color:#fff;
	border:solid 1px #d6d6d6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.maincontainer .miantitle {
	float:left;
	padding-left:20px;
	margin-bottom:10px;
	display:block;
	background-image:url(../images/maintitle.png);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:25px;
	font-size:16px;
	_display:inline;}
/* footer
----------------------------------------------- */
.footer {
	position:relative;
	background: url(../images/footer_bg.png) repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer h1 a {
	background: url(../images/footer_logo.png);
	text-indent: -9999px;
	display: block;
	height: 41px;
	width: 158px;
	position: absolute;
	left: 10px;
	top: 25px;
}
.foot .copyright p {
	font-size:13px;}
/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}


/* indexnews
----------------------------------------------- */
.indexnews {
	background-color:#f0eee3;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.indexnews h3 {
	padding:5px 0;
	border-bottom:#927c67 solid 3px;
}
.indexnews h3 span {
	display:block;
	background-image:url(../images/news_style.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:25px;
	font-size:16px;
}
/*最新消息區塊
-------------------------------------------------- */



.indexnews dl {
	margin-bottom: 5px;
	overflow:hidden;
	clear: both;
}
.indexnews dt, .indexnews dd {
	float:left;
	line-height:29px;
	padding:0;
	margin:0;
	border-bottom: #dbdbdb solid 1px;
}
.indexnews dd {
	width:25%;
	display: block;
	height: 29px;
	overflow: hidden;
	color: #d55b47;
	font-weight: normal;
	text-decoration: none;
}
.indexnews dt {
	width:75%;
	height:29px;
}
/* IE */ 
.indexnews dt a {
	display: block;
	width:99%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*FF*/ 
.indexnews dt a:after {
	content:"...";
}
.indexnews dt a:hover {
}
.container .grid_0 .footer .copyright {
	margin-left: 300px;
}
.webguide {
	position: absolute;
	top: 20px;
	right: 20px;
}
.ad {
	border: 1px solid #dfdfdf;
        /** text-align: right; **/
        text-align: center;
	vertical-align: bottom;
	background: url(../images/ad_bg.jpg) repeat-x bottom;
}
.hotkeyword {
	clear:both;
	overflow:hidden;
}
.hotkeyword a {
	color:#933;
}
.hotkeyword dt {
	font-weight:bold;
}
.hotkeyword dd {
	float:left;
	padding-right:10px;
}

.hotkeywordtumetab {
	list-style:none;
	float:right;
	font-size:13px;
	line-height:15px;
	
	}
.hotkeywordtumetab > li {
	text-align:center;
	float:left;
	
}
.hotkeywordtumetab > li +li { padding-left:5px; padding-right:5px; border-right:#CCC solid 1px;}
.hotkeywordtumetab > li > a {
	display:block;
	color:#09c;
	text-decoration:none;
}
.hotkeywordtumetab > li > a:hover {
	color:#F00;
	text-decoration:none;
}
.hotkeywordtumetab > .active > a, .hotkeywordtumetab > .active > a:hover {
	color:#F00;
	cursor: default;
}

.select {
	color: #09c;
	text-decoration: underline;
}
.searhfrom {
	color: #666;
}

.userlogin {
	float: right;
	line-height:28px;
}
.breadcrumb {
  padding: 0 14px;
  margin:0;
  line-height:30px;
  float:left;
  }
.breadcrumb li {
  display: inline;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active {
  color: #333333;
  font-weight:bold;
}
table.hietable tr,table.hietable tr td {
	display:inline;}
	
span.nosw,
span.swspan {
	float:none !important;
	display:inline;
	margin-left:none!important;
	}
.nosw img {
	float:left;}







.analysisresultbox {
          background-color: #f7f7f7;
          padding:10px 10px 20px 10px;
          border-bottom: 1px solid #ddd;
        }
.analysisresultbox2,.k-grid-header {
          background-color: #f7f7f7;
          padding: 5px 10px;
          border-bottom: 1px solid #ddd;
           border-top: 1px solid #fff;
        }

.analysisresulttab {
        list-style:none;
        font-size:13px;
        line-height:15px;
        overflow:hidden;

        }
.analysisresulttab > li {
        padding-left:10px; padding-right:10px;
        text-align:center;
        float:left;

}
.analysisresulttab > li +li { border-left:#CCC solid 1px;}


.analysisresulttab > li > a {
        text-align:center;
        text-decoration:none;
        padding:0px 0px 0px 6px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.analysisresulttab > li > a:hover {
        color:#F60;
        text-decoration:none;
}
.analysisresulttab > .active > a, .analysisresulttab > .active > a:hover {
        color:#fff;
        background-color:#F60;
        cursor: default;
}

.t-content {
        clear: both;
        min-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow:hidden;
  background-color: #F7F7F7;
}
.k-grid-content {
    /* overflow-x: auto; */
    overflow-y: auto;
    height:400px;
}

.t-widget70 {
        margin: 0px;
        margin-top: 10px;
        margin-left: 10px;
        padding: 0px;
        float:left;
        width: 65%;
        background-color:#FFF;
}

.t-widget30 {
        margin: 0px;
        padding: 0px;
        float:left;
        width: 30%;
        background-color:#FFF;
        border-left:solid 1px #ddd;
        margin-left:-1px;
        *width:29%;
        *float:right;
}

.t-widget30 a {
        color:#F60;
        text-decoration: underline;
}


table.hietable tr,table.hietable tr td {
        display:inline;}

span.nosw,
span.swspan {
        float:none !important;
        display:inline;
        margin-left:none!important;
        }
.well.selectyear {
        clear: both;
        float: left;
        padding:9px;
        clear:both;
        margin-bottom:10px;

}
.well.selectyear .quantity {
        float: right;
        padding: 6px 20px 4px;
}


.k-focusable{
width:90%;
}


.t-grid table {
    border-collapse: separate;
    border-width: 0;
    empty-cells: show;
    width: 100%;
}
.t-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
        border-color:#ddd;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-overflow: ellipsis;
    vertical-align: middle;
}
