@charset "utf-8";

Body
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: 新細明體,Times New Roman;
	COLOR:black;
	margin:0px;
	overflow:auto;
	background-color:#87CEFA;

}
a ,input { 
outline: none; 
} 


a:focus { 
outline: none; 
} 
.banner{
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	height:86px;
}
.footer{
	color:#09409a;
	height:30px;
}
.button{
	width:80px;
	height:22px;
	cursor:pointer;
}

/*------page上一頁下一頁 link-----------------*/
.page a:link{
	color:#0000ff;
	text-decoration:underline;
}
.page a:visited{
	color:#0000ff;
	text-decoration:underline;
}
.page a:hover{
	color:#d65b00;
	text-decoration:underline;
}
.page a:active{
	color:#0000ff;
	text-decoration:underline;
}
.page_now{
	color:#ff0000;
	text-decoration: none;
}

/*------Left--左功能標題--------------*/
.left_titlebg{
	color:#000000;
	background-image:url(../images/left_item1_bg.gif);
	background-repeat:repeat-x;
	height:32px;
	padding-left:10px;
	padding-bottom:3px;
	vertical-align:bottom;
}
/*------Left--左功能選項--------------*/
.left_a  {
	color:#6d767c;
	height:26px;
	padding-left:42px;
	background-image:url(../images/left_item2_bg.gif);
	background-repeat: no-repeat;
	cursor:default;
}
.left_a_over  {
	color:#004eff;
	height:26px;
	padding-left:42px;
	background-image:url(../images/left_item2_over.gif);
	background-repeat: no-repeat;
	cursor:pointer;	
}
/*-----Right--右標題--------------*/
.right_title{
	color:#ffffff;
	height:32px;
	padding-left:25px;
	font-size:12pt;
	vertical-align:top;
}
.word_green{
	color:#05a627;
}

.word_bk{
	color:#000000;
}
.word_or{
	color:#bb4e31;
}
.word_grey{
	color:#515151;
}
.word_red{
	color:#ff0000;
}
.input_txt{
	color:#0000ff;
}

/*------main--表格 item1--------------*/
.table_item1  {
	background-color:#dbded6;
}

.table_item2  {
	background-color:#eeeeee;
}
.table_item3  {
	background-color:#f1eeb8;
}




/*------明細表--------------*/

.table_detail th {
	background-color:#707f90;
	color:#FFFFFF;
	height:22px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
}
.table_detail_c1 {
	background-color:#e8ecef;
	color:#4a4a4a;
	height:20px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	border-bottom:#d3d8db 1px  dashed;
}
.table_detail_c2 {
	background-color:#f5f8fa;
	color:#4a4a4a;
	height:20px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
	border-bottom:#d3d8db 1px dashed;
}

