﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body{
    padding: 0;
	margin:0;
	/*background: url(../images/bgcolor.png) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
	background-color:#F9F9F9;
	font: 12px/1.5 \5FAE\8F6F\96C5\9ED1;
}

a:link,a:visited {
    color: #034af3;
    text-decoration: underline;
}

a:hover {
    color: #f00;
    text-decoration: none;
}
p {
    margin-bottom: 20px;
    line-height: 1.6em;
}
header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 1100px;
	margin:0 auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 120px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #999;
}

#main {
    padding: 10px 10px 15px 10px;
	border: solid 1px #ddd;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-bottom: 20px;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table.dataTable 
{
    font-size:12px; 
    border-collapse: collapse;
	width: 100%;
}

table.dataTable td {
    border: solid 1px #e8eef4;
    overflow:hidden;
    //white-space:nowrap;
    text-overflow:ellipsis;
	text-align: left;
	padding-left: 3px;
}

table.dataTable td a
{
    text-decoration: none;
    border:0;
    font-weight: bold;
}

table.dataTable th {
    background-color: #F5F5F5;
    border: 1px solid #dedede;
    font-size:14px; 
    font-weight:bold; 
    text-align: center;
    line-height:40px;
    cursor: pointer;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#maxBatchNO {
    font-size: 1.1em;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    color: White;
}

#nav
{
    font-size: 13px;
    margin: 4px 0 15px 0;
}

#nav a
{
    text-decoration:none;    
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.coen02{width:686px; margin:0 auto; }
.coen02 input[type='text']{font-size: 13px; margin: 0 0 0 5px; }
ul.coeng02_ul{width:686px; float:left; list-style: none; height: 165px;}
ul.coeng02_ul li{width:293px; float:left; height:40px; line-height:40px; font-size:14px; font-weight:bold; color:#474747; margin-left:20px; display:inline;}
ul.coeng02_ul li .lbl{width: 60px; float: left;}
ul.coeng02_ul li input{border:1px solid #ccc; height:22px; line-height:22px;}
ul.coeng02_ul li select{ font-size: 13px; border:1px solid #ccc; height:25px; line-height:22px;width: 120px; margin-left: 5px;}
.so01{width:113px; height:38px; float:left; margin-left:266px; margin-top:15px; display:inline;}
input.minInput
{
    width: 45px;    
}

.hot{width:920px;}
.hot01{height:40px;}
.hot02{width:55px;}
.hot03{width:245px;}
.hot04{width:67px;}
.hot05{width:160px;}
.hot06{width:150px;}
.hot07{width:50px;}
.hot08{width:60px;}
	
	
.hot02_01{width:55px; text-align:center;}
.hot03_01{overflow:hidden; width: 247px;}
.hot03_01 a{overflow:hidden; }
.hot04_01{width:67px; overflow:hidden;}
.hot05_01{width:160px; }
.hot06_01{width:150px; }
.hot07_01{width:50px;}
.hot08_01{width:60px;}

.search
{
    height: 38px;
    width: 113px;
    margin-left: 285px;
    margin-bottom: 25px;
	background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background:transparent -moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0% 0%;
	color: #d9eef7;
	border: solid 1px #0076a3;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

ul.uldetail
{
    font-size: 12px;
    list-style: none;    
}

ul.uldetail li.wen1
{
    font-size:16px; text-align:center; font-weight:bold; line-height:32px;
}

.pageDiv
{
    font-size:12px;
    margin:15px 0 0 0; 
	overflow: hidden;
	line-height: 25px;
	
}
.pageDiv SPAN.current
{
    font-size:14px;
    font-weight:bold;
    color:#133E6A;
    padding: 2px 6px;
}

.pageDiv A
{
    font-size:13px;
    margin:0 3px 0 0;
    border:1px solid #B4BFD1;
    padding:2px 6px;
    text-decoration:none;
}

.pageDiv A:hover
{
    background-color:#B4BFD1;
    border-color:#5B7194;
}

ul.tab{ 
	border-bottom: solid 1px #F50;
	padding: 0 0 0 4px; 
	margin: 0 0 8px 0;
	height: 40px;
}
ul.tab li{
	float: left;
	list-style: none;
	line-height: 40px;
	padding: 0;
}
ul.tab li.current{
	border-left: solid 1px #F50;
	border-right: solid 1px #F50;
	background-color: #fff;
	border-top: solid 3px #F50;
	margin-top: -3px; 
}
ul.tab li.current a{
	padding-bottom: 1px;
	font-weight: bold;
	color: #F50;
}
ul.tab li.nostyle{float: right; color: #f50; font-size: 22px;}
.panel .dt_table{background-color: #D9D9D9; border-collapse: collapse;line-height: 25px; word-wrap: break-word; word-break: break-all; display: table; width: 100%;}
.panel .dt_table tr{height: 28px;}
.panel .dt_table tr th{border: solid 1px #ddd; padding-left: 5px;}
.panel .dt_table tr td{border: solid 1px #ddd; padding-left: 5px;}

ul.tab li a{ display: block;font-size: 14px; text-decoration: none;padding: 0 8px;}
.tpcontainer{margin-bottom: 20px;}
.lgImg{width: 337px; height: 250px; margin-bottom: 5px; padding: 2px; border: solid 1px #ddd; float: left; overflow: hidden;}
.lgImg img{width: 337px;}

.lsImg{height: 60px; clear:both;}
.lsImg img{width: 76px ; height: 57px; margin-right: 5px; border: solid 1px #ddd; padding: 2px;}
.lsImg img.slt{width: 75px ; height: 56px;border:solid 2px #F50;}
.summary{margin-left: 360px;height: 256px; overflow: hidden;line-height: 25px; color: #999;}
.summary .title{padding: 0; margin: 0;font-size: 20px; font-weight: bold;  color: #000;}
.summary .title1{font-size: 14px; margin-top:5px;  color: #000;}
.summary .prop{overflow: hidden; padding: 0; margin: 0; border-bottom: dotted #ddd 1px; }
.summary .prop li{list-style: none; float: left; width: 350px; margin-right: 5px;}

.other{
	margin-top: 20px;
}
.other .title{line-height: 40px; font-size: 20px; font-weight: bold; border-bottom: solid 1px #F50;}
.other .title a{float: right; font-size: 12px; display: none;}
.other ul{padding: 0; margin: 0;}
.other ul li{list-style: none; line-height: 25px; padding-left: 5px;}