/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4E4E4;
}
table{
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-image: url(images/table_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

input, textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #EFEFEF;
}
select {
	font-size: 10px;
	border: 1px solid #333333;
	color: #000000;
	background-color: #EFEFEF;
}

.heading1, .heading1:link, .heading1:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:2px;
	font-weight: bold;
}
.heading1:hover {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:2px;
}
.heading2 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom:10px;
	font-weight: bold;

}
.heading1yellow, .heading1yellow:link, .heading1yellow:visited {
	font-size: 16px;
	color: #00AEEF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:2px;
	font-weight: bold;
}
.textyellow {
	color: #00AEEF;
	text-decoration: none;
	font-weight: bold;
}
.textgrey{
	color: #CCCCCC;
	text-decoration: none;	
}
.textwhite{
	color: #fff;
	text-decoration: none;	
}
.textred{
	color: #F66;
	text-decoration: none;	
}
.bg_red{ background-color: #F66; }
.bg_grey{ background-color: #F0F0F0; }
.bg_white{ background-color: #FFF; }
.bg_yellow{	background-color: #6DCFF6; }
.bg_yellow_light{ background-color: #D4EFFC; }

.height_max_200{ 
	max-height:200px;
	height:auto !important;
	height:200px;
	overflow:auto;
}

.width_50px { width: 50px; }
.width_250px { width: 350px; }
.width_80px { width: 80px; }
.width_100px { width: 100px; }
.width_120px { width: 120px; }
.width_150px { width: 150px; }
.width_170px { width: 170px; }
.width_180px { width: 180px; }
.width_200px { width: 200px; }
.width_350px { width: 350px; }
.width_500px { width: 500px; }
.width_450px { width: 450px; }
.width_400px { width: 400px; }
.width_r250px { width: 250px; }
.width_700px { width: 700px; }
.width_800px { width: 800px; }
.width_900px { width: 900px; }

.error_message {color: #FF0000; }
#error_message{
	padding:10px;
	text-align:center;
	color: #FF0000;
}
.div_pad_15 {
	padding: 10px;
	width:1413px;
	text-align:left;
}
.div_pad_left_10{
	padding-left: 15px;
	float: left;
	position:relative;
	margin-bottom: 5px;
}
.div_box{
	overflow: auto;
	position: relative;
	visibility: visible;
	height: 500px;
	width: 1230px;
}
.table_border{
	border: 1px solid #CCCCCC;
}
.table_border_all_white{
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #000000;
	position: relative;
}
blockquote{
	border: 1px dashed #CCCCCC;
	padding: 15px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #000000;
	position: relative;
}
.table_border_all_orange{
	background-color: #44C8F5;
}
.table_border_all{
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.table_border_left_right_top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table_border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table_border_bottom_left{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.table_border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
hr {
	border:0;
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align: left;
}
.hand_icon{
	CURSOR: pointer;
	TEXT-DECORATION: none
}
.no_table{
	border: 0px solid #CCCCCC;
	padding: 0px;
}
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#FFFFCC; border:1px solid #FFFF33; 
  width:600px; padding:4px;
  color:#000; font-size:12px; line-height:1.2;
}
.size_10px{
	font-size: 10px;	
}
#text_normal{
	color: #000000;
}
#text_orange{
	color: #00AEEF;	
}

#div_supplier_item_window{
	width:100%;
	max-height:350px;
	height:auto !important;
	height:350px;
	overflow:auto;
	margin-bottom:15px;
}
#div_po_item_list{
	width:100%;
	max-height:250px;
	height:auto !important;
	height:250px;
	overflow:auto;
}
#div_supplier_item_window table, #div_supplier_item_window td, #div_supplier_item_window th, #div_po_item_list table, #div_po_item_list td, #div_po_item_list th{
	font-size: 9px;	
}
.td_wboard{
	background-image: url(../images/wboard_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.td_wboard_yellow{
	background-image: url(../images/wboard_yellow_bg.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.wboard_popup{
	width:400px;
	padding:10px;
	position:absolute;
	visibility:hidden;
	border: 1px solid #000;
	overflow::auto;
	background-color: #FFC;
}
.wboard_popup_header{
	border: 1px solid #000;	
	margin-bottom:3px;
	padding:3px;
	cursor:move;
}
#wboard_ul_block{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
#wboard_ul_block li{
	cursor:pointer;
	line-height:12px;
	padding:2px;
	margin:0 0 2px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/wboard_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 8px;
	background-color: #FFC;
}

