﻿body
{
	font-size: 12px;
	font-family: Arial;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
td
{
	border-collapse: collapse;
}
div
{
	border-collapse: collapse;
}
/* config width*/
.w99
{
	width: 99%;
}
.w98
{
	width: 98%;
}
.w80
{
	width: 80%;
}
.w100
{
	width: 100%;
}
.w60
{
	width: 60%;
}
.w40
{
	width: 40%;
}
.w50
{
	width: 50%;
}
.w30
{
	width: 30%;
}
.w20
{
	width: 20%;
}
.w10
{
	width: 10%;
}
.w15
{
	width:15%;
}
.w8
{
	width:8%;
}
.w44
{
	width:44%;
}
.w5p
{
	width: 5px;
}
.w50p
{
	width:50px;
}
.w200p
{
	width:200px;
}
/* Config Height */
.he5
{
	height: 5px;
}
.he10
{
	height: 10px;
}
.he20
{
	height: 20px;
}
.he18
{
	height:18px;
}
.he30
{
	height: 30px;
}
.he60
{
	height: 30px;
}
/* a href */
a.link, a.link:hover
{
	text-decoration: none;
}
a
{
	text-decoration: none;
}
/* Image process */
.imgprocess
{
}
/* Border */
.fbold
{
	font-weight: bold;
}
.validate
{
	color: Red;
}
/* Popup */
.Popup
{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	width: 780px;
	height: auto;
	z-index: 900;
}
.Popup1
{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	width: 400px;
	height: auto;
	z-index: 900;
}
.Popup2
{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	width: 800px;
	table-layout: fixed;
	z-index: 900;
	height: auto;
	float: inherit;
}
.overlayorder
{
	position: absolute;
	display: block;
	width: 800px;
	height:400px;
	table-layout: fixed;
	z-index: 999;
	height: auto;
	float: inherit;
	left: 0px;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	visibility: hidden;
	background-color: #000000;
}
.dvLoginOverlay
{
	filter: alpha(opacity=5);
	-moz-opacity: 0.05;
	opacity: 0.04;
	position: absolute;
	top: 0px;
	width: 300px;
	background-color: #000000;
	display: block;
	height: 200px;
}
.dvFrmOrderOverlay
{
	left: 0px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 100%;
	background-color: #000000;
}
.dvOrderOverlay
{
	left: 0px;
	filter: alpha(opacity=5);
	-moz-opacity: 0.04;
	opacity: 0.05;
	position: absolute;
	top: 0px;
	width: 100%;
	display:block;
	z-index:910;
	background-color: #000000;
	height:600px;
}
/* End popup */
.bodymargin
{
	margin-left: 8px;
	margin-right: 8px;
}
.bgucTitle
{
	width:100%; 
	height:25px;
	background-image:url(../Images/Background/bgMenu.gif); 
	background-repeat:repeat-x;
}
.bg1
{
	background-color:#E2E5EC;
}