﻿
body
{
    font-size: 12px;
    font-family: arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","微軟正黑體","儷黑 Pro",sans-serif;
    margin: 0px;
	padding: 0px;
}

.body1
{
    background-color: rgb(244, 244, 244);
}

.lines-both .datagrid-body td{
}

.lines-no .datagrid-body td{
    border-right:1px dotted transparent;
    border-bottom:1px dotted transparent;
}

.lines-right .datagrid-body td{
    border-bottom:1px dotted transparent;
}

.lines-bottom .datagrid-body td{
    border-right:1px dotted transparent;
}


a.a2:link, a.a2:visited
{
    color: #1d60ff;
}

a.a2:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a.a2:active
{
    color: #034af3;
}
.a2 
{
    text-decoration: none;   
}


a.a3:link, a.a3:visited
{
    color: Black;
}

a.a3:hover
{
    color: Red;
    text-decoration: none;
}

a.a3:active
{
    color: Black;
}

.a3 
{
    padding-left: 10px; 
    border: 1px solid #cccccc; 
    background-color: #f7f7f7;
    color: #000;
    display: block;
    width: 90%; 
    line-height: 30px; 
    height: 30px; 
    text-align: left; 
    margin: 2px 2px 2px 2px; 
    text-decoration: none;   
}


.textbox1
{
    width: 136px;
    height: 18px;
    border: 1px #95B8E7 solid; 
}

.tableform1
{
	border-collapse: collapse;
}
.tableform1 th
{
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
.tableform1 td
{
	text-align: right;
	padding: 5px 10px 5px 10px;
	line-height:23px;
	border:1px #cccccc solid;
}

.tableform2
{
	border-collapse: collapse;
	width: 100%;
}
.tableform2 td
{
	padding: 5px;
	line-height:23px;
	border:1px #cccccc solid;
}
.td1 
{
    text-align: center;
    background-color: #EEEEEE; 
    width: 100px;
}
.td2 
{
    text-align: left;
    background-color: #FFFFFF; 
    width: 200px;
}

.window-edit
{
    text-align: center; 
    margin: 0px; 
    padding: 0px; 
    max-height: 400px;    
}

.window-select
{
    text-align: center; 
    margin: 0px; 
    padding: 0px; 
    max-height: 500px;    
    min-width: 900px;    
}

.textarea-remark
{
    width: 450px; 
    border: 1px #95B8E7 solid
}

.span-asterisk
{
    color: Red; 
}

.main-btn {
	background: rgb(244, 244, 244);
	padding: 0px 18px;
	border-radius: 6px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	height: 34px;
	color: rgb(51, 51, 51);
	line-height: 34px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
}
.main-btn:hover {
	text-decoration: none;
	background-color: rgb(255, 255, 255);
}


.main-list 
{
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main-list ul {
	height: auto;
	overflow: auto;
	border-bottom-color: rgb(232, 232, 232);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	max-height: 100%;
}
.main-list li {
	padding: 16px;
	border-top-color: rgb(232, 235, 236);
	border-top-width: 1px;
	border-top-style: solid;
	cursor: pointer;
	list-style: none;
}
.main-list li:hover {
    background: rgb(255, 255, 255);
    border-radius: 6px;
}
.main-list li img
{
    float: left; 
    height: 40px; 
    padding-right: 10px;
}
.main-list p {
	margin-bottom: 0px;
}

.main-pm-p {
	color: rgb(51, 51, 51);
	line-height: 1.5;
	margin-bottom: 10px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
}
.main-pm-p-little {
	color: rgb(149, 149, 149);
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
}
.main-pm-p-gt {
	padding-left: 6px;
}

.main-fl-l {
	float: left;
}
.main-fl-r {
	float: right;
}
.main-span-amount
{
    color: #0000FF;
}


.nav-btn-page 
{
    width: 180px; 
    height: 180px; 
    margin: 30px 50px; 
    border: 0px solid #FFFFFF; 
    border-radius: 16px;
    cursor: pointer; 
    background-color: #2f80d1;
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
    /*background-image: url('/Images/Report/report1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;*/
    text-align: center;
}


.nav-btn-page-img 
{
    position: relative;
    top: 25px;
    height: 100px;
    width: 100px;
}


.nav-btn-page-span 
{
    position: relative;
    top: 25px;
}


.nav-btn-home 
{
    width: 120px; 
    height: 120px; 
    margin: 20px 50px; 
    border: 0px solid #FFFFFF; 
    border-radius: 16px;
    cursor: pointer; 
    /*background-color: #2f80d1;*/
    background-color: #4682B4;
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
}




