﻿/*設定標籤文字的背景色,文字的顏色 (主要用於Table)  font-size: 11pt;
*/

.labelInfo
{
	color: #FF6666;
}

.labelAlert
{
	color: #FF4500;
}

.labelTitle
{
	color: #878F1B;
    font-size: larger;
}

.labelTitleShow
{
	color: #FF0066;
}

.labelTitleShow2
{
	color: #bd2aa6;
}

.labelBackColor
{
	background-color: #EDF0E7;
	color: #57721D;
	font-weight: bold;
}

/*設定控制項的背景色 (主要用於Table)*/
.controlBackColor
{
	background-color: #EDF0E7;
	color: #667A3A;
}

/*設定table的標題列 (主要用於Table)*/
.title
{
	background-color: mediumseagreen;
	color: #ffffff;
	text-align: center;
}

/*設定Table的樣式(用於多筆新增的Table)*/
.multiRowInsertTable
{
	width: 100%;
	border-width: 2px;
	border-style: groove;
	border-color: LightGray;
	background-color: White; /*text-align:center;*/
}

/*設定Table標題的樣式(用於多筆新增的Table)*/
.multiRowInsertTitle
{
	background-color: lightgreen;
	color: #a9a9a9;
	font-weight: bold;
}

/*設定 Html 的 Button*/
.htmlButton
{
	cursor: pointer;
}

/*設定網頁預設的文字大小font-size:11pt;  */
body
{
	font-size: 11pt;
}

.baseTable
{
	width: 98%; /*border:solid 1px #3366ff;*/
}
.containerHead
{
	width: 98%;
}

.container
{
	width: 98%;
	border: mediumseagreen 1px solid;
}

.ContentBody
{
	background-image: url(../../Images/bg2.jpg);
}

.Download
{
	cursor: pointer;
}


/*日曆控制項所套用的樣式*/
.calendar
{
	position: relative;
	display: none;
	border-top: 1px solid #a6d07c;
	border-right: 1px solid #a6d07c;
	border-bottom: 1px solid #a6d07c;
	border-left: 1px solid #a6d07c;
	font-size: 16px;
	color: #a6d07c;
	cursor: Default;
	background: #121223;
	font-family: normal;
	z-index: 999;
}

.calendar table
{
	border-top: 0px solid #9EBEF5;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #000;
	font-size: 10px;
	color: #000000;
	cursor: pointer;
	background: #FFFFFF;
	font-family: normal,verdana,sans-serif;
}

.calendar .button
{
	/* 按鈕的格式 */
	background: #a6d07c;
	text-align: center;
	padding: 0px;
	border-top: 0px solid #fff;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #fff;
}

.calendar thead .title
{
	/* 顯示 目前年月 的格式" */
	border: 0px solid #000;
	background: #a6d07c;
	cursor: Default;
	color: #000000;
	text-align: center;
}

.calendar thead .headrow
{
}

.calendar thead .daynames
{
}

/* 星期的那一列 */
.calendar thead .name
{
	border-bottom: 1px solid Silver;
	padding: 0px;
	cursor: Default;
	text-align: center;
	background: #FFFFFF;
}

/* 六日的顏色 */
.calendar thead .weekend
{
	color: #F00000;
}

.calendar thead .hilite
{
	/* 標題列的按鈕 滑鼠移過 時的格式 */
	border-top: 0px solid #fff;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #fff;
	padding: 0px;
}

.calendar thead .active
{
	/* 標題列的 按鈕按下 時的格式 */ /*padding: 2px 0px 0px 2px;*/
	border-top: 0px solid #000;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #000;
	background: #a6d07c;
}


.calendar tbody .day
{
	/* 每個日期間的距離格式,top,left,bottom,right */
	text-align: center;
	padding: 2px 2px 2px 2px;
}

.calendar table .wn
{
	/* 顯示第幾週的格式 */
}

.calendar tbody .rowhilite td.wn
{
}

.calendar tbody td.hilite
{
	/* 滑鼠移到日期上面時 */
	background: #9EBEF5;
}

.calendar tbody td.active
{
	/* 當在日期上按下滑鼠時,日期所顯示的格式 */
}

.calendar tbody td.selected
{
	/* 目前選到的日期 */
	background: #FBE694;
}

.calendar tbody td.weekend
{
	/* 顯示禮拜六,禮拜日的日期格式 */
	color: #F00;
}

.calendar tbody td.today
{
	/* 顯示今天的日期格式 */
	font-weight: bold;
	color: #00F;
}

.calendar tbody .disabled
{
	color: #999;
}

.calendar tbody .emptycell
{
	visibility: hidden;
}

.calendar tbody .emptyrow
{
	display: none;
}

.calendar tfoot .footrow
{
}

.calendar tfoot .ttip
{
}

.calendar tfoot .hilite
{
}

.calendar tfoot .active
{
}

.combo
{
	position: absolute;
	display: none;
	width: 4em;
	top: 0px;
	left: 0px;
	cursor: default;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	background: #e4e0d8;
	font-size: smaller;
	padding: 1px;
}

.combo .label
{
}

.combo .active
{
}

.combo .hilite
{
}
.textBox
{
}
.TitleText
{
	background-color: #E0EA85;
	color: #5F6712;
    font-size: 11pt;
}
.ContentText
{
	color: #333333;
}
.tdEarlyTitle
{
	background-color: #c3e3fc;
	color: #1c4e75;
	font-weight: bold;
}
.tdEarlyContent
{
	text-align: left;
	color: #3f6071;
}
/* 鎖定的css */
.FixedTitleRow
{
	position: relative;
	top: expression(this.offsetParent.scrollTop-2);
	z-index: 10;
	background-color: #E6ECF0;
}

.FixedTitleColumn
{
	position: relative;
	left: expression(this.parentElement.offsetParent.scrollLeft-2);
}

.FixedDataColumn
{
	position: relative;
	left: expression(this.parentElement.offsetParent.parentElement.scrollLeft-2);
	background-color: #E6ECF0;
}
.tips_text_small7
{
	color: #FF6666;
	font-size: 11pt;
	border:1px solid #b8c31d;
	width:95%;
	margin:8px 0 0 0;
}
h1
{
    /*padding: 8px 0px 0px 35px;*/
    font-size: 14pt;
    color: #035881;
    font-family: 華康細圓體;
    text-align:left;
    /*cursor:pointer;*/
}
