﻿@charset "utf-8";

.tab-right { border: solid 1px #989898; vertical-align: top }

.tab-right-member {
	font-size: 12px;
	line-height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;}


/*題庫區、試卷區、影音區的css設定最後調整為相同，為避免錯誤暫未合併，之後整理可將三者合而為一*/
.tab-question-left {
	font-size: 15px;
	line-height: 22px;
	background-image: url(../images/back-question-all.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #989898;
	background-color: #fcffd4;}

.tab-exam-left {
	font-size: 15px;
	line-height: 22px;
	background-image: url(../images/back-exam.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #989898;
	background-color: #fcffd4;}

.tab-media-left {
	font-size: 15px;
	line-height: 22px;
	background-image: url(../images/back-media.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #989898;
	background-color: #fcffd4;}

/*上下左右1px灰邊框*/
.line-gray-1px{border-collapse : collapse ;border:#989898 1px solid;}

.line-none td{padding:0;margin:0;border:0;}

/*上下左右1px淺綠色虛線邊框 For 線上測驗解答頁的使用者答案/正解答案框*/
.line-green-tab 
{
	border: 1px dashed #b9ce83;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	/*line-height: 22px;*/
	color: #446502;}

/*上下1px淺黃色虛線邊框*/
.line-yellow-tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #446502;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #CC9900;}

.line-yellow-tab a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #446502;
	text-decoration:none;}

/*.line-yellow-tab a:hover{text-decoration:underline;}*/


/*表格內文內距*/
.td-padding5{padding:5px;}

/*左右下1px灰框；用於首頁「與一點通聯絡」*/
.line-r-l-b{ padding:5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #989898;
}