/* CSS Document */
/*
 History:
 CR-63654	2016/03/16	Albert		ISA601
*/ 

input, select
{
	background-color: #CCFFCC;
	width: 100;
    border-style: solid;
    border-width: 1px;
    padding: 2;
}

body
{
	font-family: 新細明體, 細明體;
	background-color: #ffe4b5;
	font-size: 11px;
}

Table
{
	font-size: 100%;
	background-color: White;
	border-collapse: collapse;
}

a
{
	color: Blue;
}

a:hover
{
	
	color: #4169e1;
}

.HiddenObject
{
	display: none;
}

.DisplayObject
{
	display: inline;
}

.Amount
{
	text-align: right;
}

.HideTd
{
	border: 0;
}


.PageBreakAfter 
{
    margin-top: 0px;
    margin-bottom: 0px;
	margin: 0;
	border-collapse: collapse;
	page-break-after: always;
}

.PageCode
{
	color: white;
	filter: chroma(color=white);
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 10px;
	display:none;
}

.ReadOnly
{
	background: #ffffff;
	border: 0;
}

/* 基本資料區 */
#InputTable, #InputTable1
{
	width: 450px;
}
#InputTable th, #InputTable1 th,
{
	text-align: right;
	padding: 4px;
	width: 21%;
}
#InputTable td
{
	width: 140px;
	height: 25px;
	padding-left: 4px;
}

/* 報表區 */
#ReportTable
{
	width: 600px;
}
#ReportTable th
{
	text-align: right;
	padding-right: 4px;
	width: 25%;
	height: 22px;
}
#ReportTable td
{
	width:25%;
	padding-left: 4px;
}

#Space
{
	height: 75px;
	width: 200px;
	visibility: hidden;
}


#ProposalTitle, #ProposalTitle1
{
	font-weight: bold;
	font-size: 150%;
	COLOR: #666699;
	width: 280px;
	padding:8px;
}

#CopyRight
{
	font-size: 100%;
	text-align: center;
	color: White;
}

#ErrorMsgWarning, #HighInsAmountWording, #ErrorMsgWarningMIPA, 
{	
	font-weight: bold;
	color: Red;
}

#lblInsAmtAir, #lblInsAmtMarine, #lblInsAmtLand
{
	font-weight: bold;
	color: Red;
	font-size: 120%;
}

#lblJumpAge
{
	
	color: Red;
}

/* 說明文字區的解約金表 */
#ReportISA5
{
	text-align: center;
	
}

#ReportISA5 td
{
	width: 50px;
}


#ReportInsList
{
	width: 100%;
	text-align: center;
}

#ReportInsList td
{
	width: auto;
	text-align: center;
}

#notes  td, #notes2 td
{
	width:auto;
}


#ContentTable
{
	
}

#btnDebug
{
	display: none;
}

#lblDB, #lblEveryYearAmount, #lblTotalPremiumAmount
{
	font-weight: bold;
	color: blue;
}

#notes  td, #notes2 td
{
	width:auto;
}

/* 說明 */
/*>>+ CR-63654 */
.descHightlight
{
	font-weight: bold;
}

/* 注意事項 */
/*>>+ CR-63654 */
.noticeNormal
{
	color: red;
}

.noticeHighlight
{
	color: red;
	font-weight: bold;
}
/*<<+ CR-63654 */

.IconFunctions
{
    font-size: 130%;
    font-family: 新細明體;
}

