﻿
body
{
	font-family:Arial;	
	margin-left:0px;
	margin-top:0px;	
	margin-right:0px;
	margin-bottom:0px;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	border-width:0px;
	background-color:#edf0f8;
	cursor:default;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #dee3e7; 
	SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; 
	SCROLLBAR-ARROW-COLOR: #4d5b6d; 
	SCROLLBAR-TRACK-COLOR: #ededed; 
	SCROLLBAR-DARKSHADOW-COLOR: #4d5b6d
}

body,textarea,input,select
{
    font-size: 12px;
}
textarea
{
	border: 1px solid #CCCCCC;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
}

SELECT
{
	border: 1px solid #CCCCCC;
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	
	background-color: #FFFFFF;
}

/* 標題 */
.PageTitle
{
	font-size: 14pt;
	text-decoration: underline;
	font-weight: bold;
	margin:10px;
	text-align:center;
}
/* 查詢操作橍 */
.PageTool
{
	background-color: #436ab7;
	height:20px;
	color: white;

	margin:0px;
	padding:0px;
	width:95%;
}



.myInput
{
	border-top: #003c77 1px solid;
	border-bottom: #5a6da5 1px solid;
	border-left: #003c77 1px solid;
	border-right: #003c77 1px solid;
	background-image: url(/artctrl_client/button/botton002.gif);
	color: #003c77;
	height: 22px;
	width:60px;
}

a:link { font-size: 10pt; text-decoration:none; color:#354f83; } 
a:hover { font-size: 10pt; text-decoration: none; color: #354f83; }
a:active { font-size: 10pt; text-decoration: none; color: #354f83; } 
a:visited { font-size: 10pt; text-decoration: none; color:#354f83; } 
