body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	/*text-align: center;*/ /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
}
.twoColFixLtHdr #main_bg {
	background-attachment: scroll;
	background-image: url(pic/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #container {
	width: 990px;  /* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	background: url(pic/bg_scroll.jpg) repeat-y left top;
	margin: 5px auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 227px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 將 #header Div 中最後一個元素的邊界調整為零可避免邊界收合 (Div 之間出現的空間，無法解釋)。如果 Div 的周圍具有邊框，這就不是必要動作，因為該項設定也會避免邊界收合 */
	padding: 10px 0; /* 使用欄位間隔而非邊界便可讓元素遠離 Div 的邊緣 */
}
.twoColFixLtHdr #header #logo {
	float: left;
	height: 137px;
	width: 384px;
	margin-top: 0px;
}
.twoColFixLtHdr #header #btn_download,
.twoColFixLtHdr #header #btn_teacher,
.twoColFixLtHdr #header #btn_home {
	float: left;
}
.twoColFixLtHdr #header #btn_download{
	margin-left: 82px;
}
.twoColFixLtHdr #header #btn_home {
	text-align: right;
}
.twoColFixLtHdr #header #main_menu {
	text-align: left;
	width: 990px;
	float: left;
	padding: 0px;
}
.twoColFixLtHdr #header #main_menu ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header #main_menu li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 90px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 244px;
	margin-top: 0px;
}
.twoColFixLtHdr #navibar {
	font-size: .75em;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #navibar a {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #navibar a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 這個 Div 元素的左邊界會沿著頁面左邊向下建立欄 – 不論 sidebar1 Div 包含多少內容，欄空間將維持不變。當 #sidebar1 的內容結束時，如果您想讓 #mainContent Div 的文字填滿 #sidebar1 的空間，就可以移除這個邊界。 */
	padding: 0 86px 0 78px; /* 請記住，欄位間隔就是 Div 方塊內部的空間，而邊界就是 Div 方塊外部的空間 */
	font-size: .9375em;
	line-height: 30px;
	color: #424f68;
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.375em;
	font-weight: bold;
	color: #990000;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.125em;
	font-weight: bold;
	color: #990000;
}

.twoColFixLtHdr #mainContent a {
	color: #424f68;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #topic {
	font-size: 1.56em;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 28px;
}
.twoColFixLtHdr #mainContent #table_style1 {
	width: 478px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #mainContent #table_style1 .bg {
	background-image: url(pic/table01_middle.jpg);
	background-repeat: repeat-y;
	
}

.twoColFixLtHdr #mainContent #table_style1 .header {
	background-attachment: scroll;
	background-image: url(pic/table01_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 478px;
}
.twoColFixLtHdr #mainContent #table_style1 .footer {
	background-attachment: scroll;
	background-image: url(pic/table01_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 478px;
}
.twoColFixLtHdr #mainContent #table_style1 .contain {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(pic/table01_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #mainContent img {
	border: 1px solid #bbca9b;
}
.twoColFixLtHdr #mainContent .note_class {
	font-size: .8125em;
	line-height: 18px;
	color: #6a9447;
	text-decoration: none;
	background-color: #F3FBE1;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
}
.twoColFixLtHdr #mainContent .note_class .pic {
	padding: 5px;
	background-color: #F3FBE1;
}
.twoColFixLtHdr #mainContent .note_class .head {
	padding: 5px;
	text-align: center;
	background-color: #E3F5BA;
}
.twoColFixLtHdr #mainContent .note_class .note {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #F3FBE1;
}
.twoColFixLtHdr #mainContent table {
	background-color: #aabb85;
	color: #010101;
}
.twoColFixLtHdr #mainContent td {
	background-color: #d6e5b7;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
.twoColFixLtHdr #mainContent th {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 #menu {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #505f36;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #menu a {
	color: #505f36;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
}
.twoColFixLtHdr #sidebar1 #menu a:hover {
	color: #26843E;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-attachment: scroll;
	background-image: url(pic/icon_bug.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
.twoColFixLtHdr #sidebar1 #menu .more_link a:hover {
	background-image: none;
}
.twoColFixLtHdr #sidebar1 #menu ul {
	padding-left: 35px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 #menu li {
	list-style-type: none;

}
.twoColFixLtHdr #sidebar1 #menu h2 {
	font-size: 1.125em;
	line-height: 30px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0px;
}

.twoColFixLtHdr #sidebar1 .more_link {
	text-align: right;
	margin-top: 15px;
	margin-right: 20px;
}







.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0px auto;
	width: 990px;
	background-attachment: scroll;
	background-image: url(pic/bg_down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 230px;
} 
.twoColFixLtHdr #footer #admin_logo,
#teacher_footer #admin_logo {
	margin-top: 50px;
	margin-left: 10px;
	width: 250px;
	float: left;
}
.twoColFixLtHdr #footer #maintain,
#teacher_footer #maintain {
	font-size: .75em;
	color: #225a11;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	margin-top: 84px;
}
.twoColFixLtHdr #footer #maintain a,
#teacher_footer #maintain a {
	color: #225a11;
	text-decoration: none;
}
.twoColFixLtHdr #footer #maintain a:hover,
#teacher_footer #maintain a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.twoColFixLtHdr #footer #top,
#teacher_footer #top {
	height: 109px;
	width: 257px;
	margin-left: 650px;
}

.twoColFixLtHdr #footer p,
#teacher_footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* =addtional */
.node-form .standard {
    clear: none;
}
.item-list ul li {
    margin: 0;
}
.profile {
    clear: none;
}
.access {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
#teacher_navibar {
	color:#000000;
	font-size:12px;
	line-height:24px;
	margin-left:30px;
	text-decoration:none;
}
#teacher_mainContent #indexBox td {
	text-align:left;
	background-color:#E1F2EC;
	border:1px solid #91B4A8;
	margin:0;
	padding:5px;
	text-align:left;
	vertical-align:top;
	width:450px;
}
#teacher_mainContent .section .thum {
	border-style:none;
	float:left;
	margin:10px;
}
#teacher_mainContent img {
	border:1px solid #BBCA9B;
}
#teacher_mainContent #indexBox {
	background:transparent url(pic/logo_6.gif) no-repeat scroll 10px 22px;
	border-spacing:30px;
	margin:0;
	padding:0;
	width:100%;
	border-collapse:separate;
}
#teacher_mainContent .section ul {
	color:#07203F;
	display:block;
	margin-bottom:0;
	margin-left:90px;
	margin-top:0;
	padding-left:25px;
	text-decoration:none;
}
#teacher_footer {
	background-attachment:scroll;
	background-image:url(pic/bg_down.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:120px;
	margin:0 auto;
	padding:0;
	width:990px;
}
#teacher_mainContent .photoBox {
	float:left;
	margin-left:11px;
	margin-right:11px;
	margin-top:15px;
	text-align:center;
	width:160px;
}
#teacher_mainContent .section ul li a {
	color:#07203F;
	font-size: 15px;
	text-decoration:none;
}
#teacher_mainContent .section ul li a:hover {
	color:#000099;
	text-decoration:none;
}
#teacher_content {
	background-color:#E1F2EC;
	border:1px solid #8FB798;
	margin:18px;
	padding:5px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#teacher_content #sidebar1 {
	border-right:1px solid #91B4A8;
	float:left;
	margin:7px 0;
	padding-left:10px;
	padding-right:10px;
	width:224px;
}
#teacher_content #sidebar1 #menu ul { 
	margin:10px 0px 40px -20px;
	padding:0;
}

#teacher_content #sidebar1 #menu {
	color:#505F36;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}
#teacher_content #article #article_list .article_type {
	background-color:#66809D;
	color:#EDF3FF;
	font-size:12px;
	margin-right:18px;
	padding:3px;
	text-decoration:none;
}
#teacher_content #article #article_list ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
#teacher_content #article #article_note {
	border-bottom:1px solid #323C4D;
	height:auto !important;
	min-height:220px;
}

#teacher_content #article #article_note #article_title {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:underline;
}
#teacher_content #article #article_note img {
	border:1px solid #445462;
	float:left;
	height:auto;
	margin:0 10px 10px 0;
	width:200px;
}
#teacher_content #article #article_note .more_link2 {
	border-style:none;
	float:none;
	height:auto;
	line-height:30px;
	margin-left:500px;
	vertical-align:text-bottom;
	width:auto;
}
#teacher_content #article #article_list .more_link3 {
	text-align:right;
}
#teacher_content #article #article_list .more_link3 a	{
	background-color: #6380A0;
	color: #fff;
	text-decoration:none;
}
#teacher_content #mainContent {
	color:#424F68;
	font-size:0.9375em;
	line-height:30px;
	margin:0 0 0 250px;
	padding:0 86px 0 38px;
	text-decoration:none;
}
.view-item-downloads .view-field {
	float: left;
}
.view-item-downloads .view-data-node-title {
	float: left;
}

#teacher_mainContent .section .ajax_views_body ul {list-style: none; margin-left:70px; padding: 10px 0; width: 800px;}
.ajax_views_body ul li {width: 133px; display: inline;}
.ajax_views_body ul li .node_title {
	float: left;
}
.ajax_views_body ul li .photorotator {
	float: left;
	padding-right: 20px;
	width: 133px;
}
.ajax_views_footers {
	float: none;
	clear: both;
}
.view-photorotator .title {
	display: none;
	width: 133px;
}