/* 所有間距歸零 */
img, div, a, input, header, li { behavior: url(../iepngfix/iepngfix.htc) }

*{
	/*此設定將導致 tosql 圖形無法正確顯示*/
	/*padding:0;
	margin:0;*/
}

a{
	text-decoration:none;
	color: #00F;
}
a:visited{
	color: #810081;
}

a:hover{
	background-color:  #FCCFF8;
}

div{
	 /*border: 1px solid #3366FF; */
}
body{
	/*background-color:#FEF3DD;	 grey */
	padding:30px 0 30px 0; /* */
	background: #D8D4C9 url(images/bg.jpg) repeat;/**/
}

#wrapper{
	width:980px;	/*940px*/
	margin:0 auto;
	min-height: 701px;
	/*background: url(images/bb.png) repeat-y;*/
	/* border:2px double #000; */
	/*border-width: 2px;	 超過 2px 才有 double 的效果 
	border-style: solid;*/
	/* border-color: #000; */ /* 預設為黑色 #000 */
}

#header {
	font-family:"標楷體";
	font-weight:bold;
	color: #000;
	word-spacing:1em;
	/* border: 1px solid #3366FF; */
	height:90px;	/*80px*/
	padding:5px 3px 5px 3px;
	margin:3px 3px 0px 3px;	/*3px 3px 0px 3px;*/
	background: url(images/arc-logo3.png) no-repeat;
	background-position:45px 5px;	/* left top */
	vertical-align: middle;
	text-align: center;
}

#header ul{
	
}

#header li{
	/* float:left; */
	list-style-type:none;
	display:inline;
	margin: 1px;
	vertical-align:text-bottom;
}

#header li a{
	/* display:block; */
	text-decoration:none;
	width:100px;
}

#titl {
	margin:0px auto;
	font-size:2em;
	line-height:70px;
}

#sidebar {
	/* width:20%; */
	width: 170px;
	/*height: 590px;*/
	float: left;
	/*padding: 10px 0;*/
	/* border: 1px solid #3366FF; */
	margin:0px 3px;
}

#sidebar ul {
	margin:0;/*為使 IE 能顯示如 chrome*/
	list-style-type:none;
	/* list-style-image:url(images/sidebar_arrow.png); */ /*無法垂直置中，改換以下 li 方法*/
	padding:0 10px 15px 10px;
}

#sidebar li{
	background-image:url(images/sidebar_arrow.png);
	background-repeat:no-repeat; 
	background-position:0 1px;
	padding-left:23px;
	margin-bottom:5px;
}

#sidebar li  a{
	/* list-style:circle; */
	text-decoration:none;
	font-size:14px;
	display:block; /* */ /* 使連結範圍成為方形,不單在文字 */
	
	height:25px; /* */
	line-height:25px; /**/
	padding-top:0;
}

#container {
	width: 775px;
	float: right;/**/
	/* border: 1px solid #3366FF; */
	margin:0px 8px 5px 3px;	/**/
	padding:10px 0px;	/*25px 10px 10px 0px*/
	OVERFLOW:auto;  /*讓 Div 有 scrollbar 
	height:570px;*/
	/* text-align: center; */
	position: relative;	/* 使圖可以正常於 chrome $ firefox */
}

#container table {
	font-size: 1em;
}

/* cmtable cmprocess cmfinal cmreport */
#cmtable {
	width: 100%;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	border-color: #A89898;
	border-collapse: collapse;	/* 直接代替 cellspacing=0 的宣告 */
	/* border-spacing: 0; */
}

#cmtable .fstrow {
	/* text-align: center; */
}

#cmtable .othrow {
	/* text-align: center; */
}

#cmtable .c1 {
	border: 1px ridge #A89898;
	padding: 2px;
}

/* mytable1 qryprocess and qryscheF */
#mytable1{
	width: 100%;	/*100%*/
	BORDER-COLLAPSE: collapse;	/* 直接代替 cellspacing=0 的宣告 */
	border: 1px solid #33aaee;
	margin: 3px 0 0 0;
	text-align: center;
}

#mytable1 .frtrow {
	background-color: #c4b8fa;
	font-weight: bold;
}

#mytable1 .r1 {
	background-color: #CCFFFF;
}

#mytable1 .r2 {
	background-color: #FFF;
}

#mytable1 .c2 {
	border: 1px solid #33aaee;
	text-align: left;
}

/* final prize break */
#mytable1 .qry {
	background-color: #DDDDDD;
	text-align: center;
}

#mytable1 ul {
	list-style: none;
}

#mytable1 .mrowt {
	color:#BEE9E9;
	font-weight:bold;
	background-color:#0770A9;
}

#mytable1 .c3 {
	border: 1px solid #7D868A;
	padding: 0px;
}

#mytable1 .r3 {
	background-color: #D0F5F5;
}

#mytable1 .r4 {
	background-color:  #FFF;
}

#mytable1 .rc1 {
	border: 1px solid #7D868A;
	text-align: left;
	background-color: #D0F5F5;
}
#mytable1 .rc2 {
	border: 1px solid #7D868A;
	text-align: left;
	background-color: #FFF;
}

#container100 {
	/*border: 1px solid #3366FF;*/
	margin:1px;
	padding: 10px 10px;
	/*OVERFLOW:auto;*/
}
#container li {
	display:inline;
}
#content {
	margin:3px;
	width: 940px;	/*977px*/
	height: 700px;
}
#footer {
	clear:both;
	text-align:center;
	/* border: 1px solid #3366FF; */
	padding-bottom:10px;
	margin: 0 3px;
}

#wrappera{
	width:860px;	/*940px*/
	margin:0 auto;
	/*background-image:url(images/wrap_bg.jpg);*/
	/* border:2px double #000; */
	/*border-width: 2px;	 超過 2px 才有 double 的效果 
	border-style: solid;*/
	/* border-color: #000; */ /* 預設為黑色 #000 */
}

#containera {
	width: 100%; 
	/* width: 780px;
	float: right;*/
	/* border: 1px solid #3366FF; */
	/*margin:0px 3px 5px 3px;	*/
	padding:10px 0px;	/*25px 10px 10px 0px*/
	/*OVERFLOW:auto;  讓 Div 有 scrollbar 
	height:570px;*/
	/* text-align: center; */
	position: relative;	/* 使圖可以正常於 chrome $ firefox */
}

#bauotable {
	border: 1px solid #7D868A;
	background-color: #CCFFFF;	/*#CCFFFF light blue #CCCCFF light purple #FEFFCC light yellow #F4E8F2 light pink*/
}

#bauotable td {
	border: 1px solid #7D868A;
}

.shtitle {
	color: #F4E8F2;
	background-color: #951B81;
	font-weight:bold;
}