﻿table.NoCellSpacingAndCellPadding { border-spacing: 0; border-collapse: collapse; }
table.NoCellSpacingAndCellPadding > tbody > tr > td { padding: 0 }

.ForumHeaderRowBG
{background-image: url("/images/forum/table-bg.gif");}

.ImagePadding3px
{padding: 3px 3px}

table.DotLineSeperator > tbody > tr > td, tr.DotLineSeperator > td
{border-bottom: dotted 1px #ccc}

/*課業發問-老師履歷的各區塊標題*/
.TeacherResumeTitle {
	font-size: 15px;
	color: #48881E;
	background-color: #F5F5F5;
	border-top-style: solid;
	border-top-color: #999;
	line-height: 20px;
	padding: 5px 5px 1px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bold;
}
/*課業發問-老師履歷的自我介紹區塊*/
.SelfIntroBlock {
	background-color: #F5F5F5;
	border: 1px dashed #F4D38A;
}
/*課業發問-老師履歷的自我介紹區塊內框*/
.SelfIntroBlock td {
	padding: 6px;
}
div.HintBox {
	border: solid 1px red;
	margin: 3px;
	padding: 3px;
	background-color: #FEDEDE;
}
/*首頁 - 中間每個廣告的間距*/
div.ADSeperator {
	margin-bottom: 5px;
}
/*設定套用的物件在下方空出5px*/
.Seperate5pxBelow {
	margin-bottom: 5px;
}
.GrayThinBorder {
	border: solid 1px #989898;
}
.ButtonOverAffect a:hover
{
	background-color: #E1E1FF;
}
.CenteredAlign
{
	margin-left: auto;
	margin-right: auto;
}

/*即時補習：提示訊息方塊*/
.NoticeBox
{
	background-color: #ecffec; padding: 5px; border: solid 1px #77c777;
}

/*用在每一列新聞，加上外框div的固定寬度後，將會自動加上... */
.newstitle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.CvsWindow {
	margin: 20px auto;
	border: solid 8px #559955;
}

	.CvsWindow td {
		padding: 20px;
		font-size: large;
		background-color: White;
		text-align: left;
	}

/* 試卷區詳細資料Modal Dialog：標題Tab */
.ExamDetailTitleTab {
	background-color: #ebe7c5;
	border-style:solid;
	border-width: 1px 1px 0 1px;
	border-color: #c9c1ad;
	display: inline-block;
	border-radius: 6px 6px 0 0;
	padding: 0.3em
}

.SmallWhiteButton {
	text-decoration: none;
	border: solid 1px #989898;
	border-radius: 3px;
	background-color: white;
	-webkit-box-shadow: inset -1px -1px 3px 0px rgba(204,204,204,1);
	-moz-box-shadow: inset -1px -1px 3px 0px rgba(204,204,204,1);
	box-shadow: inset -1px -1px 3px 0px rgba(204,204,204,1);
	padding: 2px 5px;
	line-height: 2em;
	margin-right: 5px;
	vertical-align: middle;
	border-spacing: 0;
	white-space: nowrap;
}

.SmallWhiteButton:hover {
	background: #e5f0bc;
}

.SmallWhiteButton img { margin: 3px }

/* 要使用這個，GridView必須要設定GridLines="None" */
.GridView_Gray > tbody > tr > th, .GridView_Gray > tbody > tr > td {
	border: solid 1px #ccc
}

.CssTable { width: 100%; display: table; table-layout: fixed; }
.CssRow { display: table-row }
.CssCell { display: table-cell; vertical-align: top }

table.ConfirmTable { width: 85%; margin: auto; border: none }
table.ConfirmTable > tbody > tr > td { padding-left: 1em; line-height: 2em }
