.ImageButton {
background-image: url('/images/GreenButton.gif'); 
color: #FFFFFF; 
font-weight:bold; 
width: 113px; 
height: 25px; 
font-size: 9pt; 
cursor: hand; 
background-repeat: no-repeat; 
border-width: 0px; 
padding: 3px 0px 0px 0px;
}
/*Text Button*/
.CommonImageTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK {
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButton:VISITED {
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE {
	text-decoration: none;
	color: #333333;
}
.CommonImageTextButton:HOVER {
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;

}
.CommonTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	position: relative;
	top: 2px;
	padding: 3px;
	margin: 1px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}

.CommonTextButton:LINK {
	text-decoration: none;
	color: #333333;
	margin: 1px;
}
.CommonTextButton:VISITED {
	text-decoration: none;
	color: #333333;
}
.CommonTextButton:ACTIVE {
	text-decoration: none;
	color: #333333;
}
.CommonTextButton:HOVER {
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}


/*µ¯³ö²Ëµ¥DIVÑùÊ½*/
.PopupMenu {
	BORDER: #999 1px solid;
	POSITION: absolute;
	BACKGROUND: #FFF;

}
.PopupMenu A {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 25px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	DISPLAY: block;
	background-repeat: no-repeat;
	background-position: 1px;
	color: #333
}
.PopupMenu A:hover {
	BACKGROUND: #A3C7E2;
	color:#000;
	background-repeat: no-repeat;
	background-position: 1px;
}


/* Modal Styles */
.CommonModalMask {
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:transparent !important;
	background-image: url("/images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
.CommonModal {
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	background-color: #B5CEE7;
	padding: 4px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #6e90bd;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}
.CommonModalClose {
	width: 33px;
	height: 12px;
	background-image: url(/images/closepop.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}
.CommonModalContent {
	background-color: #ffffff;
}
.CommonModalFooter 
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background-image: url(/images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/* Help Icon */
.helpicon {
	line-height: normal;
	background-position: left top;
	background-repeat: no-repeat;
}
.helpicon img {
	height: 20px;
	width: 16px;
	PADDING:0px 5px 0px 0px;
	vertical-align: middle;
	margin:0px;
}
a.helpicon{
	background-image: url(/images/help_out.gif);
}
a.helpicon:hover, a.helpicon:active {
	background-image:url(/images/help_hover.gif);
	cursor:help;
}

