
/************************************************/
/***** WARNING: ALWAYS SAVE AS UTF-8 FORMAT *****/
/************************************************/

/** FOR WEB MEDIA **/
h1.h, h2.h, h3.h {
  display: none;
}

img.h {
  display: block;
}

.wip {
  background-color: #FDE8FC;
  color: #FF0099;
  padding: 4px;
  border: 1px dotted #FF33FF;
}

.printonly {
  display: none;
}

/************************************************/

.CLASSIC {
  color: red !important;
  font-family: "Times New Roman" !important;
  font-size: 14pt !important;
  font-weight: bold !important;
}

.ERP {
  color: blue !important;
  font-family: "Arial" !important;
  font-size: 10pt !important;
  font-weight: bold !important;
}

a.t, a.t:link, a.t:active, a.t:hover, a.t:visited {
  float: right;
  margin: 5px;
  padding: 5px;
  border: 1px dotted blue;
}

img.t {
  border: 0px;
}

img.r {
  border: 0px;
  float: right;
}

* {
  font-family: Tahoma;
  font-size: 9pt;
}

body {
    background-color: #006699;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    cursor: default;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

.layout {
    /*margin-bottom: 30px;*/
}

.content {
	text-align: left;
}

h1, h2, h3 {
  font-family: SimHei;
    color: #000000;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

p.sep {
	border-bottom: 1px solid white;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
    color: blue;
    margin-left: 3px;
    margin-right: 3px;
}

a:hover {
    text-decoration: underline;
}

.u {
  text-decoration: underline;
}

.footer, .footer * {
	font-size: 9pt;
	font-family: SimSun;
	color: white !important;
    text-decoration: none;
}

.more {
  text-align: right;
  font-style: normal;
}

.headerCol {
  width: 120px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}

.nobr {
  white-space: nowrap;
}

.formField {
  padding: 10px;
  background-color: #B3BDCA;
  color: #000099;
}

td.formField {
  width: 200px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

tr.formField {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.Con_Left {
	background-image: url(images/Con_Left.jpg);
}

.Con_Right {
	background-image: url(images/Con_Right.jpg);
}

.Bot_Left {
	background-image: url(images/Bot_Left.jpg);
}

.Bot {
	background-image: url(images/Bot.jpg);
    font-family: Tahoma !important;
	font-size: 7pt !important;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.Bot_Mid {
	background-image: url(images/Bot_Mid.jpg);
}

.Bot_Sub {
	background-image: url(images/Bot_Sub.jpg);
}

.Bot_Right {
	background-image: url(images/Bot_Right.jpg);
}

#login {
	background-image: url(images/login.jpg);
	height: 300px;
}

#login td {
  vertical-align: bottom;
  padding-bottom: 35px;
}

#login label {
  display: block;
  float: left;
  width: 120px;
  margin-left: 30px;
  margin-bottom: 3px;
}

#login button {
  width: 123px;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.box {
  float: right;
  width: 70px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black;
  clear: both;
  margin: 10px;
  margin-top: 3px;
  background-color: #FEEFBC;
}

.sep {
  border-top: 1px dotted black;
  margin-top: 10px;
}

.sep b {
  margin-right: 10px;
}

li, dl {
  line-height: 150%;
  margin-bottom: 10px;
}

dl {
  border-bottom: 1px dotted #E4E4E4;
}

dt {
  color: black;
  /*font-weight: bold;*/
  border-top: 1px dotted #E4E4E4;
  margin-bottom: 3px;
  margin-top: 3px;
}

dd.p {
  color: #000099;
  background-color: #EFF7FE;
  padding: 5px;
  margin-top: 3px;
}

dd.s {
  color: #006600;
  background-color: #E2FDE1;
  padding: 5px;
  margin-top: 3px;
}

#divIcon, #divIcon2, #divMenu, #divMenu2 {
	position: absolute;
}

#divIcon, #divMenu {
	top: 130px;
}

#divIcon2, #divMenu2 {
	top: 310px;
}

#divIcon, #divIcon2 {
    z-index: 1;
    color: white;
    text-align: left;
    padding: 10px;
}

#divIcon *, #divIcon2 * {
    font-family: 'Courier' !important;
    font-size: 10pt !important;
    color: white !important;
}

#divMenu, #divMenu2 {
    visibility: hidden;
}

.disabled {
  background-color: #E4E4E4;
}

.enabled {
  background-color: white;
}

.pdf {
  background-image: url(images/acrobat.png); /*page_white_acrobat.gif);*/
}
.flash {
  background-image: url(images/flash.png); /*page_white_flash.gif);*/
}
.html {
  background-image: url(images/html.png); /*page_white_office.gif);*/
}
.form {
  background-image: url(images/form.png); /*page_white_edit.gif);*/
}
.pdf, .flash, .html, .form {
  background-repeat: no-repeat;
  padding: 3px;
  padding-left: 20px;
}

.abbr {
  border-bottom: 2px solid #FF3399;
  cursor: help !important;
}

tr.over {
  background-color: #CCEBF4;
  cursor: pointer;
  padding: 3px;
  border-bottom: 1px dotted gray;
}

.q {
  background-color: #CBF5CE;
  border: 1px dotted #339900;
  padding: 5px;
  font-weight: bold;
}

.a {
  padding: 5px;
  border: 1px dotted #339900;
}

.banners {
  text-align: center; padding-bottom: 10px; font-size: 7pt; color: #72AAE9;
}

.temp {
  display: none;
}
