@charset "utf-8";
/*表格*/
#tablebox{
	width:auto;
	max-width:100%;
	height:auto;
	padding-top:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	
}

#tablebox table{
	width:95%;
	text-align:center;
	border-collapse:collapse;
}
#tablebox table caption{
	font-size:16px;
	padding:5px 0;
	text-align:left;
	font-weight:bold;
	
}
/*表頭*/
#tablebox table thead{
	height:32px;
	line-height:32px;
	font-size:14px;
	font-weight:bold;
}

/*上標*/
#tablebox table tbody sup
{
    vertical-align: super;
	font-size:8px;
}

#tablebox .t01{
	background:url(../images/thendbg.jpg) no-repeat;
}

#tablebox .t02{
	background:url(../images/thendbg2.jpg) repeat-x;
}

#tablebox .s01{
	background:#A05200;
}

#tablebox .t03{
	background:url(../images/thendbg.jpg) no-repeat right;
}

#tablebox .tdling{
	background:url(../images/thendline.jpg) no-repeat left;
	width:2px;
	height:32px;
	float:left;
}

#tablebox table thead tr{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	font-family:"微軟正黑體", Arial, sans-serif;
}

/*表格主體*/
#tablebox table tbody{
	width:80%;
	_border-collapse:collapse;
}

#tablebox table tbody tr{
	line-height:30px;
	font-size:13px;
	color:#8a8a8a;
	behavior:url("../js/csshover2.htc");
}

#tablebox table tbody tr:hover{
	background-color:#ffe400;
}

#tablebox table tbody tr td{
	padding:0 0 0 10px;
	width:auto;
	/*white-space: nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis;
}

#tablebox table tbody tr td a{
	color:#26a3dd;
	font-weight:bold;
}

#tablebox table tbody tr td a:link{
	color:#26a3dd;
	font-weight:bold;
}

#tablebox table tbody tr td a:visited {
	color:#26a3dd;
	font-weight:normal;
}

#tablebox table tbody tr td a:hover{
	text-decoration:underline;
	color:#C00;
}

/*js控制IE6表格變色方式*/
/*#tablebox table tbody tr{
	background-color:expression((this.sectionRowIndex%2==0)?"neno":"neno");
  /*设置onmouseover事件*/   
/*onmouseover:expression(onmouseover=function   (){this.style.borderColor='neno'; this.style.color='';this.style.backgroundColor='#ffe400'});  
  /*设置onmouseout事件*/   
/*onmouseout:expression(onmouseout=function   (){this.style.borderColor='';this.style.color='';this.style.backgroundColor=''}); 
  }
/*js控制IE6表格變色方式END*/

/*表格尾*/
#tablebox table tfoot{
	height:15px;
}

#tablebox table tfoot tr td{
	padding:5px 10px;
	text-align:center;
}

.read{/*已閱讀*/
	text-align:center;
	background: url(../images/read.gif) center no-repeat;
	width:28px;
	height:28px;
}

.noread{/*未閱讀*/
	text-align:center;
	background: url(../images/noread.gif) center no-repeat;
	width:28px;
	height:28px;
}

/*表格內容資料*/
#box-tbdata{
	width:auto;
	height:auto;
	padding:5px;
	margin:0 auto;
}

/*通用表格註冊圓角邊框*/
.tbbox{
    margin:10px auto;
	background-color:#fff;
    border:1px solid #ccc;
	position:relative;
    width:90%;
    padding:10px;
	*height : 1%; /* IE6 IE7 */
}
 /* Firefox Chrome Safari IE8  */
.tbbox:after {
  clear : left;
  content : '.';
  display : block;
  height : 0;
  overflow : hidden;
}
 
.tbbox-data{
	margin:0 auto;
    color:#000;
    width:95%;
    padding:10px 10px;
	height :auto;
}

.tbbox-data h1{
	font-size:18px;
	font-family:"微軟正黑體", Arial, sans-serif;
	color:#0897d9;
	font-weight:bold;
	line-height:28px;
}

.tbbox-data h2{
	font-size:14px;
	font-family:"微軟正黑體", Arial, sans-serif;
	color:#2d2d2d;
	font-weight:bold;
	line-height:28px;
}
.tbbox-data p{
	line-height:30px;
	font-size:13px;
	color:#647279;
}


/*沒有滑鼠移過效果的表格*/
#classtb{
	width:821px;
	height:auto;
	padding-top:0px;
	overflow:hidden;
	min-height:400px;
	margin-bottom:50px;
}

#classtb1{
	width:821px;
	height:auto;
	padding-top:0px;
	overflow:hidden;
	min-height:400px;
	margin-bottom:50px;
}
#classtb1 .ttb1{
	width:75px;
	height:443;
	padding-top:0px;
	overflow:hidden;
	min-height:400px;
	margin-bottom:50px;
}



#classtb2{
	width:813px;
	height:178px;
	padding-top:0px;
	overflow:hidden;
	margin-bottom:50px;
}
#classtb3{
	width:813px;
	height:auto;
	padding-top:0px;
	overflow:hidden;
	min-height:400px;
	margin-bottom:50px;
}

#classtb table {
	width:100%;
	height:auto;
	margin:20px auto;
	border-collapse:collapse;
	position:relative;
}

.classline table, .classline table thead, .classline table tbody, .classline table tr, .classline table td{
	border:#CCC 1px solid;
}

#classtb table caption{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:5px 0;
	text-align:left;
	color:#0897d9;
}
#classtb table tr{
	height:30px;
	width:auto;
	font-size:13px;
	color:#8a8a8a;
}

#classtb table tr td{
	padding:4px;
}
/*沒有滑鼠移過效果的表格END*/

#box01{
	width:100%;
	max-width:600px;
	height:auto;
	margin:10px auto;
	padding:0;
	display:block;
	position:relative;
}
#box01 .box-l{
	float:left;
	line-height:40px;
	padding:0 3px;
	vertical-align:middle;
}
#box01 .box-r{
	float:right;
	line-height:40px;
	padding:0 3px;
	vertical-align:middle;
}


/*命題ICON*/
.icon01{/*手動命題*/
	background:url(../images/table_edit2.gif) no-repeat center;
	width:32px;
	height:32px;
	display:inline-block;
	line-height:32px;
}
.icon01:hover{
	background:url(../images/table_edit.gif) no-repeat center;
	cursor:pointer;
}

.icon02{/*多卷命題*/
	background:url(../images/table_multiple2.gif) no-repeat center;
	width:32px;
	height:32px;
	display:inline-block;
	line-height:32px;
}
.icon02:hover{
	background:url(../images/table_multiple.gif) no-repeat center;
	cursor:pointer;
}

.icon03{/*快速命題*/
	background:url(../images/table_lightning2.gif) no-repeat center;
	width:32px;
	height:32px;
	display:inline-block;
	line-height:32px;
}
.icon03:hover{
	background:url(../images/table_lightning.gif) no-repeat center;
	cursor:pointer;
}
/*命題ICONEND*/

.icon04{
	background:url(../images/medal_bronze_1.gif) no-repeat center;
	width:32px;
	height:32px;
	display:inline-block;
	line-height:32px;
}
.icon04:hover{
	background:url(../images/medal_bronze_2.gif) no-repeat center;
}

/*其它未設定表格樣式*/
.a01{
	line-height:20px;
	background:#06C url(../images/tbbg01.gif) bottom repeat-x;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:"微軟正黑體", Arial, sans-serif;
}
.a02{
	font-size:13px;
	color:#656565;
	line-height:30px;
}
.a03{
	background-color:#dbfbff;
	line-height:30px;
}

.a04{
	line-height:30px;
	background:#06C;
	color:#fff;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.a05{
	line-height:30px;
	background:#cce6ff;
	color:#000;
	border:none;
}
/*其它未設定表格樣式END*/

.bar01{
	border-left:#06F 5px solid;
	padding-left:5px;
	margin:5px 0;
	height:30px;
}

/*學習狀況分析表設定*/

#learning{
	width:690px;
	height:auto;
	margin:10px auto;
	padding:0;
}

#learning .learbox01{
	width:350px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
#learning .learbox01 table{
	width:340px;
	margin:0 0 10px 0;
}
#learning .learbox01 table tr td{
	border: #999 1px solid;
	vertical-align:middle;
}
#learning .learbox01 h1{
	font-size:40px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#C00;
	text-align:center;
	vertical-align:middle;
	line-height:45px;
	height:50px;
}

#learning .learbox02{
	width:300px;
	height:380px;
	margin-right:20px;
	margin-bottom:20px;
	float:right;
}

#learning .learbox03{
	width:650px;
	margin:20px auto 20px auto;
	clear:both;
	padding:0;
  *height : 1%; /* IE6 IE7 */
}
 /* Firefox Chrome Safari IE8  */
#learning .learbox03:after {
  	clear:both;
  content : '.';
  display : block;
  height : 0;
  overflow : hidden;
}

#learning .learbox03 table tr td{
	border: #999 1px solid;
	line-height:30px;
	font-size:13px;
	vertical-align:middle;
}

/* 作品專案*/

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 400px;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-left: none;
	background: #e1e1e1;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;
	border-bottom: 1px solid#fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
} 

