
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
/* -- 基本修改 -- */
select {
    padding: 3px 4px;
}

input[type="text"], input[type="password"] {
    padding: 3px 4px;
}
.fit {
    width: max-content;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
}
body {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    font-size: .80em;
    font-family: "Helvetica Neue","微軟正黑體", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px;
    padding: 0px;
}
#wrapper {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%;
    min-width: 1200px;
	float: left;
}
#header {
	float: left;
	height: 30px;
	width: 1215px;
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-bottom: 150px;
}

.mainSite
{
	background-color:#ffffff;
}



a:link, a:visited
{
    color: #def;	/*水藍*/
    text-decoration: none;
}

a:hover
{
    color: #D36517;	/*橘色*/
    text-decoration: none;
}

a:active
{
    color: #D36517;	/*橘色*/
    
}


a.top_link1:link
{
    color: #005AB5;  /*靚藍*/
    font-size: 11pt;
    text-decoration: none;
}
a.top_link1:visited
{
    color: #005AB5;
    font-size: 11pt;
    text-decoration: none;
}
a.top_link1:hover
{
    color: #005AB5; /*靚藍*/
    font-size: 11pt;
    text-decoration: underline;
}
a.top_link1:active
{
    color: #000000;
    font-size: 11pt;
    text-decoration: none;
}
a img 
{
	border: none;
}



#nav {
	height: 20px;
	margin-left: 220px;
	clear: both;
    padding: 4px 0;
	background-color:#DBDDDF;
	
	
}
#nav ul {
	list-style-type: none;
	display: inline;
	font-size: 13px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
	height: 20px;
	float: left;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: linear-gradient;
	background-position: bottom;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#nav ul li a:hover {
	display: inline;
	background: #b8c6df; /* Old browsers */
	background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c6df), color-stop(100%,#6d88b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 );
	height: 20px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: linear-gradient;
	background-position: bottom;
	border: 1px solid #57738c;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #FFF;
}

.main
{
    padding: 0px 5px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    color:#000;
    font-size :10pt;
}

#menumain {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 16px 0px;
}
.menu_list {
	width: 188px;
	float: left;
	margin-left: 16px;
	margin-top: 45px;
}
.menu_head {
	line-height:25px;
	cursor: pointer;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-align: left;
	height: 25px;
	width: 176px;
	display: block;
	margin-left: 20px;
	padding-left: 12px;
	background-image: url(../images/menu_btn_1.jpg);
	background-repeat: no-repeat;
}
.menu_body_list 
{
    padding-top: 5px;
    padding-bottom: 15px;
}
.menu_body {
	background: URL(../images/icon.jpg) no-repeat;
	background-position: 17px 8px;
	display: block;
	text-align: left;
	margin-left: 5px;
	padding-left: 30px;
	margin-bottom: 3px;
}
.menu_body a{
	color:#4F78B6;
	line-height:24px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	font-size: 13px;
}
.menu_body a:hover{
	color: #000000;
	text-decoration:none;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#con {
	border: 1px solid #CCC;
	margin-left: 220px;
}


.page_title
{
	text-decoration: none;
	height:60px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    padding-left: 70px;
	line-height: 60px;
	margin-bottom: 10px;
	
    background: url(../images/option.jpg) no-repeat 0px 0px;
	
}

#cons {
	padding: 10px;
}

#footer {
	clear: both;
	height: 25px;
	background-color: #4f78b6;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* gridview */
.gridTable
{
    background-color:White;
    border-left: 1px solid #4F78B6;
    border-top: 1px solid #4F78B6;
    width:100%;
}
.gridTable th, .gridTable td
{
    border-right: 1px solid #4F78B6;
    border-bottom: 1px solid #4F78B6;
}
.tableHeader
{
    text-align: center;
    background-color: #0066CC;	/*寶藍*/
    color: #def;
    height: 30px;
}
.tableHeader td, .tableHeader th
{
    padding: 3px 2px 2px 4px;
}
.tableFooter
{
    text-align: center;
    background-color: #0066CC;	/*寶藍*/
    color: #def;
    height: 30px;
    padding: 2px 2px 2px 4px;
    font-weight: bold;
}
.tablerow
{
    text-align: left;
    background-color: #fff;
    color: #151515;
    height: 30px;
    padding: 2px 2px 2px 4px;
    /* mouseover, #F4F2F2 */
}
.tablerow td
{
    padding: 4px 6px 4px 6px;
    /* mouseover, #F4F2F2 */
}
.tableAlternatingRow, .tablesorter .even
{
    background-color: #ECF5FF;
    color: #151515;
}
    .tableAlternatingRow td {
        padding: 4px 6px 4px 6px;
    }
.tableSelectedRow
{
    background-color: #999999;
    color: white;
    font-weight: bold;
}
.tablesorter .header
{
    cursor: pointer;
}
.tableEmptyRow, .tableSearchingRow
{
    color: #151515;
    height: 30px;
    padding: 2px 2px 2px 4px;
}
.tableEmptyRow td
{
    padding: 2px 4px 4px 4px;
}
.tableSearchingRow td
{
    padding: 4px 4px 2px 4px;
}
.saveIcon
{
	width: 17px;
	height: 16px;
	vertical-align:middle;
}
.deleteIcon
{
	width: 17px;
	height: 16px;
	vertical-align:middle;
}
.editIcon
{
	width: 17px;
	height: 16px;
	vertical-align:middle;
}
.cancelIcon
{
	width: 17px;
	height: 16px;
	vertical-align:middle;
}
.viewIcon
{
	width: 17px;
	height: 16px;
	vertical-align:middle;
}
.gridTableTpl, .normalMode, .insertMode, .editMode {display: none;}


/* from */

.form1
{
	
	background-color:#ECF5FF; 
	/*f4e9d6;*/
	border: 1px ridge #005AB5;
	border-top: 1px solid #005AB5;
    border-right: 1px solid #005AB5;
    border-bottom: 1px solid #005AB5;
    border-left: 1px solid #005AB5;
}

.font1
{
	text-align: right;
	float:none;
	height: 25px;
	font-size: 10pt;
	background-color:#84C1FF
}

.button
{
    height: 25px;
    /*width :69px;*/
    background-color: #E7F1FB;
    margin: none;
    padding: 1px 8px;
    color: #fff;
    /*border-top: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #FFFFFF;*/
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #57738C;
    border-left: 1px solid #57738C;
    background-image: url(../images/login_btn.gif);    
    cursor:pointer;
}

/* login */

.login {
	background: url(../images/login_bg.jpg);
	
	background-repeat: no-repeat;
	height: 325px;
	width: 531px;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	line-height: 22px;
}

.login-font {
	 text-align: right;
	 font-weight: 600;
	 color: black;
	 font-size: 12pt;
}

.index {

	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 481px;
	width: 179px;
	margin-top: 300px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	line-height: 22px;
}
.index_font 
{
	color: #D36517;	/*橘色*/
	font-weight:bold;
    font-size: 16pt;
    text-align :center;
}
.TopMainMenu 
{
    height: 21px;
    line-height: 21px;
    display: block;
}
.TopMainMenu a
{
    padding: 0 25px 0 25px;
}
.ViewInfo 
{
    margin-bottom: 10px;
}
.datepicker{cursor:pointer}

.VerticalTable 
{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    line-height: 2em;
}

.VerticalTable td, .VerticalTable th
{
    padding: 3px 5px;
    border: 1px solid #4F78B6;
}

.VerticalTable td > table td
{
    border: none;
}

.VerticalTable td label
{
    padding-right: 10px;
}

.VerticalTable th
{
    background-color: #06C;
    color: #def;
    text-align: left;
}

.hide {
    display: none !important;
}