@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-color: #FFF; */
	margin: 15px;
	padding: 0px;
}
input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

button {
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFCC00;
	background-image: url(/images/butt_bg.gif);
	background-repeat: repeat-x;
	border: 2px groove #EEEEEE;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	cursor: hand !important;
	cursor: pointer !important;
}

.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #333333;
	background-image: url(/images/butt_bg2.gif);
	background-repeat: repeat-x;
	border: 2px groove #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	cursor: hand !important;
	cursor: pointer !important;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #F90;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color:#7e8699;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F90
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:5px;
}
.table1 {
	background-color:#FFFFFF;
	border-collapse: collapse;
}
.table1 td, .table1 th {
	margin: 0px;
	padding: 3px;
	border: 1px solid #DDD;
	background-color: #F9F9F9;
	vertical-align:top;
}
.table1 th {
	font-size: 12px;
	font-weight: bold;
	background-color: #E4E6EB;
}

/*.table1 input[type="text"], .table1 textarea { */
.table1 td input[type="text"]:not(.box_yellow), .table1 textarea {
	border: 1px #DDDDDD solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	width: 99.5%;	
}

.table2 {
	background-color:#FFFFFF;
	border-collapse: collapse;
}
.table2 td,.table2 th {
	margin: 0px;
	padding: 3px;
	border: 1px solid #DDD;
	background-color: #FFFFDD;
	vertical-align:top;
}
.table2 th {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC99;
}

.table_nav {
	background-color:#7e8699 !important;
	color:#FFF;
}
	.table_nav a:link, .table_nav a:visited {
		color:#FFF;
	}
	.table_nav a:hover {
		color:#CCC;
	}
	
	.table_nav_red, .table_nav_red a:link, .table_nav_red a:visited {
		background-color:#FF0000 !important;
		color:#FFF;
	}
	.table_nav_yellow {
		background-color:#FFFF00 !important;
		/* color:#FFF; */
	}
	.table_nav_green {
		background-color:#00FF00 !important;
		/* color:#FFF; */
	}

iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	background-color: #ffefcc;
}
legend {
	font-weight:bold;
}
a:link, a:visited{
	color: #666;
	text-decoration: none;
	
}
a:hover {
	color: #333;
	text-decoration: none;
}

#po_order_status {
	margin: 0 0 0 -40px;
}

	#po_order_status ul {
		
	}
	#po_order_status li {
	float:left;
	list-style-type: none;
	background-color: #333;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #CCC;
	}

.text_error{
	color:#F00;
	font-size:16px;
	font-weight:bold;
}
.text_red{
	color:#F00;
}
.text_orange{
	color:#F90;
}
.text_yellow{
	color:#FC0;
}
.text_green{
	color:#0C0;
}
.box_white{
	background-color:#FFF !important;
}
.box_yellow{
	border:1px solid #DDD;
	background-color:#FF9 !important;
}
.box_yellow_dark{
	border:1px solid #DDD;
	background-color:#FC0 !important;
}
.box_green{
	background-color:#9F9 !important;
}
.box_red{
	background-color:#F99 !important;
}
.box_red_light{
	background-color: #FCC !important;
}
	
.tabs3 {
      width:100%;
      }
    .tabs3 ul {
		margin:0 0 0 -36px;
		list-style:none;
      }
    .tabs3 li {
      display:inline;
      margin:0px;
      padding:0;
      }
    .tabs3 a {
      float:left;
      background:url("/images/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .tabs3 a span {
      float:left;
      display:block;
      background:url("/images/tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .tabs3 a span {float:none;}
    /* End IE5-Mac hack */
	  .tabs3 a:hover span {
		color:#FFF;
      }
      .tabs3 a:hover {
		background-position:0% -42px;
      }
	  .tabs3 a:hover span {
		background-position:100% -42px;
      }
      .tabs3 #current a {
		background-position:0% -42px;
      }
      .tabs3 #current a span {
		background-position:100% -42px;
		color:#FFF;
		font-weight:bold;
		font-size:13px;
		text-shadow: 0em 0.1em 0.1em #333;
      }
	  
	  .tabs4 a span {
		font-size:14px;
		font-weight:bold;
		color:#F90;
		text-shadow: 0em 0.1em 0.1em #333;
	  }
	  
	  
/* Read only text field will be no border */
input[readonly], textarea[readonly] {
	border:1px solid #DDD;
	background-color:#F4F4F4;
}

/* make alignment for numeric input */
.field_number {
	text-align:right;
}

.remark_9i {
	font-size:9px;
	font-style:italic;	
}

.font_small{
	font-size:11px;
}
.font_small th{
	font-size:11px;
}
.font_small td{
	font-size:11px;
}
