﻿/* 用作修正 ASP:menu 的顯示問題 */
.zindex1000 
{ 
    z-index: 1000; 
}

.CSHelp
{
    font-weight: bold;
    font-size: xx-small;
    color: green;
}

.dropShadow
{
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='gray', Positive='true');
}
.alignCenter
{
	 text-align:center;	
}

.topAndBottomPadding
{
	padding : 10px 5px 100px 5px;	
}

.BGTransparent
{
    background-color: transparent;
}

.fix_table
{
	table-layout:fixed;
	/*word-break: break-all;*/ 
	word-wrap:break-word;
}

a
{
    text-decoration: none;
    color : Black;
}

a:hover
{
    text-decoration: underline;
    /*position:relative;
    top:-1px;
    left:-1px;*/ 
}

div.slideshow a:hover{position:static;}

.yellowtable
{
	border-right: lightgrey 0px solid;
	border-top: lightgrey 0px solid;
	border-left: lightgrey 0px solid;
	border-bottom: lightgrey 0px solid;
	table-layout: auto;
	padding-right: 5px;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	margin-left: 5px;
	vertical-align: top;
	width: 720px;
	padding-top: 5px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.shadowBottom
{
	BACKGROUND-IMAGE: url(../../image/image_set_01/dropShadow/horizontal.gif); 
	BACKGROUND-REPEAT: no-repeat; 
	BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none;
	BACKGROUND-COLOR: white; 
	HEIGHT: 15px; 
}
.shadowConer
{
	BACKGROUND-IMAGE: url(../../image/image_set_01/dropShadow/coner.gif); 
	WIDTH: 15px; 
	BACKGROUND-REPEAT: no-repeat; 
	BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; BORDER-TOP-STYLE: none; 
	HEIGHT: 15px; 
	BACKGROUND-COLOR: white; 
}
.shadowRight
{
	BACKGROUND-IMAGE: url(../../image/image_set_01/dropShadow/vertical.gif); 
	WIDTH: 15px; 
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-BOTTOM-STYLE: none;
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-COLOR: white; 
}

.simpleSilverTable
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    table-layout: auto;
    width: 720px;
    border-collapse: collapse;
}

.outsetbutton
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 8pt;
	border-left-color: green;
	border-bottom-color: green;
	padding-bottom: 0px;
	vertical-align: middle;
	cursor: hand;
	border-top-style: double;
	border-top-color: green;
	padding-top: 0px;
	border-right-style: double;
	border-left-style: double;
	letter-spacing: 5pt;
	background-color: green;
	text-align: center;
	border-right-color: green;
	border-bottom-style: double;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
}

.TaskNumber
{
    font-weight: bolder;
    font-size: large;
    color: Orange;
    font-family: 'Comic Sans MS';
    padding-bottom: 0px;
    padding-top: 0px;
}

.redStar
{
	font-weight: bolder;
	font-size: large;
	color: red;
}

.headingLeft
{
    background-image: url(../../image/image_set_03/HeadingBackGround/triangle.gif); 
    background-repeat: no-repeat; 
    width: 38px; 
}

.headingMiddle
{
    border-bottom:solid 1px Orange;
    font-size: 16pt;
    font-weight: bolder;
}

.headingRight
{
    background-image: url(../../image/image_set_03/HeadingBackGround/circle.gif); 
    background-repeat: no-repeat; 
    width: 50px; 
}

.smallHeadingLeft
{
    background-image: url(../../image/image_set_03/HeadingBackGround/arrowLeft.gif); 
    background-repeat: no-repeat; 
    width: 10px; 
    height: 30px;  
}

.smallHeadingMiddle
{
    height: 30px;
    font-size: 10pt;
    text-align:center;
}

.smallHeadingRight
{
    background-image: url(../../image/image_set_03/HeadingBackGround/arrowRight.gif); 
    background-repeat: no-repeat; 
    width: 10px; 
    height: 30px;
}

.successResult
{
    font-weight: bold;
    font-size: larger;
    color: blue;
}

.failResult
{
    font-weight: bold;
    font-size: larger;
    color: red;
}

.outerFrameTopLeft
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/top-left.gif);
    background-repeat: no-repeat;
}

.outerFrameTopMiddle
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/top.gif);
    background-repeat: repeat-x;
}

.outFrameTopRight
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/top-right.gif);
    background-repeat: no-repeat;
}

.outFrameLeft
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/left.gif);
    background-repeat: repeat-y;
}

.outFrameRight
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/right.gif);
    background-repeat: repeat-y;
}

.outFrameBottomLeft
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/left-bottom.gif);
    background-repeat: no-repeat;
}

.outFrameBottomMiddle
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/bottom.gif);
    background-repeat: repeat-x;
}

.outFrameBottomRight
{
    background-image: url(../../image/image_set_01/dropShadow/frontpage/right-bottom.gif);
    background-repeat: no-repeat;
}

.DropShadowTable
{
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=5); 
}

.DropShadowLight
{
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=2); 
}

.TextWaterMark
{
    border-right: gray 1px dotted;
    border-top: gray 1px dotted;
    border-left: gray 1px dotted;
    color: gray;
    border-bottom: gray 1px dotted;
    background-color: #ffff99;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.indexPageCaption
{
    font-size: 20px;
    font-family: 標楷體;
    height: 22px;
    letter-spacing: 3px;
    position: relative;
    top: 15px;
    left: 10px;
}

.indexPageCaption2
{
    font-size: 18px;
    font-family: 標楷體;
    letter-spacing: 3px;
    font-weight:bold;
}

.indexPageCaptionEnglish2
{
    font-size: 18px;
    font-family: Arial;
    font-weight:bold;
}

.indexPageCaptionEnglish
{
    font-size: 20px;
    font-family:Arial;
    height: 22px;
    position: relative;
    top: 15px;
    left: 10px;
}

.ContentPageHeading
{
    font-size: 30px;
    font-weight:bold;
    font-family: 標楷體;
    height: 32px;
    letter-spacing: 3px;
    position: relative;
    top: 15px;
    left: 10px;
}

.ContentPageHeadingEnglish
{
    font-size: 30px;
    font-weight:bold;
    font-family: Arial;
    height: 32px;
    letter-spacing: 3px;
    position: relative;
    top: 15px;
    left: 10px;
}

.ContentPageHeadingCanvas
{
    position: relative;
    top: -15px;
}

.swfUploadButton
{
    border-right: royalblue 2px solid;
    border-top: royalblue 2px solid;
    font-size: 8pt;
    border-left: royalblue 2px solid;
    width: 200px;
    cursor: hand;
    border-bottom: royalblue 2px solid;
    height: 30px;
    background-color: white;
}

.selectedRblstItem
{
    font-size: large;
    font-weight: bold;
    color: mediumblue;
}

.iconLeft
{
    background-image: url(../../image/image_set_03/HeadingBackGround/boxLeft.gif); 
    background-repeat: no-repeat; 
    width: 31px; 
    height: 33px;  
}

.iconMiddle
{
    height: 33px;
    font-size: 14px;
    vertical-align : middle;
}

.iconRight
{
    background-image: url(../../image/image_set_03/HeadingBackGround/boxRight.gif); 
    background-repeat: no-repeat; 
    width: 31px; 
    height: 33px;
}

.AbsoluteZero
{
    left: 0px;
    position: absolute;
    top: 0px;
}

.AlignRight
{
    text-align:right;
}

.AlignLeft
{
    text-align:left;   
}

.FlashHeading
{
    position: absolute;
    z-index: -10;
}

.transparentThings
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	opacity:.25;	
}

.chartWindow
{
	font-size: small;
}


